WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
177336
Non-prevalent resources should be allowed access to existing cookies in a third-party context
https://bugs.webkit.org/show_bug.cgi?id=177336
Summary
Non-prevalent resources should be allowed access to existing cookies in a thi...
John Wilander
Reported
2017-09-21 18:01:29 PDT
Non-prevalent resources should be allowed access to existing cookies in a third-party context. This is to fix a regression introduced in
https://bugs.webkit.org/show_bug.cgi?id=175232
.
Attachments
Patch
(42.76 KB, patch)
2017-09-21 18:17 PDT
,
John Wilander
no flags
Details
Formatted Diff
Diff
Patch for landing
(42.76 KB, patch)
2017-09-22 11:14 PDT
,
John Wilander
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
John Wilander
Comment 1
2017-09-21 18:01:51 PDT
<
rdar://problem/34578257
>
John Wilander
Comment 2
2017-09-21 18:17:35 PDT
Created
attachment 321502
[details]
Patch
Build Bot
Comment 3
2017-09-21 18:18:49 PDT
Attachment 321502
[details]
did not pass style-queue: ERROR: Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h:135: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.cpp:148: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 2 in 19 files If any of these errors are false positives, please file a bug against check-webkit-style.
Brent Fulgham
Comment 4
2017-09-22 08:56:22 PDT
Comment on
attachment 321502
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=321502&action=review
> Source/WebCore/loader/ResourceLoadStatistics.h:89 > + bool isMarkedForCookieBlocking { false };
It might be more logical to use an OptionSet or an enum, since what we really have here is a tri-state condition -- either we are blocking, or we are partitioning, or we are allowing cookies. That might simplify some of the conditionals later on, where you have to test for three states.
> Source/WebCore/platform/network/mac/CookieJarMac.mm:104 > +static bool cookiesInBlockedForURL(const NetworkStorageSession& session, const URL& firstParty, const URL& url)
This name is weird. Should it be "cookiesAreBlockedForURL" ? What does "InBlocked" mean?
Brent Fulgham
Comment 5
2017-09-22 10:52:26 PDT
Comment on
attachment 321502
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=321502&action=review
>> Source/WebCore/loader/ResourceLoadStatistics.h:89 >> + bool isMarkedForCookieBlocking { false }; > > It might be more logical to use an OptionSet or an enum, since what we really have here is a tri-state condition -- either we are blocking, or we are partitioning, or we are allowing cookies. That might simplify some of the conditionals later on, where you have to test for three states.
We should make that change as a separate patch, to speed things along.
Brent Fulgham
Comment 6
2017-09-22 11:01:45 PDT
Comment on
attachment 321502
[details]
Patch r=me, but please fix the typo. Let's do a bit of clean-up in a follow-up patch.
John Wilander
Comment 7
2017-09-22 11:14:28 PDT
Created
attachment 321566
[details]
Patch for landing
John Wilander
Comment 8
2017-09-22 11:14:57 PDT
(In reply to Brent Fulgham from
comment #6
)
> Comment on
attachment 321502
[details]
> Patch > > r=me, but please fix the typo. Let's do a bit of clean-up in a follow-up > patch.
Thanks! Typo fixed.
WebKit Commit Bot
Comment 9
2017-09-22 11:53:36 PDT
Comment on
attachment 321566
[details]
Patch for landing Clearing flags on attachment: 321566 Committed
r222396
: <
http://trac.webkit.org/changeset/222396
>
WebKit Commit Bot
Comment 10
2017-09-22 11:53:37 PDT
All reviewed patches have been landed. Closing bug.
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