Bug 160113 - Web Automation: WebAutomationSession::deleteAllCookies never calls callback, hangs automation session
Summary: Web Automation: WebAutomationSession::deleteAllCookies never calls callback, ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-07-22 21:35 PDT by Joseph Pecoraro
Modified: 2016-07-22 23:16 PDT (History)
6 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.52 KB, patch)
2016-07-22 21:36 PDT, Joseph Pecoraro
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-07-22 21:35:00 PDT
WebAutomationSession::deleteAllCookies never calls callback, hangs automation session
Comment 1 Joseph Pecoraro 2016-07-22 21:35:05 PDT
<rdar://problem/27308124>
Comment 2 Joseph Pecoraro 2016-07-22 21:36:30 PDT
Created attachment 284398 [details]
[PATCH] Proposed Fix
Comment 3 Blaze Burg 2016-07-22 22:55:04 PDT
Comment on attachment 284398 [details]
[PATCH] Proposed Fix

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

> Source/WebKit2/ChangeLog:11
> +        async alltogether and implicitly complete the action.

Nit: 'altogether'
Comment 4 Joseph Pecoraro 2016-07-22 23:16:43 PDT
<https://trac.webkit.org/changeset/203634>