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

Issue 501273002: Update extension install prompt to reflect withheld permissions (Closed)

Created:
6 years, 4 months ago by gpdavis
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Update extension install prompt to reflect withheld permissions. Screenshots: Ubuntu: http://i.imgur.com/FuzZfcr.jpg OSX: http://i.imgur.com/ylHBVCx.png BUG=407453 Committed: https://crrev.com/0fbac4d6271f2eaacd8d67800ba5dce7781578b4 Cr-Commit-Position: refs/heads/master@{#295773}

Patch Set 1 #

Patch Set 2 : Added init calls for other types of installs #

Total comments: 7

Patch Set 3 : Move init calls #

Patch Set 4 : Overload initialize #

Patch Set 5 : Added withheld permissions to install prompt #

Total comments: 4

Patch Set 6 : Refactor extension install dialog view constructor #

Total comments: 17

Patch Set 7 : Cocoa implementation, move permissions setter #

Patch Set 8 : Minor changes #

Total comments: 14

Patch Set 9 : Passing changes to Mac for cocoa work #

Patch Set 10 : Refactor adding permissions in cocoa impl #

Patch Set 11 : Removed rogue comment #

Total comments: 13

Patch Set 12 : Prompt and Updater changes #

Total comments: 3

Patch Set 13 : Permissions helper method, init flag changes in updater #

Total comments: 11

Patch Set 14 : Added unit test #

Patch Set 15 : Comment updates and cleanup #

Total comments: 22

Patch Set 16 : Minor changes #

Total comments: 8

Patch Set 17 : Cocoa changes #

Total comments: 14

Patch Set 18 : Minor changes #

Total comments: 12

Patch Set 19 : Nits #

Patch Set 20 : Header update #

Total comments: 4

Patch Set 21 : Cocoa nits #

