Bug 160113

Summary: Web Automation: WebAutomationSession::deleteAllCookies never calls callback, hangs automation session
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix darin: review+

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 BJ 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>