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

Issue 2206045: Photon and Service improvements (Closed)

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

Patch Set 1 #

Patch Set 2 : Photon and Service improvements #

Total comments: 2

Patch Set 3 : Photon and Service improvements #

Total comments: 8

Patch Set 4 : Photon and Service improvements #

Patch Set 5 : Photon and Service improvements #

Total comments: 11

Patch Set 6 : Photon and Service improvements #

Patch Set 7 : Photon and Service improvements #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2316 lines, -663 lines) Patch
M build.xml View 1 2 3 4 5 5 chunks +32 lines, -1 line 0 comments Download
M src/com/google/caja/cajita-module.js View 1 2 3 4 5 8 chunks +67 lines, -97 lines 0 comments Download
A src/com/google/caja/demos/photon/README View 1 1 chunk +47 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/bootstrap.html View 1 chunk +66 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/dndStyles.css View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/dndView.html View 1 chunk +49 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/events.js View 1 chunk +61 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/index.html View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/introducer.js View 1 2 3 1 chunk +288 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/introducerChrome.html View 1 chunk +71 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/list.js View 1 chunk +81 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/main.js View 1 2 3 4 5 1 chunk +143 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/photon.js View 1 chunk +56 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/container/secureStyles.css View 1 chunk +35 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/bank.html View 1 chunk +141 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/bank.js View 1 chunk +85 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/buyer.html View 1 chunk +158 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/gadgetsModule.css View 1 chunk +132 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/gadgetsModule.html View 1 chunk +69 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/gadgetsModule.js View 1 2 3 1 chunk +141 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/seller.html View 1 chunk +125 lines, -0 lines 0 comments Download
A src/com/google/caja/demos/photon/gadgets/testModule.html View 1 chunk +68 lines, -0 lines 0 comments Download
M src/com/google/caja/plugin/domita.js View 1 2 3 4 5 2 chunks +7 lines, -1 line 0 comments Download
M src/com/google/caja/plugin/uri.js View 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/com/google/caja/service/AbstractCajolingHandler.java View 1 2 3 4 5 6 7 chunks +65 lines, -39 lines 1 comment Download
M src/com/google/caja/service/CajaArguments.java View 1 2 3 4 5 2 chunks +5 lines, -21 lines 0 comments Download
M src/com/google/caja/service/CajolingService.java View 1 2 3 4 5 5 chunks +19 lines, -14 lines 0 comments Download
M src/com/google/caja/service/CajolingServlet.java View 1 2 3 4 5 2 chunks +1 line, -4 lines 0 comments Download
M src/com/google/caja/service/ContentHandler.java View 1 2 3 4 5 4 chunks +0 lines, -4 lines 0 comments Download
M src/com/google/caja/service/HtmlHandler.java View 1 2 3 4 5 6 chunks +17 lines, -50 lines 0 comments Download
M src/com/google/caja/service/ImageHandler.java View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
D src/com/google/caja/service/InnocentHandler.java View 1 2 3 4 5 3 chunks +19 lines, -18 lines 0 comments Download
M src/com/google/caja/service/JsHandler.java View 1 2 3 4 5 3 chunks +28 lines, -35 lines 0 comments Download
M tests/com/google/caja/plugin/DomitaTest.java View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/domita_test.html View 1 2 3 4 5 1 chunk +24 lines, -5 lines 0 comments Download
A + tests/com/google/caja/service/AbstractCajolingHandlerTest.java View 2 chunks +14 lines, -47 lines 0 comments Download
M tests/com/google/caja/service/CajolingServiceTest.java View 1 2 3 4 5 2 chunks +4 lines, -20 lines 0 comments Download
M tests/com/google/caja/service/HtmlHandlerTest.java View 1 2 3 4 5 7 chunks +28 lines, -253 lines 0 comments Download
M tests/com/google/caja/service/ImageHandlerTest.java View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
D tests/com/google/caja/service/InnocentHandlerTest.java View 1 2 3 4 5 1 chunk +6 lines, -10 lines 0 comments Download
M tests/com/google/caja/service/JsHandlerTest.java View 1 2 3 4 5 6 1 chunk +45 lines, -37 lines 0 comments Download
M tests/com/google/caja/service/ServiceTestCase.java View 1 2 3 4 5 2 chunks +26 lines, -1 line 0 comments Download
M tests/com/google/caja/util/CajaTestCase.java View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 14
ihab.awad
15 years, 9 months ago (2010-09-23 06:03:31 UTC) #1
ihab.awad
15 years, 9 months ago (2010-09-23 16:59:10 UTC) #2
Jasvir
http://codereview.appspot.com/2206045/diff/3001/build.xml File build.xml (right): http://codereview.appspot.com/2206045/diff/3001/build.xml#newcode607 build.xml:607: <!-- Copy the test files to make them available ...
15 years, 9 months ago (2010-09-29 06:20:02 UTC) #3
ihab.awad
15 years, 9 months ago (2010-10-01 20:43:57 UTC) #4
ihab.awad
http://codereview.appspot.com/2206045/diff/1039/src/com/google/caja/plugin/uri.js File src/com/google/caja/plugin/uri.js (right): http://codereview.appspot.com/2206045/diff/1039/src/com/google/caja/plugin/uri.js#newcode381 src/com/google/caja/plugin/uri.js:381: newPort = Number(newPort); On 2010/09/29 06:20:02, jasvir wrote: > ...
15 years, 9 months ago (2010-10-01 20:44:09 UTC) #5
ihab.awad
Actually, Jas, could you please hang on ... one more detail I need to fix ...
15 years, 9 months ago (2010-10-01 20:45:10 UTC) #6
ihab.awad
15 years, 9 months ago (2010-10-01 21:13:42 UTC) #7
ihab.awad
Ok, ready now!
15 years, 9 months ago (2010-10-01 21:14:45 UTC) #8
Jasvir
http://codereview.appspot.com/2206045/diff/21001/src/com/google/caja/cajita-module.js File src/com/google/caja/cajita-module.js (right): http://codereview.appspot.com/2206045/diff/21001/src/com/google/caja/cajita-module.js#newcode195 src/com/google/caja/cajita-module.js:195: var jsonpCallbackCount = 0; Please move this closer to ...
15 years, 8 months ago (2010-10-08 17:37:49 UTC) #9
ihab.awad
15 years, 8 months ago (2010-10-10 20:21:02 UTC) #10
ihab.awad
http://codereview.appspot.com/2206045/diff/21001/src/com/google/caja/cajita-module.js File src/com/google/caja/cajita-module.js (right): http://codereview.appspot.com/2206045/diff/21001/src/com/google/caja/cajita-module.js#newcode195 src/com/google/caja/cajita-module.js:195: var jsonpCallbackCount = 0; On 2010/10/08 17:37:49, jasvir wrote: ...
15 years, 8 months ago (2010-10-10 20:21:37 UTC) #11
ihab.awad
Snapshotted. Now with new de-XSSificationerific goodness.
15 years, 8 months ago (2010-10-14 23:24:17 UTC) #12
Jasvir
LGTM The changes to make this CL more compatible with Gdata can happen in a ...
15 years, 8 months ago (2010-10-18 22:20:21 UTC) #13
ihab.awad
15 years, 8 months ago (2010-10-20 22:06:16 UTC) #14
@4305
Sign in to reply to this message.

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