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

Issue 13864015: Move app launcher and chrome apps shortcut strings into the installer (Closed)

Created:
7 years, 8 months ago by calamity
Modified:
7 years ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@migrate_app_id_fix
Visibility:
Public.

Description

We want the Applications Menu shortcut paths to be managed by shell_util.cc as this will allow the uninstaller to clean up shortcuts. BrowserDistribution now provides the name of a distribution-specific Chrome app subfolder, and ShellUtil's utility functions can now create, update, and remove shortcuts therein. This CL introduces some structural changes: -ShellIntegration::ShortcutLocations now uses an enum to specify the Applications Menu location rather than a string. The enum consists of the root of the applications menu, the "Google Chrome" subdirectory and the "Chrome Apps" subdirectory. -ShellUtil::ShortcutLocation has the equivalent locations which are implemented by ShellUtil::GetShortcutPath(). -BrowserDistribution::GetStartMenuShortcutSubfolder() now supports SUBFOLDER_APPS. This CL can be supplementally tested by running setup_unittests. This began a rework of https://codereview.chromium.org/13940006/ for gab@'s post-commit comments. BUG=233434, 238895 TEST=setup_unittests.exe, installer_util_unittests.exe Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238648

Patch Set 1 #

Total comments: 12

Patch Set 2 : rebase #

Patch Set 3 : rework #

Total comments: 22

Patch Set 4 : rework #

Total comments: 2

Patch Set 5 : rebase, move app launcher and chrome app strings into the installer #

Total comments: 51

Patch Set 6 : rebase #

Patch Set 7 : rework #

Total comments: 9

Patch Set 8 : rebase #

Patch Set 9 : address comments #

Patch Set 10 : make necessary linux changes #

Total comments: 3

Patch Set 11 : rebase #

Patch Set 12 : fix for mac #

Patch Set 13 : fix linux unit tests #

Total comments: 15

Patch Set 14 : rework #

Patch Set 15 : rbrebase #

Patch Set 16 : change in_application_menu* into and enum #

Patch Set 17 : fix linux #

Total comments: 57

Patch Set 18 : rebase #

Patch Set 19 : Win rework #

Patch Set 20 : add test #

Patch Set 21 : add #ifdef for linux only property #

Total comments: 10

Patch Set 22 : fix nits #

Total comments: 14

Patch Set 23 : fix windows nits #

Total comments: 6

Patch Set 24 : rebase #

Patch Set 25 : fix linux nits #

Total comments: 2

Patch Set 26 : fix nits, change comment #

Patch Set 27 : rebase #

Patch Set 28 : fix win compile, change LOG(INFO)s to LOG(WARNING)s #

Patch Set 29 : fix win compile, change LOG(INFO)s to VLOG(1) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -246 lines) Patch
M chrome/browser/apps/shortcut_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/shell_integration.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +29 lines, -3 lines 0 comments Download
M chrome/browser/shell_integration.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +19 lines, -3 lines 0 comments Download
M chrome/browser/shell_integration_linux.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/shell_integration_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 6 chunks +35 lines, -20 lines 0 comments Download
M chrome/browser/shell_integration_linux_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +13 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_service_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +6 lines, -26 lines 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/web_applications/web_app.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/web_applications/web_app.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/web_applications/web_app_linux.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/web_applications/web_app_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_applications/web_app_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 5 chunks +39 lines, -32 lines 0 comments Download
M chrome/installer/setup/install.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +16 lines, -7 lines 0 comments Download
M chrome/installer/setup/setup_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/installer/setup/uninstall.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +23 lines, -63 lines 0 comments Download
M chrome/installer/util/browser_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/browser_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +7 lines, -2 lines 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/installer/util/prebuild/create_string_rc.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/shell_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +10 lines, -5 lines 0 comments Download
M chrome/installer/util/shell_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 7 chunks +28 lines, -15 lines 0 comments Download
M chrome/installer/util/shell_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 6 chunks +77 lines, -26 lines 0 comments Download

Messages

