Bug 127953 - Unify URL decomposition code for DOMURL, HTMLAnchorElement, Location and WorkerLocation
Summary: Unify URL decomposition code for DOMURL, HTMLAnchorElement, Location and Work...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 128023
  Show dependency treegraph
 
Reported: 2014-01-30 14:57 PST by Maciej Stachowiak
Modified: 2023-08-23 00:25 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2014-01-30 14:57:07 PST
Unify URL decomposition code for DOMURL, HTMLAnchorElement, Location and WorkerLocation using the curiously recurring template pattern.
Comment 1 Anne van Kesteren 2023-08-23 00:25:27 PDT
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.