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

Issue 480041: Factor out commonly needed plugin environment (Closed)

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

Description

* Removes Callback and various subtly different implementations of PluginEnvironment intended to do the same thing * Replace with "permissive" plugin environment * Adds a message queue so better error messages can be reported

Patch Set 1 #

Patch Set 2 : Factor out commonly needed plugin environment #

Patch Set 3 : Factor out commonly needed plugin environment #

Patch Set 4 : Factor out commonly needed plugin environment #

Total comments: 10

Patch Set 5 : Factor out commonly needed plugin environment #

Patch Set 6 : Factor out commonly needed plugin environment #

Patch Set 7 : Factor out commonly needed plugin environment #

Patch Set 8 : Factor out commonly needed plugin environment #

Patch Set 9 : Factor out commonly needed plugin environment #

Patch Set 10 : Factor out commonly needed plugin environment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -314 lines) Patch
M src/com/google/caja/ancillary/servlet/Processor.java View 1 2 3 4 5 6 7 4 chunks +16 lines, -26 lines 0 comments Download
M src/com/google/caja/demos/playground/client/ui/Example.java View 7 1 chunk +2 lines, -0 lines 0 comments Download
M src/com/google/caja/demos/playground/server/GWTCajolingServiceImpl.java View 1 2 3 4 5 6 7 2 chunks +3 lines, -22 lines 0 comments Download
A + src/com/google/caja/plugin/FetchedData.java View 4 chunks +16 lines, -6 lines 0 comments Download
M src/com/google/caja/plugin/PluginEnvironment.java View 1 2 3 4 5 6 7 2 chunks +38 lines, -0 lines 0 comments Download
M src/com/google/caja/service/CajolingService.java View 1 2 3 4 5 6 7 3 chunks +13 lines, -30 lines 0 comments Download
M src/com/google/caja/service/CajolingServlet.java View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -9 lines 0 comments Download
D src/com/google/caja/service/FetchedData.java View 5 6 7 1 chunk +0 lines, -106 lines 0 comments Download
A + tests/com/google/caja/plugin/FetchedDataTest.java View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/service/FetchedDataTest.java View 5 6 7 8 1 chunk +0 lines, -102 lines 0 comments Download
M tests/com/google/caja/service/ServiceTestCase.java View 5 6 7 3 chunks +40 lines, -12 lines 0 comments Download

Messages

Total messages: 8
MikeSamuel
Why is the PluginEnvironment responsible for deciding the appropriate error message and levels when a ...
16 years ago (2010-03-13 01:28:49 UTC) #1
Jasvir
It shouldn't be. Removed mq from the plugin environment On 2010/03/13 01:28:49, MikeSamuel wrote: > ...
16 years ago (2010-04-05 23:18:31 UTC) #2
MikeSamuel
http://codereview.appspot.com/480041/diff/7001/8005 File src/com/google/caja/demos/playground/server/GWTCajolingServiceImpl.java (right): http://codereview.appspot.com/480041/diff/7001/8005#newcode41 src/com/google/caja/demos/playground/server/GWTCajolingServiceImpl.java:41: PluginEnvironment.PERMISSIVE_PLUGIN_ENVIRONMENT; Is this is an intentional change in behavior? ...
16 years ago (2010-04-06 01:27:58 UTC) #3
Jasvir
http://codereview.appspot.com/480041/diff/7001/8005 File src/com/google/caja/demos/playground/server/GWTCajolingServiceImpl.java (right): http://codereview.appspot.com/480041/diff/7001/8005#newcode41 src/com/google/caja/demos/playground/server/GWTCajolingServiceImpl.java:41: PluginEnvironment.PERMISSIVE_PLUGIN_ENVIRONMENT; Yes this is an intentional change to allow ...
16 years ago (2010-04-06 23:15:41 UTC) #4
Jasvir
snapshot
16 years ago (2010-04-06 23:16:07 UTC) #5
Jasvir
snapshot
15 years, 12 months ago (2010-04-09 22:24:58 UTC) #6
Jasvir
ping
15 years, 11 months ago (2010-05-10 01:36:06 UTC) #7
Jasvir
15 years, 10 months ago (2010-05-27 18:30:09 UTC) #8
This change is mostly obsoleted by http://codereview.appspot.com/1123044/show. 
I'll submit the small difference in a separate change.
Sign in to reply to this message.

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