Bug 22576 - Elements should assert that the QualifiedName given to their constructor corresponds to the Element constructed
Summary: Elements should assert that the QualifiedName given to their constructor corr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Minor
Assignee: Rob Buis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-01 15:56 PST by Julien Chaffraix
Modified: 2011-06-18 12:05 PDT (History)
4 users (show)

See Also:


Attachments
Patch (51.23 KB, patch)
2011-05-08 13:34 PDT, Rob Buis
no flags Details | Formatted Diff | Diff
Patch (53.39 KB, patch)
2011-05-08 14:02 PDT, Rob Buis
no flags Details | Formatted Diff | Diff
Patch (53.52 KB, patch)
2011-05-08 14:13 PDT, Rob Buis
krit: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2008-12-01 15:56:11 PST
As part of bug22441 and bug22564, we have added this assertion to HTML elements. For consistency, we should add it to other elements (SVG and WML mainly when writing this bug).
Comment 1 Rob Buis 2011-05-08 13:34:02 PDT
Created attachment 92744 [details]
Patch
Comment 2 WebKit Review Bot 2011-05-08 13:40:36 PDT
Comment on attachment 92744 [details]
Patch

Attachment 92744 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/8645343
Comment 3 Rob Buis 2011-05-08 14:02:50 PDT
Created attachment 92748 [details]
Patch
Comment 4 WebKit Review Bot 2011-05-08 14:10:39 PDT
Comment on attachment 92748 [details]
Patch

Attachment 92748 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/8653372
Comment 5 Rob Buis 2011-05-08 14:13:00 PDT
Created attachment 92749 [details]
Patch
Comment 6 Dirk Schulze 2011-05-08 14:41:34 PDT
Comment on attachment 92749 [details]
Patch

r=me