Bug 73792

Summary: Get rid of KURL::KURL(ParsedURLStringTag, const char*);
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebCore Misc.Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin, dglazkov, japhet, kling, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Benjamin Poulain 2011-12-04 19:10:15 PST
KURL::parse() takes a char* instead of the CharBuffer because of KURL::KURL(ParsedURLStringTag, const char*);

That constructor does not seem to be used by anything important. Let's remove it and see if the bots like that better.
Comment 1 Benjamin Poulain 2011-12-04 19:20:55 PST
Created attachment 117825 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-04 20:13:40 PST
Comment on attachment 117825 [details]
Patch

Attachment 117825 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/10734545
Comment 3 Benjamin Poulain 2011-12-04 20:23:12 PST
Ooops, forgot the GoogleURL implementation, fixing that... :)
Comment 4 Benjamin Poulain 2011-12-04 20:24:16 PST
Created attachment 117829 [details]
Patch
Comment 5 Andreas Kling 2011-12-04 21:10:25 PST
Comment on attachment 117829 [details]
Patch

Looks great!
Comment 6 Benjamin Poulain 2011-12-04 21:14:43 PST
Comment on attachment 117829 [details]
Patch

I'll land tomorrow so Darin and Adam also have a chance to look at the patch.
Comment 7 Adam Barth 2011-12-04 21:39:36 PST
Comment on attachment 117829 [details]
Patch

Nice.
Comment 8 WebKit Review Bot 2011-12-05 17:51:45 PST
Comment on attachment 117829 [details]
Patch

Clearing flags on attachment: 117829

Committed r102080: <http://trac.webkit.org/changeset/102080>
Comment 9 WebKit Review Bot 2011-12-05 17:51:50 PST
All reviewed patches have been landed.  Closing bug.