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

Issue 1888046: [BugFix]: Followup change to pass on container information correctly throughout the request serving (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 5 months ago by gagan.goku
Modified:
15 years, 4 months ago
Reviewers:
henry.saputra, anupama.dutta, cool-shindig-committers
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

This is a followup change (following already committed change http://codereview.appspot.com/2004042/). The goal is to pass on the correct gadget context (which includes container) throughout the path of request serving.

Patch Set 1 #

Patch Set 2 : updating_patch #

Patch Set 3 : svn_up #

Patch Set 4 : svn_up #

Total comments: 23

Patch Set 5 : partial_updated_patch #

Patch Set 6 : partial_upload #

Patch Set 7 : more_changes_:( #

Patch Set 8 : uploading_partial_patch #

Patch Set 9 : 'addressing_comments' #

Patch Set 10 : 'addressing_comments' #

Patch Set 11 : 'addressing_comments' #

Patch Set 12 : 'removing_unnecessary_files' #

Patch Set 13 : 'cleaning_up_cl_after_jesses_cl_got_submitted' #

Patch Set 14 : 'fixing_tests' #

Patch Set 15 : 'fixing_comments' #

Patch Set 16 : 'fixing_comments' #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -75 lines) Patch
M java/gadgets/src/main/java/org/apache/shindig/gadgets/parse/caja/CajaCssSanitizer.java View 6 7 8 9 10 11 12 13 14 7 chunks +21 lines, -15 lines 0 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/render/SanitizingGadgetRewriter.java View 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/render/SanitizingResponseRewriter.java View 7 8 9 10 11 12 13 2 chunks +5 lines, -1 line 0 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/StyleTagExtractorVisitor.java View 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 2 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/StyleTagProxyEmbeddedUrlsVisitor.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 2 comments Download
M java/gadgets/src/test/java/org/apache/shindig/gadgets/parse/caja/CajaCssSanitizerTest.java View 7 8 9 10 11 12 13 14 15 5 chunks +64 lines, -21 lines 2 comments Download
M java/gadgets/src/test/java/org/apache/shindig/gadgets/rewrite/CssResponseRewriterTest.java View 7 8 9 10 11 12 13 6 chunks +14 lines, -16 lines 0 comments Download
M java/gadgets/src/test/java/org/apache/shindig/gadgets/rewrite/StyleTagExtractorVisitorTest.java View 6 7 8 9 10 11 12 2 chunks +3 lines, -14 lines 2 comments Download
M java/gadgets/src/test/java/org/apache/shindig/gadgets/rewrite/StyleTagProxyEmbeddedUrlsVisitorTest.java View 7 8 9 10 11 1 chunk +2 lines, -2 lines 2 comments Download

Messages

Total messages: 8
anupama.dutta
http://codereview.appspot.com/1888046/diff/11001/12009 File config/container.js (right): http://codereview.appspot.com/1888046/diff/11001/12009#newcode47 config/container.js:47: {"gadgets.container" : ["default", "accel"], Move this accel related change ...
15 years, 5 months ago (2010-08-17 12:45:44 UTC) #1
henry.saputra
http://codereview.appspot.com/1888046/diff/11001/12001 File java/gadgets/src/main/java/org/apache/shindig/gadgets/GadgetContext.java (right): http://codereview.appspot.com/1888046/diff/11001/12001#newcode49 java/gadgets/src/main/java/org/apache/shindig/gadgets/GadgetContext.java:49: public HttpRequest getRequest() { I dont think its good ...
15 years, 5 months ago (2010-08-18 18:32:04 UTC) #2
gagan.goku
Thanks for the review Henry. http://codereview.appspot.com/1888046/diff/11001/12001 File java/gadgets/src/main/java/org/apache/shindig/gadgets/GadgetContext.java (right): http://codereview.appspot.com/1888046/diff/11001/12001#newcode49 java/gadgets/src/main/java/org/apache/shindig/gadgets/GadgetContext.java:49: public HttpRequest getRequest() { ...
15 years, 5 months ago (2010-08-19 05:28:23 UTC) #3
gagan.goku
Took care of comments. This is an alternate way of passing on container information around ...
15 years, 4 months ago (2010-08-22 16:22:13 UTC) #4
gagan.goku
http://codereview.appspot.com/1888046/diff/11001/12009 File config/container.js (right): http://codereview.appspot.com/1888046/diff/11001/12009#newcode47 config/container.js:47: {"gadgets.container" : ["default", "accel"], On 2010/08/17 12:45:45, anupama.dutta wrote: ...
15 years, 4 months ago (2010-08-22 17:32:46 UTC) #5
anupama.dutta
Please move the changes to a new patch, so that the history of the old ...
15 years, 4 months ago (2010-08-27 06:09:41 UTC) #6
gagan.goku
Moved the codereview to http://codereview.appspot.com/2045041/. Thanks for the thorough review. http://codereview.appspot.com/1888046/diff/86001/87009 File java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/StyleTagExtractorVisitor.java (right): http://codereview.appspot.com/1888046/diff/86001/87009#newcode76 ...
15 years, 4 months ago (2010-08-27 13:03:51 UTC) #7
gagan.goku
15 years, 4 months ago (2010-08-27 13:08:55 UTC) #8
Closing this issue now.
Sign in to reply to this message.

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