RESOLVED FIXED 63214
convert editing/deleting/4845371.html to runDumpAsTextEditingTest
https://bugs.webkit.org/show_bug.cgi?id=63214
Summary convert editing/deleting/4845371.html to runDumpAsTextEditingTest
Wyatt Carss
Reported 2011-06-22 18:40:49 PDT
convert editing/deleting/4845371.html to runDumpAsTextEditingTest
Attachments
Patch (56.88 KB, patch)
2011-06-22 18:44 PDT, Wyatt Carss
no flags
Patch (58.09 KB, patch)
2011-06-22 20:04 PDT, Wyatt Carss
no flags
Patch (17.61 KB, patch)
2011-06-23 18:10 PDT, Wyatt Carss
no flags
Patch (17.55 KB, patch)
2011-06-27 17:03 PDT, Wyatt Carss
no flags
Wyatt Carss
Comment 1 2011-06-22 18:44:26 PDT
Ryosuke Niwa
Comment 2 2011-06-22 19:23:07 PDT
Comment on attachment 98290 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98290&action=review > LayoutTests/editing/deleting/4845371.html:6 > -runEditingTest(); > +runDumpAsTextEditingTest(); You need to dump editing delegate callbacks.
Wyatt Carss
Comment 3 2011-06-22 20:04:13 PDT
Wyatt Carss
Comment 4 2011-06-23 18:10:24 PDT
Hajime Morrita
Comment 5 2011-06-27 02:07:42 PDT
Comment on attachment 98447 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98447&action=review > LayoutTests/ChangeLog:8 > + Renamed editing/deleting/4845371.html to editing/deleting/delete-cell-contents-expected, nit: delete-cell-contents.html ? > LayoutTests/editing/deleting/delete-cell-contents.html:-1 > -<p>This tests for a crasher when deleting contents of a table cell.</p> This is not a feedback, just for asking for myself but... How did you make rename and modification separate change in this single patch? I'd like to know how to do this.
Wyatt Carss
Comment 6 2011-06-27 17:03:42 PDT
Wyatt Carss
Comment 7 2011-06-27 17:06:09 PDT
Comment on attachment 98447 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98447&action=review >> LayoutTests/ChangeLog:8 >> + Renamed editing/deleting/4845371.html to editing/deleting/delete-cell-contents-expected, > > nit: delete-cell-contents.html ? good catch! >> LayoutTests/editing/deleting/delete-cell-contents.html:-1 >> -<p>This tests for a crasher when deleting contents of a table cell.</p> > > This is not a feedback, just for asking for myself but... > How did you make rename and modification separate change in this single patch? > I'd like to know how to do this. My workflow is a little convoluted.. I'm a git-user, but it doesn't like renames. So I perform a git branch and make all of the changes I wish to make other than renames, and then I 'Tools/Scripts/webkit-patch upload'. After that, I move to my parallel SVN tree and 'Tools/Scripts/webkit-patch apply-attachment' with the attachment number, perform only the renames (and update the ChangeLog), and upload the attachment again. There is likely a much more smooth way to work, but this is the pattern I've fallen into when renames come into play.
Hajime Morrita
Comment 8 2011-06-28 01:59:44 PDT
> My workflow is a little convoluted.. I'm a git-user, but it doesn't like renames. So I perform a git branch and make all of the changes I wish to make other than renames, and then I 'Tools/Scripts/webkit-patch upload'. After that, I move to my parallel SVN tree and 'Tools/Scripts/webkit-patch apply-attachment' with the attachment number, perform only the renames (and update the ChangeLog), and upload the attachment again. There is likely a much more smooth way to work, but this is the pattern I've fallen into when renames come into play. Wow, I didn't know SVG can do this... Thank you for disclosing your magic ;-)
Hajime Morrita
Comment 9 2011-06-28 02:05:33 PDT
> Wow, I didn't know SVG can do this... Thank you for disclosing your magic ;-) ^^^ SVN
WebKit Review Bot
Comment 10 2011-06-28 02:52:44 PDT
The commit-queue encountered the following flaky tests while processing attachment 98816 [details]: http/tests/media/remove-while-loading.html bug 63524 (authors: annacc@chromium.org, jamesr@chromium.org, sjl@chromium.org, and vrk@chromium.org) The commit-queue is continuing to process your patch.
WebKit Review Bot
Comment 11 2011-06-28 02:55:00 PDT
Comment on attachment 98816 [details] Patch Clearing flags on attachment: 98816 Committed r89918: <http://trac.webkit.org/changeset/89918>
WebKit Review Bot
Comment 12 2011-06-28 02:55:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.