Граф коммитов

460969 Коммитов

Автор SHA1 Сообщение Дата
Margaret Leibovic c0696bf4a0 Bug 1243387 - Add telemetry probe to understand how often users load reading list items when offline. r=mfinkle
--HG--
extra : commitid : 6b3lDQ29j0E
extra : rebase_source : 512e6468fede40ab3ef986bf1ce7129f3297e6e0
2016-02-05 09:37:15 -05:00
Margaret Leibovic 6dfdeaba14 Bug 1244329 - Flip the preference to on for requiring signed addons. r=mfinkle
--HG--
extra : commitid : CtpyrQvId71
extra : rebase_source : a6e5a544cfed8452c7f270b826653299a2ff7e4c
2016-02-05 09:59:29 -05:00
Margaret Leibovic cc2f8b6c3f Bug 1246170 - Remove about:logins histogram telemetry probes. r=mfinkle
--HG--
extra : commitid : PeL3VH5IuP
extra : rebase_source : 351ad769f8a36455fab97287557a69bdf0182644
2016-02-05 10:11:54 -05:00
Margaret Leibovic 0c9588ab47 Bug 1113297 - Back out match case mode for find-in-page. r=liuche
--HG--
extra : commitid : 1unskJnlqIM
extra : rebase_source : 62025ed9a9555e507e1d3659d27dd09edfea363d
2016-02-03 15:51:46 -05:00
Patrick Brosset fa986e6358 Bug 1245849 - Remove mochitest browser_animation_name.js and add a xpcshell test instead; r=ochameau
--HG--
extra : commitid : AYcI9tDXKgD
extra : rebase_source : 64225d0a9b7b57a646527cefaaa432cdd75051e7
2016-02-08 16:14:11 +01:00
Carsten "Tomcat" Book 135ca6c1ab Merge mozilla-central to fx-team 2016-02-08 12:55:35 +01:00
John Daggett fe3c0df984 Bug 1244017 - disable system font cascade reftests. r=m_kato 2016-02-08 15:26:50 +09:00
John Daggett cb1a460415 Bug 1244017 - remove system font cascade for OSX. r=m_kato 2016-02-08 15:26:50 +09:00
Ting-Yu Lin e100555d17 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.

--HG--
extra : commitid : BjvYp6Fus8x
extra : rebase_source : da20becb8bf4b1706bb817baba28299bab69efb9
2016-02-06 23:44:00 +08:00
Jean-Yves Avenard a1d2f88108 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 53c49526d6 Bug 1246521: P2. Add MediaDecoder::OwnerHasError method. r=gerald 2016-02-08 16:38:26 +11:00
Jean-Yves Avenard 722e4fee21 Bug 1246521: P1. Add MediaDecoderOwner::HasError method. r=gerald 2016-02-08 16:31:42 +11:00
Phil Ringnalda a0117e0b74 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 115f225a36 Merge m-c to m-i 2016-02-07 18:51:47 -08:00
Jonathan Watt 17c8267a53 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 ed38f5c352 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 435868949a 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 535864fddf Bug 1188802 - only rebuild local webfont rules when needed. r=heycam 2016-02-08 10:11:39 +09:00
Sotaro Ikeda 1fadea02c2 Bug 1161978 - Use GetEffectiveVisibleRegion() for Layer invalidation r=matt.woodrow 2016-02-07 16:43:16 -08:00
Phil Ringnalda 138afefb11 Merge m-c to f-t 2016-02-07 15:31:51 -08:00
Phil Ringnalda a532e17c65 Bug 1229272 - skip browser_storage_sidebar.js on e10s opt Win7 for frequent failures 2016-02-07 13:57:52 -08:00
Terrence Cole 60d878ca7c Bug 1246293 - Fix a typo in DefineSelfHostedProperty; r=till 2016-02-07 09:08:16 -08:00
Tim Nguyen 8015416b24 Bug 1246498 - Various clean ups to aboutNetworking.css. r=jaws
--HG--
extra : commitid : 2ivWFz93d7h
2016-02-07 18:06:26 +01:00
L. David Baron 4cc8e3dd91 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).)

--HG--
extra : commitid : 7wtkIDLDHBF
2016-02-07 08:43:49 -08:00
L. David Baron c774a187fd 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.

