Commit Graph

19703 Commits

Author SHA1 Message Date
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
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
Carsten "Tomcat" Book
2b617398b0 Merge mozilla-central to fx-team 2014-05-13 12:48:23 +02:00
Carsten "Tomcat" Book
68401ff75f merge fx-team to mozilla-central 2014-05-13 12:30:36 +02:00
Dão Gottwald
d285212fd1 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
4dc597ff0d Bug 1003085 - Update dump_syms.exe to r1319. r=ted 2014-05-13 11:20:30 +09:00
Ryan VanderMeulen
de54ba8212 Merge m-c to fx-team. 2014-05-12 16:33:27 -04:00
Ryan VanderMeulen
fec4f55a1d Merge inbound to m-c. 2014-05-12 16:32:53 -04:00
Ryan VanderMeulen
0b55cefbfc Merge m-c to inbound. 2014-05-12 16:35:37 -04:00
Dave Townsend
a3ec9bbf4a Bug 1007732: Fix mapURIToAddonID to handle add-ons that were added in early startup. r=Unfocused 2014-05-12 10:00:15 -07:00
Aaron Klotz
ab1ec3649a Bug 1006765: Ensure that Win32 widget handles terminal services messages; r=jimm
--HG--
extra : rebase_source : a25ad41fb20aa3b52207a78f42d51fb870246bf4
2014-05-12 13:30:31 -06:00
J. Ryan Stinnett
d2ecf8ad90 Bug 1004701 - Add QR decoder library. r=paul
Imports the JS QR Code reader library[1].

This library was ported to JavaScript by Lazar Laszlo <lazarsoft@gmail.com>.
The port is made available under the Apache 2.0 license.

This library is based on the Java ZXing project[2] by the ZXing team.  It is
also made available under the Apache 2.0 license.

[1]: https://github.com/jryans/jsqrcode
[2]: https://github.com/zxing/zxing

--HG--
rename : toolkit/devtools/qrcode/encoder/moz.build => toolkit/devtools/qrcode/decoder/moz.build
rename : toolkit/devtools/qrcode/qrcode.js => toolkit/devtools/qrcode/index.js
2014-05-09 12:50:00 -04:00
Patrick Brosset
a1a0bf1ec7 Bug 997198 - Create a standalone reflow actor; r=bgrins 2014-05-12 16:51:06 +02:00
Carsten "Tomcat" Book
97853c8221 merge mozilla-inbound to mozilla-central 2014-05-12 13:33:19 +02:00
Jared Wein
860c0a0f3e Backed out changeset 0e11a16741bf (bug 741047) 2014-05-11 17:37:57 -04:00
Georg Fritzsche
51c7571a33 Bug 1000114 - Extend test coverage for experiments in addon manager UI. r=unfocused 2014-05-08 19:43:04 +02:00
Drew Willcoxon
97246d948a Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg 2014-05-12 11:58:18 -07:00
Georg Fritzsche
2a8c7be511 Bug 1004506 - Telemetry experiments: Properly handle install states & their transitions in addon manager UI. r=unfocused 2014-05-07 20:48:07 +02:00
Dão Gottwald
d3589f41dd Revert bug 999604 and remove now-redundant cleanup code 2014-05-13 09:43:10 +02:00
Jared Wein
c0292d419a Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs 2014-05-11 15:52:33 -04:00
Steven Michaud
3104006a5d Bug 996848 - Change expectAssertion() in tests because of removed assertion. r=spohl 2014-05-10 11:58:09 -05:00
Timothy Nikkel
cb3db75996 Bug 1008197. We need to always have the overlay styles on scrollbars on mac because whether we have overlay scrollbars changes dynamically. r=roc
This backs out the mac part of bug 994861. Windows doesn't change overlay scrollbars dynamically, so the Windows part of bug 994861 can stay.
2014-05-09 23:59:33 -05:00
Ryan VanderMeulen
9656244fd4 Backed out changesets 674c36d744fb (bug 1000114) and eddce10b8511 (bug 1004506) for frequent OSX 10.8 bc3 failures. 2014-05-09 16:54:05 -04:00
Dave Townsend
d45ba78b4b Bug 1007756: Strip out redundant and broken code landed in bug 990074. r=fitzgen 2014-05-09 10:28:29 -07:00
Marina Samuel
54da69ed86 Bug 986521 - Fetch Directory Links data from a network location to cache locally. r=adw 2014-05-09 11:24:30 -04:00
Brian Grinstead
57fe62ba5f Bug 1002280 - ID starting with numeric value crashes the devtools DOM inspector;r=jwalker,bholley 2014-05-09 09:58:26 -05:00
Carsten "Tomcat" Book
8eae1c602a Merge mozilla-central to fx-team 2014-05-09 14:18:10 +02:00
Georg Fritzsche
c5d01b83cd Bug 1000114 - Extend test coverage for experiments in addon manager UI. r=unfocused 2014-05-09 14:03:10 +02:00
Carsten "Tomcat" Book
3bb93d8ddc merge fx-team to mozilla-central 2014-05-09 14:00:32 +02:00
Georg Fritzsche
233401d79e Bug 1004506 - Telemetry experiments: Properly handle install states & their transitions in addon manager UI. r=unfocused 2014-05-07 20:48:07 +02:00
Michael Pruett
cee8cd00ab Bug 1004881 - Fix key press handling in saved passwords exceptions dialog. r=MattN 2014-05-05 18:16:21 -05:00
Heather Arthur
1354cc3bea Bug 1006231 - Get original source content for a stylesheet from source map's 'sourcesContent'. r=fitzgen 2014-05-08 15:25:00 +02:00
Ed Lee
79fb6d01b7 Bug 990713 - Update directoryLinks to have actual links and images [r=adw]
Update more ordering, types, urls, crushed images.
2014-05-08 21:42:58 -07:00
Wes Kocher
3a24871dc0 Merge fx-team to m-c 2014-05-08 18:54:27 -07:00
Mark Finkle
b8e03769cd Bug 1007836 - Send 'tablet' flag with TelemetryPing info r=rnewman 2014-05-08 16:24:23 -04:00
Ryan VanderMeulen
3f683963c8 Merge m-c to inbound on a CLOSED TREE. 2014-05-08 16:05:45 -04:00
Ryan VanderMeulen
47351cb9f9 Merge fx-team to m-c. 2014-05-08 16:04:26 -04:00
Irving Reid
bc5cfdf00d Bug 1000695 - Part 2: Yield to event loop after receiving onInstallEnded, rewrite to Task.jsm. r=unfocused 2014-05-07 11:04:25 -04:00
Irving Reid
153a2db11a Bug 1000695 - Part 1: Rewrite backgroundUpdateCheck() to Task.jsm based async. r=unfocused 2014-05-07 10:48:10 -04:00