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
*
[Extensions] Make ExtensionService not be ref-counted
akalin@chromium.org
2011-04-20
1
-76
/
+102
*
Add histograms to track permission use in extensions.
jstritar@chromium.org
2011-04-19
1
-0
/
+36
*
Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...
jam@chromium.org
2011-04-18
1
-6
/
+64
*
[Sync] Move some extension-sync-related logic to ExtensionService
akalin@chromium.org
2011-04-17
1
-0
/
+58
*
One more check was needed after all.
zelidrag@chromium.org
2011-04-16
1
-1
/
+2
*
Unit test break fix.
zelidrag@chromium.org
2011-04-16
1
-2
/
+5
*
File API changes needed for safely passing user selected file entities from t...
zelidrag@chromium.org
2011-04-16
1
-0
/
+8
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
[Sync] Simplify themes notifications and themes sync
akalin@chromium.org
2011-04-15
1
-13
/
+4
*
Put back "Enable component extensions for DefaultProfile used in login screen...
dpolukhin@chromium.org
2011-04-15
1
-3
/
+4
*
Update the web store promo to be clearer and configurable at run-time.
jstritar@chromium.org
2011-04-15
1
-9
/
+2
*
Implement private API for web store to determine app ID of
aa@chromium.org
2011-04-14
1
-3
/
+4
*
Remove ExtensionService::HasInstalledExtensions since we always have (compone...
mihaip@chromium.org
2011-04-14
1
-4
/
+0
*
Wire up the extension API for registering NaCl modules to an actual registry ...
abarth@chromium.org
2011-04-14
1
-2
/
+26
*
[Extensions] Add CheckSoon() method to ExtensionUpdater
akalin@chromium.org
2011-04-13
1
-3
/
+3
*
[Extensions] Rework ExtensionUpdater to not be RefCountedThreadSafe
akalin@chromium.org
2011-04-12
1
-5
/
+5
*
When two extension sources request the same extension, the source with higher...
skerner@chromium.org
2011-04-12
1
-1
/
+0
*
Added mount change notification event to extension API:
zelidrag@chromium.org
2011-04-12
1
-0
/
+15
*
New notification sent when extension uninstall is not allowed.
dennisjeffrey@google.com
2011-04-07
1
-12
/
+28
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-06
1
-39
/
+64
*
Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...
cmp@chromium.org
2011-04-06
1
-64
/
+39
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-05
1
-39
/
+64
*
Remove last extension related code in content\browser. Have the ExtensionSer...
jam@chromium.org
2011-04-05
1
-0
/
+40
*
Rename Extension::KILLBIT to EXTERNAL_EXTENSION_UNINSTALLED.
aa@chromium.org
2011-04-05
1
-1
/
+1
*
New notification when an extension install is skipped due to being disallowed.
dennisjeffrey@google.com
2011-04-04
1
-1
/
+7
*
Generalize ExtensionUpdateService to ExtensionServiceInterface
akalin@chromium.org
2011-04-04
1
-0
/
+4
*
Make <all_urls> and file:///* in permissions trigger "Allow file access"
mihaip@chromium.org
2011-04-01
1
-9
/
+23
*
Disable uninstalling and editing permissions for policy controlled extensions.
pastarmovj@chromium.org
2011-03-31
1
-7
/
+25
*
Replace bools in extension creation with flags.
mihaip@chromium.org
2011-03-29
1
-9
/
+18
*
Move ExtensionService code that manages pending extensions into its own class.
skerner@chromium.org
2011-03-25
1
-138
/
+26
*
Revert 79407 - Move ExtensionService code that manages pending extensions int...
skerner@chromium.org
2011-03-25
1
-26
/
+138
*
Move ExtensionService code that manages pending extensions into its own class.
skerner@chromium.org
2011-03-25
1
-138
/
+26
*
Added extensions API to provide customization values.
altimofeev@chromium.org
2011-03-24
1
-19
/
+24
*
Theme system cleanup
erg@google.com
2011-03-23
1
-1
/
+1
*
Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...
erg@google.com
2011-03-22
1
-1
/
+2
*
External extensions should not be installed if the ID or version in the exter...
skerner@chromium.org
2011-03-22
1
-1
/
+2
*
[NTP] Do not prompt to re-enable disabled apps when privileges haven't increa...
jstritar@chromium.org
2011-03-16
1
-1
/
+1
*
Add onChange event to preference extension APIs.
bauerb@chromium.org
2011-03-16
1
-0
/
+3
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
1
-5
/
+13
*
Only send extension unloaded/loaded notifications when changing the incognito...
bauerb@chromium.org
2011-03-09
1
-5
/
+10
*
Don't initialize external extensions providers if extensions are disabled
dpolukhin@chromium.org
2011-03-09
1
-2
/
+4
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-2
/
+2
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
1
-5
/
+15
*
Split PendingExtensionInfo into its own file. No behavior changed.
skerner@chromium.org
2011-03-03
1
-42
/
+15
*
Fix TODOs: Get rid of ExtensionService::InstallExtension().
skerner@chromium.org
2011-03-03
1
-18
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...
tfarina@chromium.org
2011-02-27
1
-1
/
+1
*
Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class
michaeln@google.com
2011-02-26
1
-138
/
+9
*
Allow terminated extension to be uninstalled from chrome://extensions page.
jennb@chromium.org
2011-02-23
1
-1
/
+16
*
WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.
tfarina@chromium.org
2011-02-22
1
-4
/
+4
[next]