| Summary: | Add code to keep track of plug-in data host names in website data records | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
| Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | ||||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Anders Carlsson
2015-06-09 15:00:45 PDT
Created attachment 254606 [details]
Patch
Comment on attachment 254606 [details]
Patch
r=me
Committed r185386: <http://trac.webkit.org/changeset/185386> Comment on attachment 254606 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254606&action=review > Source/WebKit2/UIProcess/WebsiteData/WebsiteDataRecord.cpp:65 > +#if ENABLE(PUBLIC_SUFFIX_LIST) > + return WebCore::topPrivatelyControlledDomain(hostName); > +#endif > + > + return String(); How about #else here instead of return, return? |