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

Issue 1580983002: Fix the dynamic browser action setIcon path to work with any size icon. (Closed)

Created:
4 years, 11 months ago by Evan Stade
Modified:
4 years, 11 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix the dynamic browser action setIcon path to work with any size icon. BUG=564926, 575256 TBR=benwells@chromium.org Committed: https://crrev.com/168694381abc2a710a04fe765548849ebbde0e0e Cr-Commit-Position: refs/heads/master@{#371133}

Patch Set 1 #

Total comments: 21

Patch Set 2 : devlin review #

Patch Set 3 : fix rounding error #

Total comments: 2

Patch Set 4 : mac compatible image equality check #

Total comments: 12

Patch Set 5 : attempt image comparison #

Patch Set 6 : slice n dice #

Patch Set 7 : update more json #

Total comments: 4

Patch Set 8 : fix pre-existing typos and add positive value check #

Patch Set 9 : move size validation #

Total comments: 2

Patch Set 10 : twiddle constant #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -209 lines) Patch
M chrome/browser/extensions/api/extension_action/browser_action_apitest.cc View 1 2 3 4 5 3 chunks +84 lines, -83 lines 0 comments Download
M chrome/browser/extensions/extension_action.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/ui/extensions/icon_with_badge_image_source.cc View 1 2 3 4 2 chunks +10 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view.cc View 1 2 3 4 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/common/extensions/api/browser_action.json View 1 2 3 4 5 6 7 1 chunk +4 lines, -10 lines 0 comments Download
M chrome/common/extensions/api/declarative_content.json View 1 2 3 4 5 6 7 2 chunks +5 lines, -11 lines 0 comments Download
M chrome/common/extensions/api/page_action.json View 1 2 3 4 5 6 7 1 chunk +4 lines, -10 lines 0 comments Download
M chrome/test/data/extensions/api_test/browser_action/no_icon/background.js View 1 2 3 4 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/test/data/extensions/api_test/browser_action/no_icon/icon.png View Binary file 0 comments Download
A + chrome/test/data/extensions/api_test/browser_action/no_icon/icon2.png View 1 2 3 4 Binary file 0 comments Download
M extensions/renderer/resources/set_icon.js View 1 5 chunks +35 lines, -59 lines 0 comments Download
M extensions/renderer/set_icon_natives.cc View 1 2 3 4 5 6 7 8 3 chunks +10 lines, -8 lines 0 comments Download

Messages

