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
/
permissions_updater.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update extension install prompt to reflect withheld permissions.
gpdavis.chromium
2014-09-19
1
-13
/
+32
*
Extensions-related fixups for scoped_refptr conversion operator removal.
dcheng
2014-08-28
1
-3
/
+3
*
Remove implicit conversions from scoped_refptr to T* in chrome/browser/extens...
dcheng
2014-08-26
1
-6
/
+7
*
Only show the checkbox for all urls when the switch is on
rdevlin.cronin@chromium.org
2014-08-18
1
-11
/
+3
*
Support "always allow" for runtime script execution
gpdavis.chromium@gmail.com
2014-08-15
1
-5
/
+41
*
Move extension notifications to extensions/browser/notification_types.h
jamescook@chromium.org
2014-07-31
1
-1
/
+1
*
Add a withheld permissions model to PermissionsData. Withheld permissions are...
rdevlin.cronin@chromium.org
2014-07-07
1
-38
/
+176
*
Move UpdateActivePermissions from ExtensionService to PermissionsUpdater
rdevlin.cronin@chromium.org
2014-06-20
1
-22
/
+58
*
Remove deprecated permissions functions from Extension
rdevlin.cronin@chromium.org
2014-06-06
1
-3
/
+4
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
1
-1
/
+1
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
1
-1
/
+1
*
Use EventRouter instead of ExtensionSystem::Get->event_router()
limasdf@gmail.com
2014-04-16
1
-5
/
+3
*
Move extension_messages.h to extensions/common.
derat@chromium.org
2014-03-13
1
-1
/
+1
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Move ExtensionPrefs and friends to extensions/ directory.
derat@chromium.org
2014-01-22
1
-1
/
+1
*
Move EventRouter to src/extensions/browser
jamescook@chromium.org
2013-11-21
1
-1
/
+1
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-2
/
+2
*
Enable permission warnings from ManifestHandlers.
rpaquay@chromium.org
2013-11-15
1
-7
/
+10
*
Convert extensions::EventRouter from Profile to BrowserContext
jamescook@chromium.org
2013-11-13
1
-1
/
+1
*
JSON/IDL Compiler now generates event names as of r215660. Use these generate...
DHNishi@gmail.com
2013-08-20
1
-8
/
+3
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Convert most of extensions and some other random stuff to using the base name...
brettw@chromium.org
2013-06-21
1
-1
/
+1
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-4
/
+4
*
Move RuntimeData and related permissions out of Extension class
rdevlin.cronin@chromium.org
2013-05-17
1
-2
/
+2
*
Reland 200220 - Make ExtensionPrefs a ProfileKeyedService.
yoz@chromium.org
2013-05-16
1
-8
/
+4
*
Revert 200220 "Make ExtensionPrefs a ProfileKeyedService."
eugenis@chromium.org
2013-05-15
1
-4
/
+8
*
Make ExtensionPrefs a ProfileKeyedService.
yoz@chromium.org
2013-05-15
1
-8
/
+4
*
Remove install time OAuth2 dialogs for Identity API
courage@chromium.org
2013-03-07
1
-73
/
+2
*
Change --load-extension flag so the extensions don't persist across restart.
mpcomplete@chromium.org
2013-02-27
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Move "oauth2" manifest key parsing out of Extension class.
ncj674@motorola.com
2013-02-01
1
-6
/
+6
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-2
/
+2
*
Remove deprecated extension EventRouter APIs.
mpcomplete@chromium.org
2012-12-07
1
-4
/
+5
*
Remove GetExtensionService calls and replace with PKSF calls through the Exte...
mirandac@chromium.org
2012-11-30
1
-1
/
+2
*
Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...
mirandac@chromium.org
2012-10-29
1
-3
/
+6
*
Check that the user is signed in and the app has oauth2 section before record...
munjal@chromium.org
2012-10-12
1
-2
/
+13
*
Don't allow OAuth2MintTokenFlow to outlive profile.
estade@chromium.org
2012-10-01
1
-15
/
+56
*
Moving google_apis and GaiaClient to src/google_apis.
joi@chromium.org
2012-09-07
1
-2
/
+2
*
Refactor extension event distribution to use Values instead of JSON strings.
gdk@chromium.org
2012-08-07
1
-5
/
+3
*
Move ExtensionEventRouter and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-23
1
-1
/
+1
*
don't store scopes in PermissionSet
estade@chromium.org
2012-07-09
1
-23
/
+3
*
make getAuthToken interactive
estade@chromium.org
2012-07-03
1
-0
/
+14
*
retry r144574 with read-after-free fix.
estade@chromium.org
2012-06-28
1
-4
/
+31
*
Revert r 144574 "Modify experimental identity flow to display scope descripti...
oshima@chromium.org
2012-06-27
1
-31
/
+4
*
Modify experimental identity flow to display scope descriptions and details.
estade@chromium.org
2012-06-27
1
-4
/
+31
*
Move each permission classes to its own files in extensions/permissions and r...
penghuang@chromium.org
2012-06-27
1
-16
/
+15
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-1
/
+1
*
Adds support for the "choices" and "any" types to json_schema_compiler, as well
calamity@chromium.org
2012-02-15
1
-1
/
+1
*
Fix crash in ExtensionService::InitializePermissions().
jstritar@chromium.org
2012-02-01
1
-3
/
+4
[next]