Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Issue 452113002: Disable Uber navigation for Settings & Help overlays (Closed)

Created:
6 years, 4 months ago by michaelpg
Modified:
6 years, 4 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

When accessing chrome://settings/overlayName or chrome://help/channel-change-page, uber.onContentFrameLoaded is mistakenly called *after* the overlay is opened. This function always brings the navigation frame to the foreground, so it should be called before any overlay might be opened. The overlay being opened will then cause the navigation frame to recede into the background. This was inadvertently broken in r287989 (issue 423533003). BUG=401903 TBR=dbeam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288394

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -5 lines) Patch
M chrome/browser/resources/help/help.js View 2 chunks +1 line, -2 lines 1 comment Download
M chrome/browser/resources/options/options.js View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_browsertest.js View 2 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
michaelpg
The CQ bit was checked by michaelpg@chromium.org
6 years, 4 months ago (2014-08-08 14:03:42 UTC) #1
michaelpg
https://codereview.chromium.org/452113002/diff/20001/chrome/browser/resources/help/help.js File chrome/browser/resources/help/help.js (right): https://codereview.chromium.org/452113002/diff/20001/chrome/browser/resources/help/help.js#newcode25 chrome/browser/resources/help/help.js:25: uber.onContentFrameLoaded(); I wouldn't mind updating help_browsertest.js to test this ...
6 years, 4 months ago (2014-08-08 14:03:47 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelpg@chromium.org/452113002/20001
6 years, 4 months ago (2014-08-08 14:05:26 UTC) #3
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-08 15:29:12 UTC) #4
Dan Beam
lgtm
6 years, 4 months ago (2014-08-08 18:11:28 UTC) #5
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 18:18:50 UTC) #6
Message was sent while issue was closed.
Change committed as 288394

Powered by Google App Engine
This is Rietveld 408576698