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

Issue 1460041: Caja upgrade to r4094 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 10 months ago by Jasvir
Modified:
15 years, 8 months ago
CC:
shindig.remailer_gmail.com, google-caja-discuss_googlegroups.com
Base URL:
https://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

* upgrade to latest rev of Caja * small api change to wire HttpFetcher to Caja's UriFetcher for retrieving scripts * exposes the cajoling service interface to shindig

Patch Set 1 #

Patch Set 2 : Expose cajoling service #

Total comments: 4

Patch Set 3 : Upgrade to 4135 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -22 lines) Patch
M java/gadgets/src/main/java/org/apache/shindig/gadgets/http/HttpResponse.java View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/parse/caja/CajaHtmlParser.java View 1 chunk +1 line, -2 lines 0 comments Download
M java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/CajaContentRewriter.java View 1 2 5 chunks +20 lines, -18 lines 2 comments Download
M pom.xml View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6
Jasvir
15 years, 10 months ago (2010-06-03 20:59:53 UTC) #1
chirag
http://codereview.appspot.com/1460041/diff/2001/3003 File java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/CajaServlet.java (right): http://codereview.appspot.com/1460041/diff/2001/3003#newcode54 java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/CajaServlet.java:54: public class CajaServlet extends InjectedServlet { It'd be nice ...
15 years, 10 months ago (2010-06-03 21:28:14 UTC) #2
Paul Lindner
seems fine on the surface. However I applied this patch and commented out the tests ...
15 years, 10 months ago (2010-06-08 06:43:05 UTC) #3
johnfargo
I'm not sure why Paul got broken tests w/ this patch -- my equivalent (http://codereview.appspot.com/1714043/show) ...
15 years, 9 months ago (2010-06-18 17:12:42 UTC) #4
fargo
Committed. On 2010/06/18 17:12:42, johnfargo wrote: > I'm not sure why Paul got broken tests ...
15 years, 9 months ago (2010-06-18 18:03:34 UTC) #5
fargo
15 years, 9 months ago (2010-06-18 18:03:46 UTC) #6
Wrong CL, mine was committed!

On 2010/06/18 18:03:34, fargo wrote:
> Committed.
> 
> On 2010/06/18 17:12:42, johnfargo wrote:
> > I'm not sure why Paul got broken tests w/ this patch -- my equivalent
> > (http://codereview.appspot.com/1714043/show) sees them working nicely.
> > 
> > http://codereview.appspot.com/1460041/diff/9001/10002
> > File
> >
>
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/CajaContentRewriter.java
> > (right):
> > 
> > http://codereview.appspot.com/1460041/diff/9001/10002#newcode176
> >
>
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/CajaContentRewriter.java:176:
> > response.getContentType(), response.getEncoding());
> > minor preference for getContentType being a helper method here rather than
in
> > HttpResponse to prevent latter from getting too big
> > 
> > http://codereview.appspot.com/1460041/diff/9001/10002#newcode186
> >
>
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/CajaContentRewriter.java:186:
> > return UriPolicy.IDENTITY;
> > FMI what's this do? Just returns same? Why remove the previous logic?
Sign in to reply to this message.

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