Total messages: 73 (25 generated)
Evan Stade
https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc File chrome/browser/extensions/api/extension_action/browser_action_apitest.cc (right): https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc#newcode202 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc:202: // Make sure the browser action bar updated. I ...
4 years, 11 months ago (2016-01-13 18:35:41 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/1
4 years, 11 months ago (2016-01-13 18:37:15 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/164511)
4 years, 11 months ago (2016-01-13 19:27:12 UTC) #6
Devlin
https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc File chrome/browser/extensions/api/extension_action/browser_action_apitest.cc (right): https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc#newcode202 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc:202: // Make sure the browser action bar updated. On ...
4 years, 11 months ago (2016-01-13 19:58:12 UTC) #7
Evan Stade
https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc File chrome/browser/extensions/api/extension_action/browser_action_apitest.cc (right): https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc#newcode202 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc:202: // Make sure the browser action bar updated. On ...
4 years, 11 months ago (2016-01-14 01:59:20 UTC) #9
Evan Stade
https://codereview.chromium.org/1580983002/diff/40001/chrome/browser/ui/extensions/icon_with_badge_image_source.cc File chrome/browser/ui/extensions/icon_with_badge_image_source.cc (left): https://codereview.chromium.org/1580983002/diff/40001/chrome/browser/ui/extensions/icon_with_badge_image_source.cc#oldcode95 chrome/browser/ui/extensions/icon_with_badge_image_source.cc:95: gfx::ScaleToCeiledSize(rep.pixel_size(), target_scale / rep.scale()); found a rounding error here ...
4 years, 11 months ago (2016-01-14 02:04:06 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/40001
4 years, 11 months ago (2016-01-14 02:12:44 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_TIMED_OUT, no build URL) ...
4 years, 11 months ago (2016-01-14 04:18:56 UTC) #15
oshima
https://codereview.chromium.org/1580983002/diff/40001/chrome/browser/ui/extensions/icon_with_badge_image_source.cc File chrome/browser/ui/extensions/icon_with_badge_image_source.cc (left): https://codereview.chromium.org/1580983002/diff/40001/chrome/browser/ui/extensions/icon_with_badge_image_source.cc#oldcode95 chrome/browser/ui/extensions/icon_with_badge_image_source.cc:95: gfx::ScaleToCeiledSize(rep.pixel_size(), target_scale / rep.scale()); On 2016/01/14 02:04:06, Evan Stade ...
4 years, 11 months ago (2016-01-14 16:05:55 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/60001
4 years, 11 months ago (2016-01-19 22:11:44 UTC) #18
Devlin
https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc File chrome/browser/extensions/api/extension_action/browser_action_apitest.cc (right): https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc#newcode202 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc:202: // Make sure the browser action bar updated. On ...
4 years, 11 months ago (2016-01-19 22:44:40 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-19 23:56:15 UTC) #21
varkha
Do the following 2 files need to be updated as well: chrome/common/extensions/api/declarative_content.json chrome/common/extensions/api/page_action.json ? https://codereview.chromium.org/1580983002/diff/60001/chrome/browser/ui/extensions/icon_with_badge_image_source.cc ...
4 years, 11 months ago (2016-01-20 21:22:23 UTC) #23
Evan Stade
https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc File chrome/browser/extensions/api/extension_action/browser_action_apitest.cc (right): https://codereview.chromium.org/1580983002/diff/1/chrome/browser/extensions/api/extension_action/browser_action_apitest.cc#newcode202 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc:202: // Make sure the browser action bar updated. On ...
4 years, 11 months ago (2016-01-20 23:04:36 UTC) #24
Devlin
lgtm, thanks for finding a way to do the comparisons. I I think varkha@ is ...
4 years, 11 months ago (2016-01-20 23:41:14 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/100001
4 years, 11 months ago (2016-01-21 02:22:27 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/137521)
4 years, 11 months ago (2016-01-21 02:35:56 UTC) #30
varkha
https://codereview.chromium.org/1580983002/diff/120001/chrome/common/extensions/api/browser_action.json File chrome/common/extensions/api/browser_action.json (right): https://codereview.chromium.org/1580983002/diff/120001/chrome/common/extensions/api/browser_action.json#newcode109 chrome/common/extensions/api/browser_action.json:109: "description": "Either a relative image path or a dictionary ...
4 years, 11 months ago (2016-01-21 03:05:50 UTC) #31
varkha
Another question. With this API now accepting any icon size is there any validation for ...
4 years, 11 months ago (2016-01-21 17:18:27 UTC) #32
Devlin
On 2016/01/21 17:18:27, varkha wrote: > Another question. With this API now accepting any icon ...
4 years, 11 months ago (2016-01-21 18:19:49 UTC) #33
varkha
I have traced the call stack and I cannot see any red flags currently since ...
4 years, 11 months ago (2016-01-21 19:02:46 UTC) #34
Evan Stade
As far as the "exploit" angle is concerned, if you have a malicious extension installed, ...
4 years, 11 months ago (2016-01-21 19:38:54 UTC) #35
Evan Stade
Actually I moved the size validation to extension_action.cc so it would work for manifest icons ...
4 years, 11 months ago (2016-01-21 19:41:29 UTC) #36
Devlin
On 2016/01/21 19:41:29, Evan Stade wrote: > Actually I moved the size validation to extension_action.cc ...
4 years, 11 months ago (2016-01-21 19:53:25 UTC) #37
Evan Stade
On 2016/01/21 19:53:25, Devlin (Slow until 1-27) wrote: > On 2016/01/21 19:41:29, Evan Stade wrote: ...
4 years, 11 months ago (2016-01-21 20:10:37 UTC) #38
Devlin
On 2016/01/21 20:10:37, Evan Stade wrote: > On 2016/01/21 19:53:25, Devlin (Slow until 1-27) wrote: ...
4 years, 11 months ago (2016-01-21 21:01:21 UTC) #39
Evan Stade
On 2016/01/21 21:01:21, Devlin (Slow until 1-27) wrote: > On 2016/01/21 20:10:37, Evan Stade wrote: ...
4 years, 11 months ago (2016-01-21 23:47:19 UTC) #40
Devlin
On 2016/01/21 23:47:19, Evan Stade wrote: > On 2016/01/21 21:01:21, Devlin (Slow until 1-27) wrote: ...
4 years, 11 months ago (2016-01-22 00:18:35 UTC) #41
Evan Stade
On 2016/01/22 00:18:35, Devlin (Slow until 1-27) wrote: > On 2016/01/21 23:47:19, Evan Stade wrote: ...
4 years, 11 months ago (2016-01-22 01:05:52 UTC) #42
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/160001
4 years, 11 months ago (2016-01-22 01:07:45 UTC) #44
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-22 02:25:31 UTC) #46
Devlin
(s lgtm) > I have a separate CL for LoadIconsFromDictionary up. Between that one and ...
4 years, 11 months ago (2016-01-22 23:41:40 UTC) #47
Evan Stade
https://codereview.chromium.org/1580983002/diff/160001/chrome/browser/extensions/extension_action.cc File chrome/browser/extensions/extension_action.cc (right): https://codereview.chromium.org/1580983002/diff/160001/chrome/browser/extensions/extension_action.cc#newcode134 chrome/browser/extensions/extension_action.cc:134: icon_size > 1024) { On 2016/01/22 23:41:40, Devlin (Slow ...
4 years, 11 months ago (2016-01-23 00:03:25 UTC) #48
Devlin
On 2016/01/23 00:03:25, Evan Stade wrote: > https://codereview.chromium.org/1580983002/diff/160001/chrome/browser/extensions/extension_action.cc > File chrome/browser/extensions/extension_action.cc (right): > > https://codereview.chromium.org/1580983002/diff/160001/chrome/browser/extensions/extension_action.cc#newcode134 ...
4 years, 11 months ago (2016-01-23 00:22:06 UTC) #49
Devlin
> please to at least constify it s/to/do
4 years, 11 months ago (2016-01-23 00:22:47 UTC) #50
Evan Stade
On 2016/01/23 00:22:06, Devlin (Slow until 1-27) wrote: > On 2016/01/23 00:03:25, Evan Stade wrote: ...
4 years, 11 months ago (2016-01-23 01:03:59 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/180001
4 years, 11 months ago (2016-01-23 01:04:51 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, no build URL) chromeos_amd64-generic_chromium_compile_only_ng on ...
4 years, 11 months ago (2016-01-23 01:08:06 UTC) #56
tandrii(chromium)
On 2016/01/23 01:08:06, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 11 months ago (2016-01-23 01:16:00 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/180001
4 years, 11 months ago (2016-01-23 01:16:58 UTC) #59
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/138378)
4 years, 11 months ago (2016-01-23 01:29:25 UTC) #61
tandrii(chromium)
On 2016/01/23 01:29:25, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 11 months ago (2016-01-23 01:32:05 UTC) #62
Evan Stade
TBR=benwells for chrome/browser/ui/extensions/icon_with_badge_image_source.cc
4 years, 11 months ago (2016-01-23 01:48:36 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580983002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580983002/180001
4 years, 11 months ago (2016-01-23 01:50:21 UTC) #66
Evan Stade
actually +benwells this time
4 years, 11 months ago (2016-01-23 01:54:41 UTC) #68
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 11 months ago (2016-01-23 02:35:56 UTC) #70
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/168694381abc2a710a04fe765548849ebbde0e0e Cr-Commit-Position: refs/heads/master@{#371133}
4 years, 11 months ago (2016-01-23 02:37:41 UTC) #72
benwells
4 years, 11 months ago (2016-01-24 21:40:55 UTC) #73
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698