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

Issue 87058: Fix a collection of Domita-related bugs (Closed)

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

Description

Fix the following issues: http://code.google.com/p/google-caja/issues/detail?id=1034 http://code.google.com/p/google-caja/issues/detail?id=1047 http://code.google.com/p/google-caja/issues/detail?id=1048 http://code.google.com/p/google-caja/issues/detail?id=1051

Patch Set 1 #

Patch Set 2 : Initial changeset - still need to work on tests a bit. #

Total comments: 6

Patch Set 3 : Initial changeset - still need to work on tests a bit. #

Patch Set 4 : One more snapshot after update to r3547 #

Patch Set 5 : Added missing "throw new Error(...)" fix #

Total comments: 2

Patch Set 6 : Fixed whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+290 lines, -115 lines) Patch
M src/com/google/caja/plugin/domita.js View 1 2 3 4 16 chunks +147 lines, -86 lines 0 comments Download
M src/com/google/caja/plugin/html-emitter.js View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M src/com/google/caja/plugin/stages/CompileHtmlStage.java View 1 2 3 1 chunk +14 lines, -12 lines 0 comments Download
M src/com/google/caja/plugin/templates/SafeHtmlMaker.java View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M tests/com/google/caja/demos/applet/CajaAppletTest.java View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M tests/com/google/caja/opensocial/example-rewritten.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tests/com/google/caja/plugin/HtmlEmitterTest.java View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tests/com/google/caja/plugin/domita_test.html View 1 2 3 4 chunks +12 lines, -6 lines 0 comments Download
M tests/com/google/caja/plugin/domita_test_untrusted.html View 1 2 3 4 5 4 chunks +52 lines, -4 lines 0 comments Download
M tests/com/google/caja/plugin/jsunit.js View 1 2 3 1 chunk +14 lines, -7 lines 0 comments Download
M tests/com/google/caja/plugin/templates/TemplateCompilerTest.java View 1 2 3 3 chunks +33 lines, -0 lines 0 comments Download
M tests/com/google/caja/plugin/templates/template-compiler-golden1-dynamic.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tests/com/google/caja/plugin/templates/template-compiler-golden1-static.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12
ihab.awad
16 years, 9 months ago (2009-06-24 22:09:29 UTC) #1
ihab.awad
16 years, 9 months ago (2009-06-25 05:26:13 UTC) #2
ihab.awad
Mike, please go ahead and review Patch set 2. Thanks!
16 years, 9 months ago (2009-06-25 05:27:21 UTC) #3
metaweta
lgtm http://codereview.appspot.com/87058/diff/16/28 File src/com/google/caja/plugin/domita.js (right): http://codereview.appspot.com/87058/diff/16/28#newcode567 Line 567: throw "Domita assertion failed"; throw new Error("Domita ...
16 years, 9 months ago (2009-06-25 21:15:11 UTC) #4
ihab.awad
16 years, 9 months ago (2009-06-29 22:46:04 UTC) #5
ihab.awad
http://codereview.appspot.com/87058/diff/16/28 File src/com/google/caja/plugin/domita.js (right): http://codereview.appspot.com/87058/diff/16/28#newcode1985 Line 1985: if (!listener) { // Clear the current handler ...
16 years, 9 months ago (2009-06-29 22:46:26 UTC) #6
ihab.awad
16 years, 9 months ago (2009-06-29 22:50:04 UTC) #7
ihab.awad
http://codereview.appspot.com/87058/diff/16/28 File src/com/google/caja/plugin/domita.js (right): http://codereview.appspot.com/87058/diff/16/28#newcode567 Line 567: throw "Domita assertion failed"; On 2009/06/25 21:15:11, metaweta ...
16 years, 9 months ago (2009-06-29 22:50:21 UTC) #8
metaweta
lgtm http://codereview.appspot.com/87058/diff/2020/3036 File tests/com/google/caja/plugin/domita_test_untrusted.html (right): http://codereview.appspot.com/87058/diff/2020/3036#newcode537 Line 537: expectFailure( whitespace
16 years, 9 months ago (2009-06-29 23:03:22 UTC) #9
ihab.awad
16 years, 9 months ago (2009-06-29 23:07:01 UTC) #10
ihab.awad
http://codereview.appspot.com/87058/diff/2020/3036 File tests/com/google/caja/plugin/domita_test_untrusted.html (right): http://codereview.appspot.com/87058/diff/2020/3036#newcode537 Line 537: expectFailure( On 2009/06/29 23:03:22, metaweta wrote: > whitespace ...
16 years, 9 months ago (2009-06-29 23:07:03 UTC) #11
ihab.awad
16 years, 9 months ago (2009-06-29 23:08:04 UTC) #12
@3548
Sign in to reply to this message.

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