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
/
api
/
preference
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test helper class for ExtensionRegistry.
limasdf@gmail.com
2014-06-27
1
-4
/
+5
*
Exposes passwordSavingEnabled API from chrome privacy preference extension.
ziran.sun@samsung.com
2014-06-24
2
-2
/
+9
*
Refactor the existing a11y preferences to reflect that that they are accessib...
rsadam@chromium.org
2014-06-13
1
-7
/
+7
*
Cleanup: Make ExtensionService:: and ExtensionPrefs::OnExtensionInstalled
kalman@chromium.org
2014-06-13
1
-2
/
+0
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
2
-2
/
+4
*
Rename NOTIFICATION_EXTENSION_UNINSTALLED to NOTIFICATION_EXTENSION_UNINSTALL...
limasdf@gmail.com
2014-05-29
1
-1
/
+1
*
Cleanup extension_service.h
rdevlin.cronin@chromium.org
2014-05-29
1
-0
/
+1
*
Moved IS_EPHEMERAL flag to extension prefs
tmdiep@chromium.org
2014-05-22
1
-0
/
+1
*
components: Extract pref_registry component out of user_prefs.
tfarina@chromium.org
2014-05-15
1
-1
/
+1
*
Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl
kalman@chromium.org
2014-04-30
4
-12
/
+12
*
Use EventRouter instead of ExtensionSystem::Get->event_router()
limasdf@gmail.com
2014-04-18
3
-12
/
+7
*
Remove //chrome dependency from ExtensionPrefs
rockot@google.com
2014-04-02
3
-13
/
+37
*
Remove PreferenceAPI dependency from ExtensionPrefs.
rockot@chromium.org
2014-03-28
2
-89
/
+0
*
AccessibilityFeatures API implementation
tbarzic@chromium.org
2014-03-27
2
-68
/
+113
*
Introduce an extension parameter which is used to customize the extension. It...
vasilii@chromium.org
2014-03-24
1
-1
/
+2
*
Move extensions-related files to using //components/keyed_service.
blundell@chromium.org
2014-03-13
3
-3
/
+3
*
Limit scope of settings API configuration and proxy permission
battre@chromium.org
2014-03-12
2
-1
/
+4
*
Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.
yoz@chromium.org
2014-03-05
4
-24
/
+28
*
Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...
yoz@chromium.org
2014-02-25
4
-14
/
+18
*
ExtensionSystem cleanup part 3
yoz@chromium.org
2014-02-14
2
-2
/
+4
*
Move TranslateLanguageList to the Translate component
droger@chromium.org
2014-02-05
2
-0
/
+2
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
2
-2
/
+2
*
Clean up extension_util.h.
derat@chromium.org
2014-01-24
1
-3
/
+2
*
Move ExtensionPrefs and friends to extensions/ directory.
derat@chromium.org
2014-01-22
3
-6
/
+6
*
Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().
thestig@chromium.org
2014-01-21
2
-2
/
+2
*
extensions: Relocate pref name constants.
derat@chromium.org
2014-01-16
1
-1
/
+1
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
4
-33
/
+35
*
Move EventRouter to src/extensions/browser
jamescook@chromium.org
2013-11-21
3
-3
/
+3
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
Convert extensions::EventRouter from Profile to BrowserContext
jamescook@chromium.org
2013-11-13
1
-1
/
+1
*
Move chrome/common/extensions/incognito_handler.h to src/extensions
jamescook@chromium.org
2013-11-06
1
-1
/
+1
*
extensions: Remove Blacklist dependency from ExtensionPrefs.
derat@chromium.org
2013-11-05
1
-1
/
+1
*
Move PermissionSet to top-level extensions.
yoz@chromium.org
2013-10-29
1
-1
/
+1
*
Remove Profile dependency from ExtensionFunction
benwells@chromium.org
2013-10-28
4
-29
/
+25
*
Settings Override API: extensions now can override the homepage.
vasilii@chromium.org
2013-10-25
1
-1
/
+1
*
Make ExtensionPrefValueMapFactory take BrowserContext
jamescook@chromium.org
2013-10-23
1
-1
/
+1
*
Add C++ fixture for extension settings browser test
aboxhall@chromium.org
2013-10-21
1
-2
/
+2
*
Moved some functions off ExtensionService into a new file extension_util.
benwells@chromium.org
2013-10-17
1
-2
/
+5
*
Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.
yoz@chromium.org
2013-10-08
1
-1
/
+1
*
Reland r223124: Don't clear existing extension-defined preferences and conten...
bauerb@chromium.org
2013-09-17
1
-50
/
+132
*
Revert 223124 "Don't clear existing extension-defined preference..."
estade@chromium.org
2013-09-13
1
-126
/
+50
*
Don't clear existing extension-defined preferences and content settings when ...
bauerb@chromium.org
2013-09-13
1
-50
/
+126
*
Move extension prefs from ExtensionPrefs class to prefs namespace.
bbudge@chromium.org
2013-08-22
1
-2
/
+1
*
Rename extension_manifest_keys namespace to extensions::manifest_keys.
yoz@chromium.org
2013-08-15
1
-3
/
+0
*
c/b/extensions: Do not use Value::Create*.
DHNishi@gmail.com
2013-08-14
2
-16
/
+16
*
Silently install blacklisted extensions from auto-install locations (sync,
kalman@chromium.org
2013-07-31
1
-1
/
+3
*
ChromeOS: Add a per user and a local state network preference.
pneubeck@chromium.org
2013-07-22
1
-1
/
+0
*
Replace PrefProxyConfigTracker typedef by proper interface.
pneubeck@chromium.org
2013-07-22
1
-0
/
+1
*
Implemented types.private.ChromeDirectSetting.onChange
robliao@chromium.org
2013-07-18
4
-36
/
+222
*
Remove plugin_list.h includes from chrome tests in preparation for moving web...
jam@chromium.org
2013-07-18
1
-1
/
+0
[next]