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

Issue 2447553003: More pre-MD odds and ends. (Closed)

Created:
4 years, 1 month ago by Evan Stade
Modified:
4 years, 1 month ago
Reviewers:
Devlin, Peter Kasting, sky
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org, achuithb
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove more pre-MD odds and ends. BUG=648281 Committed: https://crrev.com/b8867dff1a47afb775c2c83cf44b26e16715e2b9 Cr-Commit-Position: refs/heads/master@{#429631}

Patch Set 1 #

Patch Set 2 : don't break it all #

Patch Set 3 : fix mac #

Total comments: 1

Patch Set 4 : self review #

Total comments: 17

Patch Set 5 : cleanup/test #

Patch Set 6 : make test work #

Total comments: 5

Patch Set 7 : restore enum #

Patch Set 8 : fix win #

Patch Set 9 : remove enum value #

Patch Set 10 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -157 lines) Patch
M chrome/browser/extensions/extension_action.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -7 lines 0 comments Download
M chrome/browser/themes/browser_theme_pack.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_properties.cc View 1 2 3 4 7 chunks +68 lines, -112 lines 0 comments Download
M chrome/browser/themes/theme_service.cc View 1 2 3 4 5 6 7 5 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/themes/theme_service_browsertest.cc View 1 2 3 4 5 6 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_image_view.cc View 1 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc View 1 2 3 4 5 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/chrome_constants.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_constants.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/extension_action/action_info.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/extension_action/page_action_manifest_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M extensions/browser/extension_icon_placeholder.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M extensions/common/constants.h View 7 8 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 58 (42 generated)
Evan Stade
https://codereview.chromium.org/2447553003/diff/40001/chrome/common/extensions/api/extension_action/action_info.cc File chrome/common/extensions/api/extension_action/action_info.cc (right): https://codereview.chromium.org/2447553003/diff/40001/chrome/common/extensions/api/extension_action/action_info.cc#newcode78 chrome/common/extensions/api/extension_action/action_info.cc:78: result->default_icon.Add(19, path); I could alternatively make this a constant ...
4 years, 1 month ago (2016-10-26 00:36:00 UTC) #16
Peter Kasting
LGTM https://codereview.chromium.org/2447553003/diff/60001/chrome/browser/extensions/extension_service_unittest.cc File chrome/browser/extensions/extension_service_unittest.cc (left): https://codereview.chromium.org/2447553003/diff/60001/chrome/browser/extensions/extension_service_unittest.cc#oldcode2144 chrome/browser/extensions/extension_service_unittest.cc:2144: ? chrome::kThemePackMaterialDesignFilename Do we need some kind of ...
4 years, 1 month ago (2016-10-26 03:28:47 UTC) #17
Evan Stade
dang, forgot about this CL because it had draft comments https://codereview.chromium.org/2447553003/diff/60001/chrome/browser/extensions/extension_service_unittest.cc File chrome/browser/extensions/extension_service_unittest.cc (left): https://codereview.chromium.org/2447553003/diff/60001/chrome/browser/extensions/extension_service_unittest.cc#oldcode2144 ...
4 years, 1 month ago (2016-11-02 00:41:13 UTC) #22
Evan Stade
+OWNERS. ptal at rdevlin.cronin: chrome/browser/extensions/* chrome/common/extensions/api/* extensions/* sky: chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc chrome/common/chrome_constants.cc chrome/common/chrome_constants.h
4 years, 1 month ago (2016-11-02 00:43:59 UTC) #26
Peter Kasting
https://codereview.chromium.org/2447553003/diff/60001/chrome/browser/ui/views/location_bar/page_action_image_view.cc File chrome/browser/ui/views/location_bar/page_action_image_view.cc (right): https://codereview.chromium.org/2447553003/diff/60001/chrome/browser/ui/views/location_bar/page_action_image_view.cc#newcode109 chrome/browser/ui/views/location_bar/page_action_image_view.cc:109: ExtensionAction::ActionIconSize()); On 2016/11/02 00:41:13, Evan Stade wrote: > On ...
4 years, 1 month ago (2016-11-02 00:47:44 UTC) #28
Devlin
https://codereview.chromium.org/2447553003/diff/100001/extensions/common/constants.h File extensions/common/constants.h (left): https://codereview.chromium.org/2447553003/diff/100001/extensions/common/constants.h#oldcode200 extensions/common/constants.h:200: EXTENSION_ICON_ACTION = 19, I think I'd prefer we keep ...
4 years, 1 month ago (2016-11-02 00:52:12 UTC) #29
sky
chrome_constants LGTM, but get a local owner for the DVLOG change. https://codereview.chromium.org/2447553003/diff/100001/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc File chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc (right): ...
4 years, 1 month ago (2016-11-02 03:05:14 UTC) #32
Evan Stade
https://codereview.chromium.org/2447553003/diff/100001/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc File chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc (right): https://codereview.chromium.org/2447553003/diff/100001/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc#newcode138 chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc:138: DVLOG(1) << "Loading content for a profile without " ...
4 years, 1 month ago (2016-11-02 12:58:36 UTC) #34
Evan Stade
https://codereview.chromium.org/2447553003/diff/100001/extensions/common/constants.h File extensions/common/constants.h (left): https://codereview.chromium.org/2447553003/diff/100001/extensions/common/constants.h#oldcode200 extensions/common/constants.h:200: EXTENSION_ICON_ACTION = 19, On 2016/11/02 00:52:12, Devlin wrote: > ...
4 years, 1 month ago (2016-11-02 13:14:05 UTC) #35
Devlin
extensions lgtm. Sorry for the churn. https://codereview.chromium.org/2447553003/diff/100001/extensions/common/constants.h File extensions/common/constants.h (left): https://codereview.chromium.org/2447553003/diff/100001/extensions/common/constants.h#oldcode200 extensions/common/constants.h:200: EXTENSION_ICON_ACTION = 19, ...
4 years, 1 month ago (2016-11-02 23:16:52 UTC) #44
Evan Stade
removed logging change, moving achuithb to cc
4 years, 1 month ago (2016-11-02 23:37:20 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2447553003/160001
4 years, 1 month ago (2016-11-02 23:38:07 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/298575)
4 years, 1 month ago (2016-11-03 00:20:21 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2447553003/180001
4 years, 1 month ago (2016-11-03 15:56:00 UTC) #54
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 1 month ago (2016-11-03 17:34:01 UTC) #56
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 17:48:11 UTC) #58
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/b8867dff1a47afb775c2c83cf44b26e16715e2b9
Cr-Commit-Position: refs/heads/master@{#429631}

Powered by Google App Engine
This is Rietveld 408576698