Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(417)

Issue 2225043: Harmonious Proxies and WeakMaps. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 1 month ago by MarkM
Modified:
14 years, 2 months ago
Reviewers:
stay, Mark S. Miller, metaweta
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Emulated ES-Harmony Proxies. Offers our internal table as a WeakMap emulation.

Patch Set 1 #

Patch Set 2 : Harmonious Proxies and WeakMaps. #

Patch Set 3 : Harmonious Proxies and WeakMaps. #

Patch Set 4 : Harmonious Proxies and WeakMaps. #

Patch Set 5 : Harmonious Proxies and WeakMaps. #

Total comments: 16

Patch Set 6 : Harmonious Proxies and WeakMaps. #

Patch Set 7 : Harmonious Proxies and WeakMaps. #

Patch Set 8 : Harmonious Proxies and WeakMaps. #

Patch Set 9 : Harmonious Proxies and WeakMaps. #

Patch Set 10 : Harmonious Proxies and WeakMaps. #

Patch Set 11 : Harmonious Proxies and WeakMaps. #

Patch Set 12 : Harmonious Proxies and WeakMaps. #

Patch Set 13 : Harmonious Proxies and WeakMaps. #

Patch Set 14 : Harmonious Proxies and WeakMaps. #

Total comments: 2

Patch Set 15 : Harmonious Proxies and WeakMaps. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+748 lines, -251 lines) Patch
M src/com/google/caja/es53.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 68 chunks +736 lines, -239 lines 0 comments Download
M src/com/google/caja/parser/quasiliteral/ES53Rewriter.java View 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/parser/quasiliteral/ES53RewriterTest.java View 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 11
metaweta
http://codereview.appspot.com/2225043/diff/10001/src/com/google/caja/es53.js File src/com/google/caja/es53.js (right): http://codereview.appspot.com/2225043/diff/10001/src/com/google/caja/es53.js#newcode47 src/com/google/caja/es53.js:47: Object.prototype.hasOwnProperty___ = Object.prototype.hasOwnProperty; I think the reversion from virtualize ...
15 years, 1 month ago (2010-09-23 20:56:02 UTC) #1
Mark S. Miller
http://codereview.appspot.com/2225043/diff/10001/src/com/google/caja/es53.js File src/com/google/caja/es53.js (right): http://codereview.appspot.com/2225043/diff/10001/src/com/google/caja/es53.js#newcode47 src/com/google/caja/es53.js:47: Object.prototype.hasOwnProperty___ = Object.prototype.hasOwnProperty; On 2010/09/23 20:56:02, metaweta wrote: > ...
15 years, 1 month ago (2010-09-24 04:59:10 UTC) #2
Mark S. Miller
On Thu, Sep 23, 2010 at 9:59 PM, <erights@google.com> wrote: > > http://codereview.appspot.com/2225043/diff/10001/src/com/google/caja/es53.js#newcode751 > src/com/google/caja/es53.js:751: ...
15 years, 1 month ago (2010-09-26 03:28:28 UTC) #3
Mark S. Miller
On Sat, Sep 25, 2010 at 8:28 PM, Mark S. Miller <erights@google.com> wrote: > On ...
15 years, 1 month ago (2010-09-26 03:34:38 UTC) #4
MarkM
A significant number of other changes as well. http://codereview.appspot.com/2225043/diff/10001/src/com/google/caja/es53.js File src/com/google/caja/es53.js (right): http://codereview.appspot.com/2225043/diff/10001/src/com/google/caja/es53.js#newcode751 src/com/google/caja/es53.js:751: // ...
15 years, 1 month ago (2010-09-26 06:07:10 UTC) #5
metaweta
On 2010/09/26 03:28:28, Mark S. Miller wrote: > The reason you weren't seeing these dups ...
15 years, 1 month ago (2010-09-26 16:03:24 UTC) #6
MarkM
On 2010/09/26 16:03:24, metaweta wrote: > On 2010/09/26 03:28:28, Mark S. Miller wrote: > > ...
15 years, 1 month ago (2010-09-26 16:18:13 UTC) #7
metaweta
One thing that will be necessary for submitting this is a bunch of proxy tests; ...
15 years ago (2010-10-07 18:53:39 UTC) #8
metaweta
http://codereview.appspot.com/2225043/diff/35001/src/com/google/caja/es53.js File src/com/google/caja/es53.js (right): http://codereview.appspot.com/2225043/diff/35001/src/com/google/caja/es53.js#newcode1016 src/com/google/caja/es53.js:1016: * Is {@code P} and own property of {@code ...
15 years ago (2010-10-07 18:53:50 UTC) #9
MarkM
http://codereview.appspot.com/2225043/diff/35001/src/com/google/caja/es53.js File src/com/google/caja/es53.js (right): http://codereview.appspot.com/2225043/diff/35001/src/com/google/caja/es53.js#newcode1016 src/com/google/caja/es53.js:1016: * Is {@code P} and own property of {@code ...
15 years ago (2010-10-07 19:17:45 UTC) #10
metaweta
14 years, 2 months ago (2011-08-22 16:43:12 UTC) #11
On 2010/10/07 19:17:45, MarkM wrote:
> http://codereview.appspot.com/2225043/diff/35001/src/com/google/caja/es53.js
> File src/com/google/caja/es53.js (right):
> 
>
http://codereview.appspot.com/2225043/diff/35001/src/com/google/caja/es53.js#...
> src/com/google/caja/es53.js:1016: * Is {@code P} and own property of {@code
> this}?
> On 2010/10/07 18:53:50, metaweta wrote:
> > "an", not "and"
> 
> Done.

This CL looks obsolete.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b