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

Issue 7678045: Add tracing rewriter for ease of comparison between runs (Closed)

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

Description

Add tracing rewriter for ease of comparison between runs

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add tracing rewriter for ease of comparison between runs #

Patch Set 3 : Add tracing rewriter for ease of comparison between runs #

Patch Set 4 : Add tracing rewriter for ease of comparison between runs #

Total comments: 22

Patch Set 5 : Add tracing rewriter for ease of comparison between runs #

Patch Set 6 : Add tracing rewriter for ease of comparison between runs #

Total comments: 59

Patch Set 7 : Add tracing rewriter for ease of comparison between runs #

Patch Set 8 : Add tracing rewriter for ease of comparison between runs #

Patch Set 9 : Add tracing rewriter for ease of comparison between runs #

Patch Set 10 : Add tracing rewriter for ease of comparison between runs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1688 lines, -156 lines) Patch
A + bin/tracingrewrite View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M build.xml View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M src/com/google/caja/demos/playground/client/policy.js View 1 2 3 4 5 6 7 8 9 1 chunk +23 lines, -0 lines 0 comments Download
M src/com/google/caja/lexer/FetchedData.java View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -4 lines 0 comments Download
A src/com/google/caja/parser/js/PlainModule.java View 1 2 3 4 5 6 1 chunk +80 lines, -0 lines 0 comments Download
M src/com/google/caja/parser/quasiliteral/Rewriter.java View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/parser/quasiliteral/SpecialOpFilter.java View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/plugin/PluginCompilerMain.java View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/service/AbstractCajolingHandler.java View 1 2 3 4 5 6 7 8 9 5 chunks +31 lines, -41 lines 0 comments Download
M src/com/google/caja/service/CajolingService.java View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -1 line 0 comments Download
M src/com/google/caja/service/HtmlHandler.java View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M src/com/google/caja/service/JsHandler.java View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M src/com/google/caja/service/ProxyHandler.java View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -3 lines 0 comments Download
A + src/com/google/caja/tracing/TracingHandler.java View 1 2 3 4 5 6 3 chunks +98 lines, -67 lines 0 comments Download
A src/com/google/caja/tracing/TracingRewriter.java View 1 2 3 4 5 6 1 chunk +517 lines, -0 lines 0 comments Download
A src/com/google/caja/tracing/TracingRewriterMain.java View 1 2 3 4 5 6 1 chunk +139 lines, -0 lines 0 comments Download
A src/com/google/caja/tracing/tracing.js View 1 2 3 4 5 6 1 chunk +165 lines, -0 lines 0 comments Download
M tests/com/google/caja/service/ServiceTestCase.java View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
A + tests/com/google/caja/service/TracingHandlerTest.java View 1 2 3 1 chunk +9 lines, -21 lines 0 comments Download
A tests/com/google/caja/tracing/TracingRewriterTest.java View 1 2 3 4 5 6 1 chunk +166 lines, -0 lines 0 comments Download
A tests/com/google/caja/tracing/tracingRewriterTestAssertTraces.js View 1 2 3 4 5 6 1 chunk +97 lines, -0 lines 0 comments Download
A tests/com/google/caja/tracing/tracingRewriterTestCases.js View 1 2 3 4 5 6 1 chunk +240 lines, -0 lines 0 comments Download
M tests/com/google/caja/util/CajaTestCase.java View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M tests/com/google/caja/util/RhinoExecutor.java View 1 2 3 4 5 6 7 8 9 4 chunks +14 lines, -10 lines 0 comments Download
M tests/com/google/caja/util/RhinoTestBed.java View 1 2 3 4 5 6 7 8 9 1 chunk +17 lines, -0 lines 0 comments Download
A tools/postfile.py View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 20
ihab.awad
13 years ago (2013-03-12 18:40:57 UTC) #1
kpreid2
(*Not* adding myself as reviewer for the whole thing, just pointing out something I noticed ...
13 years ago (2013-03-12 19:22:06 UTC) #2
ihab.awad
13 years ago (2013-03-13 05:46:02 UTC) #3
ihab.awad
13 years ago (2013-03-14 00:48:57 UTC) #4
ihab.awad
12 years, 11 months ago (2013-03-25 03:00:23 UTC) #5
ihab.awad
Ready for review when you are! :)
12 years, 11 months ago (2013-03-25 03:15:27 UTC) #6
Jasvir
https://codereview.appspot.com/7678045/diff/12001/build.xml File build.xml (right): https://codereview.appspot.com/7678045/diff/12001/build.xml#newcode422 build.xml:422: <succeed message= Debugging? https://codereview.appspot.com/7678045/diff/12001/src/com/google/caja/parser/js/PlainModule.java File src/com/google/caja/parser/js/PlainModule.java (right): https://codereview.appspot.com/7678045/diff/12001/src/com/google/caja/parser/js/PlainModule.java#newcode57 src/com/google/caja/parser/js/PlainModule.java:57: ...
12 years, 11 months ago (2013-04-03 07:13:49 UTC) #7
ihab.awad
12 years, 8 months ago (2013-06-26 22:20:08 UTC) #8
ihab.awad
Add tracing rewriter for ease of comparison between runs
12 years, 7 months ago (2013-08-01 19:47:21 UTC) #9
ihab.awad
https://codereview.appspot.com/7678045/diff/12001/build.xml File build.xml (right): https://codereview.appspot.com/7678045/diff/12001/build.xml#newcode422 build.xml:422: <succeed message= On 2013/04/03 07:13:49, Jasvir wrote: > Debugging? ...
12 years, 7 months ago (2013-08-01 20:33:40 UTC) #10
ihab.awad
Add tracing rewriter for ease of comparison between runs
12 years, 7 months ago (2013-08-01 20:34:02 UTC) #11
kpreid_google
https://codereview.appspot.com/7678045/diff/30025/build.xml File build.xml (right): https://codereview.appspot.com/7678045/diff/30025/build.xml#newcode1228 build.xml:1228: <include name="**/caja/tracing.js"/> I think tracing should have its own ...
12 years, 7 months ago (2013-08-01 21:48:39 UTC) #12
kpreid_google
ping
12 years, 6 months ago (2013-09-18 16:55:23 UTC) #13
ihab.awad
Add tracing rewriter for ease of comparison between runs
12 years, 5 months ago (2013-09-19 21:38:13 UTC) #14
ihab.awad
https://codereview.appspot.com/7678045/diff/30025/build.xml File build.xml (right): https://codereview.appspot.com/7678045/diff/30025/build.xml#newcode1228 build.xml:1228: <include name="**/caja/tracing.js"/> On 2013/08/01 21:48:39, kpreid_google wrote: > I ...
12 years, 5 months ago (2013-09-19 21:38:16 UTC) #15
ihab.awad
Add tracing rewriter for ease of comparison between runs
12 years, 5 months ago (2013-09-19 21:39:14 UTC) #16
ihab.awad
Add tracing rewriter for ease of comparison between runs
12 years, 5 months ago (2013-09-19 21:41:25 UTC) #17
kpreid_google
LGTM
12 years, 5 months ago (2013-09-20 18:19:23 UTC) #18
ihab.awad
Add tracing rewriter for ease of comparison between runs
12 years, 5 months ago (2013-09-21 22:20:03 UTC) #19
ihab.awad
12 years, 5 months ago (2013-09-21 22:21:16 UTC) #20
@5601
Sign in to reply to this message.

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