--HG--
extra : commitid : EkhtcNIf7ye
2016-02-07 08:43:48 -08:00
Tom Schuster d600dcd4b5 Bug 1132630 - Prefix bound function names. r=till 2016-02-07 15:40:14 +01:00
Tom Schuster f2d7f4c40b Bug 1132630 - Renumber steps in Function.prototype.bind. r=till 2016-02-07 15:40:14 +01:00
Jacek Caban ac5793d34d Bug 1213429 - GCC compilation fixup. 2016-02-07 13:15:21 +01:00
Matt Woodrow 7cd754d8cf 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 2de5821ca7 Bug 1244995 - Console should trace the arguments correctly, r=bz 2016-02-07 10:29:12 +00:00
Phil Ringnalda 21abea4cd0 Merge m-c to f-t 2016-02-06 19:17:04 -08:00
Phil Ringnalda 05fb537019 Merge m-i to m-c, a=merge 2016-02-06 19:08:33 -08:00
Matthew Noorenberghe 46d841af95 Bug 612168 - Follow-up for test_undouninstall.js trailing whitespace. r=eslint
--HG--
extra : commitid : CZIHzxJbzBx
2016-02-06 18:15:29 -08:00
Shih-Chiang Chien 10b1fdf725 Bug 1129785 - support video sharing via Presentation API. r=mfinkle.
--HG--
extra : commitid : tt4LYaWaUe
2016-02-06 18:15:22 -08:00
Kris Maglione b7f18df9f3 Bug 1225715: Follow-up: Ignore unknown permissions and top-level manifest keys. r=me
--HG--
extra : commitid : EP0u05EvtZe
2016-02-06 14:02:30 -08:00
Phil Ringnalda 4600f4bd1f Bug 1228605 - Disable test_mediarecorder_avoid_recursion.html on Windows opt for frequent timeouts 2016-02-06 11:33:38 -08:00
Phil Ringnalda ac03b87535 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é c1a40a7808 Bug 1240330 - mozAlarm debug messages are turned on r=khuey 2016-02-06 09:38:55 -08:00
Kartikaya Gupta 558666e0f3 Bug 1245925 - Disable displayport expiry on B2G for now. r=me and DONTBUILD because B2G only
--HG--
extra : commitid : KuKVpeBlSsZ
2016-02-06 10:47:43 -05:00
Patrick McManus 71474d4ad5 Bug 1246263 - fix unified build pollution r=valentin 2016-02-06 09:11:39 -05:00
Phil Ringnalda ef2ef557fe Bug 1236414 - Disable browser_crashedTabs.js for an insanely high intermittent failure rate 2016-02-05 23:02:58 -08:00
Phil Ringnalda ec6b8aac53 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 efe23eadc2 Back out 2 changesets (bug 1243856) for intermittent xpcshell failures on a CLOSED TREE.
--HG--
extra : commitid : HOS6utihBe9
2016-02-05 22:39:23 -08:00
Bill McCloskey 86af10a71e Bug 1246311 - Disable async drawing on beta/release (r=dvander) 2016-02-05 21:25:24 -08:00
Matt Woodrow 8857b37db9 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 94e1db456d Bug 1243282 - Wrap items having clips with a separator. r=mattwoodrow 2016-02-06 17:55:59 +13:00
Andrew Swan a6117744fc Bug 612168 - Handle uninstalls of restartless addons in XPIProvider. r=Mossop
--HG--
extra : commitid : 1C1yU1DSWZJ
2016-02-05 15:06:48 -08:00
Matthew Noorenberghe eeb501f1ea Bug 1246323 - passwordmgr: Bug 1001765 follow-up for VK_ESCAPE handling and test cleanup. r=dolske
--HG--
extra : commitid : 5OGGBCd1AsF
2016-02-05 17:33:47 -08:00
Jonathan Kew 08f9b29485 Bug 1240085 - Revert to CSS-pixel units for screenX, screenY, moveTo() APIs, and adjust the origin for secondary displays with differing resolution to avoid overlapping coordinate spaces. r=emk 2016-02-05 16:29:33 +00:00
Hiroyuki Ikezoe 8a841d093a Bug 1241692 - Part 2: We should observe stylings only for animations. r=dholbert
We don't need observe restylings other than animations.  If those restylings
happen, it's just noise for this test.  We should drop them.

--HG--
extra : transplant_source : 9%0B%0B%B7O%E5R%86%D4%7F%29%90q%DDQ0%0B%FAuJ
2016-02-06 20:38:24 +09:00