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
/
idle
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changing the Weakptr initialization order
mohan.reddy
2014-09-16
2
-3
/
+4
*
Allow restricting WebUI-enabled extension APIs to URL patterns.
kalman@chromium.org
2014-07-30
1
-6
/
+4
*
Use ExtensionRegistryObserver instead of deprecated extension notification fr...
limasdf@gmail.com
2014-05-13
3
-43
/
+31
*
Drive extension functions from ExtensionFunction::Run. The
kalman@chromium.org
2014-05-03
2
-2
/
+2
*
Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl
kalman@chromium.org
2014-04-30
2
-2
/
+2
*
Don't fire the chrome.idle.onStateChanged event when a listener is re-added
kalman@chromium.org
2014-04-30
3
-14
/
+38
*
Use EventRouter instead of ExtensionSystem::Get->event_router()
limasdf@gmail.com
2014-04-18
1
-7
/
+5
*
Rename NOTIFICATION_EXTENSION_UNLOADED to
kalman@chromium.org
2014-03-19
2
-5
/
+5
*
Move extensions-related files to using //components/keyed_service.
blundell@chromium.org
2014-03-13
4
-9
/
+8
*
ExtensionSystem cleanup part 3
yoz@chromium.org
2014-02-14
1
-2
/
+2
*
Kill GetBrowserContextRedirectedInIncognito in extensions code
rockot@chromium.org
2014-02-08
1
-2
/
+2
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Make an ExtensionApiUnittest class for running API functions
rdevlin.cronin@chromium.org
2014-01-27
1
-46
/
+31
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-2
/
+2
*
Move EventRouter to src/extensions/browser
jamescook@chromium.org
2013-11-21
3
-3
/
+3
*
Remove WebRequestAPI dependency from extensions::EventRouter
jamescook@chromium.org
2013-11-20
1
-2
/
+4
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
2
-2
/
+2
*
Convert extensions::EventRouter from Profile to BrowserContext
jamescook@chromium.org
2013-11-13
1
-1
/
+1
*
Remove Profile dependency from ExtensionFunction
benwells@chromium.org
2013-10-28
2
-8
/
+7
*
Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...
yoz@chromium.org
2013-10-23
1
-4
/
+3
*
JSON/IDL Compiler now generates event names as of r215660. Use these generate...
DHNishi@gmail.com
2013-08-20
3
-6
/
+9
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
2
-2
/
+2
*
Use a direct include of time headers in chrome/browser/, part 3.
avi@chromium.org
2013-06-28
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
*
Change ApiResourceManager to use ProfileKeyedApi.
patrickriordan177@gmail.com
2013-06-17
1
-0
/
+2
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-3
/
+3
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
4
-12
/
+14
*
Move ProfileKeyedService infrastructure to a component
phajdan.jr@chromium.org
2013-05-20
3
-3
/
+3
*
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
phajdan.jr@chromium.org
2013-05-17
1
-0
/
+2
*
Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."
tzik@chromium.org
2013-05-13
1
-2
/
+0
*
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
phajdan.jr@chromium.org
2013-05-10
1
-0
/
+2
*
Change GetProfileToUse method from Profile to content::BrowserContext
phajdan.jr@chromium.org
2013-05-03
2
-3
/
+6
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
3
-5
/
+6
*
Cleanup: IWYU in a bunch of tests.
thestig@chromium.org
2013-04-03
1
-1
/
+3
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
Change --load-extension flag so the extensions don't persist across restart.
mpcomplete@chromium.org
2013-02-27
1
-1
/
+1
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-1
/
+1
*
Record histogram of extension API usage
rpaquay@chromium.org
2013-01-18
1
-2
/
+3
*
Remove deprecated extension EventRouter APIs.
mpcomplete@chromium.org
2012-12-07
1
-1
/
+3
*
Removed some dead code from the extension APIs. Patch 2.
sergiyb@google.com
2012-11-22
3
-10
/
+0
*
1) added "idle" and "locked" transitions to idle.onStateChanged
courage@chromium.org
2012-11-17
7
-414
/
+1100
*
Revert 168104 because it broke interactive_ui_tests and browser_tests on debu...
sadrul@chromium.org
2012-11-16
7
-1091
/
+414
*
1) added "idle" and "locked" transitions to idle.onStateChanged
courage@chromium.org
2012-11-16
7
-414
/
+1091
*
Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...
mirandac@chromium.org
2012-10-29
1
-3
/
+4
*
Add myself to OWNERS for extension idle and push messaging APIs.
dcheng@chromium.org
2012-09-28
1
-0
/
+1
*
Disable ExtensionApiTest.Idle on all platforms, since it's flaky everywhere.
jeremya@chromium.org
2012-08-10
1
-5
/
+1
*
Refactor extension event distribution to use Values instead of JSON strings.
gdk@chromium.org
2012-08-07
1
-5
/
+3
*
Move c/b/e/*idle* to c/b/e/api/idle/
mitchellwrosen@chromium.org
2012-07-31
6
-0
/
+556