Bug 146318 - [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
Summary: [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Soup
Depends on:
Blocks:
 
Reported: 2015-06-25 09:41 PDT by Carlos Garcia Campos
Modified: 2015-06-27 00:46 PDT (History)
3 users (show)

See Also:


Attachments
Patch (10.14 KB, patch)
2015-06-25 09:47 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-06-25 09:41:19 PDT
This is used by WebsiteDataStore to get the display name of a security origin.
Comment 1 Carlos Garcia Campos 2015-06-25 09:47:17 PDT
Created attachment 255561 [details]
Patch

I've copied the mac unit test, with .cpp extension, and changing USE by ENABLE. I wonder if it's actually working for mac since PUBLIC_SUFFIX_LIST is ENABLE not USE feature. I need someone who can modify the xcode file to remove the mac specific file and change xcode to use the common one.
Comment 2 Carlos Garcia Campos 2015-06-27 00:46:34 PDT
Committed r186023: <http://trac.webkit.org/changeset/186023>