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

Issue 10690016: Check zero-length icon files during extension validation. (Closed)

Created:
8 years, 5 months ago by mitchellwrosen
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Aaron Boodman, Mihai Parparita -not on Chrome, Matt Tytel
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Check zero-length icon files during extension validation. BUG=133748 TEST=included Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149721

Patch Set 1 : Fixed file length checks, added icon check #

Patch Set 2 : Included extension #3 #

Total comments: 3

Patch Set 3 : Code cleaned up #

Patch Set 4 : Sync with trunk #

Patch Set 5 : Moved binary files to https://chromiumcodereview.appspot.com/10757008 #

Patch Set 6 : Sync with trunk #

Patch Set 7 : Sync #

Patch Set 8 : icon removed #

Messages

Total messages: 29 (0 generated)
mitchellwrosen
I currently am only checking for zero-length page action and browser action icons, because I'm ...
8 years, 5 months ago (2012-06-27 19:53:48 UTC) #1
mitchellwrosen
Whoops, I think I got it now. I'll delete that first patch because it was ...
8 years, 5 months ago (2012-06-27 20:38:26 UTC) #2
asargent_no_longer_on_chrome
Apologies for slow response time - I was busy with Google IO stuff and am ...
8 years, 5 months ago (2012-06-29 00:24:04 UTC) #3
mitchellwrosen
On 2012/06/29 00:24:04, Antony Sargent wrote: > Apologies for slow response time - I was ...
8 years, 5 months ago (2012-06-29 01:08:22 UTC) #4
asargent_no_longer_on_chrome
LGTM https://chromiumcodereview.appspot.com/10690016/diff/5001/chrome/common/extensions/extension_file_util.cc File chrome/common/extensions/extension_file_util.cc (right): https://chromiumcodereview.appspot.com/10690016/diff/5001/chrome/common/extensions/extension_file_util.cc#newcode233 chrome/common/extensions/extension_file_util.cc:233: int64 size; (pet peeve nit) please initialize |size| ...
8 years, 5 months ago (2012-07-03 19:46:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/9002
8 years, 5 months ago (2012-07-03 20:21:16 UTC) #6
commit-bot: I haz the power
Try job failure for 10690016-9002 (retry) on mac_rel for step "update". It's a second try, ...
8 years, 5 months ago (2012-07-03 20:26:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/2004
8 years, 5 months ago (2012-07-03 21:09:58 UTC) #8
commit-bot: I haz the power
Try job failure for 10690016-2004 on mac_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=37495 Step "update" is always ...
8 years, 5 months ago (2012-07-03 21:11:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/14001
8 years, 5 months ago (2012-07-09 21:21:20 UTC) #10
commit-bot: I haz the power
Try job failure for 10690016-14001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-09 22:15:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/13003
8 years, 5 months ago (2012-07-11 19:00:28 UTC) #12
commit-bot: I haz the power
Try job failure for 10690016-13003 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-11 20:36:13 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/31001
8 years, 5 months ago (2012-07-16 19:19:44 UTC) #14
commit-bot: I haz the power
Try job failure for 10690016-31001 (retry) (retry) (retry) on mac_rel for step "browser_tests". It's a ...
8 years, 5 months ago (2012-07-16 21:14:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/31001
8 years, 4 months ago (2012-07-31 19:13:16 UTC) #16
commit-bot: I haz the power
Try job failure for 10690016-31001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 4 months ago (2012-07-31 20:16:34 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/31001
8 years, 4 months ago (2012-07-31 23:34:03 UTC) #18
commit-bot: I haz the power
Try job failure for 10690016-31001 (retry) (retry) on mac_rel for step "browser_tests". It's a second ...
8 years, 4 months ago (2012-08-01 01:31:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/31001
8 years, 4 months ago (2012-08-02 17:39:00 UTC) #20
Mihai Parparita -not on Chrome
Actually, this isn't a matter of CQ flakiness. It looks like one of the existing ...
8 years, 4 months ago (2012-08-02 17:41:10 UTC) #21
mitchellwrosen
On 2012/08/02 17:41:10, Mihai Parparita wrote: > Actually, this isn't a matter of CQ flakiness. ...
8 years, 4 months ago (2012-08-02 17:42:49 UTC) #22
Mihai Parparita -not on Chrome
On Thu, Aug 2, 2012 at 10:42 AM, <mitchellwrosen@chromium.org> wrote: > I saw that. I ...
8 years, 4 months ago (2012-08-02 18:00:27 UTC) #23
mitchellwrosen
On 2012/08/02 18:00:27, Mihai Parparita wrote: > On Thu, Aug 2, 2012 at 10:42 AM, ...
8 years, 4 months ago (2012-08-02 18:02:17 UTC) #24
Mihai Parparita -not on Chrome
On Thu, Aug 2, 2012 at 11:02 AM, <mitchellwrosen@chromium.org> wrote: > Ya, right now it ...
8 years, 4 months ago (2012-08-02 18:07:35 UTC) #25
mitchellwrosen
On 2012/08/02 18:07:35, Mihai Parparita wrote: > On Thu, Aug 2, 2012 at 11:02 AM, ...
8 years, 4 months ago (2012-08-02 18:09:00 UTC) #26
Mihai Parparita -not on Chrome
On Thu, Aug 2, 2012 at 11:09 AM, <mitchellwrosen@chromium.org> wrote: > Ugh, do you think ...
8 years, 4 months ago (2012-08-02 18:21:07 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mitchellwrosen@chromium.org/10690016/45004
8 years, 4 months ago (2012-08-02 20:47:05 UTC) #28
commit-bot: I haz the power
8 years, 4 months ago (2012-08-02 22:15:19 UTC) #29
Change committed as 149721

Powered by Google App Engine
This is Rietveld 408576698