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
*
Add ExtensionContentSettingsStore and content_settings::ExtensionProvider.
bauerb@chromium.org
2011-05-20
1
-0
/
+5
*
Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...
morrita@chromium.org
2011-05-20
1
-4
/
+4
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Fix a problem where the ExtensionService caused File IO on the wrong thread w...
bbudge@google.com
2011-05-19
1
-29
/
+51
*
Need to check whether an extension is loaded in extension service before tryi...
skerner@chromium.org
2011-05-19
1
-1
/
+13
*
Don't show suggestions in the Omnibox (from the Extension App provider) for p...
finnur@chromium.org
2011-05-12
1
-0
/
+9
*
Add IME UI related extension API.
bryeung@chromium.org
2011-05-09
1
-0
/
+10
*
Add histograms to understand why so many CRX installs fail in the field.
skerner@chromium.org
2011-05-09
1
-1
/
+7
*
avoid dereferencing NULL extension in ExtensionHost
dilmah@chromium.org
2011-05-06
1
-1
/
+1
*
[Sync] Fix DCHECK with GetSyncData and unloaded extensions
akalin@chromium.org
2011-05-05
1
-5
/
+3
*
Allow loading icons for crashed/disabled extensions.
sadrul@chromium.org
2011-05-04
1
-2
/
+10
*
Revert 84095 - Add IME UI related extension API.
bryeung@chromium.org
2011-05-04
1
-10
/
+0
*
Add IME UI related extension API.
bryeung@chromium.org
2011-05-04
1
-0
/
+10
*
Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....
pkasting@chromium.org
2011-05-03
1
-1
/
+1
*
[Sync] Handle terminated extensions in extension/app sync code
akalin@chromium.org
2011-05-03
1
-6
/
+2
*
[Extensions] Add unit tests for terminated extensions
akalin@chromium.org
2011-05-03
1
-21
/
+24
*
[Extensions] Remove enabled flag from PendingExtensionInfo
akalin@chromium.org
2011-04-29
1
-12
/
+6
*
[Sync] Add support for enabling/disabling an extension before it's installed
akalin@chromium.org
2011-04-29
1
-34
/
+47
*
[Extension] Remove concept of initial incognito state
akalin@chromium.org
2011-04-29
1
-21
/
+16
*
[Extensions] Make SetExtensionState() take an ID instead of an extension
akalin@chromium.org
2011-04-28
1
-7
/
+3
*
Clean up ExtensionService shutdown and related notifications.
aa@chromium.org
2011-04-28
1
-91
/
+96
*
[Extensions] Add GetInstalledExtension() method to ExtensionService
akalin@chromium.org
2011-04-28
1
-23
/
+27
*
Move WebUI ntp files into new ntp directory.
estade@chromium.org
2011-04-28
1
-1
/
+1
*
[Extensions] Check return value of AddFromSync()
akalin@chromium.org
2011-04-28
1
-7
/
+10
*
Revert 83198 - Remove DestroyingProfile from a few places.These guys are both...
aa@chromium.org
2011-04-27
1
-0
/
+14
*
Remove DestroyingProfile from a few places.
aa@chromium.org
2011-04-27
1
-14
/
+0
*
Revert 83062 - Move WebUI ntp files into new ntp directory.And add myself to ...
estade@chromium.org
2011-04-26
1
-1
/
+1
*
Move WebUI ntp files into new ntp directory.
estade@chromium.org
2011-04-26
1
-1
/
+1
*
Don't hold the installed app in BrowserProcessRenderHost, since that's in con...
jam@chromium.org
2011-04-23
1
-0
/
+20
*
Remove extension dependency from BrowserRenderProcessHost.
jam@chromium.org
2011-04-23
1
-1
/
+34
*
[Sync] Refactor ExtensionService for sync
akalin@chromium.org
2011-04-23
1
-2
/
+52
*
Add .grd strings and remove outdated prototype.
skerner@chromium.org
2011-04-22
1
-12
/
+0
*
[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
[next]