-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert disabling device emulation for chrome:// pages
The original change to disable device emulation for chrome:// pages introduces a race condition that results in inconsistent behavior. When the user navigates from a chrome:// page to a non chrome:// page, the navigation event causese the emulation to be enabled. However, the page could already have been partially loaded when the emulation setting takes effect. Depending on when this happens, the emulated result could look different. Since this approach is fundamentally unsound, let's revert this change and instead accept that we'll have issue reports of chrome:// pages that are not compatible with device emulation. Fixed: 388411685 Change-Id: I690b5ed89c20602c46e590f89367dc5f775fd8ac Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6298051 Reviewed-by: Philip Pfaffe <[email protected]> Auto-Submit: Yang Guo <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
- Loading branch information
Showing
4 changed files
with
2 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters