WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
98604
WTFURL: implement URL port removal for HTMLAnchorElement
https://bugs.webkit.org/show_bug.cgi?id=98604
Summary
WTFURL: implement URL port removal for HTMLAnchorElement
Benjamin Poulain
Reported
2012-10-06 14:46:57 PDT
Fix the port reset used by HTMLAnchorElement.
Attachments
Patch
(12.87 KB, patch)
2012-10-06 15:11 PDT
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2012-10-06 15:11:04 PDT
Created
attachment 167461
[details]
Patch
Adam Barth
Comment 2
2012-10-07 14:51:01 PDT
Comment on
attachment 167461
[details]
Patch Ok. I'm slightly worried about the dependency on WTFString.
WebKit Review Bot
Comment 3
2012-10-07 15:01:22 PDT
Comment on
attachment 167461
[details]
Patch Clearing flags on attachment: 167461 Committed
r130609
: <
http://trac.webkit.org/changeset/130609
>
WebKit Review Bot
Comment 4
2012-10-07 15:01:26 PDT
All reviewed patches have been landed. Closing bug.
Benjamin Poulain
Comment 5
2012-10-07 15:08:48 PDT
(In reply to
comment #2
)
> Ok. I'm slightly worried about the dependency on WTFString.
It is only in ParsedURL, which already depends on WTFString. I have been careful not to push anything in the parser. I added a dependency on LChar in the parser, but I figured we can easily typedef it for use without WTF.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug