Bug 131524 - [WK2] Dispatch to main thread's run loop to handle cookie requests.
Summary: [WK2] Dispatch to main thread's run loop to handle cookie requests.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks: 131595
  Show dependency treegraph
 
Reported: 2014-04-10 19:44 PDT by Jer Noble
Modified: 2014-04-13 12:47 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.79 KB, patch)
2014-04-10 20:50 PDT, Jer Noble
no flags Details | Formatted Diff | Diff
Patch (2.25 KB, patch)
2014-04-11 13:16 PDT, Jer Noble
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2014-04-10 19:44:15 PDT
[WK2] Dispatch to a global concurrent queue to handle cookie requests.
Comment 1 Jer Noble 2014-04-10 20:50:37 PDT
Created attachment 229102 [details]
Patch
Comment 2 Brady Eidson 2014-04-11 11:34:53 PDT
Concerned about thread safety issues.

Discussed with Jer (in person) some potential solutions.
Comment 3 Jer Noble 2014-04-11 13:16:43 PDT
Created attachment 229156 [details]
Patch
Comment 4 Brady Eidson 2014-04-11 14:43:59 PDT
Comment on attachment 229156 [details]
Patch

<3 it
Comment 5 Geoffrey Garen 2014-04-11 15:30:27 PDT
Comment on attachment 229156 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229156&action=review

> Source/WebKit2/ChangeLog:3
> +        [WK2] Dispatch to a global concurrent queue to handle cookie requests.

Title needs some updatin'.
Comment 6 Jer Noble 2014-04-11 15:37:03 PDT
Committed r167164: <http://trac.webkit.org/changeset/167164>