RESOLVED FIXED 44626
Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
https://bugs.webkit.org/show_bug.cgi?id=44626
Summary Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
Eric Seidel (no email)
Reported 2010-08-25 11:14:26 PDT
Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
Attachments
Patch (38.67 KB, patch)
2010-08-25 11:17 PDT, Eric Seidel (no email)
no flags
Patch for landing (38.67 KB, patch)
2010-08-25 11:27 PDT, Eric Seidel (no email)
no flags
Patch for landing (39.70 KB, patch)
2010-08-25 11:39 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2010-08-25 11:17:53 PDT
Adam Barth
Comment 2 2010-08-25 11:22:23 PDT
Comment on attachment 65446 [details] Patch Well, this is an improvement. There's still more work that needs to be done here, like adding tests and validating the list. WebCore/ChangeLog:8 + Sterilization is covered by a bunch of tests. innerHTML behavior is sadly not. Sterilization ?
Eric Seidel (no email)
Comment 3 2010-08-25 11:27:52 PDT
Created attachment 65448 [details] Patch for landing
Early Warning System Bot
Comment 4 2010-08-25 11:33:48 PDT
Eric Seidel (no email)
Comment 5 2010-08-25 11:39:18 PDT
Created attachment 65450 [details] Patch for landing
Eric Seidel (no email)
Comment 6 2010-08-25 11:39:51 PDT
Holy layering violations, Batman! That Qt code is so wrong is hurts.
Kenneth Rohde Christiansen
Comment 7 2010-08-25 12:48:36 PDT
(In reply to comment #6) > Holy layering violations, Batman! That Qt code is so wrong is hurts. ;-) It seems that our TODO list just keeps growing!
WebKit Commit Bot
Comment 8 2010-08-25 13:18:10 PDT
Comment on attachment 65450 [details] Patch for landing Rejecting patch 65450 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--wait-for-httpd', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1 Running build-dumprendertree Compiling Java tests make: Nothing to be done for `default'. Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests Testing 20923 test cases. animations/combo-transform-translate+scale.html -> failed Exiting early after 1 failures. 98 tests run. 41.40s total testing time 97 test cases (98%) succeeded 1 test case (1%) had incorrect layout Full output: http://queues.webkit.org/results/3705632
WebKit Commit Bot
Comment 9 2010-08-25 17:03:12 PDT
Comment on attachment 65450 [details] Patch for landing Clearing flags on attachment: 65450 Committed r66057: <http://trac.webkit.org/changeset/66057>
WebKit Commit Bot
Comment 10 2010-08-25 17:03:18 PDT
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 11 2010-08-25 17:33:50 PDT
Brady Eidson
Comment 13 2011-02-25 09:53:28 PST
From the ChangeLog - "This is just moving code and should have no functional change" There was a somewhat massive functional change to HTMLElement::deprecatedCreateContextualFragment(), HTMLElement::setInnerText(), and HTMLElement::setOuterText() that broke a few real world sites. I'll file a followup bug with a test case.
Eric Seidel (no email)
Comment 14 2011-02-25 12:55:02 PST
(In reply to comment #13) > From the ChangeLog - "This is just moving code and should have no functional change" > > There was a somewhat massive functional change to HTMLElement::deprecatedCreateContextualFragment(), HTMLElement::setInnerText(), and HTMLElement::setOuterText() that broke a few real world sites. > > I'll file a followup bug with a test case. Thanks! If you post a bug and test I'll be happy to take a look.
Brady Eidson
Comment 15 2011-02-25 13:18:51 PST
(In reply to comment #14) > (In reply to comment #13) > > From the ChangeLog - "This is just moving code and should have no functional change" > > > > There was a somewhat massive functional change to HTMLElement::deprecatedCreateContextualFragment(), HTMLElement::setInnerText(), and HTMLElement::setOuterText() that broke a few real world sites. > > > > I'll file a followup bug with a test case. > > Thanks! If you post a bug and test I'll be happy to take a look. Yup, CC'ed you on https://bugs.webkit.org/show_bug.cgi?id=55229
Note You need to log in before you can comment on or make changes to this bug.