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

Issue 8649044: Allow overriding inherited properties of Domado objects by assignment. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by kpreid2
Modified:
13 years, 3 months ago
Reviewers:
ihab.awad
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

* ExpandoProxyHandler no longer treats defineProperty of a property name which exists somewhere in the prototype chain differently for no good reason. * ExpandoProxyHandler's reimplementation of assignment no longer acts according to the "override mistake" (needed for ES5/3). Fixes <https://code.google.com/p/google-caja/issues/detail?id=1650>. @r5365

Patch Set 1 #

Total comments: 3

Patch Set 2 : Allow overriding inherited properties of Domado objects by assignment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -9 lines) Patch
M src/com/google/caja/plugin/domado.js View 1 3 chunks +20 lines, -9 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-domado-dom-guest.html View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 5
kpreid2
13 years, 3 months ago (2013-04-11 21:36:55 UTC) #1
ihab.awad
lgtm https://codereview.appspot.com/8649044/diff/1/src/com/google/caja/plugin/domado.js File src/com/google/caja/plugin/domado.js (right): https://codereview.appspot.com/8649044/diff/1/src/com/google/caja/plugin/domado.js#newcode721 src/com/google/caja/plugin/domado.js:721: // nonwritable data properties. I'm confused. We need ...
13 years, 3 months ago (2013-04-22 16:53:47 UTC) #2
kpreid2
https://codereview.appspot.com/8649044/diff/1/src/com/google/caja/plugin/domado.js File src/com/google/caja/plugin/domado.js (right): https://codereview.appspot.com/8649044/diff/1/src/com/google/caja/plugin/domado.js#newcode721 src/com/google/caja/plugin/domado.js:721: // nonwritable data properties. On 2013/04/22 16:53:47, ihab.awad wrote: ...
13 years, 3 months ago (2013-04-22 17:31:14 UTC) #3
kpreid2
* ExpandoProxyHandler no longer treats defineProperty of a property name which exists somewhere in the ...
13 years, 3 months ago (2013-04-22 17:46:30 UTC) #4
kpreid2
13 years, 3 months ago (2013-04-22 17:47:16 UTC) #5
https://codereview.appspot.com/8649044/diff/1/src/com/google/caja/plugin/doma...
File src/com/google/caja/plugin/domado.js (right):

https://codereview.appspot.com/8649044/diff/1/src/com/google/caja/plugin/doma...
src/com/google/caja/plugin/domado.js:721: // nonwritable data properties.
Have rewritten this comment.
Sign in to reply to this message.

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