Bug 44626 - Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
Summary: Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 11:14 PDT by Eric Seidel (no email)
Modified: 2011-02-25 13:18 PST (History)
9 users (show)

See Also:


Attachments
Patch (38.67 KB, patch)
2010-08-25 11:17 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Patch for landing (38.67 KB, patch)
2010-08-25 11:27 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Patch for landing (39.70 KB, patch)
2010-08-25 11:39 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-08-25 11:14:26 PDT
Remove endTagRequirement now that the LegacyHTMLDocumentParser is dead
Comment 1 Eric Seidel (no email) 2010-08-25 11:17:53 PDT
Created attachment 65446 [details]
Patch
Comment 2 Adam Barth 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 ?
Comment 3 Eric Seidel (no email) 2010-08-25 11:27:52 PDT
Created attachment 65448 [details]
Patch for landing
Comment 4 Early Warning System Bot 2010-08-25 11:33:48 PDT
Attachment 65446 [details] did not build on qt:
Build output: http://queues.webkit.org/results/3769690
Comment 5 Eric Seidel (no email) 2010-08-25 11:39:18 PDT
Created attachment 65450 [details]
Patch for landing
Comment 6 Eric Seidel (no email) 2010-08-25 11:39:51 PDT
Holy layering violations, Batman!  That Qt code is so wrong is hurts.
Comment 7 Kenneth Rohde Christiansen 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!
Comment 8 WebKit Commit Bot 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
Comment 9 WebKit Commit Bot 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>
Comment 10 WebKit Commit Bot 2010-08-25 17:03:18 PDT
All reviewed patches have been landed.  Closing bug.
Comment 11 Eric Seidel (no email) 2010-08-25 17:33:50 PDT
Committed r66062: <http://trac.webkit.org/changeset/66062>
Comment 13 Brady Eidson 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.
Comment 14 Eric Seidel (no email) 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.
Comment 15 Brady Eidson 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