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

Issue 151049: Fix 1153: add cellIndex, tbody.insertRow and deleteRow (Closed)

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

Description

Fix 1153: add cellIndex, tbody.insertRow and deleteRow

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix 1153: add cellIndex, tbody.insertRow and deleteRow #

Total comments: 2

Patch Set 3 : Fix 1153: add cellIndex, tbody.insertRow and deleteRow #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -6 lines) Patch
M src/com/google/caja/plugin/domita.js View 3 chunks +17 lines, -2 lines 0 comments Download
M tests/com/google/caja/plugin/domita_test_untrusted.html View 1 2 2 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 6
metaweta
16 years, 7 months ago (2009-11-06 18:58:26 UTC) #1
MikeSamuel
http://codereview.appspot.com/151049/diff/1/2 File tests/com/google/caja/plugin/domita_test_untrusted.html (right): http://codereview.appspot.com/151049/diff/1/2#newcode3005 tests/com/google/caja/plugin/domita_test_untrusted.html:3005: try{ need space after keyword. http://codereview.appspot.com/151049/diff/1/2#newcode3007 tests/com/google/caja/plugin/domita_test_untrusted.html:3007: } catch(e) ...
16 years, 7 months ago (2009-11-06 22:26:20 UTC) #2
metaweta
On 2009/11/06 22:26:20, MikeSamuel wrote: > http://codereview.appspot.com/151049/diff/1/2 > File tests/com/google/caja/plugin/domita_test_untrusted.html (right): > > http://codereview.appspot.com/151049/diff/1/2#newcode3005 > ...
16 years, 7 months ago (2009-11-06 22:33:37 UTC) #3
MikeSamuel
LGTM http://codereview.appspot.com/151049/diff/8/9 File tests/com/google/caja/plugin/domita_test_untrusted.html (right): http://codereview.appspot.com/151049/diff/8/9#newcode3018 tests/com/google/caja/plugin/domita_test_untrusted.html:3018: if (tableDeleteRow && tbodyDeleteRow) { Maybe assert that ...
16 years, 7 months ago (2009-11-11 03:18:59 UTC) #4
metaweta
On 2009/11/11 03:18:59, MikeSamuel wrote: > LGTM > > http://codereview.appspot.com/151049/diff/8/9 > File tests/com/google/caja/plugin/domita_test_untrusted.html (right): > ...
16 years, 7 months ago (2009-11-11 18:44:46 UTC) #5
MikeSamuel
16 years, 7 months ago (2009-11-11 19:58:10 UTC) #6
http://codereview.appspot.com/151049/diff/8/9
File tests/com/google/caja/plugin/domita_test_untrusted.html (right):

http://codereview.appspot.com/151049/diff/8/9#newcode3018
tests/com/google/caja/plugin/domita_test_untrusted.html:3018: if (tableDeleteRow
&& tbodyDeleteRow) {
On 2009/11/11 03:18:59, MikeSamuel wrote:
> Maybe assert that these two are true.

I was thinking more along the lines of
assertTrue(tableDeleteRow);
assertTrue(tbodyDeleteRow);
Sign in to reply to this message.

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