WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2015-06-09 15:01:32 PDT
Created
attachment 254606
[details]
Patch
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
Committed
r185386
: <
http://trac.webkit.org/changeset/185386
>
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.
Top of Page
Format For Printing
XML
Clone This Bug