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

Issue 8674: Various Prototype-related fixes. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 4 months ago by ben
Modified:
16 years, 8 months ago
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : More correct, more compact. #

Patch Set 3 : Also fix tameRemoveEventListener. #

Patch Set 4 : Also fix cache #

Patch Set 5 : Improve indexOf/lastIndexOf. Only install if they are not already present. #

Patch Set 6 : Remove non-functioning body addition. #

Patch Set 7 : Add references. #

Patch Set 8 : Respond to reviewers' comments. #

Patch Set 9 : Get closer to the (broken) spec, don't use Perlisms. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -42 lines) Patch
M experimental/prototype/status View 2 3 4 4 chunks +9 lines, -24 lines 0 comments Download
M src/com/google/caja/cajita.js View 1 2 3 4 5 6 7 8 2 chunks +42 lines, -9 lines 1 comment Download
M src/com/google/caja/plugin/domita.js View 3 4 5 6 chunks +20 lines, -9 lines 0 comments Download

Messages

Total messages: 20
ben
17 years, 4 months ago (2008-11-15 11:34:17 UTC) #1
ben
17 years, 4 months ago (2008-11-15 11:48:42 UTC) #2
ben
17 years, 4 months ago (2008-11-15 13:07:28 UTC) #3
ben
17 years, 4 months ago (2008-11-16 16:04:59 UTC) #4
metaweta
http://codereview.appspot.com/8674/diff/209/14 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/209/14#newcode135 Line 135: i < 0 && (i += len); Is ...
17 years, 4 months ago (2008-11-17 16:49:37 UTC) #5
ben
http://codereview.appspot.com/8674/diff/209/14 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/209/14#newcode135 Line 135: i < 0 && (i += len); On ...
17 years, 4 months ago (2008-11-18 11:09:18 UTC) #6
ben
17 years, 4 months ago (2008-11-18 13:04:59 UTC) #7
ben
17 years, 4 months ago (2008-11-18 19:26:02 UTC) #8
metaweta
http://codereview.appspot.com/8674/diff/604/409 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/604/409#newcode138 Line 138: i < 0 && (i += len); i ...
17 years, 4 months ago (2008-11-18 20:36:00 UTC) #9
ihab.awad
LGTM; some comments. http://codereview.appspot.com/8674/diff/604/409 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/604/409#newcode133 Line 133: if(!Array.prototype.indexOf) { If we're going ...
17 years, 4 months ago (2008-11-18 20:54:31 UTC) #10
ihab.awad
17 years, 4 months ago (2008-11-18 20:55:41 UTC) #11
ben
17 years, 4 months ago (2008-11-18 20:59:00 UTC) #12
metaweta
http://codereview.appspot.com/8674/diff/415/612 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/415/612#newcode132 Line 132: * Reference: https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference:Objects:Array:indexOf That page can't possibly be ...
17 years, 4 months ago (2008-11-18 21:22:08 UTC) #13
ben
http://codereview.appspot.com/8674/diff/604/409 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/604/409#newcode138 Line 138: i < 0 && (i += len); On ...
17 years, 4 months ago (2008-11-19 04:27:18 UTC) #14
ben
17 years, 4 months ago (2008-11-19 16:44:01 UTC) #15
ben
http://codereview.appspot.com/8674/diff/604/409 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/604/409#newcode140 Line 140: if (i in this && identical(this[i], specimen)) { ...
17 years, 4 months ago (2008-11-19 16:44:40 UTC) #16
ben
17 years, 4 months ago (2008-11-20 15:10:38 UTC) #17
metaweta
LGTM
17 years, 4 months ago (2008-11-20 20:54:11 UTC) #18
Jasvir
LGTM http://codereview.appspot.com/8674/diff/422/624 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/8674/diff/422/624#newcode144 Line 144: i = (i < 0) ? Math.ceil(i) ...
17 years, 4 months ago (2008-11-20 23:14:45 UTC) #19
Jasvir
16 years, 10 months ago (2009-05-19 23:13:16 UTC) #20
This appears to have been submit.  Please close this issue.
Sign in to reply to this message.

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