Roberto A. Vitillo
f28b31d005
Bug 988304 - Avoid main-thread IO for {profile}\blocklist.xml. r=irving
2014-05-15 09:14:00 -04:00
Brian Grinstead
af99a5fe0d
Bug 998344 - Console input is slow when accessing large Uint8Array object properties. r=robcee
2014-05-15 12:07:00 -04:00
Carsten "Tomcat" Book
b689b7c76c
Merge mozilla-central to fx-team
2014-05-16 14:33:31 +02:00
Carsten "Tomcat" Book
9f2d8b7b35
merge fx-team to mozilla-central
2014-05-16 14:17:01 +02:00
Patrick Brosset
f88b5ade62
Bug 835896 - First word in selector-search also matches classes and ids; r=harth
2014-05-16 14:06:12 +02:00
Chris Peterson
cfefa2d939
Bug 666646 - Fix warnings in toolkit/crashreporter and suppress MSVC warning in third-party Breakpad code. r=ted
2014-05-14 20:11:14 -07:00
David Rajchenbach-Teller
a2bfabb74b
Bug 1010255 - Fixing uncaught promise error in test_bookmarks_restore_notification.js. r=mak
2014-05-14 08:06:00 +02:00
Wes Kocher
d0b7848d30
Merge m-c to fx-team
2014-05-15 16:19:06 -07:00
Wes Kocher
14c46e5c08
Merge inbound to m-c
2014-05-15 15:59:45 -07:00
Wes Kocher
a22c2d9790
Merge b2g-inbound to m-c
2014-05-15 15:46:14 -07:00
Wes Kocher
c421742db2
Merge fx-team to m-c
2014-05-15 15:28:49 -07:00
Ryan VanderMeulen
7ecf0dafce
Backed out changeset ce34c13388f2 (bug 1007383) for crashtest failures.
2014-05-15 14:23:11 -04:00
Luke Wagner
490e85bbf4
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
2014-05-15 12:30:45 -05:00
Eddy Bruel
1d8cfd25b9
Bug 1003095 - Refactor breakpoint tests to run against multiple loaders;r=past
2014-05-15 16:47:12 +02:00
Eddy Bruel
e08f71dbe7
Bug 1003095 - Parameterize helper functions in head_dbg.js;r=past
2014-05-15 16:40:12 +02:00
Eddy Bruel
4951fb4a07
Bug 1003095 - Fix strict errors in the debugger server;r=past
2014-05-15 16:36:03 +02:00
Mark Banner
32e70afc6a
Bug 1010984 Builds without Firefox Health Report are unable to check for updates or update. r=enndeakin
2014-05-15 15:35:50 +01:00
Benjamin Smedberg
11799d895d
Bug 1007710 - Add information about the currently-active experiment to the telemetry ping, r=gfritzsche+vladan
...
--HG--
extra : rebase_source : a6bde09d91162d9a77fa2d121442e2397e6c9526
2014-05-15 09:11:01 -04:00
Wes Kocher
8d88d01b31
Merge fx-team to m-c
2014-05-14 14:54:46 -07:00
Wes Kocher
9743cc044a
Merge b2g-inbound to m-c
2014-05-14 14:35:08 -07:00
Adam Dane [:hobophobe]
5b34c6d46c
Bug 1008450 - Bail on _findIterator when we lack a body node. r=mikedeboer
2014-05-14 15:16:03 -05:00
Neil Deakin
7707f98048
Bug 893098, record update starts, stops and errors in the health report, r=rnewman,rstrong
2014-05-14 08:01:45 -04:00
Sam Penrose
0a56923042
Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp
2014-05-13 13:56:30 -07:00
Carsten "Tomcat" Book
b69a63ce36
merge fx-team to mozilla-central
2014-05-14 13:01:30 +02:00
Wes Kocher
1b0cc6a37d
Merge m-c to b2g-inbound
2014-05-14 16:34:15 -07:00
Dave Hylands
94ecd955c7
Bug 1001542 - Add PRODUCT_DEVICE to the list of url substitutable fields. r=rstrong
2014-05-14 11:50:23 -07:00
Michael Pruett
69602fbe18
Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X. r=MattN
2014-05-12 23:11:19 -05:00
Roberto A. Vitillo
27887a005c
Bug 988023 - Telemetry on how often we hit search service synchronous fallback. r=gavin
2014-05-14 05:36:00 -04:00
Wes Kocher
b6fa40431d
Merge m-c to inbound
2014-05-13 18:56:23 -07:00
Wes Kocher
d5f8d3fbea
Merge fx-team to m-c
2014-05-13 18:49:09 -07:00
Monica Chew
775d416af7
Bug 1009720: Telemetry for CERT_PINNING_TEST_RESULTS (r=keeler)
2014-05-13 13:50:13 -07:00
Eddy Bruel
bec8fcca79
Bug 859372 - Refactor testactors.js;r=past
2014-05-13 22:06:37 +02:00
Eddy Bruel
e46321bf42
Bug 859372 - Refactor webbrowser.js;r=past
2014-05-13 21:56:30 +02:00
Jed Davis
0f6f582170
Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent
...
This has a few semi-interdependent pieces:
* Factoring out the file opening/closing/renaming from the GC/CC logging.
* Using IPC to have the child log to files that the parent opened.
* Changing nsIMemoryInfoDumper.dumpGCAndCCLogsToFile to report completion
of child process logging (which was impossible before this, and which is
needed to have a meaningful test case).
* Changing about:memory to dump logs for child processes, matching the
behavior of the "Measure" button, because it can tell the user where
they are now.
* Add a test for multiprocess GC/CC log dumping (only of the XPCOM
interface, not by clicking buttons and scraping the about:memory page,
but done as a chrome mochitest to start remote browsers); based on
test_memoryReporters2.xul in the same directory.
2014-05-13 13:13:00 -04:00
Ryan VanderMeulen
a5c6e0d478
Merge m-c to inbound.
2014-05-13 16:27:45 -04:00
Gijs Kruitbosch
bb70dca12d
Bug 894490 - remove close-sidebar icon, r=jaws
2014-05-12 17:01:27 +01:00
Shane Caraveo
a4fd1ceaf6
Bug 960991 support for standard share endpoints, r=markh
2014-05-13 11:10:47 -07:00
Randell Jesup
2869b92854
Bug 981780: fix disable-webrtc r=glandium
2014-05-09 14:40:32 -04:00
Nicholas Nethercote
214ba55ef7
Bug 1005442 - Strip moz-nullprincipal UUIDs when diffing memory reports. r=mccr8.
...
--HG--
extra : rebase_source : 83e9f2d08b1cb1672b9bef0fddcd8bd34cfa4e18
2014-05-13 18:14:29 -07:00
Victor Porof
3b035e2c57
Bug 1007200 - Create a framerate actor, r=rcampbell,benwa
2014-05-15 15:28:00 -04:00
Philipp Sackl
be06238ed6
Bug 994582 - Tweak panel animation so that it looks good on all platforms/systems. r=enndeakin
2014-05-06 07:57:00 -04:00
David Rajchenbach-Teller
52f342a16a
Bug 985655 - Sphinx documentation for AsyncShutdown. r=ted, r=froydnj
2014-05-12 13:01:00 -04:00
David Rajchenbach-Teller
4f6382a997
Bug 985655 - Ensure that Sqlite.jsm doesn't shutdown before its clients. r=mak
2014-05-13 01:00:00 -04:00
David Rajchenbach-Teller
45c0eee265
Bug 985655 - Split AsyncShutdown's mechanism into a lightweight Barrier (that doesn't spin the event loop and doesn't cause crashes) and a heavyweight Spinner (that does). Also, exposing Barrier so as to let services expose lightweight shutdown dependencies without having to spin the event loop. r=froydnj, sr=bsmedberg
2014-05-12 12:44:00 -04:00
Gijs Kruitbosch
266c47c829
Bug 1000051 - fix hidpi close icon size, r=dao
2014-05-12 16:57:43 +01:00
Carsten "Tomcat" Book
7454440931
Merge mozilla-central to fx-team
2014-05-13 12:48:23 +02:00
Carsten "Tomcat" Book
8f6047c9d2
merge fx-team to mozilla-central
2014-05-13 12:30:36 +02:00
Dão Gottwald
767e575984
Bug 1007300 - Don't set the close-icon class on the "Not Now" menu item in popup notifications. r=jaws
2014-05-13 06:51:24 +02:00
Makoto Kato
59f178ef90
Bug 1003085 - Update dump_syms.exe to r1319. r=ted
2014-05-13 11:20:30 +09:00
Ryan VanderMeulen
f61dce71c3
Merge m-c to fx-team.
2014-05-12 16:33:27 -04:00