Commit Graph

379434 Commits

Author SHA1 Message Date
Monica Chew
4c9dc9648e Bug 1057848: Restore remote lookup logic, add 2 flags for hotfixing, always set all prefs (r=gcp) 2014-08-27 15:57:49 -07:00
Andrew McCreight
4a2a52083e Bug 1057804 - Add additional LSan suppression for nrappkit initialization to deal with shallower stack frames on 34 Aurora. r=bwc
DONTBUILD
2014-08-28 11:29:27 -07:00
Andrew McCreight
de170cc3f2 Back out 77385b914d3b for using the wrong bug number. 2014-08-28 12:57:59 -07:00
Andrew McCreight
93142c9876 Bug 1039633, part 2 - Only try to set ASan symbolizer in ASan runs. r=ted 2014-08-28 12:53:47 -07:00
Andrew McCreight
6b43ca78e1 Bug 1058169 - Add explicit ctor annotations in DMD.cpp. r=njn 2014-08-28 12:53:47 -07:00
Andrew McCreight
92f3347223 Bug 1057084 - Add additional LSan suppression for nrappkit initialization to deal with shallower stack frames on 34 Aurora. r=bwc 2014-08-28 12:53:47 -07:00
Benjamin Bouvier
38e9d185a3 Bug 1059606: Take into account that coerced math builtin calls can be in deadCode; r=luke
--HG--
extra : rebase_source : 2017251dd162966e01a8047d8840301d7c427106
2014-08-28 21:46:28 +02:00
Nikhil Marathe
362c5a201f Bug 1048699 - Make Exposed=SpecificWorkerType work automatically. r=bz
--HG--
extra : rebase_source : 651bd062b015e2aa030b87a842bc7d63dccf349c
2014-08-27 10:17:36 -07:00
Terrence Cole
1b9408bc70 Bug 1055163 - We do not need to visit nursery children in UnmarkGrayObject; r=sfink 2014-08-26 16:02:28 -07:00
George Wright
1772aea8cc Bug 1055265 - Correct the SkColorType used for 32-bit in SkANP r=snorp 2014-08-28 15:31:01 -04:00
Ryan VanderMeulen
d349beb9d9 Backed out changeset 2f94e060bac3 (bug 1012917) for Mnw bustage.
CLOSED TREE
2014-08-28 14:58:14 -04:00
Timothy Nikkel
a62ab754b7 Bug 1051530. Update the nsImageLoadingContent state when we get a decode complete notification so that decode errors are recorded in our image state. r=bzbarsky
In nsImageLoadingContent whether a decode error put our image state into error depends on when the decode starts in relation to the network load event for the image. In nsImageLoadingContent::OnStopRequest if a decode has been started then we wait until the decode is complete to fire the load/error event. When we fire this event we also update the image state. However if a decode has not started by the time OnStopRequest runs, but a decode does happen later then when it completes nsImageLoadingContent::Notify does nothing, and our image state stays as non-error.
2014-08-28 13:43:21 -05:00
Geoff Brown
645f001019 Bug 1009754 - Allow 0 assertions in crashtest 479938-1; r=jruderman 2014-08-28 12:39:44 -06:00
Mike Hommey
40ce0930e9 Bug 1058565 - Update sccache to 7c87f05. r=mshal 2014-08-29 03:28:09 +09:00
Jason Orendorff
63d1614798 Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo.
--HG--
extra : rebase_source : f2365f340299edac9db040280a2a13aa254e5148
2014-08-21 16:34:00 -05:00
Jason Orendorff
0d73ef9d91 Bug 1041631, part 1 - Change Symbol tests to pass if Symbol is not defined. r=Waldo.
--HG--
extra : rebase_source : b8510807640d3f0da483904079a26467829f7e70
2014-08-20 13:30:04 -05:00
Andrea Marchesini
eca16316b6 Bug 1040924 - Ee-enable the serviceworker tests on non-Windows, r=RyanVM 2014-08-28 19:11:56 +01:00
Terrence Cole
ac1f346907 Bug 1057393 - Fix a regression on octane-zlib; r=sfink
--HG--
extra : rebase_source : 3ecf3f741cb5264a426c6edf97ce59184ae6cd34
2014-08-25 09:29:51 -07:00
Terrence Cole
5b1edb6c21 Bug 1058105 - Fix a typo in placesNodeAnnotationChanged; r=mconley
--HG--
extra : rebase_source : 5e04a73997a6d62d5664e350c42a284f8879e0ba
2014-08-25 12:28:38 -07:00
Steve Workman
37443bc709 Bug 1012917 - Send HttpBaseChannel::mApplyConversion with ChannelDiverter constructor in IPDL r=reuben r=mayhemer 2014-08-28 10:58:20 -07:00
Paul Adenot
5a8c3cfd7a Bug 1059132 - Bustage fix: fix printf format. 2014-08-28 19:34:35 +02:00
Mark Banner
6905914246 Bug 1059195 - test_searchSuggest.js assumes the suggestion enabled preference defaults to "true". r=jaws 2014-08-28 18:25:49 +01:00
Paul Adenot
98e21670d3 Bug 1059601 - Make sure we don't try to play audio with a system driver. r=jesup
--HG--
extra : rebase_source : 7142e0d9baf38491637d40d66375d92a0aaa9e9e
2014-08-27 19:13:15 +02:00
Paul Adenot
aff40f8800 Bug 1059132 - Log a message and continue when we found our clock went backward while using a system clock. r=jesup
--HG--
extra : rebase_source : d808c5f8f32dfa1746c9f0b19828dba9b8ecdc30
2014-08-27 11:48:27 +02:00
Paul Adenot
4de1a07547 Bug 909925 - Disable crashtest test 691096-1.html on windows. r=jesup
--HG--
extra : rebase_source : fed9ee61b50c411125714d5b68075d20b5adb699
2014-08-28 19:07:03 +02:00
Nathan Froyd
4507f5db75 Bug 1058678 - remove unused variable in EXIF.cpp; r=seth 2014-08-26 11:34:56 -04:00
David Rajchenbach-Teller
bb78b4880d Bug 1059746 - Fix typos that prevent Sqlite.jsm from displaying the name of unclosed clients. r=froydnj 2014-08-28 05:09:00 -04:00
Chris Manchester
f54fd4e5b1 Bug 1059453 - Treat either str or unicode as a file in mozlog's commandline.py. r=jgraham 2014-08-28 09:42:02 -04:00
Martijn Wargers
5a33dfdd37 Bug 1058451 - Intermittent test_CSP_bug885433.html | Inline script should be allowed - Result logged after SimpleTest.finish(). r=sstamm 2014-08-26 17:59:42 +02:00
James Long
de8b7ce3ba Bug 1037675 - Improve Debugger 'findScripts': Add 'source' param and allow 'displayURL' with 'line'. r=jorendorff 2014-08-28 08:55:00 -04:00
Ryan VanderMeulen
5ca90f3f76 Bug 1059589 - Skip testBug1057248.js if SharedArrayBuffer isn't supported. r=lth 2014-08-28 13:02:32 -04:00
Jim Blandy
9425b091ec Bug 971673: Assert that AutoJSAPI is always given a JSContext. r=bobowen 2014-08-28 10:00:56 -07:00
Joshua Cranmer
03c76f7c7b Bug 1059550 - Add an iterator to PLDHashtable, r=froydnj 2014-08-28 11:29:23 -05:00
Nikhil Marathe
d32849655e Bug 1058043 - Patch 2 - StopListeningForEvents in ServiceWorkerRegistration destructor. r=baku
--HG--
extra : rebase_source : 224f28dcb1b9604916cbdd53bf4690ef32d71be9
2014-08-27 13:33:20 -07:00
Kannan Vijayan
7b43518b20 Bug 1059555 - Fix js/src/SplayTree forEach to not inadvertantly copy the callback functor. r=bhackett 2014-08-28 12:18:44 -04:00
Andrea Marchesini
c33db444da Bug 1025077 - patch 2 - ServiceWorkerContainer should unregister its promise on dtor, r=nsm 2014-08-28 17:04:51 +01:00
Daniel Holbert
7f688ec75d Bug 1059485: Declare variable "LayoutHelpers" to fix JS strict warning in LayoutHelpers.jsm. r=jwalker 2014-08-28 08:41:24 -07:00
Jonathan Kew
e667e65c85 bug 1057330 pt 3 - provide character property accessor for Vertical_Orientation. r=smontagu 2014-08-28 16:00:03 +01:00
Jonathan Kew
6901dfad4d bug 1057330 pt 2 - regenerate Unicode character property tables with updated tool. rs=smontagu 2014-08-28 16:00:03 +01:00
Jonathan Kew
a587fce1c0 bug 1057330 pt 1 - update genUnicodePropertyData tool to add Vertical_Orientation property. r=smontagu 2014-08-28 16:00:02 +01:00
Jonathan Kew
6971afc5f7 bug 1059167 - add reftest. r=smontagu 2014-08-28 16:00:02 +01:00
Jonathan Kew
be2eb02ff3 bug 1059167 - fix accidental regression in FloatMarginWidth. r=smontagu 2014-08-28 16:00:02 +01:00
Jonathan Kew
04e468953a bug 1058954 - add testcase. r=smontagu 2014-08-28 16:00:01 +01:00
Jonathan Kew
3541c9b029 bug 1058954 - use logical-size with the proper writing mode when setting up to call ReflowAbsoluteFrames. r=smontagu 2014-08-28 16:00:01 +01:00
Jonathan Kew
243ef920e1 bug 1057841 - use noncharacters as selection delimiters in viewPartialSource.js. r=gavin 2014-08-28 16:00:01 +01:00
Jan-Ivar Bruaroey
2599f43fe6 Bug 1032839 - test that addTrack returns sender. r=drno 2014-08-27 15:44:51 -04:00
Olli Pettay
8dfe1d7cf5 Bug 1059705 - revert the change which made nsIEditor builtinclass, r=masayuki 2014-08-28 17:33:35 +03:00
Jeff Muizelaar
8108de6363 Bug 1059803. Change FPSCounter to not use ToSecondsSigDigits() part 2
ToSecondsSigDigits() should only really be used for printing values.

--HG--
extra : rebase_source : b5d62b76f95e248f7f14e8559a6ab5a586d26135
2014-08-28 10:25:23 -04:00
Carsten "Tomcat" Book
75e6151d92 Merge mozilla-central to mozilla-inbound 2014-08-28 16:13:13 +02:00
Carsten "Tomcat" Book
6ea8870876 merge fx-team to mozilla-central a=merge 2014-08-28 16:02:15 +02:00