Bug 127953
Summary: | Unify URL decomposition code for DOMURL, HTMLAnchorElement, Location and WorkerLocation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Maciej Stachowiak <mjs> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | annevk, ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 128023 |
Maciej Stachowiak
Unify URL decomposition code for DOMURL, HTMLAnchorElement, Location and WorkerLocation using the curiously recurring template pattern.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
I think this is done given that we have URLDecomposition. There might be more that can be unified, but that would require more investigation and tightly scoped bugs.