Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Issue 222903002: Pass Reason as a parameter with OnExtensionUnloaded. (Closed)

Created:
6 years, 8 months ago by dhnishi (use Chromium)
Modified:
6 years, 8 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, vandebo (ex-Chrome), tommycli, Greg Billock, chromium-apps-reviews_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fixing struct/class issue. #

Total comments: 4

Patch Set 3 : Resolving merge conflicts. #

Patch Set 4 : Pass the extension and reason, not the struct. #

Total comments: 2

Patch Set 5 : Fixing nits. #

Patch Set 6 : chrome/browser/media_galleries/media_scan_manager.* #

Patch Set 7 : Rebase and update. #

Patch Set 8 : Hopefully this one hits all of them. #

Patch Set 9 : Hopefully we hit all of them. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -30 lines) Patch
M chrome/browser/extensions/active_tab_permission_granter.h View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/active_tab_permission_granter.cc View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_manager.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_manager.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_storage_monitor.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_storage_monitor.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_warning_service.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_warning_service.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/media_galleries/media_scan_manager.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/media_galleries/media_scan_manager.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/extension_registry.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/extension_registry.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M extensions/browser/extension_registry_observer.h View 1 2 3 4 3 chunks +6 lines, -3 lines 0 comments Download
M extensions/browser/extension_registry_unittest.cc View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M extensions/browser/runtime_data.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M extensions/browser/runtime_data.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/runtime_data_unittest.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M extensions/common/extension.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
dhnishi (use Chromium)
@kalman I changed OnExtensionUnloaded to send the whole details like the notification did before, as ...
6 years, 8 months ago (2014-04-07 17:14:49 UTC) #1
not at google - send to devlin
https://codereview.chromium.org/222903002/diff/20001/chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h File chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h (right): https://codereview.chromium.org/222903002/diff/20001/chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h#newcode31 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h:31: struct UnloadedExtensionInfo; you shouldn't need to forward declare this ...
6 years, 8 months ago (2014-04-07 17:52:32 UTC) #2
Lei Zhang
Note: https://codereview.chromium.org/207613002/ will collide with this. It got stuck in CQ last week, so it ...
6 years, 8 months ago (2014-04-07 19:15:28 UTC) #3
dhnishi (use Chromium)
On 2014/04/07 17:52:32, kalman wrote: > https://codereview.chromium.org/222903002/diff/20001/chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h > File > chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h > (right): > > ...
6 years, 8 months ago (2014-04-09 01:04:08 UTC) #4
Lei Zhang
On 2014/04/09 01:04:08, Daniel Nishi wrote: > On 2014/04/07 17:52:32, kalman wrote: > > > ...
6 years, 8 months ago (2014-04-09 01:12:28 UTC) #5
not at google - send to devlin
On 2014/04/09 01:12:28, Lei Zhang wrote: > On 2014/04/09 01:04:08, Daniel Nishi wrote: > > ...
6 years, 8 months ago (2014-04-09 03:07:02 UTC) #6
dhnishi (use Chromium)
https://codereview.chromium.org/222903002/diff/20001/chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h File chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h (right): https://codereview.chromium.org/222903002/diff/20001/chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h#newcode31 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h:31: struct UnloadedExtensionInfo; On 2014/04/07 17:52:32, kalman wrote: > you ...
6 years, 8 months ago (2014-04-09 18:50:58 UTC) #7
not at google - send to devlin
lgtm
6 years, 8 months ago (2014-04-09 19:51:02 UTC) #8
Lei Zhang
lgtm with a couple nits https://codereview.chromium.org/222903002/diff/80001/extensions/browser/extension_registry_unittest.cc File extensions/browser/extension_registry_unittest.cc (right): https://codereview.chromium.org/222903002/diff/80001/extensions/browser/extension_registry_unittest.cc#newcode53 extensions/browser/extension_registry_unittest.cc:53: const UnloadedExtensionInfo::Reason reason) This ...
6 years, 8 months ago (2014-04-09 20:05:07 UTC) #9
Lei Zhang
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-04-10 21:45:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/222903002/100001
6 years, 8 months ago (2014-04-10 21:47:06 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 8 months ago (2014-04-10 23:40:17 UTC) #12
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=131667
6 years, 8 months ago (2014-04-10 23:40:18 UTC) #13
Lei Zhang
Please fix chrome/browser/media_galleries/media_scan_manager.* too.
6 years, 8 months ago (2014-04-10 23:48:19 UTC) #14
dhnishi (use Chromium)
On 2014/04/10 23:48:19, Lei Zhang wrote: > Please fix chrome/browser/media_galleries/media_scan_manager.* too. Done.
6 years, 8 months ago (2014-04-14 19:18:01 UTC) #15
Lei Zhang
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-04-14 20:49:33 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/222903002/120001
6 years, 8 months ago (2014-04-14 20:49:47 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 8 months ago (2014-04-14 21:54:53 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_compile_dbg
6 years, 8 months ago (2014-04-14 21:54:54 UTC) #19
limasdf
On 2014/04/14 21:54:54, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 8 months ago (2014-04-15 05:17:21 UTC) #20
dhnishi (use Chromium)
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-04-16 18:36:38 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/222903002/200001
6 years, 8 months ago (2014-04-16 18:37:12 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by [email protected]
6 years, 8 months ago (2014-04-16 18:40:22 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 8 months ago (2014-04-16 18:40:22 UTC) #24
dhnishi (use Chromium)
The CQ bit was checked by [email protected]
6 years, 8 months ago (2014-04-18 18:42:34 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/222903002/200001
6 years, 8 months ago (2014-04-18 18:42:45 UTC) #26
commit-bot: I haz the power
6 years, 8 months ago (2014-04-18 20:05:51 UTC) #27
Message was sent while issue was closed.
Change committed as 264837

Powered by Google App Engine
This is Rietveld 408576698