Summary: | DOMException name is incorrect | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> | ||||
Component: | DOM | Assignee: | Erik Arvidsson <arv> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, ap, darin, haraken, mjs, ojan | ||||
Priority: | P2 | Keywords: | WebExposed | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | http://dom.spec.whatwg.org/#domexception | ||||||
Bug Depends on: | 102087, 102089, 102092, 102096, 102128, 102132, 102134, 102137, 102139, 102141, 102241, 102279, 102281, 102395, 102400, 102416, 102418, 102437, 102503, 102508, 102511, 102512, 102513, 102519, 102521 | ||||||
Bug Blocks: | 102505 | ||||||
Attachments: |
|
Description
Erik Arvidsson
2012-11-08 07:51:13 PST
Created attachment 173731 [details]
Patch
Sorry about the size of this patch. Maybe these are better done as a two step process where a rebaseline is done afterwards? Does this match Firefox? (In reply to comment #3) > Does this match Firefox? Yes, this matches the spec and Firefox (I added that to the ChangeLog but not to this bug). I'm for this change. Seems like a sensible change in general; is there any way to do this more incrementally? I have bad memories of patches this size. When a huge patch (even a seemingly mechanical one) causes a regression, it can be very hard to diagnose. Perhaps this could be done one exception at a time, or a few DOM classes at a time, instead of all at once. (In reply to comment #6) > Seems like a sensible change in general; is there any way to do this more incrementally? I have bad memories of patches this size. When a huge patch (even a seemingly mechanical one) causes a regression, it can be very hard to diagnose. > > Perhaps this could be done one exception at a time, or a few DOM classes at a time, instead of all at once. Makes sense. I'll split the changes into smaller patches. Comment on attachment 173731 [details]
Patch
I'm doing all of these one patch at a time.
All dependent bugs done. |