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

Issue 1873052: Make GWT template javascripts suitable for XHTML

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 6 months ago by hfmanson
Modified:
10 years, 3 months ago
Reviewers:
jgw
Base URL:
http://google-web-toolkit.googlecode.com/svn/trunk/
Visibility:
Public.

Description

With these modifications XHTML can be used with GWT. I managed to get the default app generated by webAppCreator to work while using an .xhtml file. The .js files now only use DOM statements like createElement and the .java files are updated to create elements lowercase which is required by XHTML. In the application source code generated by webAppCreator all I had to do is make the HTML fragments XHTML compliant.

Patch Set 1 #

Patch Set 2 : update to create HTML elements lowercase #

Patch Set 3 : additional update to create HTML elements lowercase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -12 lines) Patch
M dev/core/src/com/google/gwt/core/ext/linker/impl/computeScriptBase.js View 1 chunk +4 lines, -4 lines 1 comment Download
M dev/core/src/com/google/gwt/core/linker/IFrameTemplate.js View 1 chunk +4 lines, -1 line 1 comment Download
M user/src/com/google/gwt/dom/client/DOMImpl.java View 2 chunks +2 lines, -2 lines 0 comments Download
M user/src/com/google/gwt/dom/client/DOMImplMozilla.java View 1 chunk +1 line, -1 line 0 comments Download
M user/src/com/google/gwt/dom/client/DOMImplSafari.java View 1 chunk +1 line, -1 line 0 comments Download
M user/src/com/google/gwt/dom/client/DOMImplStandard.java View 1 chunk +1 line, -1 line 0 comments Download
M user/src/com/google/gwt/dom/client/DOMImplTrident.java View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4
hfmanson
15 years, 6 months ago (2010-08-04 13:19:38 UTC) #1
jgw
Sorry for taking so long to look at this. It's a really tricky problem, because ...
15 years, 5 months ago (2010-09-03 18:43:47 UTC) #2
hfmanson
On 2010/09/03 18:43:47, jgw wrote: > Sorry for taking so long to look at this. ...
15 years, 5 months ago (2010-09-16 10:29:46 UTC) #3
jgw
15 years, 5 months ago (2010-09-16 13:28:45 UTC) #4
On 2010/09/16 10:29:46, hfmanson wrote:
> http://gwt-code-reviews.appspot.com/810801 does not exist, did you mean
> http://gwt-code-reviews.appspot.com/807801/show ?

Yes, that's correct. Sorry about that -- apparently I can't operate my cut
buffer correctly :)
Sign in to reply to this message.

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