95b87c735bd800aa4954ecf13bc4c836a7ad9c85: Bug 1374564 - Add drop-shadow's serialization test. r?hiro draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Fri, 30 Jun 2017 13:06:25 -0700 - rev 602819
Push 66566 by bmo:mantaroh@gmail.com at Fri, 30 Jun 2017 20:12:56 +0000
Bug 1374564 - Add drop-shadow's serialization test. r?hiro MozReview-Commit-ID: Cf3Zhvwmklv
26acf0b725f179d8000e166e8d91b3ad3dfb8b57: Bug 1374564 - Remove skipping code of getkeyframes which used text-shadow serialization. r?hiro draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Fri, 30 Jun 2017 12:44:40 -0700 - rev 602818
Push 66566 by bmo:mantaroh@gmail.com at Fri, 30 Jun 2017 20:12:56 +0000
Bug 1374564 - Remove skipping code of getkeyframes which used text-shadow serialization. r?hiro MozReview-Commit-ID: Fh9D8dXMF4R
3c7f143f895f5741546aaf38fb2dd12ba51b14de: Bug 1374564 - Skip serialize shadow's fourth value when property is text-shadow or drop-shadow of filter. r?hiro draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Fri, 30 Jun 2017 12:14:27 -0700 - rev 602817
Push 66566 by bmo:mantaroh@gmail.com at Fri, 30 Jun 2017 20:12:56 +0000
Bug 1374564 - Skip serialize shadow's fourth value when property is text-shadow or drop-shadow of filter. r?hiro MozReview-Commit-ID: CoZj0WPCL8w
c30f30578f1f6b69cac851b11a9098eb883d1312: Bug 1330608 Add the mingw32 build job (Work in Progress) draft
Tom Ritter <tom@mozilla.com> - Thu, 29 Jun 2017 15:20:50 -0500 - rev 602816
Push 66565 by bmo:tom@mozilla.com at Fri, 30 Jun 2017 20:11:45 +0000
Bug 1330608 Add the mingw32 build job (Work in Progress) MozReview-Commit-ID: 8FxZFtm3a4C
cbd3bcf3f0c26909daa9db61e3eec346b9b802e6: Bug 1330608 Add the MinGW Toolchain build to Taskcluster (Work in Progress) draft
Tom Ritter <tom@mozilla.com> - Fri, 30 Jun 2017 15:11:02 -0500 - rev 602815
Push 66565 by bmo:tom@mozilla.com at Fri, 30 Jun 2017 20:11:45 +0000
Bug 1330608 Add the MinGW Toolchain build to Taskcluster (Work in Progress) MozReview-Commit-ID: B6N1W0RcKQb
2d89bcbc4911e2725bfee4c7b4cec9dd2e469ada: Bug 1361618 - Remove unnecessary calls to FlushPendingLinkUpdates. r=smaug draft
J. Ryan Stinnett <jryans@gmail.com> - Thu, 29 Jun 2017 11:31:52 -0700 - rev 602814
Push 66564 by bmo:jryans@gmail.com at Fri, 30 Jun 2017 19:59:34 +0000
Bug 1361618 - Remove unnecessary calls to FlushPendingLinkUpdates. r=smaug This removes the two calls to `FlushPendingLinkUpdates` in nsCSSFrameConstructor and GeckoRestyleManager, which appear to have no effect. Looking through what the pending link code is attempting to do: * When a new anchor is bound in `BindToTree` we do: 1. Link::ResetLinkState(false, Link::ElementHasHref()); * Set link's mLinkState to default (either unvisited or not link) * Set element's link mState bits to default (either unvisited or not link) 2. doc->RegisterPendingLinkUpdate(this); * Schedules idle dispatch to run `FlushPendingLinkUpdates` within 1 sec * In `FlushPendingLinkUpdates`: * For each pending link, call element->UpdateLinkState(link->LinkState()); 1. Register link for async history update to get potential future visited state 2. mLinkState is still unvisited / not link until we hear from history, so element state is unchanged Thus, there seems to be no need to call `FlushPendingLinkUpdates` outside of `BindToTree`, since visited state is always applied async anyway (so it doesn't work as an optimization to avoid restyling if visited, since that will trigger later). MozReview-Commit-ID: KbFuKve1KUi
8436c943466dc3c2f45d64c9758e22d1419a2288: Bug 1376130 - Don't notify page-{shown,hidden} observers or dispatch pageshow/pagehide events when the document is an SVG used as image. r?smaug draft
Xidorn Quan <me@upsuper.org> - Fri, 30 Jun 2017 11:26:14 -0700 - rev 602813
Push 66563 by xquan@mozilla.com at Fri, 30 Jun 2017 19:53:47 +0000
Bug 1376130 - Don't notify page-{shown,hidden} observers or dispatch pageshow/pagehide events when the document is an SVG used as image. r?smaug MozReview-Commit-ID: 45L1MBYqTeK
df61a85d5c86ad01a5588c70bc3794ae710dfa2f: Bug 1377355 - Unable to load unpacked web extensions in about:debugging; content script cannot be loaded; r?jimm draft
Haik Aftandilian <haftandilian@mozilla.com> - Fri, 30 Jun 2017 12:36:00 -0700 - rev 602812
Push 66562 by haftandilian@mozilla.com at Fri, 30 Jun 2017 19:47:33 +0000
Bug 1377355 - Unable to load unpacked web extensions in about:debugging; content script cannot be loaded; r?jimm Remove the system principal check for unpacked (development) moz-extension loads and rely on the existing host, scheme, and filesystem checks. MozReview-Commit-ID: 7aI6dJsRJtP
5dfe132538f8f03b4c405a0f27287047cf47d1d5: Bug 1330608 Add the mingw32 build job (Work in Progress) draft
Tom Ritter <tom@mozilla.com> - Thu, 29 Jun 2017 15:20:50 -0500 - rev 602811
Push 66561 by bmo:tom@mozilla.com at Fri, 30 Jun 2017 19:45:48 +0000
Bug 1330608 Add the mingw32 build job (Work in Progress) MozReview-Commit-ID: 8FxZFtm3a4C
80aa6b2c426b0fc2897ba92817d42556ee32539e: Bug 1330608 Add the MinGW Toolchain build to Taskcluster (Work in Progress) draft
Tom Ritter <tom@mozilla.com> - Fri, 30 Jun 2017 14:45:03 -0500 - rev 602810
Push 66561 by bmo:tom@mozilla.com at Fri, 30 Jun 2017 19:45:48 +0000
Bug 1330608 Add the MinGW Toolchain build to Taskcluster (Work in Progress) MozReview-Commit-ID: B6N1W0RcKQb
404c2c6462cc2f93445a74d55f934dd0dcf0c35d: Bug 1377355 - Unable to load unpacked web extensions in about:debugging; content script cannot be loaded; r?jimm draft
Haik Aftandilian <haftandilian@mozilla.com> - Fri, 30 Jun 2017 12:36:00 -0700 - rev 602809
Push 66560 by haftandilian@mozilla.com at Fri, 30 Jun 2017 19:40:07 +0000
Bug 1377355 - Unable to load unpacked web extensions in about:debugging; content script cannot be loaded; r?jimm MozReview-Commit-ID: 7aI6dJsRJtP
5a6762f741688ec7ed7e2d7e30218ce0fe75d517: Bug 1377355 - Unable to load unpacked web extensions in about:debugging; content script cannot be loaded; r?jimm draft
Haik Aftandilian <haftandilian@mozilla.com> - Fri, 30 Jun 2017 12:36:00 -0700 - rev 602808
Push 66559 by haftandilian@mozilla.com at Fri, 30 Jun 2017 19:37:31 +0000
Bug 1377355 - Unable to load unpacked web extensions in about:debugging; content script cannot be loaded; r?jimm MozReview-Commit-ID: 7aI6dJsRJtP
62a2295f0808646bd33fc6db32b7c60ab8d7f275: mychanges draft
Haik Aftandilian <haftandilian@mozilla.com> - Fri, 23 Dec 2016 09:54:40 -0800 - rev 602807
Push 66559 by haftandilian@mozilla.com at Fri, 30 Jun 2017 19:37:31 +0000
mychanges MozReview-Commit-ID: wjOYx9UFI7
fa37ed7d971a11f5d1355fb2ba1e3a455a4694a3: Bug 1374175 - Add a new traversal flag which means that the traversal never skip any descendants. r?heycam draft
Hiroyuki Ikezoe <hikezoe@mozilla.com> - Fri, 30 Jun 2017 11:17:56 -0700 - rev 602806
Push 66558 by hikezoe@mozilla.com at Fri, 30 Jun 2017 19:27:30 +0000
Bug 1374175 - Add a new traversal flag which means that the traversal never skip any descendants. r?heycam There is cases that an element, which has animation style and some NAC child elements, are processed in animation-only restyle when the element does not have nsStyleContext yet. In such cases, we call Servo_TraverseSubtree for those NAC elements but the elements are completely skipped traversal since the parent element had RestyleDamage::reconstruct() so that the parent element is mistaken that the parent element is being reconstuction. To avoid such mistakes this patch adds a new traversal flag to avoid skip traversal for descendants and make StyleNewSubtree() involving with the flag. This commit includes a test case. MozReview-Commit-ID: 8VUu7UcnMmb
3b0335c07f921723d35e36b09fa97d21cd2bda5c: Bug 1351925 - remove blockMedia() and related tests. draft
Alastor Wu <alwu@mozilla.com> - Fri, 30 Jun 2017 12:16:43 -0700 - rev 602805
Push 66557 by alwu@mozilla.com at Fri, 30 Jun 2017 19:25:25 +0000
Bug 1351925 - remove blockMedia() and related tests. The intermittent failure is caused by the innate drawback of the present test, it doesn't be consistent with the behavior how we actually block the media. Since we always block media implicit, it would be set in nsGlobalWindow's ctor. We would never call blockMedia directly, so we can remove the function. MozReview-Commit-ID: IjYJi5OHQ3X
1515df447ba0ea111e12f1a5c43bdc4346c1aeec: Bug 1361972 - Add a pre-push and pre-commit mozlint hooks draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Wed, 28 Jun 2017 10:23:23 -0700 - rev 602804
Push 66556 by ahalberstadt@mozilla.com at Fri, 30 Jun 2017 19:03:52 +0000
Bug 1361972 - Add a pre-push and pre-commit mozlint hooks This adds pre-push and pre-commit hooks for both hg and git. All four possibilities are implemented in the same file. To enable a pre-push hg hook, add the following to hgrc: [hooks] pre-push.lint = python:/path/to/gecko/tools/lint/hooks.py:hg To enable a pre-commit hg hook, add the following to hgrc: [hooks] pretxncommit.lint = python:/path/to/gecko/tools/lint/hooks.py:hg To enable a pre-push git hook, run the following command: $ ln -s /path/to/gecko/tools/lint/hooks.py .git/hooks/pre-push To enable a pre-commit git hook, run the following command: $ ln -s /path/to/gecko/tools/lint/hooks.py .git/hooks/pre-commit MozReview-Commit-ID: DUxCKN2fiag
8ac927cf71e7a45f76722ca62a606f0bc8388175: Bug 1377471 - disconnect HttpChannelChild and its background channel on STS thread. r?mayhemer draft
Shih-Chiang Chien <schien@mozilla.com> - Sat, 01 Jul 2017 01:38:16 +0800 - rev 602803
Push 66555 by schien@mozilla.com at Fri, 30 Jun 2017 19:00:51 +0000
Bug 1377471 - disconnect HttpChannelChild and its background channel on STS thread. r?mayhemer MozReview-Commit-ID: JZ7d9sPEe19
5aee28a280b7d7ac9e05cec687172d1f5e657a45: Bug 1370502 - stylo: Implement ServoStyleRule::SelectorMatchesElement. r?emilio draft
Fernando Jimenez Moreno <ferjmoreno@gmail.com> - Fri, 30 Jun 2017 11:51:18 -0700 - rev 602802
Push 66554 by ferjmoreno@gmail.com at Fri, 30 Jun 2017 18:52:09 +0000
Bug 1370502 - stylo: Implement ServoStyleRule::SelectorMatchesElement. r?emilio MozReview-Commit-ID: BR18u4Sz5Vt
91b0c8988fded137258c7800d358d73cd114a5db: Bug 1370089 - Assume APZ is enabled in TabChild if we are queried before we have the compositor options. r?dvander draft
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 30 Jun 2017 14:51:33 -0400 - rev 602801
Push 66553 by kgupta@mozilla.com at Fri, 30 Jun 2017 18:52:07 +0000
Bug 1370089 - Assume APZ is enabled in TabChild if we are queried before we have the compositor options. r?dvander MozReview-Commit-ID: KHvAvGCQQUr
55e86097d31cef84a0017f289b2cacebb9e0ed38: Bug 1330608 Add the mingw32 build job (Work in Progress) draft
Tom Ritter <tom@mozilla.com> - Thu, 29 Jun 2017 15:20:50 -0500 - rev 602800
Push 66552 by bmo:tom@mozilla.com at Fri, 30 Jun 2017 18:41:50 +0000
Bug 1330608 Add the mingw32 build job (Work in Progress) MozReview-Commit-ID: 8FxZFtm3a4C
(0) -300000 -100000 -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 tip