debe3f6a4ad5d0cdab95b7e1b4c91d7fb89c1620: Bug 1408310 - Part 4: Store mIsServo into DOMMatrixReadOnly.
draft
Boris Chiou <boris.chiou@gmail.com> - Tue, 14 Nov 2017 16:47:07 +0800 - rev 703020
Push
90669 by bmo:boris.chiou@gmail.com at Fri, 24 Nov 2017 07:19:47 +0000
Bug 1408310 - Part 4: Store mIsServo into DOMMatrixReadOnly.
So we can know which backend we are using.
MozReview-Commit-ID: Jfpt82lv0hw
b5efba835f1b7a26872bc7a6275e745d7096c9b0: Bug 1408310 - Part 3: Replace DOMMatrixReadOnly::Identity with IsIdentity.
draft
Boris Chiou <boris.chiou@gmail.com> - Tue, 21 Nov 2017 16:44:49 +0800 - rev 703019
Push
90669 by bmo:boris.chiou@gmail.com at Fri, 24 Nov 2017 07:19:47 +0000
Bug 1408310 - Part 3: Replace DOMMatrixReadOnly::Identity with IsIdentity.
According to the spec:
https://drafts.fxtf.org/geometry/#dommatrixreadonly,
we should use IsIdentity(), to pass most of the test cases.
MozReview-Commit-ID: 7qBAmuxwhUn
f2821e773171b89055588b1b75b305ef35f32e75: Bug 1073187 - Compute request referrer before passing to Download.jsm
draft
Thomas Nguyen <tnguyen@mozilla.com> - Fri, 24 Nov 2017 14:26:10 +0800 - rev 703018
Push
90668 by bmo:tnguyen@mozilla.com at Fri, 24 Nov 2017 07:19:08 +0000
Bug 1073187 - Compute request referrer before passing to Download.jsm
MozReview-Commit-ID: CZ6ZllN771G
25266fa2b076afdecaded309234ac89cc174be48: Bug 1073187 - Add a compute request referrer helper to NetUtil.jsm
draft
Thomas Nguyen <tnguyen@mozilla.com> - Tue, 07 Nov 2017 12:10:33 +0800 - rev 703017
Push
90668 by bmo:tnguyen@mozilla.com at Fri, 24 Nov 2017 07:19:08 +0000
Bug 1073187 - Add a compute request referrer helper to NetUtil.jsm
MozReview-Commit-ID: JabcQXR3Fxx
af62822d565d29b5bbf4c2607b9592c6cbb4bbb9: Bug 1418928 - requestCookies and responseCookies should be loaded lazily
draft
Ricky Chien <ricky060709@gmail.com> - Fri, 24 Nov 2017 14:57:10 +0800 - rev 703016
Push
90667 by bmo:rchien@mozilla.com at Fri, 24 Nov 2017 07:12:50 +0000
Bug 1418928 - requestCookies and responseCookies should be loaded lazily
MozReview-Commit-ID: bywCQWGqWI
76e8cce185fe5848be03d33702f62fcc64750b0d: Bug 1415034 - Add drop-shadow support.
draft
Morris Tseng <mtseng@mozilla.com> - Fri, 24 Nov 2017 15:05:23 +0800 - rev 703015
Push
90666 by bmo:mtseng@mozilla.com at Fri, 24 Nov 2017 07:06:17 +0000
Bug 1415034 - Add drop-shadow support.
MozReview-Commit-ID: FECidSvTQrY
d8fe9228c6a1ff9d538cc7fe7469e6bb986a405f: wr changes
draft
Morris Tseng <mtseng@mozilla.com> - Fri, 24 Nov 2017 10:53:21 +0800 - rev 703014
Push
90666 by bmo:mtseng@mozilla.com at Fri, 24 Nov 2017 07:06:17 +0000
wr changes
MozReview-Commit-ID: 3HCdZtv6lRZ
ddd54c5c0756e983582a6623046e0cc8234722aa: Bug 1419643 - Don't need to lookup custom element definition for a non-custom element;
draft
Edgar Chen <echen@mozilla.com> - Fri, 24 Nov 2017 00:16:00 +0800 - rev 703013
Push
90665 by echen@mozilla.com at Fri, 24 Nov 2017 07:03:07 +0000
Bug 1419643 - Don't need to lookup custom element definition for a non-custom element;
MozReview-Commit-ID: 5zWna7LLJOd
70f1e69cca25af0b82c618df24c824c42c916e54: Bug 1418167 - validate data before send for onboarding telemetry;r=fischer
draft
Fred Lin <gasolin@gmail.com> - Fri, 17 Nov 2017 10:53:46 +0800 - rev 703012
Push
90664 by bmo:gasolin@mozilla.com at Fri, 24 Nov 2017 07:02:28 +0000
Bug 1418167 - validate data before send for onboarding telemetry;r=fischer
Implement basic validation for new table events and columns, report the incorrect fields.
The change is protected by NEW_TABLE flag so not effect the current telemetry.
MozReview-Commit-ID: 78K551g0nRj
2ea9dd4246d5624900bb4d2d6c19e847dfc4ff38: Bug 1420026 - Part 2: Replace one more use of nsCSSParser::ParseColor with ServoCSSParser::ComputeColor. r?TYLin
draft
Cameron McCormack <cam@mcc.id.au> - Fri, 24 Nov 2017 11:30:02 +0800 - rev 703011
Push
90663 by bmo:cam@mcc.id.au at Fri, 24 Nov 2017 06:58:45 +0000
Bug 1420026 - Part 2: Replace one more use of nsCSSParser::ParseColor with ServoCSSParser::ComputeColor. r?TYLin
MozReview-Commit-ID: FIqhPFKS1IR
e6eaff7cb24a1e60dce2d22af84accc622248e56: Bug 1420026 - Part 1: Add aWasCurrentColor outparam to ServoCSSParser::ComputeColor. r?TYLin
draft
Cameron McCormack <cam@mcc.id.au> - Fri, 24 Nov 2017 11:29:16 +0800 - rev 703010
Push
90663 by bmo:cam@mcc.id.au at Fri, 24 Nov 2017 06:58:45 +0000
Bug 1420026 - Part 1: Add aWasCurrentColor outparam to ServoCSSParser::ComputeColor. r?TYLin
MozReview-Commit-ID: 74m3KCXa2N2
ad9f67ca1c16f02eafae9a236594e650d6e1eff9: geckolib: Return from Servo_ComputeColor whether the value was currentcolor.
draft
Cameron McCormack <cam@mcc.id.au> - Fri, 24 Nov 2017 11:28:34 +0800 - rev 703009
Push
90663 by bmo:cam@mcc.id.au at Fri, 24 Nov 2017 06:58:45 +0000
geckolib: Return from Servo_ComputeColor whether the value was currentcolor.
MozReview-Commit-ID: CwOJrfBG12J
e25297ecc757091b0ab4722f96ea0737c752bdbc: Bug 1420113 - Part 2: Move nsCSSFontFaceRule to its own file. r?xidorn
draft
Cameron McCormack <cam@mcc.id.au> - Thu, 23 Nov 2017 18:04:52 +0800 - rev 703008
Push
90663 by bmo:cam@mcc.id.au at Fri, 24 Nov 2017 06:58:45 +0000
Bug 1420113 - Part 2: Move nsCSSFontFaceRule to its own file. r?xidorn
MozReview-Commit-ID: PVslOIt1ls
1b07573d80a0f7a6227a3bff1d3c6a4150310b19: Bug 1420113 - Part 1: Move nsCSSCounterStyleRule to its own file. r?xidorn
draft
Cameron McCormack <cam@mcc.id.au> - Thu, 23 Nov 2017 18:04:26 +0800 - rev 703007
Push
90663 by bmo:cam@mcc.id.au at Fri, 24 Nov 2017 06:58:45 +0000
Bug 1420113 - Part 1: Move nsCSSCounterStyleRule to its own file. r?xidorn
MozReview-Commit-ID: 765dOTUOBEQ
0e8a3e4f9b179538216ffe6b8df29760508051e0: Bug 1420071 - Stop generating Rust bindings for nsMediaList.h. r?emilio
draft
Cameron McCormack <cam@mcc.id.au> - Thu, 23 Nov 2017 18:02:47 +0800 - rev 703006
Push
90663 by bmo:cam@mcc.id.au at Fri, 24 Nov 2017 06:58:45 +0000
Bug 1420071 - Stop generating Rust bindings for nsMediaList.h. r?emilio
MozReview-Commit-ID: B9cVltK9kc3
551fae0db4c2322a812cfccd54b6c227ad6b5196: Bug 1420056 - Use #defines for MobileViewportManager / ZoomConstraintsClient constants. r?kats
draft
Cameron McCormack <cam@mcc.id.au> - Thu, 23 Nov 2017 14:06:15 +0800 - rev 703005
Push
90663 by bmo:cam@mcc.id.au at Fri, 24 Nov 2017 06:58:45 +0000
Bug 1420056 - Use #defines for MobileViewportManager / ZoomConstraintsClient constants. r?kats
MozReview-Commit-ID: 3GrYCi7kwpL
59d3aca20bb5de4eb52d8bc06be0020d9341fabb: Bug 1407568 - Add a spotlight indicator to a specific section and UI component.
draft
Evan Tseng <evan@tseng.io> - Fri, 24 Nov 2017 14:43:24 +0800 - rev 703004
Push
90662 by bmo:evan@tseng.io at Fri, 24 Nov 2017 06:44:24 +0000
Bug 1407568 - Add a spotlight indicator to a specific section and UI component.
MozReview-Commit-ID: 4AgAFq2r418
d291547bf746ca77e6737b92bee763a71d4bcfae: Bug 1418167 - validate data before send for onboarding telemetry;r=fischer
draft
Fred Lin <gasolin@gmail.com> - Fri, 17 Nov 2017 10:53:46 +0800 - rev 703003
Push
90661 by bmo:gasolin@mozilla.com at Fri, 24 Nov 2017 06:38:56 +0000
Bug 1418167 - validate data before send for onboarding telemetry;r=fischer
Implement basic validation for new table events and columns, report the incorrect fields.
The change is protected by NEW_TABLE flag so not effect the current telemetry.
MozReview-Commit-ID: 78K551g0nRj
76853d2461fe53761cd7cd5e913e14097d2db4f6: Bug 1418917. P2 - NotifyClientSuspended() should check mClosed.
draft
JW Wang <jwwang@mozilla.com> - Mon, 20 Nov 2017 14:21:22 +0800 - rev 703002
Push
90660 by jwwang@mozilla.com at Fri, 24 Nov 2017 06:33:09 +0000
Bug 1418917. P2 - NotifyClientSuspended() should check mClosed.
MozReview-Commit-ID: 9mBPwfyfWCV
9af15a9c49ab4101d044e3bd73db9d7b790c6d38: Bug 1418917. P1 - run some functions off the main thread.
draft
JW Wang <jwwang@mozilla.com> - Thu, 16 Nov 2017 15:41:36 +0800 - rev 703001
Push
90660 by jwwang@mozilla.com at Fri, 24 Nov 2017 06:33:09 +0000
Bug 1418917. P1 - run some functions off the main thread.
MozReview-Commit-ID: Fn9OveV69hX