Commit Graph

283492 Commits

Author SHA1 Message Date
Frédéric Wang
a36ae77e71 Bug 1242904 - Update Brotli to latest upstream revision ; now at 33aa40220b96cf95ad2b9ba61dc8d7fd2f964f2c. r=mcmanus 2016-02-08 12:01:21 +01:00
Tooru Fujisawa
58a451160e Bug 1245801 - Disable non-standard flag argument of String.prototype.{search,match,replace} in non-release channel. r=jandem 2016-02-08 19:37:24 +09:00
Carsten "Tomcat" Book
ab60132384 Backed out changeset c18e29c1b369 (bug 1164581) for cpp unit tests test failures 2016-02-08 11:17:38 +01:00
Benjamin Bouvier
bd484b2494 Bug 1246136: Land test case; r=luke 2016-02-05 14:19:26 +01:00
Bogdan Postelnicu
0030e75ba5 Bug 1246100 - pass aData by reference instead of value in MockWebBrowserPrint::MockWebBrowserPrint. r=bsmedberg 2016-02-05 10:58:28 +02:00
Dragana Damjanovic dd.mozilla@gmail.com
e3be2df26c Bug 1242755 - Move nsHttpConnectionMgr->Shutdown back to nsHttpHandler. r=mcmanus 2016-02-04 04:14:00 +01:00
Shih-Chiang Chien
c1e91eddca Bug 1241368 - provide JS implemented MDNS service as a fallback. r=nwgh,nalexander. 2014-05-16 15:01:27 -04:00
Aidin Gharibnavaz
238dcd01fc Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley 2016-02-07 10:56:00 +01:00
Jean-Yves Avenard
1b0adf995f Bug 1246358: [MSE] Take pre-roll time into consideration when seeking. r=gerald 2016-02-08 17:36:17 +11:00
John Daggett
e8aa4d262d Bug 1244017 - disable system font cascade reftests. r=m_kato 2016-02-08 15:26:50 +09:00
John Daggett
39e57ed7f1 Bug 1244017 - remove system font cascade for OSX. r=m_kato 2016-02-08 15:26:50 +09:00
Ting-Yu Lin
af1aa001fc Bug 1246404 - Check mouseContent before calling IsInComposedDoc(). r=smaug
It's possible that PresShell::HandleEventWithTarget() above will make
mouseContent become nullptr. We should check the validity of
mouseContent before calling its method.
2016-02-06 23:44:00 +08:00
Jean-Yves Avenard
991fb9bbac Bug 1246521: [MSE] P3. Only error during Prepare Append algorithm if the media element is in error. r=gerald 2016-02-08 16:38:45 +11:00
Jean-Yves Avenard
f89b386434 Bug 1246521: P2. Add MediaDecoder::OwnerHasError method. r=gerald 2016-02-08 16:38:26 +11:00
Jean-Yves Avenard
8a6301085a Bug 1246521: P1. Add MediaDecoderOwner::HasError method. r=gerald 2016-02-08 16:31:42 +11:00
Phil Ringnalda
2e53a18092 Back out c3ac85cea6a3 (bug 1246358) for failures in test_invalid_reject_play.html
CLOSED TREE
2016-02-07 19:29:07 -08:00
Phil Ringnalda
22b26ff040 Merge m-c to m-i 2016-02-07 18:51:47 -08:00
Jonathan Watt
bd4f5f99cc Bug 1245845, part 2 - Remove code that is now useless from gfxContext::EnsurePath. r=Bas 2016-02-08 02:15:59 +00:00
Jonathan Watt
597ea4c67d Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas 2016-02-08 02:15:54 +00:00
Jean-Yves Avenard
125ba113d6 Bug 1246358: [opus] Don't error if we fail to decode the last frame. r=TD-Linux 2016-02-08 12:22:07 +11:00
John Daggett
2acb435a11 Bug 1188802 - only rebuild local webfont rules when needed. r=heycam 2016-02-08 10:11:39 +09:00
Sotaro Ikeda
80a5dc818e Bug 1161978 - Use GetEffectiveVisibleRegion() for Layer invalidation r=matt.woodrow 2016-02-07 16:43:16 -08:00
Phil Ringnalda
70e2ebc761 Merge m-c to f-t 2016-02-07 15:31:51 -08:00
Phil Ringnalda
8bdad29df6 Bug 1229272 - skip browser_storage_sidebar.js on e10s opt Win7 for frequent failures 2016-02-07 13:57:52 -08:00
Terrence Cole
dd3328e97b Bug 1246293 - Fix a typo in DefineSelfHostedProperty; r=till 2016-02-07 09:08:16 -08:00
Tim Nguyen
a7195e8b0d Bug 1246498 - Various clean ups to aboutNetworking.css. r=jaws 2016-02-07 18:06:26 +01:00
L. David Baron
0279ba7e59 Bug 1245075 patch 2 - Fix EffectSet::GetEffectSet(nsIFrame*) and EffectCompositor::GetAnimationElementAndPseudoForFrame to only return effects when the frame is the style frame for its content. r=birtles
This means that we won't associate animations with additional frames.
In this case, this fixes associating off-main-thread animations with a
table outer frame, when they should have been associated only with the
table frame.

