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

Issue 1145001: Porting the app launcher to Windows, and adding an experimental flag... (Closed)

Created:
10 years, 9 months ago by jcampan
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, jam+cc_chromium.org, brettw+cc_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Porting the app launcher to Windows, and adding an experimental flag so the app launcher shows when you open a new tab. Also removing the graying-out of the browser when the app launcher is showng for now, as it is not clear how to make it cross-platform. BUG=None TEST=Start Chrome with --app-launcher-new-tab. Opening a new tab should bring the app launcher (still a prototype at this point). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42280

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 10

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+351 lines, -1121 lines) Patch
M chrome/browser/browser.cc View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -0 lines 0 comments Download
D chrome/browser/chromeos/app_launcher.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -242 lines 0 comments Download
D chrome/browser/chromeos/app_launcher.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -495 lines 0 comments Download
M chrome/browser/chromeos/frame/browser_view.h View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/chromeos/frame/browser_view.cc View 4 chunks +2 lines, -6 lines 0 comments Download
A + chrome/browser/views/app_launcher.h View 1 2 3 4 5 6 7 5 chunks +35 lines, -120 lines 0 comments Download
A + chrome/browser/views/app_launcher.cc View 1 2 3 4 5 6 7 9 chunks +273 lines, -248 lines 0 comments Download
M chrome/browser/views/info_bubble.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/tab_strip.h View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/views/tabs/tab_strip.cc View 1 2 3 4 5 6 7 8 4 chunks +18 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jcampan
10 years, 9 months ago (2010-03-19 22:26:21 UTC) #1
sky
http://codereview.chromium.org/1145001/diff/52002/17002 File chrome/browser/views/app_launcher.cc (right): http://codereview.chromium.org/1145001/diff/52002/17002#newcode179 chrome/browser/views/app_launcher.cc:179: font = font.DeriveFont(3); Make 3 a constant. http://codereview.chromium.org/1145001/diff/52002/17002#newcode189 chrome/browser/views/app_launcher.cc:189: ...
10 years, 9 months ago (2010-03-19 22:56:59 UTC) #2
jcampan
http://codereview.chromium.org/1145001/diff/52002/17002 File chrome/browser/views/app_launcher.cc (right): http://codereview.chromium.org/1145001/diff/52002/17002#newcode179 chrome/browser/views/app_launcher.cc:179: font = font.DeriveFont(3); On 2010/03/19 22:57:00, sky wrote: > ...
10 years, 9 months ago (2010-03-20 00:35:09 UTC) #3
sky
10 years, 9 months ago (2010-03-22 15:46:49 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698