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

Issue 157093: fix various domita test issues (Closed)

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

Description

This fixes: bug 1131 - bridal constructClone doesn't set the "class" attribute properly on IE[67]. bug 1140 - testUseMap fails on various browsers, because it's doing un-normalized html comparison. after this change, it still fails on IE[67] because you can't set an element's @name after it's created. bug 1142 - two cloneNode tests fail on IE8-std. bug 1143 - _testSideEffectTestFramework fails on IE. bug 1162 - Array.slice behaves differently on various browsers when the end arg === undefined. bug 1168 - "Ready for testing" box never turns green on IE[67].

Patch Set 1 #

Total comments: 22

Patch Set 2 : fix various domita test issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -38 lines) Patch
M src/com/google/caja/cajita.js View 1 1 chunk +15 lines, -7 lines 0 comments Download
M src/com/google/caja/plugin/bridal.js View 2 chunks +1 line, -2 lines 0 comments Download
M tests/com/google/caja/plugin/domita_test.html View 1 4 chunks +5 lines, -5 lines 0 comments Download
M tests/com/google/caja/plugin/domita_test_untrusted.html View 1 11 chunks +47 lines, -24 lines 0 comments Download

Messages

Total messages: 8
felix8a
16 years, 7 months ago (2009-11-19 23:03:59 UTC) #1
MikeSamuel
http://codereview.appspot.com/157093/diff/1/5 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/157093/diff/1/5#newcode98 src/com/google/caja/cajita.js:98: if (end === void 0) { end = self.length; ...
16 years, 7 months ago (2009-11-19 23:54:33 UTC) #2
felix8a
http://codereview.appspot.com/157093/diff/1/5 File src/com/google/caja/cajita.js (right): http://codereview.appspot.com/157093/diff/1/5#newcode98 src/com/google/caja/cajita.js:98: if (end === void 0) { end = self.length; ...
16 years, 7 months ago (2009-11-20 00:12:09 UTC) #3
MikeSamuel
http://codereview.appspot.com/157093/diff/1/2 File tests/com/google/caja/plugin/domita_test.html (right): http://codereview.appspot.com/157093/diff/1/2#newcode69 tests/com/google/caja/plugin/domita_test.html:69: s.text = 'globalSideEffect()'; ah. OK http://codereview.appspot.com/157093/diff/1/3 File tests/com/google/caja/plugin/domita_test_untrusted.html (right): ...
16 years, 7 months ago (2009-11-20 00:37:51 UTC) #4
felix8a
http://codereview.appspot.com/157093/diff/1/3 File tests/com/google/caja/plugin/domita_test_untrusted.html (right): http://codereview.appspot.com/157093/diff/1/3#newcode119 tests/com/google/caja/plugin/domita_test_untrusted.html:119: <p>After <code>document.write</code></p> On 2009/11/20 00:37:51, MikeSamuel wrote: > OK. ...
16 years, 7 months ago (2009-11-20 03:21:01 UTC) #5
felix8a
new snapshot. tested it manually on ie6, ie7, ie8-compat, ie8-std, ff3.0, ff3.5, safari4, opera10, chrome. ...
16 years, 7 months ago (2009-11-20 03:55:19 UTC) #6
MikeSamuel
LGTM http://codereview.appspot.com/157093/diff/1/3 File tests/com/google/caja/plugin/domita_test_untrusted.html (right): http://codereview.appspot.com/157093/diff/1/3#newcode119 tests/com/google/caja/plugin/domita_test_untrusted.html:119: <p>After <code>document.write</code></p> On 2009/11/20 03:21:01, felix8a wrote: > ...
16 years, 7 months ago (2009-11-20 07:32:24 UTC) #7
felix8a
16 years, 7 months ago (2009-11-20 07:51:07 UTC) #8
@r3857
Sign in to reply to this message.

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