RESOLVED WONTFIX 213455
Web Inspector: Add support for timezone override in the Page agent
https://bugs.webkit.org/show_bug.cgi?id=213455
Summary Web Inspector: Add support for timezone override in the Page agent
Philippe Normand
Reported 2020-06-22 02:47:21 PDT
There are ways to configure the timezone with the TZ environment variable, but having a generic API for this in the Page agent would be nice to have as well. It would also allow fine-grained control over multiple pages, for instance it's not possible currently to have two pages in different timezones. For automation and testing purposes this is a limitation currently.
Attachments
Patch (16.76 KB, patch)
2020-06-22 03:05 PDT, Philippe Normand
no flags
Patch (17.19 KB, patch)
2020-06-22 04:54 PDT, Philippe Normand
no flags
Patch (17.60 KB, patch)
2020-06-22 09:24 PDT, Philippe Normand
no flags
Patch (17.54 KB, patch)
2020-06-24 02:35 PDT, Philippe Normand
bburg: review-
Philippe Normand
Comment 1 2020-06-22 03:05:43 PDT
EWS Watchlist
Comment 2 2020-06-22 03:06:18 PDT
This patch modifies the inspector protocol. Please ensure that any frontend changes appropriately use feature checks for new protocol features.
Philippe Normand
Comment 3 2020-06-22 04:54:17 PDT
Philippe Normand
Comment 4 2020-06-22 09:24:18 PDT
Darin Adler
Comment 5 2020-06-23 13:02:57 PDT
Comment on attachment 402482 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402482&action=review > Source/WebCore/inspector/agents/InspectorPageAgent.h:119 > + void setTimeZone(ErrorString&, const String*) override; This is failing to compile in Windows, saying it’s not overriding anything.
Philippe Normand
Comment 6 2020-06-24 02:35:57 PDT
Philippe Normand
Comment 7 2020-06-24 03:09:53 PDT
That error means InspectorBackendDispatchers.h in DerivedSources wasn't re-generated to take into account the Page.json change. Looks like a win (CMake) bug.
Blaze Burg
Comment 8 2020-06-24 14:51:28 PDT
Comment on attachment 402631 [details] Patch If this enhancement isn't exposed in Web Inspector user interface, why is it being added to Web Inspector Protocol? Given that this enhancement doesn't have to do with debugging and inspection, it seems like something more suitable as a WebDriver extension capability (webkit:timezone or similar) or extension command. I'm not sure whether arbitrarily overriding the timezone after a page has loaded makes sense–for example, cookie expiration would not be affected by this change as it exists currently. It will also not line up with time data that the embeddng application provides via other interfaces, such as extensions.
Note You need to log in before you can comment on or make changes to this bug.