456c1dcfe087675f3ee80ce68ccb88ce56021cbc: Bug 1341061 - Test. (r=arai)
Shu-yu Guo <shu@rfrn.org> - Fri, 24 Feb 2017 12:52:13 -0800 - rev 489610
Push
46871 by bmo:sledru@mozilla.com at Sat, 25 Feb 2017 12:16:21 +0000
Bug 1341061 - Test. (r=arai)
Will remove once https://github.com/tc39/test262/pull/869 merges and we
sync.
559f43c4336928f676bc2a35b196932984d2b498: Bug 1341061 - Manually unwrap WithEnvironmentObjects in GETBOUNDNAME. (r=arai)
Shu-yu Guo <shu@rfrn.org> - Fri, 24 Feb 2017 12:52:13 -0800 - rev 489609
Push
46871 by bmo:sledru@mozilla.com at Sat, 25 Feb 2017 12:16:21 +0000
Bug 1341061 - Manually unwrap WithEnvironmentObjects in GETBOUNDNAME. (r=arai)
Also refactor some stuff in this area.
Documenting why I think it's correct to use GETBOUNDNAME only for
dynamic (vs global) lookups, without the normal NAME checks:
1. GETBOUNDNAME doesn't need to check TDZ because BINDNAME does it
already, and GETBOUNDNAME is always preceded by BINDNAME.
2. '.this' doesn't need to be checked, because '.this' can't be assigned
to in a compound assignment or inc/dec.
3. For a global name there is never @@unscopables on the global
environments, so GNAME ops, while doing repeated lookups, remain valid
optimizations because the repetition is unobservable.
4. We *will* do double @@unscopable lookup in the case of a script
compiled for a syntactic scope then run under a non-syntactic
WithEnvironmentObject (e.g. like frame scripts). But this is
Gecko-specific and outside the spec, so we can do whatever we want
here.
76c74d43a9b0d19b0d5b229f3b7ae264edacc23b: Bug 1341061 - Rename GETXPROP to GETBOUNDNAME for clarity. (r=arai)
Shu-yu Guo <shu@rfrn.org> - Fri, 24 Feb 2017 12:52:13 -0800 - rev 489608
Push
46871 by bmo:sledru@mozilla.com at Sat, 25 Feb 2017 12:16:21 +0000
Bug 1341061 - Rename GETXPROP to GETBOUNDNAME for clarity. (r=arai)
2cb11cb340691f09880def000c04d6b498b72c54: Bug 1341061 - Fix Opcodes.h comments to say 'environment' instead of 'scope' to refer to the runtime objects. (r=arai)
Shu-yu Guo <shu@rfrn.org> - Fri, 24 Feb 2017 12:52:12 -0800 - rev 489607
Push
46871 by bmo:sledru@mozilla.com at Sat, 25 Feb 2017 12:16:21 +0000
Bug 1341061 - Fix Opcodes.h comments to say 'environment' instead of 'scope' to refer to the runtime objects. (r=arai)
82cdbd24d06fb79eea849d533137807bbbbd33b2: Bug 1341061 - Refactor NAME-related runtime functions. (r=arai)
Shu-yu Guo <shu@rfrn.org> - Fri, 24 Feb 2017 12:52:12 -0800 - rev 489606
Push
46871 by bmo:sledru@mozilla.com at Sat, 25 Feb 2017 12:16:21 +0000
Bug 1341061 - Refactor NAME-related runtime functions. (r=arai)
2b2cd8477479282a7fa100477165bf85c1b4de41: Bug 1308441 - Fix test cases r?honza
draft
Ricky Chien <ricky060709@gmail.com> - Sat, 25 Feb 2017 18:26:48 +0800 - rev 489605
Push
46870 by bmo:rchien@mozilla.com at Sat, 25 Feb 2017 10:27:29 +0000
Bug 1308441 - Fix test cases r?honza
MozReview-Commit-ID: Ku5gYNn0gL5
637614c491c14ca0431e49b9d3b1783dba7f7299: Bug 1308441 - Use react-virtualized for RequestList r?honza
draft
Ricky Chien <ricky060709@gmail.com> - Sat, 25 Feb 2017 18:26:39 +0800 - rev 489604
Push
46870 by bmo:rchien@mozilla.com at Sat, 25 Feb 2017 10:27:29 +0000
Bug 1308441 - Use react-virtualized for RequestList r?honza
MozReview-Commit-ID: 3Zebz0fpGlA
6bc5eb4f480773e6106601dd654c1a247bd95fbc: Bug 1308441 - Fix test cases r?honza
draft
Ricky Chien <ricky060709@gmail.com> - Sat, 25 Feb 2017 15:26:47 +0800 - rev 489603
Push
46869 by bmo:rchien@mozilla.com at Sat, 25 Feb 2017 10:19:53 +0000
Bug 1308441 - Fix test cases r?honza
MozReview-Commit-ID: BFJ2V1KPA4P
94bfefc1cf0b12ddee101aad0bc84d0b0f656b9c: Bug 1342647 - Remove redundant IntlCurrency system and use ICU, r?Waldo
draft
Daniel Ehrenberg <littledan@igalia.com> - Sat, 25 Feb 2017 01:08:14 +0100 - rev 489602
Push
46868 by bmo:littledan@chromium.org at Sat, 25 Feb 2017 09:10:12 +0000
Bug 1342647 - Remove redundant IntlCurrency system and use ICU, r?Waldo
Intl.NumberFormat refers to a CurrencyDigits() algorithm which
finds the default number of digits to format a currency in.
SpiderMonkey implemented this by a table off to the side, based
on information scraped from a website. However, ICU has this
information already, accessible by the
ucurr_getDefaultFractionDigits function. This patch calls out
to that function.
MozReview-Commit-ID: GU3VZWVNVgr
e0f1d39d551a620dbb2b75f3b866369364279a21: Bug 1308441 - Fix test cases r?honza
draft
Ricky Chien <ricky060709@gmail.com> - Sat, 25 Feb 2017 15:26:47 +0800 - rev 489601
Push
46867 by bmo:rchien@mozilla.com at Sat, 25 Feb 2017 07:28:03 +0000
Bug 1308441 - Fix test cases r?honza
MozReview-Commit-ID: BFJ2V1KPA4P
89d4c548b92f378fb47aa4faa31ba51bb4973fb9: Bug 1308441 - Use react-virtualized for RequestList r?honza
draft
Ricky Chien <ricky060709@gmail.com> - Sat, 25 Feb 2017 15:26:15 +0800 - rev 489600
Push
46867 by bmo:rchien@mozilla.com at Sat, 25 Feb 2017 07:28:03 +0000
Bug 1308441 - Use react-virtualized for RequestList r?honza
MozReview-Commit-ID: Kqmbt3zl3iz
a615be6168c318ea16039d31d14f5e597922c723: Bug 1308441 - Use react-virtualized for RequestList r?honza,jsnajdr
draft
Ricky Chien <ricky060709@gmail.com> - Thu, 23 Feb 2017 20:31:51 +0800 - rev 489599
Push
46866 by bmo:rchien@mozilla.com at Sat, 25 Feb 2017 07:23:20 +0000
Bug 1308441 - Use react-virtualized for RequestList r?honza,jsnajdr
MozReview-Commit-ID: CMnt0k6eqCx
2d84d22fd9c32d6fd7f771baeba5289895f6e88c: Bug 1342302 - Part 4. Fine tune nsCSSRendering::PaintStyleImageLayerWithSC.
draft
cku <cku@mozilla.com> - Fri, 24 Feb 2017 15:58:55 +0800 - rev 489598
Push
46865 by bmo:cku@mozilla.com at Sat, 25 Feb 2017 05:23:41 +0000
Bug 1342302 - Part 4. Fine tune nsCSSRendering::PaintStyleImageLayerWithSC.
MozReview-Commit-ID: JB5S86tLvl6
303defc27980c0ea51037ebf131bf05dc04cbdf3: Bug 1342302 - Part 3. Rename ImageLayerClipState::mDirtyRectGfx to mDirtyRectInDevPx.
draft
cku <cku@mozilla.com> - Fri, 24 Feb 2017 14:56:11 +0800 - rev 489597
Push
46865 by bmo:cku@mozilla.com at Sat, 25 Feb 2017 05:23:41 +0000
Bug 1342302 - Part 3. Rename ImageLayerClipState::mDirtyRectGfx to mDirtyRectInDevPx.
MozReview-Commit-ID: 7YyQStU0Seq
7619e4c40eba475970d51518c63db8406f5593be: Bug 1342302 - Part 2. Implement ImageLayerClipState::IsValid.
draft
cku <cku@mozilla.com> - Fri, 24 Feb 2017 18:52:53 +0800 - rev 489596
Push
46865 by bmo:cku@mozilla.com at Sat, 25 Feb 2017 05:23:41 +0000
Bug 1342302 - Part 2. Implement ImageLayerClipState::IsValid.
MozReview-Commit-ID: 2Axr7buX1c4
8e17fb38e43ecb71648d7e397c37cc398d5b5715: Bug 1342302 - Part 1. Implement RectCornerRadii::IsEmpty.
draft
cku <cku@mozilla.com> - Fri, 24 Feb 2017 14:30:19 +0800 - rev 489595
Push
46865 by bmo:cku@mozilla.com at Sat, 25 Feb 2017 05:23:41 +0000
Bug 1342302 - Part 1. Implement RectCornerRadii::IsEmpty.
MozReview-Commit-ID: JHaRg4rBHu8
5d73f41fa7d9941104a86e7bd2b8bad470010346: Bug 1340594 - Make sure Cargo version check can fail. r?froydnj
draft
Jan Beich <jbeich@FreeBSD.org> - Sat, 25 Feb 2017 04:11:26 +0000 - rev 489594
Push
46864 by bmo:jbeich@FreeBSD.org at Sat, 25 Feb 2017 04:31:43 +0000
Bug 1340594 - Make sure Cargo version check can fail. r?froydnj
MozReview-Commit-ID: 9ggzbuE42Wc
d035e07017b635a977a45f1e062ae562332b3993: Bug 1308268 - Add a Grid Outline to layout panel. r?gl
draft
Micah Tigley <tigleym@gmail.com> - Wed, 22 Feb 2017 22:58:56 -0700 - rev 489593
Push
46863 by bmo:tigleym@gmail.com at Sat, 25 Feb 2017 04:24:45 +0000
Bug 1308268 - Add a Grid Outline to layout panel. r?gl
MozReview-Commit-ID: 5UBg4MCEhs2
77ab202e0b7cdfec825e40ae55783872256bd29c: Bug 1340594 - Allow Cargo version check to fail. r?rillian
draft
Jan Beich <jbeich@FreeBSD.org> - Sat, 25 Feb 2017 04:11:26 +0000 - rev 489592
Push
46862 by bmo:jbeich@FreeBSD.org at Sat, 25 Feb 2017 04:13:12 +0000
Bug 1340594 - Allow Cargo version check to fail. r?rillian
MozReview-Commit-ID: 9ggzbuE42Wc
c0a19a1d9927644aa31d32266b33f47fbc197d79: Bug 1340594 - Make sure Cargo version check can fail. r?rillian
draft
Jan Beich <jbeich@FreeBSD.org> - Sat, 25 Feb 2017 04:11:26 +0000 - rev 489591
Push
46861 by bmo:jbeich@FreeBSD.org at Sat, 25 Feb 2017 04:11:58 +0000
Bug 1340594 - Make sure Cargo version check can fail. r?rillian
MozReview-Commit-ID: 9ggzbuE42Wc