RESOLVED FIXED 71966
Remove getParameter from HTMLAnchorElement and Location
https://bugs.webkit.org/show_bug.cgi?id=71966
Summary Remove getParameter from HTMLAnchorElement and Location
Erik Arvidsson
Reported 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.
Attachments
Patch (16.54 KB, patch)
2011-11-11 15:18 PST, Erik Arvidsson
no flags
Alexey Proskuryakov
Comment 1 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.
Erik Arvidsson
Comment 2 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
Erik Arvidsson
Comment 3 2011-11-11 15:18:30 PST
Adam Barth
Comment 4 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.
WebKit Review Bot
Comment 5 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>
WebKit Review Bot
Comment 6 2011-11-14 11:15:10 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.