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

Issue 81983002: DevTools: tab selection after tabclose should not be a user gesture (Closed)

Created:
7 years, 1 month ago by lushnikov
Modified:
7 years, 1 month ago
Reviewers:
vsevik
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: tab selection after tabclose should not be a user gesture This patch changes call to 'TabbedPane.selectTab' method to recieve false as 'userGesture' argument if it's done as a part of 'TabbedPane.closeTabs' method. This doesn't seem to change any behavior as the 'TabbedEditorContainer._updateHistory()' will be called anyway on the previous step of closing tabs, and subsequent call to this method from 'selectTab' will result in noop. BUG=281507 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162574

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/devtools/front_end/TabbedPane.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
lushnikov
Please take a look
7 years, 1 month ago (2013-11-21 23:39:25 UTC) #1
vsevik
lgtm
7 years, 1 month ago (2013-11-23 02:08:41 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lushnikov@chromium.org/81983002/1
7 years, 1 month ago (2013-11-23 02:08:55 UTC) #3
commit-bot: I haz the power
7 years, 1 month ago (2013-11-23 12:29:27 UTC) #4
Message was sent while issue was closed.
Change committed as 162574

Powered by Google App Engine
This is Rietveld 408576698