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

Issue 836673003: Fixed "Open in a Tab" option for apps in Chrome App Launcher. (Closed)

Created:
5 years, 11 months ago by mitchellj
Modified:
5 years, 11 months ago
Reviewers:
tapted
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixed "Open in a Tab" option for apps in Chrome App Launcher. Currently, when Open in a Tab is not checked, the app will offer to open itself in a "New Tab" as opposed to a "New Window" as desired. This CL fixes that bug on Mac. This is only shown if the flag --disable-new-bookmarked-apps is disabled. Otherwise the behaviour is as before. See crbug.com/266803. BUG=445038 Committed: https://crrev.com/dd4768622e797c5e4fa53a47200cd267d63716b2 Cr-Commit-Position: refs/heads/master@{#310057}

Patch Set 1 #

Patch Set 2 : Rewrote CL #

Total comments: 4

Patch Set 3 : Addressed comments #

Patch Set 4 : Fixed formatting #

Total comments: 2

Patch Set 5 : Changed to DCHECK_EQ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M chrome/browser/ui/app_list/app_context_menu.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
mitchellj
tapted, could you please review as owner? Thanks.
5 years, 11 months ago (2015-01-05 05:03:17 UTC) #2
tapted
word is that bookmark apps may be rolling back in m41, so I think this ...
5 years, 11 months ago (2015-01-05 05:35:44 UTC) #3
mitchellj
On 2015/01/05 05:35:44, tapted wrote: > word is that bookmark apps may be rolling back ...
5 years, 11 months ago (2015-01-05 22:55:13 UTC) #4
tapted
was there another quirk where the initially-checked state of 'open in tab' was weird on ...
5 years, 11 months ago (2015-01-05 23:10:32 UTC) #5
mitchellj
> was there another quirk where the initially-checked state of 'open in tab' was > ...
5 years, 11 months ago (2015-01-06 01:41:14 UTC) #6
tapted
lgtm with the DCHECK_EQ change https://codereview.chromium.org/836673003/diff/60001/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/836673003/diff/60001/chrome/browser/ui/app_list/app_context_menu.cc#newcode187 chrome/browser/ui/app_list/app_context_menu.cc:187: DCHECK(command_id == LAUNCH_NEW); DCHECK_EQ(LAUNCH_NEW, ...
5 years, 11 months ago (2015-01-06 01:47:11 UTC) #7
mitchellj
https://codereview.chromium.org/836673003/diff/60001/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/836673003/diff/60001/chrome/browser/ui/app_list/app_context_menu.cc#newcode187 chrome/browser/ui/app_list/app_context_menu.cc:187: DCHECK(command_id == LAUNCH_NEW); On 2015/01/06 01:47:10, tapted wrote: > ...
5 years, 11 months ago (2015-01-06 01:50:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836673003/80001
5 years, 11 months ago (2015-01-06 01:51:17 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/96334)
5 years, 11 months ago (2015-01-06 02:10:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836673003/80001
5 years, 11 months ago (2015-01-06 05:20:45 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-06 05:52:41 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-06 05:53:29 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dd4768622e797c5e4fa53a47200cd267d63716b2
Cr-Commit-Position: refs/heads/master@{#310057}

Powered by Google App Engine
This is Rietveld 408576698