Bug 209185 - REGRESSION(r256882): WebDriver commands that run before initial navigation do not complete
Summary: REGRESSION(r256882): WebDriver commands that run before initial navigation do...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: BJ Burg
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-17 09:55 PDT by BJ Burg
Modified: 2022-02-28 04:04 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.04 KB, patch)
2020-03-17 10:00 PDT, BJ Burg
bweinstein: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2020-03-17 09:55:05 PDT
.
Comment 1 BJ Burg 2020-03-17 09:55:37 PDT
<rdar://problem/60010248>
Comment 2 BJ Burg 2020-03-17 10:00:16 PDT
Created attachment 393763 [details]
Patch
Comment 3 Alex Christensen 2020-03-17 10:14:54 PDT
Comment on attachment 393763 [details]
Patch

This isn't a bad place to ensure there's a running process.
It would be nice if we could just enqueue the messages instead like we do in AuxiliaryProcessProxy::sendMessage.
Comment 4 Chris Dumez 2020-03-17 10:59:49 PDT
Comment on attachment 393763 [details]
Patch

Seems fine.
Comment 5 BJ Burg 2020-03-17 14:04:27 PDT
Committed r258588: <https://trac.webkit.org/changeset/258588>