cd938bfa55ab7419003191dd3553db8fceee23ba: Bug 1412181 - add a proxy to be registered with ClearOnShutdown() to clear MediaCache::sThread. r=gerald
JW Wang <jwwang@mozilla.com> - Fri, 27 Oct 2017 11:38:53 +0800 - rev 688646
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1412181 - add a proxy to be registered with ClearOnShutdown() to clear MediaCache::sThread. r=gerald MozReview-Commit-ID: 9SXSKTP9Twb
927e6f8dfb430afc7a923ca90d291ede3aaac8a4: Bug 1379564 - Make zeroDuration in AnimationEffectReadOnly::GetComputedTimingAt static const. r=birtles
Hiroyuki Ikezoe <hikezoe@mozilla.com> - Mon, 10 Jul 2017 16:36:28 +0900 - rev 688645
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1379564 - Make zeroDuration in AnimationEffectReadOnly::GetComputedTimingAt static const. r=birtles MozReview-Commit-ID: 1fPRVuH2dCJ
c5418105c3170a6230172e57a3b96c0ea565e3a6: Bug 1379564 - Make BaseTimeDuration::Forever() constexpr. r=birtles
Hiroyuki Ikezoe <hikezoe@mozilla.com> - Mon, 10 Jul 2017 16:21:34 +0900 - rev 688644
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1379564 - Make BaseTimeDuration::Forever() constexpr. r=birtles MozReview-Commit-ID: DFse9SD1taP
0c1dad043d1a11c942613b267d3d2e71f76c113a: Bug 1379564 - Use BaseTimeDuration::bool() to check the TimeDuration is not zero. r=birtles
Hiroyuki Ikezoe <hikezoe@mozilla.com> - Mon, 10 Jul 2017 16:21:30 +0900 - rev 688643
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1379564 - Use BaseTimeDuration::bool() to check the TimeDuration is not zero. r=birtles In TimingParams::CalcActiveDuration(), we intentionally use IsZero() instead of the bool() operator since the value |aDuration| is Maybe<StickyTimeDuration> , it's easily misread as Maybe::bool(). MozReview-Commit-ID: D5Nb7cxh7wi
7609d8f86a9bfe11450a9d16df7d0c75f456e232: Bug 1412736 - Extend the blacklist of disabling adaptive playback feature for Galaxy S4 SCH-R970 model. r=jolin
James Cheng <jacheng@mozilla.com> - Mon, 30 Oct 2017 10:57:50 +0800 - rev 688642
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1412736 - Extend the blacklist of disabling adaptive playback feature for Galaxy S4 SCH-R970 model. r=jolin MozReview-Commit-ID: LfwcrdWtrDC
0efc275f78e6935dda99574aa8ffeb26cc9874d5: Bug 1409640 - Remove menulist-dropmarker's margin top and bottom values in preferences.css then the smaller values (in common.css) will be applied since the space for the drop marker image is too small. r=dao
Evan Tseng <evan@tseng.io> - Fri, 27 Oct 2017 16:52:26 +0800 - rev 688641
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1409640 - Remove menulist-dropmarker's margin top and bottom values in preferences.css then the smaller values (in common.css) will be applied since the space for the drop marker image is too small. r=dao MozReview-Commit-ID: FT5DslnUqkK
a6217947aff0592b4258f71b2e133e76acb8b373: Bug 1384753 - Add dummy login reputation service in reputationservice component. r=francois
DimiL <dlee@mozilla.com> - Thu, 26 Oct 2017 11:27:17 +0800 - rev 688640
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1384753 - Add dummy login reputation service in reputationservice component. r=francois Login reputation service is initialized during idle startup.
45181edd35f6f6c778670e227d16b1a540dfad4c: Bug 1384753 - Move Application Reputation files into a new component. r=francois
DimiL <dlee@mozilla.com> - Mon, 23 Oct 2017 16:18:52 +0800 - rev 688639
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1384753 - Move Application Reputation files into a new component. r=francois
2932c914e223801644182a0912fd0502e843cfa2: Bug 1406327 - Part 3: VRSystemManager for multi-threads; r=kip
Daosheng Mu <daoshengmu@gmail.com> - Thu, 26 Oct 2017 17:45:44 +0800 - rev 688638
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1406327 - Part 3: VRSystemManager for multi-threads; r=kip MozReview-Commit-ID: 4bE5hruFcT2
cfbc6262a0640c95fd9e8db432c188c98ef6a270: Bug 1406327 - Part 2: When loading VR content, launching the VR listener thread; r=kip
Daosheng Mu <daoshengmu@gmail.com> - Thu, 26 Oct 2017 17:28:37 +0800 - rev 688637
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1406327 - Part 2: When loading VR content, launching the VR listener thread; r=kip MozReview-Commit-ID: IyBzJyDEVdv
b7a07167905c19812ed9253746b2f27afa0742b2: Bug 1406327 - Part 1: Shutdown VR listener thread when no VR content in seconds; r=dvander,kip
Daosheng Mu <daoshengmu@gmail.com> - Thu, 26 Oct 2017 16:51:14 +0800 - rev 688636
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1406327 - Part 1: Shutdown VR listener thread when no VR content in seconds; r=dvander,kip MozReview-Commit-ID: AnYJT8WBkI7
7eafcf419a63b7eadadd0fa397ab8a1e02d63cfb: Bug 1404193 - enable customizable logo, speech bubble string, and hide the skip tour button;r=Fischer
gasolin <gasolin@gmail.com> - Wed, 25 Oct 2017 18:16:19 +0800 - rev 688635
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1404193 - enable customizable logo, speech bubble string, and hide the skip tour button;r=Fischer MozReview-Commit-ID: 1VjDxOeYPem
d7500aa55304e55f23ffbdf198966c374ef740db: servo: Merge #19054 - Update WR (driver bug fix, optimize DL writer) (from glennw:update-wr-drivers); r=jdm
Glenn Watson <github@intuitionlibrary.com> - Sun, 29 Oct 2017 20:28:16 -0500 - rev 688634
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
servo: Merge #19054 - Update WR (driver bug fix, optimize DL writer) (from glennw:update-wr-drivers); r=jdm Source-Repo: https://github.com/servo/servo Source-Revision: f4cf5dceee2ad70ea5335573a04d756fc37c20a0
7b78af3ab388b32b7912c8514b3d907386422797: Bug 1408539 - Onboarding Tour: update customize, library, and screenshot illustration;r=Fischer
Fred Lin <gasolin@gmail.com> - Fri, 27 Oct 2017 15:58:08 +0800 - rev 688633
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1408539 - Onboarding Tour: update customize, library, and screenshot illustration;r=Fischer MozReview-Commit-ID: KHab4CFeLdQ
06d7f7a08c8a27f950471a47cbbcadde67330008: Bug 1404842 - P4: Revise expected test results under other folders, r=smaug
btian <btian@mozilla.com> - Fri, 27 Oct 2017 16:08:05 +0800 - rev 688632
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1404842 - P4: Revise expected test results under other folders, r=smaug MozReview-Commit-ID: 4SSW3ZLKHMy
28d89dcd3cfb63aa968de4188ccce17f5513a901: Bug 1404842 - P3: Revise expected test results under css, r=smaug
Ben Tian <btian@mozilla.com> - Thu, 19 Oct 2017 17:21:46 +0800 - rev 688631
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1404842 - P3: Revise expected test results under css, r=smaug MozReview-Commit-ID: 2hhPCLgDULy
35c583b7a264272087f4fad9cf5c5c1476f80e6d: Bug 1404842 - P2: Revise expected test results under shadow-dom, r=smaug
Ben Tian <btian@mozilla.com> - Thu, 19 Oct 2017 18:06:12 +0800 - rev 688630
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1404842 - P2: Revise expected test results under shadow-dom, r=smaug MozReview-Commit-ID: IYfyAa7h4JN
b114a2e525e029d1ce6531ed951a808c4991e992: Bug 1404842 - P1: Implement Element.attachShadow and Element.slot, r=smaug
Ben Tian <btian@mozilla.com> - Thu, 19 Oct 2017 14:44:35 +0800 - rev 688629
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1404842 - P1: Implement Element.attachShadow and Element.slot, r=smaug MozReview-Commit-ID: KWy8mDqEw4o
8ee193c2b8726fccdfac60067940d0fe3889043a: Bug 1379515 - Set layout.reflow.synthMouseMove false to avoid synthetic mouse move. r=birtles
Hiroyuki Ikezoe <hikezoe@mozilla.com> - Mon, 30 Oct 2017 09:50:27 +0900 - rev 688628
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1379515 - Set layout.reflow.synthMouseMove false to avoid synthetic mouse move. r=birtles The synthetic mouse move flushes animation styles during running test cases on Linux, it breaks these tests! MozReview-Commit-ID: DOT7m3fhrZi
92408ba892fa467aa3a7db4e353dd08d6a354bf9: Bug 1379515 - Run test_restyles.html in content. r=birtles
Hiroyuki Ikezoe <hikezoe@mozilla.com> - Mon, 30 Oct 2017 09:49:32 +0900 - rev 688627
Push 86813 by paolo.mozmail@amadzone.org at Mon, 30 Oct 2017 12:06:24 +0000
Bug 1379515 - Run test_restyles.html in content. r=birtles MozReview-Commit-ID: 7PPYQYBIo5Y
(0) -300000 -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 tip