Commit Graph

238553 Commits

Author SHA1 Message Date
Ryan VanderMeulen
2522df243f Backed out changeset 2a040986845d (bug 1071562) for bustage.
CLOSED TREE
2015-04-10 13:14:33 -04:00
Neil Deakin
d6c82b11b5 Bug 1071562, e10s, support non-text types in clipboard (html, images, etc), r=smaug 2015-04-10 12:51:06 -04:00
Mason Chang
3618e37999 Backout bug 1151489 for causing flickering on JB devices. r=me 2015-04-10 09:43:38 -07:00
Daniel Holbert
9a87ab2531 Bug 1152951: Delete the copy-constructor and reassignment operator for FlexboxAxisTracker & PositionTracker state-management classes. r=mats 2015-04-10 09:27:54 -07:00
Daniel Holbert
f9fe86454e Bug 1147804 followup: Add missing 'override' annotation to AlarmHalService::Notify declaration. rs=ehsan 2015-04-10 09:27:37 -07:00
ProgramFOX
574d13da7d Bug 1150836 - SIMD (interpreter): change order of operations of ReciprocalSqrtApproximation. r=bbouvier 2015-04-08 14:04:58 +02:00
Jan-Ivar Bruaroey
d7edd2b33d Bug 1153056 - Fix about:webrtc to not blank on zero allocated PeerConnections. r=jesup 2015-04-10 08:40:17 -04:00
Andrew McCreight
8e23c61550 Bug 1152505 - CCGraphBuilder::NoteChild should pass aEdgeName by reference. r=smaug 2015-04-09 13:56:00 -04:00
Andrew McCreight
f3adf031ae Bug 1144649 - Make CCGraph::AddNodeToMap fallible again. r=smaug
Crashing here is apparently fairly common. This restores the old behavior, so we at least
don't crash immediately, but instead enter a slow downward spiral of leaking.

This improves on the old behavior in that we only try and fail to grow the hash table once,
rather than on every add.  khuey I think reported that the browser got very slow, because
you are going through the very slowest path of the allocator over and over.
2015-04-09 16:00:00 -04:00
Alfredo Yang
65344a03e2 Bug 1132832 - Remove media resource API from PlatformDecoderModule. r=jya 2015-04-10 02:16:00 -04:00
Ting-Yu Chou
6b76244863 Bug 1049290 - Optimize JSOP_IN for baseline compiler. r=djvj, r=h4writer 2015-04-10 12:41:22 +08:00
Kartikaya Gupta
7ac4ed1b3b Back out cset 35cae02f1552 (bug 1152753) because it introduces a footgun. r=me 2015-04-10 12:13:55 -04:00
Terrence Cole
613f766046 Bug 1152964 - Remove browser users of setTracingDetails; r=mccr8 2015-04-10 09:03:00 -07:00
Terrence Cole
399fff5467 Bug 1151981 - Remove the void* marking functions; r=jonco,terrence 2015-04-02 09:53:01 -07:00
Terrence Cole
c7ab07e196 Bug 1152177 - Make jsid and Value pre barriers symetrical; r=jonco 2015-04-10 08:58:26 -07:00
Jonathan Kew
8a1d977c6b Bug 1079164 - Initial testcases for CSS grid in vertical writing mode. r=mats 2015-04-10 16:56:23 +01:00
Jonathan Kew
987eaf5fa9 Bug 1153140 - dir=rtl versions of a couple of the grid reftests. r=mats 2015-04-10 16:56:23 +01:00
Jonathan Kew
0ae3be7330 Bug 1153140 - Include borderPadding width in the containerWidth for grid item placement. r=mats 2015-04-10 16:56:23 +01:00
neil@parkwaycc.co.uk
ba54fe522b Bug 1145056 - Coverity complains on every use of MutexAutoLock and GuardObjectNotifier. r=froydnj 2015-03-19 08:18:00 -07:00
Mason Chang
2bf36fe95f Bug 1147390. Enable / disable vsync on the vsync thread only. r=kats 2015-04-10 07:59:21 -07:00
Tooru Fujisawa
21f978b02b Bug 1147817 - Part 2: Use IsRegExp in RegExp constructor. r=till 2015-04-10 23:49:16 +09:00
Tooru Fujisawa
fa4dd7cbb7 Bug 1147817 - Part 1: Add RegExpInitialize. r=till 2015-04-10 23:49:16 +09:00
Jeff Muizelaar
dbb24f8c26 Bug 1136726. Remove PaintMode from TileLayer. r=kats
PaintMode is never changed from the default.
2015-01-30 16:04:44 -05:00
Sotaro Ikeda
98ef649787 Bug 1153050 - Add ICameraControl check to MediaEngineGonkVideoSource::Start() r=jesup 2015-04-10 07:39:36 -07:00
Mike Conley
d61ac88417 Bug 1088180 - Swap nsIBrowserDOMWindows when swapping remote frame loaders. r=smaug. 2015-04-09 17:55:07 -04:00
Andreas Tolfsen
d794bd9dc6 Bug 1153240: Fix variable assignment of value in GeckoDriver#multiAction
Bug 1150041 inadvertently fixed a closely related issue.

