RESOLVED FIXED 175183
WebDriver: Implement page load strategy
https://bugs.webkit.org/show_bug.cgi?id=175183
Summary WebDriver: Implement page load strategy
Carlos Garcia Campos
Reported 2017-08-04 03:54:35 PDT
Attachments
Patch (30.37 KB, patch)
2017-08-04 06:04 PDT, Carlos Garcia Campos
bburg: review+
Patch for landing (30.05 KB, patch)
2017-08-05 02:50 PDT, Carlos Garcia Campos
no flags
Carlos Garcia Campos
Comment 1 2017-08-04 06:04:22 PDT
Blaze Burg
Comment 2 2017-08-04 11:12:52 PDT
Comment on attachment 317239 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=317239&action=review r=me, great work. Please send through EWS before landing. > Source/WebKit/ChangeLog:8 > + Split pending navigation maps into normal and eager, and one or the other depending on the received page load strategy. Nit: ... and *use* one or the other ... You don't actually say why two maps are needed here. > Source/WebKit/UIProcess/Automation/WebAutomationSession.cpp:459 > +static void finishPendingNavigationsWithTimeoutFailure(HashMap<uint64_t, RefPtr<Inspector::BackendDispatcher::CallbackBase>>& map) Nit: I prefer a name like "respondToPendingNavigationCallbacksWithTimeout" or something. > Source/WebKit/UIProcess/Automation/WebAutomationSession.cpp:519 > + Inspector::Protocol::Automation::PageLoadStrategy pageLoadStrategy = defaultPageLoadStrategy; Okay, we have this same code three times. Can you extract it?
Carlos Garcia Campos
Comment 3 2017-08-05 02:50:23 PDT
Created attachment 317334 [details] Patch for landing
Carlos Garcia Campos
Comment 4 2017-08-05 04:14:44 PDT
Radar WebKit Bug Importer
Comment 5 2017-08-05 04:15:56 PDT
Note You need to log in before you can comment on or make changes to this bug.