Commit Graph

19761 Commits

Author SHA1 Message Date
Ryan VanderMeulen
f28cfaafb2 Merge m-c to fx-team. 2014-05-16 15:31:28 -04:00
Ryan VanderMeulen
145ddadac6 Merge fx-team to m-c. 2014-05-16 15:06:03 -04:00
Roberto A. Vitillo
74ed8c2b56 Bug 988304 - Avoid main-thread IO for {profile}\blocklist.xml. r=irving 2014-05-15 09:14:00 -04:00
Brian Grinstead
836a2db5fa 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
ecf9c41329 Merge mozilla-central to fx-team 2014-05-16 14:33:31 +02:00
Carsten "Tomcat" Book
b098a000b9 merge fx-team to mozilla-central 2014-05-16 14:17:01 +02:00
Patrick Brosset
cbde0ae529 Bug 835896 - First word in selector-search also matches classes and ids; r=harth 2014-05-16 14:06:12 +02:00
Chris Peterson
30cde70b29 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
c5dbe7228b Bug 1010255 - Fixing uncaught promise error in test_bookmarks_restore_notification.js. r=mak 2014-05-14 08:06:00 +02:00
Wes Kocher
7a4641e585 Merge m-c to fx-team 2014-05-15 16:19:06 -07:00
Wes Kocher
202d548b78 Merge inbound to m-c 2014-05-15 15:59:45 -07:00
Wes Kocher
4986143ac3 Merge b2g-inbound to m-c 2014-05-15 15:46:14 -07:00
Wes Kocher
cdc6ec1ac5 Merge fx-team to m-c 2014-05-15 15:28:49 -07:00
Ryan VanderMeulen
01c38401e9 Backed out changeset ce34c13388f2 (bug 1007383) for crashtest failures. 2014-05-15 14:23:11 -04:00
Luke Wagner
b68b74f976 Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee) 2014-05-15 12:30:45 -05:00
Eddy Bruel
a480846334 Bug 1003095 - Refactor breakpoint tests to run against multiple loaders;r=past 2014-05-15 16:47:12 +02:00
Eddy Bruel
32d0ddcffa Bug 1003095 - Parameterize helper functions in head_dbg.js;r=past 2014-05-15 16:40:12 +02:00
Eddy Bruel
d529db99df Bug 1003095 - Fix strict errors in the debugger server;r=past 2014-05-15 16:36:03 +02:00
Mark Banner
e5679da177 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
5643c0b0b1 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
232a3fc694 Merge fx-team to m-c 2014-05-14 14:54:46 -07:00
Wes Kocher
266fa0d0f9 Merge b2g-inbound to m-c 2014-05-14 14:35:08 -07:00
Adam Dane [:hobophobe]
c5d02a1e51 Bug 1008450 - Bail on _findIterator when we lack a body node. r=mikedeboer 2014-05-14 15:16:03 -05:00
Neil Deakin
58cddbe4a5 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
46179ab350 Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp 2014-05-13 13:56:30 -07:00
Carsten "Tomcat" Book
30b3a166d0 merge fx-team to mozilla-central 2014-05-14 13:01:30 +02:00
Wes Kocher
eee6cd4dda Merge m-c to b2g-inbound 2014-05-14 16:34:15 -07:00
Dave Hylands
7bb087ba18 Bug 1001542 - Add PRODUCT_DEVICE to the list of url substitutable fields. r=rstrong 2014-05-14 11:50:23 -07:00
Michael Pruett
3eb6d8afb4 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
379aea1acd Bug 988023 - Telemetry on how often we hit search service synchronous fallback. r=gavin 2014-05-14 05:36:00 -04:00
Wes Kocher
57cc4594e0 Merge m-c to inbound 2014-05-13 18:56:23 -07:00
Wes Kocher
47d0ef7175 Merge fx-team to m-c 2014-05-13 18:49:09 -07:00
Monica Chew
9eb1c9c9de Bug 1009720: Telemetry for CERT_PINNING_TEST_RESULTS (r=keeler) 2014-05-13 13:50:13 -07:00
Eddy Bruel
cd7b2648f5 Bug 859372 - Refactor testactors.js;r=past 2014-05-13 22:06:37 +02:00
Eddy Bruel
e4bf16e506 Bug 859372 - Refactor webbrowser.js;r=past 2014-05-13 21:56:30 +02:00
Jed Davis
eb69e55005 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
9b547ba846 Merge m-c to inbound. 2014-05-13 16:27:45 -04:00
Gijs Kruitbosch
cbfb381964 Bug 894490 - remove close-sidebar icon, r=jaws 2014-05-12 17:01:27 +01:00
Shane Caraveo
0f4d514698 Bug 960991 support for standard share endpoints, r=markh 2014-05-13 11:10:47 -07:00
Randell Jesup
f83fd207cc Bug 981780: fix disable-webrtc r=glandium 2014-05-09 14:40:32 -04:00
Nicholas Nethercote
9eb7b567ba 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
0d20a1008f Bug 1007200 - Create a framerate actor, r=rcampbell,benwa 2014-05-15 15:28:00 -04:00
Carsten "Tomcat" Book
99d95ae3fe Merge mozilla-central to mozilla-inbound 2014-05-16 14:31:46 +02:00
Marco Castelluccio
062c467e42 Bug 1001948 - Catch exceptions for the profile dir removal too in toolkit/webapps/ tests. r=tabraldes 2014-05-16 13:40:25 +02:00
Masayuki Nakano
acae093b5a Bug 777832 <tree> element shouldn't handle keydown event during editing column r=enndeakin 2014-05-16 18:46:36 +09:00
Philipp Sackl
00de263b50 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
d301f49278 Bug 985655 - Sphinx documentation for AsyncShutdown. r=ted, r=froydnj 2014-05-12 13:01:00 -04:00
David Rajchenbach-Teller
90313dccd9 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
ea17d052ae 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
22362992bb Bug 1000051 - fix hidpi close icon size, r=dao 2014-05-12 16:57:43 +01:00