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

Issue 689583002: Tab manager view should hide on press of back key (Closed)

Created:
6 years, 1 month ago by ankit
Modified:
6 years, 1 month ago
Reviewers:
Bernhard Bauer
CC:
chromium-reviews, jdduke (slow)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Tab manager view should hide on press of back key Currently when tab manager is shown and user presses back key then instead of hiding tab manager page is navigated to previous entry. If there is nothing to navigate then application is exited. Added code to hide tab manager view if back key is pressed and tab manager view is on. BUG= Committed: https://crrev.com/85552242275fd01d18f5e84730da6b5acee35492 Cr-Commit-Position: refs/heads/master@{#302222}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removed null check as no crash is observed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTabModelSelector.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
ankit
@Bernhard PTAL
6 years, 1 month ago (2014-10-29 08:50:51 UTC) #2
Bernhard Bauer
https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java File chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java (right): https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java#newcode207 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java:207: if (mTabManager != null && mTabManager.isTabSwitcherVisible()) { Can the ...
6 years, 1 month ago (2014-10-29 09:18:33 UTC) #3
ankit
PTAL comment and suggest. https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java File chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java (right): https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java#newcode207 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java:207: if (mTabManager != null && ...
6 years, 1 month ago (2014-10-29 09:23:43 UTC) #4
ankit
On 2014/10/29 09:23:43, ankit wrote: > PTAL comment and suggest. > > https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java > File ...
6 years, 1 month ago (2014-10-30 10:44:15 UTC) #5
Bernhard Bauer
https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java File chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java (right): https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java#newcode207 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java:207: if (mTabManager != null && mTabManager.isTabSwitcherVisible()) { On 2014/10/29 ...
6 years, 1 month ago (2014-10-30 11:12:12 UTC) #6
ankit
@Bernhard PTAL Verified and removed null check. https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java File chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java (right): https://codereview.chromium.org/689583002/diff/1/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java#newcode207 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java:207: if (mTabManager ...
6 years, 1 month ago (2014-10-30 13:59:16 UTC) #7
Bernhard Bauer
lgtm
6 years, 1 month ago (2014-10-30 16:35:45 UTC) #8
ankit
On 2014/10/30 16:35:45, Bernhard Bauer wrote: > lgtm Thanks.
6 years, 1 month ago (2014-10-31 04:07:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/689583002/20001
6 years, 1 month ago (2014-10-31 04:08:22 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 1 month ago (2014-10-31 04:51:07 UTC) #12
commit-bot: I haz the power
6 years, 1 month ago (2014-10-31 04:52:05 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/85552242275fd01d18f5e84730da6b5acee35492
Cr-Commit-Position: refs/heads/master@{#302222}

Powered by Google App Engine
This is Rietveld 408576698