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 application restart and relaunch code out of ExtensionService.
benwells@chromium.org
2013-05-31
1
-1
/
+2
*
Revert 202751 "Change RulesRegistryService to use ProfileKeyedAPI."
dbeam@chromium.org
2013-05-29
1
-0
/
+21
*
Change RulesRegistryService to use ProfileKeyedAPI.
patrickriordan177@gmail.com
2013-05-29
1
-21
/
+0
*
Revert 201968 "Revert 201837 "OOP import on Windows.""
dbeam@chromium.org
2013-05-24
1
-1
/
+0
*
Revert 201837 "OOP import on Windows."
dbeam@chromium.org
2013-05-24
1
-0
/
+1
*
OOP import on Windows.
gab@chromium.org
2013-05-23
1
-1
/
+0
*
Add a non-blocking "OneShotEvent" class
jyasskin@chromium.org
2013-05-17
1
-1
/
+6
*
Revert 197227 "Change load-extension command line argument to us..."
achuith@chromium.org
2013-05-17
1
-5
/
+1
*
Move ShellWindowGeometryCache into apps
benwells@chromium.org
2013-05-17
1
-13
/
+0
*
Reland 200220 - Make ExtensionPrefs a ProfileKeyedService.
yoz@chromium.org
2013-05-16
1
-29
/
+9
*
Revert 200220 "Make ExtensionPrefs a ProfileKeyedService."
eugenis@chromium.org
2013-05-15
1
-9
/
+29
*
Make ExtensionPrefs a ProfileKeyedService.
yoz@chromium.org
2013-05-15
1
-29
/
+9
*
Change LocationManager to use ProfileKeyedAPI.
vadimt@chromium.org
2013-05-14
1
-7
/
+0
*
Change MessageService to use ProfileKeyedAPI.
patrickriordan177@gmail.com
2013-05-08
1
-10
/
+0
*
Change load-extension command line argument to use semicolon as a delimiter f...
tengs@chromium.org
2013-04-30
1
-1
/
+5
*
Incremental changes to chrome.location API.
vadimt@chromium.org
2013-04-26
1
-1
/
+1
*
Change AlarmManager to use ProfileKeyedAPI.
patrickriordan177@gmail.com
2013-04-26
1
-9
/
+0
*
Initial implementation of chrome.experimental.location API.
vadimt@chromium.org
2013-04-22
1
-0
/
+6
*
Add LoginState class to src/chromeos/login (redux)
stevenjb@chromium.org
2013-04-18
1
-2
/
+2
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-3
/
+3
*
Revert 193699 "Add LoginState class to src/chromeos/login"
michaeln@google.com
2013-04-11
1
-2
/
+2
*
Add LoginState class to src/chromeos/login
stevenjb@chromium.org
2013-04-11
1
-2
/
+2
*
Prevent loading of component extensions in kiosk mode.
zelidrag@chromium.org
2013-04-09
1
-1
/
+7
*
Re-Re-apply 192420: Move login switches to src/chromeos"
stevenjb@chromium.org
2013-04-05
1
-1
/
+3
*
Revert 192504 "Re-apply 192420: Move login switches to src/chromeos"
tkent@chromium.org
2013-04-05
1
-3
/
+1
*
Re-apply 192420: Move login switches to src/chromeos
stevenjb@chromium.org
2013-04-05
1
-1
/
+3
*
Revert 192420 "Move login switches to src/chromeos"
alexeypa@google.com
2013-04-05
1
-3
/
+1
*
Move login switches to src/chromeos
stevenjb@chromium.org
2013-04-04
1
-1
/
+3
*
Clear OTR-related extensions state in ExtensionSystem rather than OTRProfile.
blundell@chromium.org
2013-03-08
1
-0
/
+4
*
Revert 184607
henrika@chromium.org
2013-02-26
1
-7
/
+0
*
Remove socket_map_.size() == 0 CHECK.
youngki@chromium.org
2013-02-26
1
-0
/
+7
*
Make chrome/browser/extensions use base::Clock instead of MockTimeProvider
akalin@chromium.org
2013-02-26
1
-1
/
+5
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Allow launching an app from the command line using --load-and-launch-app.
jackhou@chromium.org
2013-02-19
1
-1
/
+1
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-2
/
+2
*
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
[next]