index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
extension_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve UI for unpacked extensions failing to load.
rdevlin.cronin@chromium.org
2014-04-26
1
-21
/
+4
*
Create CrxInstaller directly in WebstoreInstaller
msimonides@opera.com
2014-04-23
1
-2
/
+0
*
cleanup: Use EventRouter and some cleanups.
limasdf@gmail.com
2014-04-22
1
-32
/
+0
*
Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...
limasdf@gmail.com
2014-04-20
1
-2
/
+3
*
Pass Reason as a parameter with OnExtensionUnloaded.
DHNishi@gmail.com
2014-04-18
1
-2
/
+3
*
Temporarily disable an extension if it gets stuck in a loop reloading itself.
mek@chromium.org
2014-04-18
1
-0
/
+5
*
Only run extension garbage collection when no CRX installations are currently...
mek@chromium.org
2014-04-16
1
-2
/
+0
*
Move most of extension_file_util.cc into extensions/common/file_util.cc
jamescook@chromium.org
2014-04-15
1
-8
/
+8
*
Remove ExtensionService::GetInstalledApp() and ExtensionService::IsInstalledA...
rdevlin.cronin@chromium.org
2014-04-10
1
-10
/
+0
*
Refactor ExtensionErrorUI to remove ExtensionService's work
rdevlin.cronin@chromium.org
2014-04-10
1
-90
/
+8
*
Move SharedModule methods from ExtensionService to SharedModuleService
rdevlin.cronin@chromium.org
2014-04-04
1
-122
/
+30
*
Remove ExtensionService::GetInstalledExtensionByUrl().
rdevlin.cronin@chromium.org
2014-04-03
1
-6
/
+2
*
Resubmit: Remove ExtensionService Garbage-Collecting methods.
rdevlin.cronin@chromium.org
2014-04-02
1
-103
/
+9
*
Fixed edge case for commit: 258677
d.halman@gmail.com
2014-04-01
1
-0
/
+5
*
Remove ExtensionService::ExtensionBindingsAllowed()
rdevlin.cronin@chromium.org
2014-03-31
1
-8
/
+0
*
Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...
jyasskin@chromium.org
2014-03-29
1
-1
/
+1
*
Revert of Remove ExtensionService Garbage-Collecting methods. (https://codere...
dalecurtis@chromium.org
2014-03-28
1
-9
/
+103
*
Remove ExtensionService Garbage-Collecting methods.
rdevlin.cronin@chromium.org
2014-03-28
1
-103
/
+9
*
Remove ExtensionService::VerifyAllExtensions()
rdevlin.cronin@chromium.org
2014-03-27
1
-113
/
+2
*
Add OnLoaded to ExtensionRegistryObserver. Change GalleryWatchStateTracker
kalman@chromium.org
2014-03-26
1
-5
/
+18
*
Remove ExtensionService::GetTerminatedExtension()
rdevlin.cronin@chromium.org
2014-03-26
1
-5
/
+0
*
Remove ExtensionService::IsExternalExtensionUninstalled()
rdevlin.cronin@chromium.org
2014-03-25
1
-7
/
+2
*
Introduce an extension parameter which is used to customize the extension. It...
vasilii@chromium.org
2014-03-24
1
-8
/
+23
*
Prompts the user whether or not to retry loading an unpacked extension if the...
d.halman@gmail.com
2014-03-21
1
-4
/
+16
*
Remove ExtensionService::GetAppIds() and ExtensionService::HasApps().
rdevlin.cronin@chromium.org
2014-03-21
1
-16
/
+0
*
Retain local data of ephemeral apps after cache eviction
tmdiep@chromium.org
2014-03-21
1
-1
/
+18
*
Move ExtensionHost from src/chrome to src/extensions
jamescook@chromium.org
2014-03-21
1
-1
/
+1
*
Remove ExtensionService::OnExtensionMoved()
rdevlin.cronin@chromium.org
2014-03-19
1
-15
/
+0
*
[Hotword] Making enabling/disabling the setting enable/disable the hotword ex...
rlp@chromium.org
2014-03-19
1
-3
/
+11
*
Rename NOTIFICATION_EXTENSION_UNLOADED to
kalman@chromium.org
2014-03-19
1
-2
/
+2
*
Move ExtensionService::GenerateInstalledExtensionsSet() to ExtensionRegistry.
rdevlin.cronin@chromium.org
2014-03-19
1
-14
/
+6
*
Remove ExtensionService::ShouldBlockUrlInBrowserTab()
rdevlin.cronin@chromium.org
2014-03-19
1
-11
/
+0
*
Support for OEM Folder in the App List
stevenjb@chromium.org
2014-03-19
1
-0
/
+3
*
Move ExtensionService::GetExtensionInfo() to extension_util
rdevlin.cronin@chromium.org
2014-03-18
1
-17
/
+0
*
Move GetSiteForExtensionId() from ExtensionService to extension_util
rdevlin.cronin@chromium.org
2014-03-15
1
-9
/
+5
*
Remove the last c/b/e/extension_service.h includes from src/extensions
jamescook@chromium.org
2014-03-14
1
-1
/
+1
*
Remove GetContentSettingsStore() From ExtensionService
rdevlin.cronin@chromium.org
2014-03-14
1
-4
/
+0
*
Move extension_messages.h to extensions/common.
derat@chromium.org
2014-03-13
1
-1
/
+1
*
Remove extensions::ExtensionSystem::Get(profile_) from ExtensionService
rdevlin.cronin@chromium.org
2014-03-13
1
-13
/
+11
*
Fix install verification for sideloaded extensions without update urls
asargent@chromium.org
2014-03-07
1
-7
/
+2
*
Convert storage API SettingsFrontend to ProfileKeyedAPI
jamescook@chromium.org
2014-02-27
1
-6
/
+0
*
Merge https://codereview.chromium.org/168133002 to trunk
asargent@chromium.org
2014-02-21
1
-2
/
+4
*
Remove ExtensionService::extension_prefs()
rockot@chromium.org
2014-02-19
1
-11
/
+3
*
Don't attempt to unload the same extension twice if multiple ExtensionHost in...
mek@chromium.org
2014-02-13
1
-0
/
+6
*
Don't disable extensions immediately if verification is out of date
asargent@chromium.org
2014-02-13
1
-4
/
+30
*
[Hotword, Extensions] Removing EXTERNAL_COMPONENT from IsPolicyLocation, addi...
rlp@chromium.org
2014-02-12
1
-1
/
+2
*
Remove ExtensionService::disabled_extensions()
rockot@chromium.org
2014-02-12
1
-4
/
+0
*
Change default mode of extension install verification
asargent@chromium.org
2014-01-30
1
-5
/
+36
*
Revert 247790 "Change default mode of extension install verifica..."
asargent@chromium.org
2014-01-30
1
-36
/
+5
*
Change default mode of extension install verification
asargent@chromium.org
2014-01-30
1
-5
/
+36
[next]