Bug 154341 - Teach URL class to output "high level domain"
Summary: Teach URL class to output "high level domain"
Status: RESOLVED DUPLICATE of bug 154946
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: John Wilander
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-02-17 10:27 PST by Brent Fulgham
Modified: 2016-08-22 13:38 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2016-02-17 10:27:55 PST
We have code in a few places to return the "high level domain" of a URL (e.g., given "www.aaa.com", the high level domain is "aaa.com".

Rather than have this live in multiple places, consolidate the logic in the URL class.
Comment 1 Radar WebKit Bug Importer 2016-02-17 10:28:27 PST
<rdar://problem/24701008>
Comment 2 Brent Fulgham 2016-08-22 13:38:28 PDT

*** This bug has been marked as a duplicate of bug 154946 ***