Total messages: 62 (0 generated)
calamity
7 years, 8 months ago (2013-04-26 04:39:13 UTC) #1
gab
Comments below, on second-thought I think that the user-specific suffix is not required for the ...
7 years, 8 months ago (2013-04-26 15:21:03 UTC) #2
calamity
Let me know if there's anything else. =) https://chromiumcodereview.appspot.com/13864015/diff/1/chrome/browser/shell_integration_win.cc File chrome/browser/shell_integration_win.cc (right): https://chromiumcodereview.appspot.com/13864015/diff/1/chrome/browser/shell_integration_win.cc#newcode101 chrome/browser/shell_integration_win.cc:101: app_name.append(suffix); ...
7 years, 7 months ago (2013-04-29 07:20:04 UTC) #3
gab
Please add BUG=233434 to CL description. https://chromiumcodereview.appspot.com/13864015/diff/7002/chrome/browser/shell_integration_win.cc File chrome/browser/shell_integration_win.cc (right): https://chromiumcodereview.appspot.com/13864015/diff/7002/chrome/browser/shell_integration_win.cc#newcode86 chrome/browser/shell_integration_win.cc:86: nit: Remove extra ...
7 years, 7 months ago (2013-04-29 21:34:43 UTC) #4
gab
https://codereview.chromium.org/13864015/diff/7002/chrome/installer/util/shell_util.h File chrome/installer/util/shell_util.h (right): https://codereview.chromium.org/13864015/diff/7002/chrome/installer/util/shell_util.h#newcode47 chrome/installer/util/shell_util.h:47: // TODO(mgiuca): add SHORTCUT_LOCATION_START_MENU_CHROME_APPS_DIR here. On 2013/04/29 21:34:44, gab ...
7 years, 7 months ago (2013-04-29 21:45:28 UTC) #5
Matt Giuca
https://codereview.chromium.org/13864015/diff/7002/chrome/installer/util/shell_util.h File chrome/installer/util/shell_util.h (right): https://codereview.chromium.org/13864015/diff/7002/chrome/installer/util/shell_util.h#newcode47 chrome/installer/util/shell_util.h:47: // TODO(mgiuca): add SHORTCUT_LOCATION_START_MENU_CHROME_APPS_DIR here. On 2013/04/29 21:45:28, gab ...
7 years, 7 months ago (2013-04-30 01:14:09 UTC) #6
calamity
https://chromiumcodereview.appspot.com/13864015/diff/7002/chrome/browser/shell_integration_win.cc File chrome/browser/shell_integration_win.cc (right): https://chromiumcodereview.appspot.com/13864015/diff/7002/chrome/browser/shell_integration_win.cc#newcode86 chrome/browser/shell_integration_win.cc:86: On 2013/04/29 21:34:44, gab wrote: > nit: Remove extra ...
7 years, 7 months ago (2013-04-30 08:11:28 UTC) #7
gab
Arg, do we have a clear design doc on what we want the result to ...
7 years, 7 months ago (2013-04-30 15:00:24 UTC) #8
calamity
On 2013/04/30 15:00:24, gab wrote: > Arg, do we have a clear design doc on ...
7 years, 7 months ago (2013-05-01 04:37:50 UTC) #9
gab1
Awesome, yes, had been thinking the same thing overnight. This will also make it easy ...
7 years, 7 months ago (2013-05-01 13:17:40 UTC) #10
gab
From chromium address this time... On May 1, 2013 9:17 AM, "Gabriel Charette" <gab@google.com> wrote: ...
7 years, 7 months ago (2013-05-01 16:57:27 UTC) #11
calamity
Hey, We have just run into another problem here. Am I correct in thinking that ...
7 years, 7 months ago (2013-05-02 05:37:05 UTC) #12
gab
I'm not 100% sure what the separation of concern is regarding strings. I think installer_util_strings ...
7 years, 7 months ago (2013-05-02 14:28:03 UTC) #13
grt (UTC plus 2)
On 2013/05/02 14:28:03, gab wrote: > I'm not 100% sure what the separation of concern ...
7 years, 7 months ago (2013-05-03 15:12:37 UTC) #14
gab
On 2013/05/03 15:12:37, grt wrote: > On 2013/05/02 14:28:03, gab wrote: > > I'm not ...
7 years, 7 months ago (2013-05-03 17:35:55 UTC) #15
calamity
+huangs Hello all, This change implements the changes previously suggested. The salient points are: -Add ...
7 years, 7 months ago (2013-05-15 01:29:57 UTC) #16
huangs
Looks like we're going to step on each other's toes a bit! Please see (especially ...
7 years, 7 months ago (2013-05-15 02:33:46 UTC) #17
gab
On 2013/05/15 02:33:46, huangs1 wrote: > Looks like we're going to step on each other's ...
7 years, 7 months ago (2013-05-15 03:39:17 UTC) #18
Matt Giuca
https://chromiumcodereview.appspot.com/13864015/diff/44001/chrome/browser/shell_integration.h File chrome/browser/shell_integration.h (right): https://chromiumcodereview.appspot.com/13864015/diff/44001/chrome/browser/shell_integration.h#newcode115 chrome/browser/shell_integration.h:115: // Start Menu/Chrome Apps respectively. Put quotes around these ...
7 years, 7 months ago (2013-05-15 05:19:45 UTC) #19
gab
Comments below. Cheers! Gab https://codereview.chromium.org/13864015/diff/44001/chrome/browser/ui/views/app_list/app_list_controller_win.cc File chrome/browser/ui/views/app_list/app_list_controller_win.cc (right): https://codereview.chromium.org/13864015/diff/44001/chrome/browser/ui/views/app_list/app_list_controller_win.cc#newcode104 chrome/browser/ui/views/app_list/app_list_controller_win.cc:104: int GetAppListIconIndex() { You can ...
7 years, 7 months ago (2013-05-15 21:26:38 UTC) #20
Matt Giuca
https://codereview.chromium.org/13864015/diff/44001/chrome/browser/ui/views/app_list/app_list_controller_win.cc File chrome/browser/ui/views/app_list/app_list_controller_win.cc (right): https://codereview.chromium.org/13864015/diff/44001/chrome/browser/ui/views/app_list/app_list_controller_win.cc#newcode240 chrome/browser/ui/views/app_list/app_list_controller_win.cc:240: .AddExtension(installer::kLnkExt); On 2013/05/15 21:26:38, gab wrote: > nit: Keep ...
7 years, 7 months ago (2013-05-16 00:31:05 UTC) #21
gab
Ping, what's up with this CL?
7 years, 4 months ago (2013-08-12 16:38:44 UTC) #22
calamity
Linux and mac changes will need to be done. I'll do them after the Windows ...
7 years, 3 months ago (2013-08-27 07:59:35 UTC) #23
gab
lg though I'm curious about the Mac/Linux case vs BD now. https://codereview.chromium.org/13864015/diff/44001/chrome/browser/web_applications/web_app.cc File chrome/browser/web_applications/web_app.cc (right): ...
7 years, 3 months ago (2013-08-28 19:52:26 UTC) #24
gab
Hey Chris, any update on this? This CL was just brought up @ https://codereview.chromium.org/23581012/diff/1/chrome/installer/setup/uninstall.cc#newcode348 ; ...
7 years, 3 months ago (2013-09-13 02:10:10 UTC) #25
calamity
Hey, this fell off my radar a little and I've been unable to work on ...
7 years, 3 months ago (2013-09-16 17:30:04 UTC) #26
calamity
https://codereview.chromium.org/13864015/diff/44001/chrome/browser/web_applications/web_app.cc File chrome/browser/web_applications/web_app.cc (right): https://codereview.chromium.org/13864015/diff/44001/chrome/browser/web_applications/web_app.cc#newcode232 chrome/browser/web_applications/web_app.cc:232: string16 GetAppShortcutsSubdirName() { On 2013/08/28 19:52:27, gab wrote: > ...
7 years, 3 months ago (2013-09-20 05:54:52 UTC) #27
gab
On 2013/09/20 05:54:52, calamity wrote: > https://codereview.chromium.org/13864015/diff/44001/chrome/browser/web_applications/web_app.cc > File chrome/browser/web_applications/web_app.cc (right): > > https://codereview.chromium.org/13864015/diff/44001/chrome/browser/web_applications/web_app.cc#newcode232 > ...
7 years, 3 months ago (2013-09-20 05:57:57 UTC) #28
huangs (corp)
I'm still planning to refactor BD, just punting on it for the time being. =) ...
7 years, 3 months ago (2013-09-20 13:29:53 UTC) #29
calamity
Made this work on linux and mac. https://codereview.chromium.org/13864015/diff/83001/chrome/browser/web_applications/web_app_win.cc File chrome/browser/web_applications/web_app_win.cc (right): https://codereview.chromium.org/13864015/diff/83001/chrome/browser/web_applications/web_app_win.cc#newcode461 chrome/browser/web_applications/web_app_win.cc:461: ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_APPS_DIR, On ...
7 years, 2 months ago (2013-10-02 01:08:04 UTC) #30
gab
Looking good, comments below. Cheers! Gab https://codereview.chromium.org/13864015/diff/131001/chrome/installer/setup/uninstall.cc File chrome/installer/setup/uninstall.cc (right): https://codereview.chromium.org/13864015/diff/131001/chrome/installer/setup/uninstall.cc#newcode401 chrome/installer/setup/uninstall.cc:401: location != SHORTCUT_LOCATION_END; ...
7 years, 2 months ago (2013-10-03 17:22:48 UTC) #31
calamity
https://codereview.chromium.org/13864015/diff/139001/chrome/browser/apps/shortcut_manager.cc File chrome/browser/apps/shortcut_manager.cc (right): https://codereview.chromium.org/13864015/diff/139001/chrome/browser/apps/shortcut_manager.cc#newcode44 chrome/browser/apps/shortcut_manager.cc:44: creation_locations.in_applications_menu_root = true; On 2013/10/03 17:22:49, gab wrote: > ...
7 years, 2 months ago (2013-10-14 02:24:24 UTC) #32
gab
Just went over the entire CL again, looks great, comments below. @calamity: Please run setup_unittests.exe ...
7 years, 2 months ago (2013-10-17 15:13:30 UTC) #33
huangs
Mostly nits. https://codereview.chromium.org/13864015/diff/178001/chrome/browser/shell_integration_linux.cc File chrome/browser/shell_integration_linux.cc (right): https://codereview.chromium.org/13864015/diff/178001/chrome/browser/shell_integration_linux.cc#newcode616 chrome/browser/shell_integration_linux.cc:616: // "APP_MENU_LOCATION_SUBDIR_CHROMEAPPS" depends on whether it contains ...
7 years, 2 months ago (2013-10-17 19:13:34 UTC) #34
grt (UTC plus 2)
Please make the CL description more informative. For example, the installer/util changes seem to amount ...
7 years, 2 months ago (2013-10-22 13:37:44 UTC) #35
gab
Thanks Greg for taking a look; quick reply to some of your comments below. https://codereview.chromium.org/13864015/diff/178001/chrome/installer/setup/uninstall.cc ...
7 years, 2 months ago (2013-10-22 17:07:28 UTC) #36
grt (UTC plus 2)
https://codereview.chromium.org/13864015/diff/178001/chrome/installer/setup/uninstall.cc File chrome/installer/setup/uninstall.cc (right): https://codereview.chromium.org/13864015/diff/178001/chrome/installer/setup/uninstall.cc#newcode351 chrome/installer/setup/uninstall.cc:351: for (int location = ShellUtil::SHORTCUT_LOCATION_START; On 2013/10/22 17:07:29, gab ...
7 years, 2 months ago (2013-10-22 18:08:06 UTC) #37
gab
Ping? I think we're almost done with this, the underlying code has already been shipping ...
7 years, 1 month ago (2013-11-19 13:12:26 UTC) #38
calamity
https://codereview.chromium.org/13864015/diff/178001/chrome/browser/chrome_browser_main_win.cc File chrome/browser/chrome_browser_main_win.cc (right): https://codereview.chromium.org/13864015/diff/178001/chrome/browser/chrome_browser_main_win.cc#newcode130 chrome/browser/chrome_browser_main_win.cc:130: ShellUtil::SHORTCUT_LOCATION_START_MENU_CHROME_DIR, On 2013/10/17 15:13:31, gab wrote: > Also add ...
7 years, 1 month ago (2013-11-20 05:43:29 UTC) #39
grt (UTC plus 2)
On 2013/10/22 13:37:44, grt wrote: > Please make the CL description more informative. For example, ...
7 years, 1 month ago (2013-11-20 14:39:15 UTC) #40
gab
On 2013/11/20 14:39:15, grt wrote: > On 2013/10/22 13:37:44, grt wrote: > > Please make ...
7 years, 1 month ago (2013-11-20 15:35:55 UTC) #41
calamity
On 2013/11/20 15:35:55, gab wrote: > On 2013/11/20 14:39:15, grt wrote: > > On 2013/10/22 ...
7 years, 1 month ago (2013-11-21 01:58:17 UTC) #42
gab
Looks great, a few nits below, I will do a final pass over the full ...
7 years, 1 month ago (2013-11-21 05:50:18 UTC) #43
gab
On 2013/11/21 01:58:17, calamity wrote: > On 2013/11/20 15:35:55, gab wrote: > > On 2013/11/20 ...
7 years, 1 month ago (2013-11-21 05:57:11 UTC) #44
calamity
Ran setup_unittests and no extra tests fail. Updated CL description. https://codereview.chromium.org/13864015/diff/521001/chrome/installer/util/shell_util.h File chrome/installer/util/shell_util.h (right): https://codereview.chromium.org/13864015/diff/521001/chrome/installer/util/shell_util.h#newcode45 ...
7 years, 1 month ago (2013-11-21 06:52:45 UTC) #45
gab
Awesome, this is so much better and cleaner than the previous code IMO, lgtm w/ ...
7 years, 1 month ago (2013-11-21 19:52:23 UTC) #46
calamity
+sky for c/b/chrome_browser_main_win.cc and c/b/ui/views OWNERS +benwells for c/b/apps, app_list_service_win.cc and c/b/web_applications OWNERS +erg for ...
7 years ago (2013-11-24 23:55:14 UTC) #47
gab
A few small nits left, still lgtm https://codereview.chromium.org/13864015/diff/831001/chrome/installer/setup/install.cc File chrome/installer/setup/install.cc (right): https://codereview.chromium.org/13864015/diff/831001/chrome/installer/setup/install.cc#newcode83 chrome/installer/setup/install.cc:83: BrowserDistribution::SUBFOLDER_CHROME)) + ...
7 years ago (2013-11-25 13:05:09 UTC) #48
Elliot Glaysher
https://codereview.chromium.org/13864015/diff/1001001/chrome/browser/shell_integration.h File chrome/browser/shell_integration.h (right): https://codereview.chromium.org/13864015/diff/1001001/chrome/browser/shell_integration.h#newcode110 chrome/browser/shell_integration.h:110: // and "Start Menu/Chrome Apps" respectively. Could you please ...
7 years ago (2013-11-25 22:03:02 UTC) #49
calamity
https://codereview.chromium.org/13864015/diff/831001/chrome/installer/setup/install.cc File chrome/installer/setup/install.cc (right): https://codereview.chromium.org/13864015/diff/831001/chrome/installer/setup/install.cc#newcode83 chrome/installer/setup/install.cc:83: BrowserDistribution::SUBFOLDER_CHROME)) + On 2013/11/25 13:05:10, gab wrote: > nit: ...
7 years ago (2013-11-26 02:51:16 UTC) #50
benwells
lgtm LGTM L.G.T.M.
7 years ago (2013-11-26 06:51:36 UTC) #51
gab
Patch set 26 lgtm++, thanks!
7 years ago (2013-11-26 15:39:10 UTC) #52
Elliot Glaysher
lgtm
7 years ago (2013-11-26 21:45:52 UTC) #53
gab
ping: sky for chrome/browser/ui and chrome/chrome_browser_main.cc OWNER (and grt if you want to have a ...
7 years ago (2013-12-02 17:39:24 UTC) #54
sky
LGTM
7 years ago (2013-12-02 21:53:42 UTC) #55
grt (UTC plus 2)
LGTM
7 years ago (2013-12-02 22:35:52 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/13864015/1251001
7 years ago (2013-12-03 06:13:47 UTC) #57
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=39065
7 years ago (2013-12-03 06:29:14 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/13864015/1291001
7 years ago (2013-12-04 03:50:52 UTC) #59
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=231582
7 years ago (2013-12-04 06:31:25 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calamity@chromium.org/13864015/1291001
7 years ago (2013-12-04 06:45:11 UTC) #61
commit-bot: I haz the power
7 years ago (2013-12-04 08:58:20 UTC) #62
Message was sent while issue was closed.
Change committed as 238648

Powered by Google App Engine
This is Rietveld 408576698