RESOLVED FIXED 145818
Add code to keep track of plug-in data host names in website data records
https://bugs.webkit.org/show_bug.cgi?id=145818
Summary Add code to keep track of plug-in data host names in website data records
Anders Carlsson
Reported 2015-06-09 15:00:45 PDT
Add code to keep track of plug-in data host names in website data records
Attachments
Patch (6.62 KB, patch)
2015-06-09 15:01 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2015-06-09 15:01:32 PDT
Andreas Kling
Comment 2 2015-06-09 15:03:20 PDT
Comment on attachment 254606 [details] Patch r=me
Anders Carlsson
Comment 3 2015-06-09 15:13:12 PDT
Darin Adler
Comment 4 2015-06-09 16:41:25 PDT
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?
Note You need to log in before you can comment on or make changes to this bug.