Patch Set 22 : Update cocoa test, add default cases for compiler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+600 lines, -251 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/bundle_installer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +18 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_install_prompt.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 6 chunks +46 lines, -12 lines 0 comments Download
M chrome/browser/extensions/extension_install_prompt.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 17 chunks +134 lines, -36 lines 0 comments Download
M chrome/browser/extensions/extension_install_prompt_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +47 lines, -3 lines 0 comments Download
M chrome/browser/extensions/external_install_error.cc View 1 2 3 4 5 1 chunk +20 lines, -4 lines 0 comments Download
M chrome/browser/extensions/permissions_updater.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/extensions/permissions_updater.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +32 lines, -13 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 5 chunks +79 lines, -35 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_view_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 7 chunks +27 lines, -14 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 14 chunks +165 lines, -123 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_install_dialog_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 74 (11 generated)
gpdavis
gpdavis.chromium@gmail.com changed reviewers: + kalman@chromium.org
6 years, 4 months ago (2014-08-26 01:30:35 UTC) #1
gpdavis
Here's a first iteration for that bug we discussed last week. I've also looked a ...
6 years, 4 months ago (2014-08-26 01:30:35 UTC) #2
gpdavis
I looked into permissions elevation some more, and I'm not sure there is a way ...
6 years, 3 months ago (2014-08-26 23:39:16 UTC) #3
not at google - send to devlin
Woo! It works! Oh man I can't believe we needed to this at such a ...
6 years, 3 months ago (2014-08-27 17:33:22 UTC) #4
gpdavis
On 2014/08/27 17:33:22, kalman wrote: > Woo! It works! > > Oh man I can't ...
6 years, 3 months ago (2014-08-27 19:59:26 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/501273002/diff/20001/chrome/browser/extensions/bundle_installer.cc File chrome/browser/extensions/bundle_installer.cc (right): https://codereview.chromium.org/501273002/diff/20001/chrome/browser/extensions/bundle_installer.cc#newcode56 chrome/browser/extensions/bundle_installer.cc:56: &error); Would this be a better place to manipulate ...
6 years, 3 months ago (2014-08-28 03:17:32 UTC) #6
gpdavis
https://codereview.chromium.org/501273002/diff/20001/chrome/browser/extensions/bundle_installer.cc File chrome/browser/extensions/bundle_installer.cc (right): https://codereview.chromium.org/501273002/diff/20001/chrome/browser/extensions/bundle_installer.cc#newcode56 chrome/browser/extensions/bundle_installer.cc:56: &error); On 2014/08/28 03:17:32, kalman wrote: > Would this ...
6 years, 3 months ago (2014-08-28 17:41:48 UTC) #7
not at google - send to devlin
kalman@chromium.org changed reviewers: + rdevlin.cronin@chromium.org
6 years, 3 months ago (2014-08-28 18:28:02 UTC) #8
not at google - send to devlin
Looking great. > So the only missing case here is the bundle, correct? And we ...
6 years, 3 months ago (2014-08-28 18:28:02 UTC) #9
not at google - send to devlin
> +Devlin here. He's not so keen on landing this without a UI change that ...
6 years, 3 months ago (2014-08-28 18:30:11 UTC) #10
gpdavis
On 2014/08/28 18:28:02, kalman wrote: > Looking great. > > > So the only missing ...
6 years, 3 months ago (2014-08-28 19:07:04 UTC) #11
not at google - send to devlin
On 2014/08/28 19:07:04, gpdavis wrote: > On 2014/08/28 18:28:02, kalman wrote: > > Looking great. ...
6 years, 3 months ago (2014-08-28 19:17:14 UTC) #12
gpdavis
Bit of a rough patchset, but I wanted to ask you about some of the ...
6 years, 3 months ago (2014-08-29 01:12:16 UTC) #13
gpdavis
Added a screenshot to the description :)
6 years, 3 months ago (2014-08-29 02:40:26 UTC) #14
Devlin
https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/bundle_installer.cc File chrome/browser/extensions/bundle_installer.cc (right): https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/bundle_installer.cc#newcode46 chrome/browser/extensions/bundle_installer.cc:46: Profile* profile) { s/Profile/BrowserContext https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/extension_install_prompt.cc#newcode836 ...
6 years, 3 months ago (2014-09-02 21:07:51 UTC) #15
gpdavis
On 2014/09/02 21:07:51, Devlin wrote: > https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/extension_install_prompt.cc#newcode836 > chrome/browser/extensions/extension_install_prompt.cc:836: permissions_ = > extension_->permissions_data()->active_permissions(); > This ...
6 years, 3 months ago (2014-09-02 23:51:25 UTC) #16
gpdavis
https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/bundle_installer.cc File chrome/browser/extensions/bundle_installer.cc (right): https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/bundle_installer.cc#newcode46 chrome/browser/extensions/bundle_installer.cc:46: Profile* profile) { On 2014/09/02 21:07:51, Devlin wrote: > ...
6 years, 3 months ago (2014-09-04 19:40:05 UTC) #18
Devlin
https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/extension_install_prompt.h File chrome/browser/extensions/extension_install_prompt.h (right): https://codereview.chromium.org/501273002/diff/100001/chrome/browser/extensions/extension_install_prompt.h#newcode201 chrome/browser/extensions/extension_install_prompt.h:201: std::vector<base::string16> withheld_permissions_; On 2014/09/04 19:40:04, gpdavis wrote: > On ...
6 years, 3 months ago (2014-09-04 22:06:09 UTC) #19
gpdavis
https://codereview.chromium.org/501273002/diff/160001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/160001/chrome/browser/extensions/extension_install_prompt.cc#newcode824 chrome/browser/extensions/extension_install_prompt.cc:824: // Initialize |permissions_| if they have not already been ...
6 years, 3 months ago (2014-09-05 20:23:02 UTC) #20
Devlin
Getting close! Sorry I didn't catch these earlier. https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc#newcode248 chrome/browser/extensions/extension_install_prompt.cc:248: switch ...
6 years, 3 months ago (2014-09-08 16:09:22 UTC) #21
gpdavis
https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc#newcode248 chrome/browser/extensions/extension_install_prompt.cc:248: switch (permissions_type) { On 2014/09/08 16:09:22, Devlin wrote: > ...
6 years, 3 months ago (2014-09-08 20:07:06 UTC) #24
Devlin
https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc#newcode511 chrome/browser/extensions/extension_install_prompt.cc:511: NOTREACHED(); On 2014/09/08 20:07:05, gpdavis wrote: > On 2014/09/08 ...
6 years, 3 months ago (2014-09-09 15:53:21 UTC) #25
gpdavis
https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc#newcode511 chrome/browser/extensions/extension_install_prompt.cc:511: NOTREACHED(); On 2014/09/09 15:53:21, Devlin wrote: > On 2014/09/08 ...
6 years, 3 months ago (2014-09-09 17:32:41 UTC) #26
Devlin
https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc#newcode511 chrome/browser/extensions/extension_install_prompt.cc:511: NOTREACHED(); On 2014/09/09 17:32:41, gpdavis wrote: > On 2014/09/09 ...
6 years, 3 months ago (2014-09-09 17:46:23 UTC) #27
gpdavis
https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc File chrome/browser/extensions/extension_install_prompt.cc (right): https://codereview.chromium.org/501273002/diff/220001/chrome/browser/extensions/extension_install_prompt.cc#newcode511 chrome/browser/extensions/extension_install_prompt.cc:511: NOTREACHED(); On 2014/09/09 17:46:22, Devlin wrote: > On 2014/09/09 ...
6 years, 3 months ago (2014-09-09 20:28:15 UTC) #28
Devlin
And, hate to sound like a broken record, but... we need tests for this. :) ...
6 years, 3 months ago (2014-09-10 22:00:45 UTC) #29
gpdavis
Not a problem! I made one test with withheld and regular permissions. Are there any ...
6 years, 3 months ago (2014-09-11 20:09:21 UTC) #30
Devlin
Nice! Could you also add a mac screenshot to the description, for completeness? https://codereview.chromium.org/501273002/diff/340001/chrome/browser/extensions/extension_install_prompt.h File ...
6 years, 3 months ago (2014-09-11 21:18:53 UTC) #31
gpdavis
Mac screenshot added :) https://codereview.chromium.org/501273002/diff/340001/chrome/browser/extensions/extension_install_prompt.h File chrome/browser/extensions/extension_install_prompt.h (right): https://codereview.chromium.org/501273002/diff/340001/chrome/browser/extensions/extension_install_prompt.h#newcode205 chrome/browser/extensions/extension_install_prompt.h:205: InstallPromptPermissions& GetPermissionsToUse( On 2014/09/11 21:18:53, ...
6 years, 3 months ago (2014-09-12 00:11:54 UTC) #32
Devlin
Will look over again tomorrow :) https://codereview.chromium.org/501273002/diff/340001/chrome/browser/extensions/extension_install_prompt_unittest.cc File chrome/browser/extensions/extension_install_prompt_unittest.cc (right): https://codereview.chromium.org/501273002/diff/340001/chrome/browser/extensions/extension_install_prompt_unittest.cc#newcode89 chrome/browser/extensions/extension_install_prompt_unittest.cc:89: prompt.ConfirmExternalInstall( On 2014/09/12 ...
6 years, 3 months ago (2014-09-12 00:26:46 UTC) #33
gpdavis
Have a good evening! https://codereview.chromium.org/501273002/diff/340001/chrome/browser/extensions/extension_install_prompt_unittest.cc File chrome/browser/extensions/extension_install_prompt_unittest.cc (right): https://codereview.chromium.org/501273002/diff/340001/chrome/browser/extensions/extension_install_prompt_unittest.cc#newcode89 chrome/browser/extensions/extension_install_prompt_unittest.cc:89: prompt.ConfirmExternalInstall( On 2014/09/12 00:26:45, Devlin ...
6 years, 3 months ago (2014-09-12 00:30:57 UTC) #35
Devlin
Awesome! Extensions lgtm. You'll need someone from views and cocoa to take a look at ...
6 years, 3 months ago (2014-09-12 18:58:01 UTC) #36
gpdavis
asvitkine@chromium.org: Please review changes in chrome/browser/ui/cocoa finnur@chromium.org: Please review changes in chrome/browser/ui/views Thanks!
6 years, 3 months ago (2014-09-12 19:02:53 UTC) #38
Alexei Svitkine (slow)
https://codereview.chromium.org/501273002/diff/380001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm File chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm (right): https://codereview.chromium.org/501273002/diff/380001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm#newcode59 chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm:59: - (bool)appendPermissions:(const ExtensionInstallPrompt::Prompt&)prompt How about the following name, which ...
6 years, 3 months ago (2014-09-12 19:32:24 UTC) #39
gpdavis
https://codereview.chromium.org/501273002/diff/380001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm File chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm (right): https://codereview.chromium.org/501273002/diff/380001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm#newcode59 chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm:59: - (bool)appendPermissions:(const ExtensionInstallPrompt::Prompt&)prompt On 2014/09/12 19:32:23, Alexei Svitkine wrote: ...
6 years, 3 months ago (2014-09-12 21:56:09 UTC) #40
Alexei Svitkine (slow)
https://codereview.chromium.org/501273002/diff/400001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm File chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm (right): https://codereview.chromium.org/501273002/diff/400001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm#newcode682 chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm:682: addObject:[self buildItemWithTitle:SysUTF16ToNSString( Nit: Extract the return value from -buildItem.. ...
6 years, 3 months ago (2014-09-13 04:01:30 UTC) #41
Finnur
Not many comments on the code, but more on current coverage and future consistency. Is ...
6 years, 3 months ago (2014-09-15 11:45:29 UTC) #42
Devlin
On 2014/09/15 11:45:29, Finnur wrote: > Not many comments on the code, but more on ...
6 years, 3 months ago (2014-09-15 15:29:05 UTC) #43
Finnur
Yes, I mean new features the withhold permissions. I know they can use the same ...
6 years, 3 months ago (2014-09-15 15:58:27 UTC) #44
Finnur
On 2014/09/15 15:58:27, Finnur wrote: > Yes, I mean new features the withhold permissions. > ...
6 years, 3 months ago (2014-09-15 15:58:52 UTC) #45
Devlin
On 2014/09/15 15:58:52, Finnur wrote: > On 2014/09/15 15:58:27, Finnur wrote: > > Yes, I ...
6 years, 3 months ago (2014-09-15 16:05:22 UTC) #46
gpdavis
Alexei, can you give me a quick hand with the prompt not showing the full ...
6 years, 3 months ago (2014-09-15 20:04:07 UTC) #47
Alexei Svitkine (slow)
Have you tried calling setAutoresizesOutlineColumn: on the outline view? https://codereview.chromium.org/501273002/diff/420001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm File chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm (right): https://codereview.chromium.org/501273002/diff/420001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm#newcode59 chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm:59: ...
6 years, 3 months ago (2014-09-15 20:48:16 UTC) #48
Finnur
https://codereview.chromium.org/501273002/diff/400001/chrome/browser/extensions/extension_install_prompt_unittest.cc File chrome/browser/extensions/extension_install_prompt_unittest.cc (right): https://codereview.chromium.org/501273002/diff/400001/chrome/browser/extensions/extension_install_prompt_unittest.cc#newcode59 chrome/browser/extensions/extension_install_prompt_unittest.cc:59: 1u, // regular_permissions_count ... with the period at the ...
6 years, 3 months ago (2014-09-16 10:18:11 UTC) #49
Finnur
On 2014/09/15 16:05:22, Devlin wrote: > On 2014/09/15 15:58:52, Finnur wrote: > > On 2014/09/15 ...
6 years, 3 months ago (2014-09-16 10:18:33 UTC) #50
Finnur
And meant to add... LGTM.
6 years, 3 months ago (2014-09-16 10:18:47 UTC) #51
gpdavis
On 2014/09/15 20:48:16, Alexei Svitkine wrote: > Have you tried calling setAutoresizesOutlineColumn: on the outline ...
6 years, 3 months ago (2014-09-16 19:01:48 UTC) #52
gpdavis
I dug more into this header cutoff issue, and I think there may be a ...
6 years, 3 months ago (2014-09-17 19:44:18 UTC) #53
gpdavis
Ping :)
6 years, 3 months ago (2014-09-18 20:10:32 UTC) #54
Alexei Svitkine (slow)
Cocoa code looks good % remaining comments. I'm worried about the fact that you simply ...
6 years, 3 months ago (2014-09-18 20:27:54 UTC) #55
gpdavis
On 2014/09/18 20:27:54, Alexei Svitkine wrote: > Cocoa code looks good % remaining comments. > ...
6 years, 3 months ago (2014-09-18 20:32:39 UTC) #56
gpdavis
https://codereview.chromium.org/501273002/diff/460001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm File chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm (right): https://codereview.chromium.org/501273002/diff/460001/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm#newcode63 chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm:63: appendPermissionsToPrompt:(const ExtensionInstallPrompt::Prompt&) prompt On 2014/09/18 20:27:54, Alexei Svitkine wrote: ...
6 years, 3 months ago (2014-09-18 20:33:18 UTC) #57
Alexei Svitkine (slow)
Cocoa code LGTM, but I'll defer to the extension reviewers for the judgement on the ...
6 years, 3 months ago (2014-09-18 20:41:36 UTC) #58
Devlin
On 2014/09/18 20:41:36, Alexei Svitkine wrote: > Cocoa code LGTM, but I'll defer to the ...
6 years, 3 months ago (2014-09-18 21:01:56 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/501273002/480001
6 years, 3 months ago (2014-09-18 21:08:00 UTC) #61
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/62713) mac_chromium_compile_dbg on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg/builds/16925) mac_chromium_rel_swarming ...
6 years, 3 months ago (2014-09-18 21:40:54 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/501273002/500001
6 years, 3 months ago (2014-09-19 18:58:35 UTC) #65
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/10648)
6 years, 3 months ago (2014-09-19 19:40:21 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/501273002/500001
6 years, 3 months ago (2014-09-19 20:25:43 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/501273002/500001
6 years, 3 months ago (2014-09-19 20:25:45 UTC) #70
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/views/extensions/extension_install_dialog_view_browsertest.cc: While running git apply --index -p1; fatal: Unable to ...
6 years, 3 months ago (2014-09-19 20:57:50 UTC) #72
commit-bot: I haz the power
Committed patchset #22 (id:500001) as 9e29c42d5cb20c84ffc026c96e0abd685fec036f
6 years, 3 months ago (2014-09-19 20:58:04 UTC) #73
commit-bot: I haz the power
6 years, 3 months ago (2014-09-19 20:58:52 UTC) #74
Message was sent while issue was closed.
Patchset 22 (id:??) landed as
https://crrev.com/0fbac4d6271f2eaacd8d67800ba5dce7781578b4
Cr-Commit-Position: refs/heads/master@{#295773}

Powered by Google App Engine
This is Rietveld 408576698