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_system.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-3
/
+3
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-1
/
+2
*
Stop using content's internal URLDataManager methods from chrome.
jam@chromium.org
2013-01-27
1
-3
/
+2
*
Check prefs before allowing extension file access in the permissions API.
kalman@chromium.org
2013-01-15
1
-0
/
+8
*
Do not load extension system in the Profile import process.
tapted@chromium.org
2012-12-21
1
-11
/
+8
*
Change Extension State Store loading semantics.
mpcomplete@chromium.org
2012-12-19
1
-1
/
+17
*
Move ShellWindowGeometryCache's data store to Preferences.
mek@chromium.org
2012-12-13
1
-1
/
+1
*
DevTools: remove support for enable-extension-timeline-api.
pfeldman@chromium.org
2012-12-11
1
-15
/
+1
*
Move ExtensionSystemImpl::extension_warning_service_ to ExtensionSystemImpl::...
battre@chromium.org
2012-12-08
1
-11
/
+15
*
Prevented loading unneeded component extension at login screen.
zelidrag@chromium.org
2012-12-08
1
-1
/
+11
*
Reland 171079, as it wasn't the CL that caused the perf regression
akalin@chromium.org
2012-12-06
1
-2
/
+1
*
Revert 171079 - investigating perf regression.
kalman@chromium.org
2012-12-06
1
-1
/
+2
*
Make Blacklist::IsBlacklist asynchronous (it will need to be for safe
kalman@chromium.org
2012-12-04
1
-2
/
+1
*
Pull extension blacklist and policy logic out of ExtensionPrefs and into two
kalman@chromium.org
2012-11-15
1
-5
/
+23
*
Improve error messaging of webRequest API in case of conflicts
battre@chromium.org
2012-11-14
1
-0
/
+16
*
Extension reporter should listen to switches::kNoErrorDialogs
nduca@chromium.org
2012-11-14
1
-1
/
+3
*
Reland 166821 - Lazy initialization for ProcessesEventRouter.
yoz@chromium.org
2012-11-09
1
-4
/
+3
*
Revert 166813 - Lazy initialization for ProcessesEventRouter.
yoz@chromium.org
2012-11-09
1
-3
/
+4
*
Lazy initialization for ProcessesEventRouter.
yoz@chromium.org
2012-11-09
1
-4
/
+3
*
Native Messaging revert-revert
eaugusti@chromium.org
2012-10-18
1
-2
/
+1
*
Make ExtensionActionManager an independent ProfileKeyedService
jyasskin@chromium.org
2012-10-14
1
-11
/
+0
*
Remove Extension's accessors for ExtensionActions.
jyasskin@chromium.org
2012-10-12
1
-2
/
+9
*
Move ownership of ExtensionAction into ExtensionSystem.
jyasskin@chromium.org
2012-10-08
1
-0
/
+4
*
Revert 156678 - Native messaging now uses the MessageService back-end.
mpcomplete@chromium.org
2012-09-28
1
-1
/
+1
*
Revert 158830 - Revert 156678 - Native messaging now uses the MessageService ...
ilevy@chromium.org
2012-09-26
1
-1
/
+1
*
Revert 156678 - Native messaging now uses the MessageService back-end.
mpcomplete@chromium.org
2012-09-26
1
-1
/
+1
*
Reset registered events and dispatch runtime.onInstalled to all extensions when
mpcomplete@chromium.org
2012-09-20
1
-1
/
+2
*
Native messaging now uses the MessageService back-end.
eaugusti@chromium.org
2012-09-13
1
-1
/
+1
*
Enforce the 'requirements' field in manifests.
eaugusti@chromium.org
2012-09-11
1
-3
/
+2
*
Revert 155861 - Enforce the 'requirements' field in manifests.
khorimoto@chromium.org
2012-09-10
1
-2
/
+3
*
Enforce the 'requirements' field in manifests.
eaugusti@chromium.org
2012-09-10
1
-3
/
+2
*
First part of remembering platform app window geometry.
mek@chromium.org
2012-08-31
1
-0
/
+14
*
Plumb invalidations from Tango to the extensions code for the Push Messaging ...
dcheng@chromium.org
2012-08-22
1
-0
/
+5
*
Move MessageService into it's own directory.
eaugusti@chromium.org
2012-08-21
1
-1
/
+1
*
Only set the channel from ExtensionSystem if there hasn't been one set already.
kalman@chromium.org
2012-08-16
1
-1
/
+3
*
Move small c/b/extensions classes into extensions namespace no.2
rdevlin.cronin@chromium.org
2012-08-14
1
-3
/
+2
*
Fix: create ExtensionInfoMap earlier.
marja@chromium.org
2012-08-13
1
-7
/
+5
*
Properly propagate the current Chrome channel into the Feature system on the
kalman@chromium.org
2012-08-09
1
-4
/
+2
*
Refactor and fix declarative webRequest API permissions
battre@chromium.org
2012-07-30
1
-12
/
+19
*
Moved ExtensionMessage* into extensions namespace
rdevlin.cronin@chromium.org
2012-07-25
1
-6
/
+5
*
Move ExtensionEventRouter and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-23
1
-4
/
+4
*
Refactored away the abomination of poor object-oriented design that was APIRe...
miket@chromium.org
2012-07-20
1
-3
/
+22
*
Move ExtensionSystem into extensions namespace
rdevlin.cronin@chromium.org
2012-07-11
1
-27
/
+26
*
Moved ExtensionPrefs and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-10
1
-1
/
+1
*
Persist declarative rules to the extension state store.
mpcomplete@chromium.org
2012-06-18
1
-7
/
+10
*
Refactor chrome.alarms interface to support absolute alarm deadlines.
jyasskin@chromium.org
2012-06-14
1
-1
/
+2
*
Unrevert r141537: Add extensions::StateStore and use that instead of
mpcomplete@chromium.org
2012-06-12
1
-0
/
+13
*
Revert r141537: Add extensions::StateStore and use that instead of
mpcomplete@chromium.org
2012-06-11
1
-13
/
+0
*
Add extensions::StateStore and use that instead of ExtensionPrefs for
mpcomplete@chromium.org
2012-06-11
1
-0
/
+13
*
Move all the feature related stuff into extensions/features
mitchellwrosen@chromium.org
2012-06-11
1
-1
/
+1
[next]