r=njpark
2015-04-10 15:09:25 +01:00
Nicolas B. Pierron
57ea8e0094 Bug 1149377 - Disable PGO on ICCallStubCompiler::guardFunApply. r=jandem 2015-04-10 16:08:21 +02:00
Nicolas B. Pierron
87c50fcc2d Bug 1147414 - Check of that Scalar Replacement is working as expected. r=h4writer 2015-04-10 15:41:57 +02:00
Andreas Tolfsen
33edba614d Bug 941085: File uploads support in Marionette
Adds support for W3C WebDriver compatible file uploads, where additional
calls to sendKeys on <input type=file multiple> will append files,
rather than reset the field.

r=dburns
2015-04-02 15:16:00 +01:00
Mike Kaply
7c0d8fb84a Fallout from bug 1132971 - Remove const now defined in head.js - CLOSED TREE 2015-04-10 07:28:05 -05:00
Patrick McManus
f1ecabdf6a Bug 1152895 - remove dead code in nsSSLIOLayerSetOptions r=dkeeler 2015-04-09 13:40:04 -04:00
Patrick McManus
4e84787cab Bug 1152897 - update Alt-Svc pref name and default r=hurley 2015-04-06 15:28:21 -04:00
Kartikaya Gupta
d5faf67302 Bug 1152753 - Add a wrapper to be able to dispatch C++11 lambdas to nsIThread. r=froydnj 2015-04-10 08:13:00 -04:00
Kartikaya Gupta
2a4b16668a Bug 1150452 - Make startAndCompleteDragOperation more robust across all platforms. r=Gijs 2015-04-10 08:13:00 -04:00
Jonathan Kew
48cf46f27f Bug 742176 - Remove/reduce fuzz annotations for tests that no longer appear to be affected by bad overflow areas. r=ehsan 2015-04-10 12:42:00 +01:00
Mike Kaply
edbf6bde8b Bug 1132971 - Don't assume that the add-ons discovery pane will be available, r=mossop 2015-04-09 11:18:31 -05:00
Carsten "Tomcat" Book
9b0f0eb496 Backed out changeset 9a6acb756ed5 (bug 1100501) for OSX XPCshell Test failures 2015-04-10 12:33:56 +02:00
Jan de Mooij
96c9b59939 Bug 1151326 - Don't inline yields in legacy generators in Baseline. r=shu 2015-04-10 11:39:00 +02:00
Jan de Mooij
eefac7a6c1 Bug 1147216 part 2 - Use the right line number for strict eval. r=luke 2015-04-10 11:38:52 +02:00
Jan de Mooij
00300d588d Bug 1147216 part 1 - Give JSOP_LINENO a 4-byte instead of 2-byte operand. r=luke 2015-04-10 11:38:50 +02:00
Carsten "Tomcat" Book
db3b77867f Backed out changeset 43af95e75ece (bug 1063369) for bc1 test failures 2015-04-10 11:31:35 +02:00
Carsten "Tomcat" Book
08d404183f Backed out changeset eaf1b350adf9 (bug 1063369) 2015-04-10 11:29:51 +02:00
Carsten "Tomcat" Book
66220aefcc Backed out changeset 1610ee9ba5d8 (bug 1151821) for m1 test failures 2015-04-10 11:12:51 +02:00
Carsten "Tomcat" Book
755f844d75 Backed out changeset 1f8ed1063d26 (bug 1151821) 2015-04-10 11:10:58 +02:00
Blake Wu
28b287ee9d Bug 1152218 - Have a larger tolerance to decide if video data is low or not. r=cpearce. 2015-04-08 17:57:18 +08:00
Blake Wu
973a02af33 Bug 1146729 - [FFOS] Enable MP4Reader for MSE and local playback. r=cpearce. 2015-04-09 14:02:41 +08:00
Jim Mathies
6d8e5c2488 Bug 1100501 - Avoid a late shutdown of chromium's StatisticsRecorder. r=georg 2015-04-09 15:41:53 -05:00
Andrea Marchesini
12a663da50 Bug 1133601 - Implement about:serviceworkers, r=ehsan 2015-04-10 09:50:06 +01:00
Andrea Marchesini
f848062290 Bug 1152602 - dom/workers/test/serviceworkers/importscript.sjs should return an error at the second request, r=ehsan 2015-04-10 09:45:51 +01:00
Andrea Marchesini
7fc63c73d6 Bug 1151082 - RequestSyncAPI - avoid infinite loop when processing pending messages, r=ehsan 2015-04-09 19:59:39 +01:00