New issue
Advanced search Search tips

Issue 640268 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

DevTools: highlight non-page execution context

Project Member Reported by paulir...@chromium.org, Aug 23 2016

Issue description

Due to the regressions around execution context switching, we need to communicate to the user.

Pink background when execution context is not a page (when it probably should be). Before and after screenshots attached.  

We'll want to get this in ASAP. Beta is going to stable in 2 weeks and we need to merge this before cutoff. 
 
Screen Shot 2016-08-23 at 11.02.17 AM.png
18.2 KB View Download
Screen Shot 2016-08-23 at 11.14.41 AM.png
19.4 KB View Download
Basic CSS i used for the above:


span.toolbar-select-container.toolbar-item {
   background: pink;
   padding: 0 5px 0 0;
}
span.toolbar-select-container.toolbar-item select.toolbar-item {
   padding: 0 15px 0 0;
}
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 4 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/a4203f3c99cd77cf9744b0983451d5b20fe4fb3d

commit a4203f3c99cd77cf9744b0983451d5b20fe4fb3d
Author: einbinder <einbinder@chromium.org>
Date: Tue Oct 04 17:46:29 2016

DevTools: Update ExecutionContext warning on external changes

BUG= 640268 

Review-Url: https://codereview.chromium.org/2385383002
Cr-Commit-Position: refs/heads/master@{#422853}

[modify] https://crrev.com/a4203f3c99cd77cf9744b0983451d5b20fe4fb3d/third_party/WebKit/Source/devtools/front_end/console/ConsoleContextSelector.js

Status: Verified (was: Assigned)

Sign in to add a comment