Matthew Noorenberghe
f69e8cc585
Bug 1121291 - Remove "Show Passwords" button from pwmgr and allow inline password editing. r=Dolske,rchtara
...
--HG--
extra : commitid : I6UWQYkeBvG
extra : rebase_source : f604e3be3b7fff51273219851affea84369c6cae
2015-09-21 14:19:28 -07:00
J. Ryan Stinnett
efe328f1b2
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
--HG--
extra : commitid : F2ItGm8ptRz
extra : rebase_source : b082fe4bf77e22e297e303fc601165ceff1c4cbc
2015-09-21 12:04:18 -05:00
Matthew Noorenberghe
6becb060c7
Bug 1199382 - Rename some strings from "password" to "login" in preferences and the manager. r=markh
...
--HG--
extra : commitid : KdVLA9NCJ5b
extra : rebase_source : e98036a76c4ea07282711d5e6d7a79ffed2c4641
2015-09-20 23:53:30 -07:00
Christoph Kerschbaumer
6e08fa5c8c
Bug 1206146 - Use channel->AsyncOpen2() in embedding/components/webbrowserpersist/nsWebBrowserPersist.cpp (r=sicking)
2015-09-19 20:24:39 -07:00
Mike Hommey
538706caba
Bug 1203840 - Trigger dirty pages purge after CC. r=njn,r=smaug,r=mccr8
...
Jemalloc 4 purges dirty pages regularly during free() when the ratio of dirty
pages compared to active pages is higher than 1 << lg_dirty_mult. We set
lg_dirty_mult in jemalloc_config to limit RSS usage, but it also has an impact
on performance.
So instead of enforcing a high ratio to force more pages being purged, we keep
jemalloc's default ratio of 8, and force a regular purge of all dirty pages,
after cycle collection.
Keeping jemalloc's default ratio avoids cycle-collection-triggered purge to
have to go through really all dirty pages when there are a lot, in which case
the normal jemalloc purge during free() will already have kicked in. It also
takes care of everything that doesn't run the cycle collector still having
a level of purge, like plugins in the plugin-container.
At the same time, since jemalloc_purge_freed_pages does nothing with jemalloc 4,
repurpose the MEMORY_FREE_PURGED_PAGES_MS telemetry probe to track the time
spent in this cycle-collector-triggered purge.
2015-09-20 17:43:43 +09:00
Seth Fowler
ba6ea7f0cc
Bug 1201796 (Part 3) - Enable downscale-during-decode for imgITools::EncodeScaledImage(). r=tn
2015-09-19 13:34:12 -07:00
Phil Ringnalda
a3dcc92724
Merge m-c to m-i
2015-09-18 21:49:41 -07:00
Phil Ringnalda
19a7611cd4
Merge f-t to m-c, a=merge
2015-09-18 21:46:16 -07:00
David Anderson
5e18aa3879
Fix exception on timeout in SanityTest.js, and increase the timeout time. (bug 1205819, r=mchang)
2015-09-18 18:37:57 -07:00
Christoph Kerschbaumer
696a2d029f
Bug 1204703 - Add AsyncOpen2 to channels in toolkit/ and b2g/ (r=sicking)
...
--HG--
extra : source : deda472458fd5314c11461302008ce984dbd00a7
2015-09-18 09:27:32 -07:00
Christoph Kerschbaumer
35ed4ce561
Bug 1204703 - Add AsyncOpen2 to channels within JS tests (r=sicking)
...
--HG--
extra : source : 309b4d1ab81c67783d7db0968bcff7c88108ba4f
2015-09-18 09:27:52 -07:00
Wes Kocher
8414be2356
Backed out 3 changesets (bug 1143922) for landing with the wrong bug number
...
Backed out changeset 309b4d1ab81c (bug 1143922)
Backed out changeset deda472458fd (bug 1143922)
Backed out changeset 977d5b7ecba3 (bug 1143922)
2015-09-18 14:13:33 -07:00
Wes Kocher
ab68ce61c7
Merge m-c to inbound, a=merge
2015-09-18 14:04:52 -07:00
Wes Kocher
3e0814bfd3
Merge fx-team to central, a=merge
2015-09-18 13:58:09 -07:00
Carsten "Tomcat" Book
ead717cdd6
Merge mozilla-central to fx-team
2015-09-18 13:26:51 +02:00
Georg Fritzsche
671c019482
Bug 1205833 - Don't log an error if we did not store any datareporting policy notify date yet. r=dexter
2015-09-18 13:17:16 +07:00
Nathan Froyd
bdd4365be1
Bug 1204994 - part 2 - rename all USE_COUNTER_* histograms to USE_COUNTER2_* histograms; r=bz,vladan
...
We're changing the definition of each of the use counter histograms.
Therefore, they need new names, so as to not throw wrenches into the
server-side machinery. This renaming is the most straightforward way to
do things and similar to how we have renamed other histograms before.
2015-09-15 20:44:37 -04:00
Nathan Froyd
20cb90ea04
Bug 1204994 - part 1 - add *CONTENT_DOCUMENTS_DESTROYED histograms; r=bz,vladan
...
These histograms will be used in conjunction with the revised use
counter histograms to ascertain the number of pages that don't use
particular features. The associated comment in nsDocument.cpp explains
how things work.
2015-09-15 20:27:59 -04:00
Wes Kocher
d2b57046d1
Merge m-c to inbound, a=merge CLOSED TREE
2015-09-17 15:27:39 -07:00
Wes Kocher
7aae894c59
Merge inbound to central, a=merge
2015-09-17 14:59:11 -07:00
Patrick McManus
0027642c1e
Bug 1205810 - telemetry for local h2 goaway code r=hurley
2015-09-17 15:26:59 -04:00
Mike Conley
acf57ca511
Bug 1199434 - Send printer error messages to the parent process to report to the user. r=Mossop
...
The printing back-end used to be in charge of opening up an error dialog
when things go wrong with printing. Now we fire an event and let PrintUtils
do the work of showing the error message. This has the added bonus of making
the error messages work with e10s.
--HG--
extra : commitid : LPWfOvQ1TaI
extra : rebase_source : fa6f71e6c9cf9062feb2bd1d0f362680899385fc
2015-09-16 16:12:54 -04:00
Richard Barnes
52d9a0fc5e
Bug 1205156 - Add telemetry to measure how often getUserMedia is used over non-secure origins r=jib
2015-09-17 08:44:50 -04:00
Carsten "Tomcat" Book
376f70e554
Merge mozilla-central to fx-team
2015-09-17 15:02:08 +02:00
Carsten "Tomcat" Book
587ddedf21
merge mozilla-inbound to mozilla-central a=merge
2015-09-17 14:56:37 +02:00
Riadh Chtara
fee7458f73
Bug 1192035 - Import passwords from Microsoft Edge / Windows 8+ r=Gijs,MattN
...
--HG--
extra : commitid : AaC7tUofwqc
extra : rebase_source : 319a2efb59d4364ba62af2faeccb9f4f7a90fcf0
extra : amend_source : b6e7531af68b996c16042cb618899567e46f5280
2015-09-16 17:34:26 -07:00
Georg Fritzsche
274a1f794e
Bug 1204834 - OS.File.writeAtomic should have the path argument in its closure. r=yoric
2015-09-15 17:17:00 +07:00
Jared Wein
eb6a2216bf
Bug 1205038 - Add missing BROWSER_SET_DEFAULT_ALWAYS_CHECK probe to Histograms.json, and fix BROWSER_SET_DEFAULT_TIME_TO_COMPLETION_SECONDS by fixing callback. r=dolske,Gijs
2015-09-16 12:01:03 -07:00
Wes Kocher
5b879dacff
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Justin Dolske
ae99e672d1
Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao
2015-09-15 18:33:57 -07:00
Bernardo P. Rittmeyer
1bca3c2ed3
Bug 1016051
- Support adding a username to a password-only login upon capture. r=MattN
...
--HG--
extra : commitid : 7PkYp0BwkYn
extra : rebase_source : c62b60f10dbe6adbc5b7140fe8e1ae85be9ae264
extra : amend_source : bc59f9ae6c7610d844f1845acf06fa34386a2bd6
2015-09-16 01:04:00 +02:00
J. Ryan Stinnett
4ac507e6e7
Bug 1203624 - Measure view source usage. r=mconley p=ally
2015-09-15 15:56:25 -05:00
Nicholas Nethercote
f429eae6a5
Bug 1203427 (part 5) - Add logging of timer firings. r=froydnj.
2015-09-10 00:50:51 -07:00
Wes Kocher
08de06967a
Backed out 8 changesets (bug 1201796, bug 1196066) for mulet gij(28) failures CLOSED TREE
...
Backed out changeset 159d5d2946d3 (bug 1201796)
Backed out changeset 958988218976 (bug 1201796)
Backed out changeset 494e7553d641 (bug 1201796)
Backed out changeset d58149411b7d (bug 1201796)
Backed out changeset 35bd769b49f8 (bug 1196066)
Backed out changeset e4f3d4279b4c (bug 1196066)
Backed out changeset ca467297fa07 (bug 1196066)
Backed out changeset b4851ce6637d (bug 1196066)
--HG--
rename : image/test/crashtests/invalid_ico_height.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid_ico_height.ico
rename : image/test/crashtests/invalid_ico_width.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid_ico_width.ico
extra : rebase_source : 5232674f1cf0ef4d7f70568f627547c0151a801f
2015-09-18 13:01:25 -07:00
Kate McKinley
163979ae9f
Bug 1196039 - Telemetry for certificate lifetime. r=rbarnes,vladan
2015-09-17 10:04:52 -07:00
Carsten "Tomcat" Book
c5ccc485ac
Merge mozilla-central to mozilla-inbound on a CLOSED TREE
2015-09-17 15:01:06 +02:00
Michael Ratcliffe
1e135cdd15
Bug 1203748 - Add Windows 10 to DEVTOOLS_OS_ENUMERATED_PER_USER. r=pbrosset
2015-09-15 08:10:51 +01:00
Kate McKinley
cf9d8519a1
Bug 1150602 - Telemetry probe for mixed content blocker prefs. r=tanvi,benjamin
...
--HG--
extra : rebase_source : f318ee8d47a2711db65e0438b222e0ed948b5cce
2015-09-14 16:00:45 -07:00
Nigel Babu
1d36e1a565
Backed out changeset d5d0b5994149 (bug 1152046) for b2g debug hustdown hangs
...
CLOSED TREE
2015-09-16 11:44:12 +05:30
Patrick McManus
daaeed9ec1
bug 1152046 - Revert Make separate thread only for PRClose. r=backout
...
This reverts commit 760a84e7cf
.
2015-09-15 21:40:28 -04:00
Kit Cambridge
053d626c80
Bug 1124428 - Add telemetry probes for FxA-related authentication issues. r=markh,vladan
...
--HG--
extra : commitid : AgENo3CiQTo
extra : rebase_source : 502d7dd6ac9e0931119df9ee26ab5c10fe7aa037
2015-09-15 18:18:04 -07:00
Wes Kocher
3eef2f434b
Merge m-c to inbound, a=merge
2015-09-15 17:20:16 -07:00
Margaret Leibovic
3b4165cd1e
Bug 1204900 - Extend life of reader mode telemetry probes. r=mfinkle
...
--HG--
extra : commitid : 3GKhNY9pJhY
extra : rebase_source : 86c0400f9702761c587898716776b1fe49c428ad
2015-09-15 10:46:41 -04:00
Carsten Book
6ec9c43658
Merge mozilla-central to fx-team
2015-09-15 15:11:04 +02:00
Carsten "Tomcat" Book
6944c5ba30
merge mozilla-inbound to mozilla-central a=merge
2015-09-15 15:05:24 +02:00
Carsten "Tomcat" Book
0abaaa325f
merge fx-team to mozilla-central a=merge
2015-09-15 14:59:25 +02:00
Florian Quèze
78cb85f9a9
Bug 1203161 - remove the browser.search.cache.enabled pref, r=adw.
2015-09-11 14:18:15 +02:00
J. Ryan Stinnett
21ea7df326
Bug 1203786 - test_memoryReporters.xul should ignore namespaces. r=njn
...
--HG--
extra : transplant_source : 8%B4%E0f%1A%B1%94%0Ce%15%FCopt%127g%ACK%FB
2015-09-10 19:04:04 -05:00
Russ Nicoletti
311c0d5bb2
Bug 1198517 - [Metrics] Histogram support for user-timing-based metrics. r=janx
...
--HG--
extra : rebase_source : b75ff14cd7dbdbe71914b51a0249133ab2733dd0
2015-09-08 13:11:46 -07:00
Wes Kocher
29396aa40c
Merge inbound to central, a=merge
2015-09-14 17:12:58 -07:00