Bug 71966 - Remove getParameter from HTMLAnchorElement and Location
Summary: Remove getParameter from HTMLAnchorElement and Location
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Erik Arvidsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 16:27 PST by Erik Arvidsson
Modified: 2011-11-14 11:15 PST (History)
4 users (show)

See Also:


Attachments
Patch (16.54 KB, patch)
2011-11-11 15:18 PST, Erik Arvidsson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2011-11-09 16:27:49 PST
We currently have getParameter on HTMLAnchorElement and Location (but not WorkerLocation). We should just remove this and add these things to the URL object instead.
Comment 1 Alexey Proskuryakov 2011-11-10 11:27:24 PST
What makes it safe to just remove this public API? It doesn't even have a "webkit" prefix.
Comment 2 Erik Arvidsson 2011-11-10 11:50:24 PST
1) There is no standard for this.
2) No other browser supports this.
3) It is incomplete.

This was added a year ago in http://trac.webkit.org/changeset/69749
Comment 3 Erik Arvidsson 2011-11-11 15:18:30 PST
Created attachment 114785 [details]
Patch
Comment 4 Adam Barth 2011-11-13 22:33:20 PST
Comment on attachment 114785 [details]
Patch

Yeah, ok.  /me shouldn't have added this in the first place.
Comment 5 WebKit Review Bot 2011-11-14 11:15:05 PST
Comment on attachment 114785 [details]
Patch

Clearing flags on attachment: 114785

Committed r100164: <http://trac.webkit.org/changeset/100164>
Comment 6 WebKit Review Bot 2011-11-14 11:15:10 PST
All reviewed patches have been landed.  Closing bug.