Bug 184124 - REGRESSION(r229480): ERROR: Unhandled web process message 'WebCookieManager:SetHTTPCookieAcceptPolicy'
Summary: REGRESSION(r229480): ERROR: Unhandled web process message 'WebCookieManager:S...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 183519
Blocks:
  Show dependency treegraph
 
Reported: 2018-03-28 20:37 PDT by Chris Dumez
Modified: 2018-03-29 09:28 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2018-03-29 08:38 PDT, Brent Fulgham
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2018-03-28 20:37:43 PDT
I frequently see this error on stderr when running the layout tests locally:
ERROR: Unhandled web process message 'WebCookieManager:SetHTTPCookieAcceptPolicy'
Comment 1 Radar WebKit Bug Importer 2018-03-29 08:23:52 PDT
<rdar://problem/38998971>
Comment 2 Brent Fulgham 2018-03-29 08:27:48 PDT
This started happening after Bug 183519, because that removed support in the WebContent process for receiving/handling this message.

I should have removed the code in WebCookieManagerProxy::setHTTPCookieAcceptPolicy that spams the WebContent process with this changed state. The Network process (which is also messaged in that same place) is the only process that needs this information.
Comment 3 Brent Fulgham 2018-03-29 08:38:12 PDT
Created attachment 336773 [details]
Patch
Comment 4 Brent Fulgham 2018-03-29 09:28:05 PDT
Committed r230076: <https://trac.webkit.org/changeset/230076>