Locally, the test fails without the patch (with opacity in the test
being 0.36 instead of the expected 0.6), and passes with the patch.
(Opacity 0.36 gives a color of rgb(163,163,255), whereas 0.6 gives
rgb(102,102,255).)
2016-02-07 08:43:49 -08:00
L. David Baron
9b608b18f9 Bug 1245075 patch 1 - Remove assertion, since it can fire during frame destruction. r=dholbert
Without this patch, patch 2 will cause assertions since
nsFrame::DestroyFrom calls nsFrame::HasCSSAnimations (at a time when the
child frame has been destroyed), which calls into the code modified in
patch 2 to call GetStyleFrame.
2016-02-07 08:43:48 -08:00
Tom Schuster
322e83f7b1 Bug 1132630 - Prefix bound function names. r=till 2016-02-07 15:40:14 +01:00
Tom Schuster
8f93704b2b Bug 1132630 - Renumber steps in Function.prototype.bind. r=till 2016-02-07 15:40:14 +01:00
Jacek Caban
350ad1813d Bug 1213429 - GCC compilation fixup. 2016-02-07 13:15:21 +01:00
Matt Woodrow
fd47c349bc Bug 1229317 - Allow preserve-3d and opacity to be combined on the root element of a preserve-3d chain. r=roc 2016-02-07 23:51:11 +13:00
Andrea Marchesini
c60db6a193 Bug 1244995 - Console should trace the arguments correctly, r=bz 2016-02-07 10:29:12 +00:00
Phil Ringnalda
dae29e0abd Merge m-c to f-t 2016-02-06 19:17:04 -08:00
Phil Ringnalda
beba52d63c Merge m-i to m-c, a=merge 2016-02-06 19:08:33 -08:00
Matthew Noorenberghe
9fc569a58b Bug 612168 - Follow-up for test_undouninstall.js trailing whitespace. r=eslint 2016-02-06 18:15:29 -08:00
Shih-Chiang Chien
c3e400ba96 Bug 1129785 - support video sharing via Presentation API. r=mfinkle. 2016-02-06 18:15:22 -08:00
Kris Maglione
b5abe1fe8c Bug 1225715: Follow-up: Ignore unknown permissions and top-level manifest keys. r=me 2016-02-06 14:02:30 -08:00
Phil Ringnalda
9ea1f50cc0 Bug 1228605 - Disable test_mediarecorder_avoid_recursion.html on Windows opt for frequent timeouts 2016-02-06 11:33:38 -08:00
Phil Ringnalda
c3902ebb9b Back out aeceae3e0e96 (bug 1232042) for Win8 crashes @nvwgf2umx.dll + 0x2d416a in addon manager tests 2016-02-06 09:52:35 -08:00
Fabrice Desré
12d7e4bd3d Bug 1240330 - mozAlarm debug messages are turned on r=khuey 2016-02-06 09:38:55 -08:00
Kartikaya Gupta
f4dd3cf910 Bug 1245925 - Disable displayport expiry on B2G for now. r=me and DONTBUILD because B2G only 2016-02-06 10:47:43 -05:00
Patrick McManus
a8920801a5 Bug 1246263 - fix unified build pollution r=valentin 2016-02-06 09:11:39 -05:00
Phil Ringnalda
c38d27b3de Bug 1236414 - Disable browser_crashedTabs.js for an insanely high intermittent failure rate 2016-02-05 23:02:58 -08:00
Phil Ringnalda
6242e703b6 Back out e751d638ab4b (bug 1229317) for reftest "Assertion failure: oldState < kReadMax" and crashes
CLOSED TREE
2016-02-05 22:42:55 -08:00
Kit Cambridge
240dab0dce Back out 2 changesets (bug 1243856) for intermittent xpcshell failures on a CLOSED TREE. 2016-02-05 22:39:23 -08:00
Bill McCloskey
f44df533e4 Bug 1246311 - Disable async drawing on beta/release (r=dvander) 2016-02-05 21:25:24 -08:00
Matt Woodrow
077b1d35fb Bug 1229317 - Allow preserve-3d and opacity to be combined on the root element of a preserve-3d chain. r=roc 2016-02-06 17:57:34 +13:00
Thinker K.F. Li
6c44f187f1 Bug 1243282 - Wrap items having clips with a separator. r=mattwoodrow 2016-02-06 17:55:59 +13:00
Andrew Swan
361c05143d Bug 612168 - Handle uninstalls of restartless addons in XPIProvider. r=Mossop 2016-02-05 15:06:48 -08:00