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
/
permissions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ExtensionService::extension_prefs()
rockot@chromium.org
2014-02-19
1
-5
/
+2
*
Cleanup: Fix some lint/style errors in extensions code.
thestig@chromium.org
2014-01-29
1
-2
/
+0
*
Extensions: Make it possible for permission parsing code to return a detailed...
thestig@chromium.org
2014-01-29
1
-1
/
+2
*
Move ExtensionPrefs and friends to extensions/ directory.
derat@chromium.org
2014-01-22
2
-2
/
+2
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-2
/
+2
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
2
-3
/
+3
*
Enable permission warnings from ManifestHandlers.
rpaquay@chromium.org
2013-11-15
3
-3
/
+12
*
Move PermissionSet to top-level extensions.
yoz@chromium.org
2013-10-29
4
-4
/
+4
*
Remove Profile dependency from ExtensionFunction
benwells@chromium.org
2013-10-28
2
-26
/
+23
*
Move permission warning message handling from PermissionSet to PermissionMess...
yoz@chromium.org
2013-10-19
1
-2
/
+4
*
Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.
yoz@chromium.org
2013-10-08
2
-3
/
+3
*
Refactor PermissionSet to move chrome-specific host checks to ChromeExtension...
yoz@chromium.org
2013-10-03
1
-7
/
+1
*
c/b/extensions: Do not use Value::Create*.
DHNishi@gmail.com
2013-08-14
1
-10
/
+10
*
Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.
yoz@chromium.org
2013-07-31
1
-1
/
+1
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2
tfarina@chromium.org
2013-07-03
2
-2
/
+2
*
Replace Bluetooth per-device permissions with per-profile.
keybuk@chromium.org
2013-07-02
2
-18
/
+2
*
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
phajdan.jr@chromium.org
2013-06-26
1
-4
/
+4
*
Convert most of extensions and some other random stuff to using the base name...
brettw@chromium.org
2013-06-21
1
-9
/
+9
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-1
/
+1
*
Allowing component extensions to request permissions NOT only from user's ges...
vadimt@chromium.org
2013-06-07
1
-2
/
+5
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
3
-11
/
+11
*
Reland 200220 - Make ExtensionPrefs a ProfileKeyedService.
yoz@chromium.org
2013-05-16
1
-15
/
+14
*
Revert 200220 "Make ExtensionPrefs a ProfileKeyedService."
eugenis@chromium.org
2013-05-15
1
-14
/
+15
*
Make ExtensionPrefs a ProfileKeyedService.
yoz@chromium.org
2013-05-15
1
-15
/
+14
*
Remove the optional_permission_set, required_permission_set, and initial_api_...
rdevlin.cronin@chromium.org
2013-05-09
3
-28
/
+28
*
Consolidate manifest handler registration.
yoz@chromium.org
2013-05-06
1
-6
/
+2
*
Refactor APIPermission to separate out specific permission registration.
yoz@chromium.org
2013-04-04
1
-7
/
+11
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
Support requesting subsets of host permissions using the permissions API.
kalman@chromium.org
2013-02-13
2
-4
/
+10
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Record histogram of extension API usage
rpaquay@chromium.org
2013-01-18
1
-4
/
+4
*
Check prefs before allowing extension file access in the permissions API.
kalman@chromium.org
2013-01-15
5
-19
/
+62
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-11
3
-27
/
+27
*
Revert revision 176015
ricow@chromium.org
2013-01-10
3
-27
/
+27
*
Revert 176047
ricow@chromium.org
2013-01-10
3
-27
/
+27
*
Revert 176015
ricow@chromium.org
2013-01-10
3
-27
/
+27
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-10
3
-27
/
+27
*
Change ToValue to return a scoped_ptr.
bryeung@chromium.org
2012-12-17
1
-4
/
+2
*
Clean-up USB/Bluetooth Permissions.
bryeung@chromium.org
2012-12-13
2
-4
/
+26
*
Implement chrome.usb API Permissions.
bryeung@chromium.org
2012-12-11
1
-12
/
+32
*
Bluetooth API Permission Dialogs.
bryeung@chromium.org
2012-12-03
2
-8
/
+44
*
Revert 170514
glider@chromium.org
2012-11-30
2
-44
/
+8
*
Bluetooth API Permission Dialogs.
bryeung@chromium.org
2012-11-30
2
-8
/
+44
*
Move extension_error_utils.* and url_pattern_set.* into
aa@chromium.org
2012-11-19
4
-9
/
+12
*
Have ExtensionInstallPrompt take a WebContents
sail@chromium.org
2012-10-21
1
-2
/
+1
*
Remove permission warnings from most tabs and windows APIs.
aa@chromium.org
2012-09-04
1
-1
/
+1
*
Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...
penghuang@chromium.org
2012-08-21
2
-5
/
+5
*
Support socket endpoint permissions for AppsV2 Socket API.
penghuang@chromium.org
2012-08-16
2
-11
/
+6
*
Don't show host permission warnings for platform apps.
mihaip@chromium.org
2012-08-02
1
-2
/
+3
[next]