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

Issue 6454148: Complete taming of Google APIs (Closed)

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

Patch Set 1 #

Total comments: 41

Patch Set 2 : Complete taming of Google APIs #

Total comments: 23

Patch Set 3 : Complete taming of Google APIs #

Patch Set 4 : Complete taming of Google APIs #

Patch Set 5 : Complete taming of Google APIs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2741 lines, -2114 lines) Patch
M build.xml View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
A src/com/google/caja/apitaming/cajaTamingGoogleLoader.js View 1 2 3 1 chunk +513 lines, -0 lines 0 comments Download
A src/com/google/caja/apitaming/pickerPolicyFactory.js View 1 2 1 chunk +332 lines, -0 lines 0 comments Download
A + src/com/google/caja/apitaming/visualizationPolicyFactory.js View 1 2 1 chunk +559 lines, -617 lines 0 comments Download
M src/com/google/caja/plugin/es53-frame-group.js View 1 2 3 3 chunks +19 lines, -15 lines 0 comments Download
M src/com/google/caja/plugin/guest-manager.js View 1 2 3 3 chunks +17 lines, -2 lines 0 comments Download
M src/com/google/caja/plugin/ses-frame-group.js View 1 2 3 3 chunks +18 lines, -15 lines 0 comments Download
M src/com/google/caja/plugin/taming-membrane.js View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
A + tests/com/google/caja/apitaming/container.html View 1 1 chunk +4 lines, -7 lines 0 comments Download
A + tests/com/google/caja/apitaming/container.js View 1 2 1 chunk +34 lines, -78 lines 0 comments Download
A + tests/com/google/caja/apitaming/guest.js View 1 2 8 chunks +673 lines, -23 lines 0 comments Download
A + tests/com/google/caja/apitaming/guest-standalone.html View 2 chunks +2 lines, -1 line 0 comments Download
A + tests/com/google/caja/apitaming/side-by-side.html View 1 chunk +60 lines, -7 lines 0 comments Download
M tests/com/google/caja/plugin/GeneralBrowserTest.java View 1 2 3 2 chunks +6 lines, -10 lines 0 comments Download
A tests/com/google/caja/plugin/barPolicyFactory.js View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M tests/com/google/caja/plugin/browser-test-case.js View 1 2 3 8 chunks +22 lines, -23 lines 0 comments Download
A + tests/com/google/caja/plugin/es53-test-apitaming.js View 1 2 2 chunks +97 lines, -310 lines 0 comments Download
A tests/com/google/caja/plugin/es53-test-apitaming-guest-0.html View 1 chunk +120 lines, -0 lines 0 comments Download
A + tests/com/google/caja/plugin/es53-test-apitaming-guest-1.html View 2 chunks +22 lines, -917 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-cajajs-invocation.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/es53-test-defensible-objects.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/es53-test-domado-special.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-taming-advice.js View 1 2 3 2 chunks +22 lines, -22 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-taming-inout.js View 1 2 3 3 chunks +10 lines, -10 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-taming-tamed.js View 1 2 3 13 chunks +50 lines, -47 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-taming-tamed-guest.html View 1 2 3 2 chunks +32 lines, -0 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-taming-untamed.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M tests/com/google/caja/plugin/es53-test-taming-untamed-guest.html View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
A tests/com/google/caja/plugin/fooPolicyFactory.js View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M tests/com/google/caja/plugin/jsunit.js View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12
ihab.awad
13 years, 7 months ago (2012-08-14 14:27:17 UTC) #1
ihab.awad
Jasvir and Kevin -- please look at this when you have a chance. Thanks!
13 years, 7 months ago (2012-08-14 14:33:06 UTC) #2
kpreid2
http://codereview.appspot.com/6454148/diff/1/build.xml File build.xml (right): http://codereview.appspot.com/6454148/diff/1/build.xml#newcode784 build.xml:784: <replace dir="${testlib}/com/google/caja/plugin" Misindentation. http://codereview.appspot.com/6454148/diff/1/build.xml#newcode832 build.xml:832: <input file="${src}/com/google/caja/apitaming/test1.js"/> Left in ...
13 years, 7 months ago (2012-08-14 18:13:42 UTC) #3
ihab.awad
http://codereview.appspot.com/6454148/diff/1/build.xml File build.xml (right): http://codereview.appspot.com/6454148/diff/1/build.xml#newcode784 build.xml:784: <replace dir="${testlib}/com/google/caja/plugin" On 2012/08/14 18:13:42, kpreid2 wrote: > Misindentation. ...
13 years, 7 months ago (2012-08-15 21:09:39 UTC) #4
ihab.awad
13 years, 7 months ago (2012-08-15 21:13:07 UTC) #5
kpreid2
Looks good except for comments below and that I don't feel qualified to review the ...
13 years, 7 months ago (2012-08-15 22:06:16 UTC) #6
Jasvir
LGTM http://codereview.appspot.com/6454148/diff/8002/src/com/google/caja/apitaming/cajaTamingGoogleLoader.js File src/com/google/caja/apitaming/cajaTamingGoogleLoader.js (right): http://codereview.appspot.com/6454148/diff/8002/src/com/google/caja/apitaming/cajaTamingGoogleLoader.js#newcode19 src/com/google/caja/apitaming/cajaTamingGoogleLoader.js:19: var cajaTamingGoogleLoader = (function() { Can we put ...
13 years, 7 months ago (2012-08-16 17:06:17 UTC) #7
ihab.awad
13 years, 7 months ago (2012-08-16 23:00:04 UTC) #8
ihab.awad
http://codereview.appspot.com/6454148/diff/8002/src/com/google/caja/apitaming/cajaTamingGoogleLoader.js File src/com/google/caja/apitaming/cajaTamingGoogleLoader.js (right): http://codereview.appspot.com/6454148/diff/8002/src/com/google/caja/apitaming/cajaTamingGoogleLoader.js#newcode19 src/com/google/caja/apitaming/cajaTamingGoogleLoader.js:19: var cajaTamingGoogleLoader = (function() { On 2012/08/16 17:06:17, Jasvir ...
13 years, 7 months ago (2012-08-16 23:00:11 UTC) #9
ihab.awad
13 years, 7 months ago (2012-08-20 00:43:09 UTC) #10
ihab.awad
13 years, 7 months ago (2012-08-20 00:44:21 UTC) #11
ihab.awad
13 years, 7 months ago (2012-08-20 00:44:54 UTC) #12
@5017
Sign in to reply to this message.

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