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

Issue 11948: Proposal for new module format (Closed)

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

Patch Set 1 #

Total comments: 28

Patch Set 2 : Responded to review comments #

Patch Set 3 : Oops sorry, forgot to Bobbitt sha1sum #

Total comments: 10

Patch Set 4 : Responded to MarkM's further remarks #

Patch Set 5 : Further response to review comments. Added "content reference" stuff. #

Patch Set 6 : Added section describing source mapping information #

Total comments: 3

Patch Set 7 : More minor changes #

Patch Set 8 : Responded to MarkM's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -100 lines) Patch
M src/com/google/caja/cajita.js View 2 chunks +9 lines, -6 lines 0 comments Download
M src/com/google/caja/opensocial/DefaultGadgetRewriter.java View 3 chunks +5 lines, -2 lines 0 comments Download
M src/com/google/caja/opensocial/GadgetRewriterMain.java View 2 chunks +3 lines, -1 line 0 comments Download
M src/com/google/caja/opensocial/applet/CajaApplet.java View 1 chunk +10 lines, -9 lines 0 comments Download
M src/com/google/caja/opensocial/applet/testbed.js View 1 chunk +1 line, -1 line 0 comments Download
M src/com/google/caja/opensocial/service/CajolingService.java View 3 chunks +6 lines, -5 lines 0 comments Download
M src/com/google/caja/opensocial/service/GadgetHandler.java View 3 chunks +7 lines, -1 line 0 comments Download
M src/com/google/caja/opensocial/service/JsHandler.java View 3 chunks +10 lines, -1 line 0 comments Download
M src/com/google/caja/parser/quasiliteral/CajitaRewriter.java View 5 chunks +33 lines, -16 lines 0 comments Download
M src/com/google/caja/parser/quasiliteral/TextRuleDoclet.java View 2 chunks +3 lines, -1 line 0 comments Download
M src/com/google/caja/plugin/BuildServiceImplementation.java View 2 chunks +3 lines, -1 line 0 comments Download
M src/com/google/caja/plugin/ExpressionSanitizerCaja.java View 2 chunks +7 lines, -2 lines 0 comments Download
M src/com/google/caja/plugin/PluginCompiler.java View 4 chunks +5 lines, -2 lines 0 comments Download
M src/com/google/caja/plugin/PluginCompilerMain.java View 2 chunks +3 lines, -1 line 0 comments Download
M src/com/google/caja/plugin/stages/DebuggingSymbolsStage.java View 3 chunks +76 lines, -14 lines 0 comments Download
M src/com/google/caja/plugin/stages/ValidateJavascriptStage.java View 3 chunks +9 lines, -0 lines 0 comments Download
M src/com/google/caja/reporting/BuildInfo.java View 5 chunks +24 lines, -7 lines 0 comments Download
M tests/com/google/caja/demos/benchmarks/BenchmarkRunner.java View 2 chunks +2 lines, -1 line 0 comments Download
M tests/com/google/caja/opensocial/DefaultGadgetRewriterTest.java View 2 chunks +3 lines, -0 lines 0 comments Download
M tests/com/google/caja/opensocial/GadgetsTestMain.java View 2 chunks +3 lines, -1 line 0 comments Download
M tests/com/google/caja/opensocial/example-rewritten.xml View 2 chunks +8 lines, -5 lines 0 comments Download
M tests/com/google/caja/opensocial/service/CajolingServiceTest.java View 3 chunks +12 lines, -6 lines 0 comments Download
M tests/com/google/caja/parser/quasiliteral/CajitaRewriterTest.java View 6 chunks +53 lines, -6 lines 0 comments Download
M tests/com/google/caja/parser/quasiliteral/DefaultValijaRewriterTest.java View 1 chunk +3 lines, -1 line 0 comments Download
M tests/com/google/caja/plugin/ExpressionSanitizerTest.java View 3 chunks +4 lines, -2 lines 0 comments Download
M tests/com/google/caja/plugin/HtmlCompiledPluginTest.java View 5 chunks +8 lines, -7 lines 0 comments Download
M tests/com/google/caja/plugin/stages/DebuggingSymbolsStageTest.java View 2 chunks +2 lines, -1 line 0 comments Download
A tests/com/google/caja/reporting/TestBuildInfo.java View 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 15
ihab.awad
17 years, 2 months ago (2009-01-21 18:26:59 UTC) #1
MikeSamuel
http://codereview.appspot.com/11948/diff/1/2 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/1/2#newcode2 Line 2: -- Copyright (C) 2008 Google Inc. 2009 http://codereview.appspot.com/11948/diff/1/2#newcode25 ...
17 years, 2 months ago (2009-01-21 19:32:21 UTC) #2
MarkM
Good to see this! http://codereview.appspot.com/11948/diff/1/2 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/1/2#newcode111 Line 111: <p>The following are the ...
17 years, 2 months ago (2009-01-21 19:36:27 UTC) #3
Jasvir
http://codereview.appspot.com/11948/diff/1/2 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/1/2#newcode107 Line 107: manifest: { ...}, Other standard keys to consider: ...
17 years, 2 months ago (2009-01-21 19:43:40 UTC) #4
MikeSamuel
http://codereview.appspot.com/11948/diff/1/2 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/1/2#newcode122 Line 122: <td><code class="prettyprint">sha1sum</code></td> On 2009/01/21 19:43:40, jasvir wrote: > ...
17 years, 2 months ago (2009-01-21 19:55:54 UTC) #5
ihab.awad
17 years, 2 months ago (2009-01-22 17:01:31 UTC) #6
ihab.awad
Ok folks, check it out now. http://codereview.appspot.com/11948/diff/1/2 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/1/2#newcode2 Line 2: -- Copyright ...
17 years, 2 months ago (2009-01-22 17:02:05 UTC) #7
ihab.awad
17 years, 2 months ago (2009-01-22 17:04:25 UTC) #8
MarkM
http://codereview.appspot.com/11948/diff/8/9 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/8/9#newcode118 Line 118: <td><code class="prettyprint">execute</code></td> Based on reading the html without ...
17 years, 2 months ago (2009-01-22 17:39:27 UTC) #9
ihab.awad
17 years, 2 months ago (2009-01-22 19:55:01 UTC) #10
ihab.awad
http://codereview.appspot.com/11948/diff/8/9 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/8/9#newcode118 Line 118: <td><code class="prettyprint">execute</code></td> On 2009/01/22 17:39:28, MarkM wrote: > ...
17 years, 2 months ago (2009-01-22 19:55:16 UTC) #11
ihab.awad
17 years, 2 months ago (2009-01-23 18:35:06 UTC) #12
ihab.awad
Ready for more review.
17 years, 2 months ago (2009-01-28 23:58:33 UTC) #13
felix8a
http://codereview.appspot.com/11948/diff/402/403 File doc/html/compiledModuleFormat/index.html (right): http://codereview.appspot.com/11948/diff/402/403#newcode207 Line 207: it will be bit-identical to the original source ...
17 years, 2 months ago (2009-02-02 20:52:21 UTC) #14
MikeSamuel
17 years, 2 months ago (2009-02-02 21:05:03 UTC) #15
http://codereview.appspot.com/11948/diff/402/403
File doc/html/compiledModuleFormat/index.html (right):

http://codereview.appspot.com/11948/diff/402/403#newcode207
Line 207: it will be bit-identical to the original source <em>when parsed as a
On 2009/02/02 20:52:21, felix8a wrote:
> "bit-identical" seems wrong since js strings are defined as utf-16 while much
of
> the web is encoded as utf-8.  maybe "char-identical"?

Java and python are both UTF-16 and most UTF-8 text out there is really a UTF-8
encoding of UTF-16 code-units, so there seems to be an emerging consensus around
UTF-16 at some level.

Maybe "UTF-16 code-unit identical" would be ideal.

I dislike the use of file names since those are platform specific.
Sign in to reply to this message.

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