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
Nicholas Nethercote
cfce5c44cd
Bug 1202971 (part 2) - Fix compile warnings in toolkit/mozapps/update/tests. r=rstrong.
...
--HG--
extra : rebase_source : e9cccb4a70c26c040e963e37da14cdb313fd1648
2015-09-15 17:39:12 -07:00
Wes Kocher
3eef2f434b
Merge m-c to inbound, a=merge
2015-09-15 17:20:16 -07:00
Wes Kocher
15a0153195
Merge inbound to central, a=merge
2015-09-15 17:16:24 -07:00
J. Ryan Stinnett
4ac507e6e7
Bug 1203624 - Measure view source usage. r=mconley p=ally
2015-09-15 15:56:25 -05:00
Carsten "Tomcat" Book
fa147338f3
Merge mozilla-central to mozilla-inbound
2015-09-15 15:10:11 +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
Daosheng Mu
e65351bb56
Bug 981183 - Part 1 - Gathering timestamps at the call watcher actor. r=vporof
2015-09-13 22:49:00 +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
Nick Fitzgerald
ed6ed51a16
Bug 1201597 - Part 0: Make saveHeapSnapshot return the file path rather than take it as a parameter; r=bholley
...
This changeset modifies the ThreadSafeChromeUtils::saveHeapSnapshot webidl
method to return the path to the core dump file where the heap snapshot was
serialized rather than taking the file path as a parameter.
By removing the ability for callers to choose a path, we pave the way for
enabling taking heap snapshots in sandboxed child processes (e10s, fxos) that do
not have access to the filesystem directly and must be handed a file descriptor
over IPDL. Additionally, the devtools API consumers were not taking advantage of
the ability to choose a file path, and always saving heap snapshots into the
temp directory anyways.
2015-09-15 11:26:46 +05:30
Jacek Caban
b56fbdbaff
Bug 1199615 - Fixed toolkit/mozapps/update/ compilation on mingw. r=rstrong
2015-09-15 13:12:03 +02:00
Wes Kocher
f88d1a3d3d
Merge m-c to fx-team, a=merge
2015-09-14 17:28:21 -07:00
Wes Kocher
29396aa40c
Merge inbound to central, a=merge
2015-09-14 17:12:58 -07:00
Neil Deakin
db96a95419
Bug 1203134, autocomplete popup not positioned properly when it appears upwards, e10s only, r=felipe
2015-09-14 15:18:42 -04:00
Ehsan Akhgari
2269201059
Bug 1070973 - Assert that at some point, the memory measured after a GC is lower than the one before a GC; r=fitzgen
2015-09-14 15:16:45 -04:00
Dave Townsend
1e68ce6af7
Bug 1204012: Lightweight themes are disabled if any add-ons are detected or modified during startup. r=rhelmer
...
When a lightweight theme is active the default theme is the selected skin but
the default theme's addon object is marked as inactive (to deal with the horror
of only allowing the user to select a single theme through the UI).
During startup we should only switch back to the default theme if there is a
non-default skin selected that we didn't see.
--HG--
extra : commitid : 8v5gChgFbgw
extra : rebase_source : 277807f800c98336c624718dc09b8ed44a25f201
2015-09-11 10:38:35 -07:00
Carsten "Tomcat" Book
29138d083f
Merge mozilla-central to fx-team
2015-09-14 15:01:08 +02:00
Alexandre Poirot
61fec190d0
Bug 1145049 - Cleanup inspector related actors to avoid leaking stuff if any actor is leaked. r=pbrosset
2015-09-14 02:47:13 -07:00
Alexandre Poirot
e4d3bb3440
bug 1145049 - Fix nodepicker when reopening toolbox for the same app. r=pbrosset
2015-09-14 02:47:13 -07:00
Alexandre Poirot
5560ecc489
Bug 1186937 - Disconnect MutationObserver instances on Node actor destruction. r=bgrins
2015-09-14 02:47:13 -07:00
Florent Fayolle
45dd26d135
Bug 1193197
- Server side logging: get rid of splitLogs and specifiers variables, r=ochameau
...
--HG--
extra : amend_source : 27e9fae07771c1fcda501e0723e32c5d7e40719b
extra : histedit_source : 30f7d78bd6b9964df585862f966a10539435b417
2015-09-14 13:52:00 +05:30
Justin Dolske
f1db2ce196
Bug 1198525 - Fix about:rights in Nightly and Developer edition, r=mossop, r=mfinkle
...
--HG--
extra : amend_source : e8f0ff258ccee6af9cfaa7c08b53e536c8dd60d4
extra : histedit_source : 869ec44df6552b3df6200d8b62b813da35f8acf3
2015-09-14 13:43:51 +05:30
Bradley Garlick
e838fa9135
Bug 416611 - Changed BookmarkHTMLUtils.jsm to import bookmark tags from HTML document. r=mak
2015-09-14 13:36:27 +05:30
Phil Ringnalda
cee2f99887
Merge m-c to m-i
2015-09-12 16:02:59 -07:00
Phil Ringnalda
a6e9d38aff
Merge f-t to m-c, a=merge
2015-09-12 15:59:00 -07:00
Phil Ringnalda
7edce9e684
Merge m-c to f-t
2015-09-12 10:38:19 -07:00
Phil Ringnalda
15a82d8e86
Merge m-c to m-i
2015-09-12 10:34:34 -07:00
Phil Ringnalda
58d1c74864
Bug 1059238 - disable test_custom_origin_uninstall_install.xul on Windows for constant timeouts
...
--HG--
extra : rebase_source : f98f12d8681ef3a753a7fe2bbe976f64c0ebca95
2015-09-12 09:49:10 -07:00
Phil Ringnalda
b25d7ef2e4
Merge f-t to m-c, a=merge
2015-09-12 09:13:57 -07:00
Michael Layzell
0097c41e01
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
2015-09-12 16:53:33 -04:00
Jordan Santell
742c1b026f
Bug 1171488 - Attach host and client system data to recording profiles r=vp,mossop
2015-09-11 09:37:20 -07:00
Wes Kocher
c711f07796
Backed out changeset 55278c1dc745 (bug 1203161) for browser_searchbar_keyboard_navigation.js failures CLOSED TREE
2015-09-11 11:08:29 -07:00
Jordan Santell
615f6de19b
Bug 1122058 - Add telemetry hooks to various performance tools actions. r=vp,mratcliffe
2015-09-09 15:20:12 -07:00
Brian Grinstead
225dad2f67
Bug 1200551 - Handle multiple %c formatters without a string between them by using only the last one for styling;r=baku,r=past
...
--HG--
extra : commitid : EJlgAp6v2d3
2015-09-11 07:44:06 -07:00
Carsten "Tomcat" Book
a6cd041140
Merge mozilla-central to fx-team
2015-09-11 16:42:01 +02:00
Carsten "Tomcat" Book
1a0ce23fe9
merge mozilla-inbound to mozilla-central a=merge
2015-09-11 16:36:35 +02:00
Nigel Babu
78f1f5fc17
Backed out changeset 28f1e57d4757 (bug 1171488) again on suspicion of causing dt1,dt4 bustages
...
ON A CLOSED TREE
--HG--
extra : rebase_source : 6c01d74dd05f50ede33608fe3f1b2049d93abbda
2015-09-11 12:35:21 +05:30
Kaustabh Datta Choudhury
2a080acfd0
Bug 1162003 - Enable run-by-dir mode on Fx desktop debug & ASAN builds. r=jmaher
2015-09-10 09:52:00 +02:00
Florian Quèze
02fc488f62
Bug 1203161 - remove the browser.search.cache.enabled pref, r=adw.
2015-09-11 14:18:15 +02:00
Trevor Rowbotham
ca30a91dd6
Bug 1180901 - Test that an extension can be installed when a locked file exists in the extensions trash directory as long as the extension being installed does not touch the locked file. r=mossop
2015-09-09 13:44:00 +02:00
Phil Ringnalda
631a2b85f2
Merge m-c to f-t
...
CLOSED TREE
2015-09-10 15:34:04 -07:00
Phil Ringnalda
22565071a2
Merge m-i to m-c, a=merge
...
CLOSED TREE
2015-09-10 15:22:15 -07:00
Phil Ringnalda
08dcf15c1d
Merge f-t to m-c, a=merge
2015-09-10 13:22:31 -07:00
Phil Ringnalda
a1e7532dfb
Bug 1192800 etc., disable toolkit/components/passwordmgr/test/browser/browser_context_menu.js on Linux where it's pretty much permaorange, a=hugeorange
2015-09-10 13:17:52 -07:00
Gijs Kruitbosch
445a2640dc
Bug 950636 - insert delays into test to make behaviour sane on linux, rs=test-only
...
--HG--
extra : commitid : IfC5zxIH92K
extra : rebase_source : f6472f8644f63defdf43a93e5778b3482a157302
2015-09-10 17:38:50 +01:00
Wes Kocher
3687626c35
Merge inbound to central, a=merge CLOSED TREE
2015-09-09 13:47:08 -07:00
Nick Fitzgerald
3c6ad39228
Bug 1199774 - Update the source-map library to 0.5.0; r=jlongster
2015-09-10 08:52:47 -07:00