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
/
cookies
/
cookies_api.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only send cookie notifications when extensions are enabled
jdduke
2015-07-28
1
-2
/
+2
*
Third batch adding real histogram values for extension events.
kalman
2015-07-16
1
-23
/
+18
*
Set up the infrastructure for Extension event metrics.
kalman
2015-06-24
1
-1
/
+2
*
Implement the "First-Party-Only" cookie attribute.
mkwst
2015-02-23
1
-0
/
+4
*
Reverting instrumentations
vadimt
2014-10-22
1
-5
/
+0
*
Instrumenting descendants of EventRouter::Observer to find out what causes ja...
vadimt
2014-10-08
1
-0
/
+5
*
Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.
kalman@chromium.org
2014-07-28
1
-5
/
+3
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
1
-2
/
+1
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
1
-1
/
+2
*
Drive extension functions from ExtensionFunction::Run. The
kalman@chromium.org
2014-05-03
1
-4
/
+4
*
Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl
kalman@chromium.org
2014-04-30
1
-64
/
+66
*
Use EventRouter instead of ExtensionSystem::Get->event_router()
limasdf@gmail.com
2014-04-18
1
-10
/
+5
*
Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...
jyasskin@chromium.org
2014-03-29
1
-8
/
+8
*
Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.
yoz@chromium.org
2014-03-05
1
-3
/
+3
*
Reland 253509 - ProfileKeyedAPIFactory to build instances with BrowserContext...
yoz@chromium.org
2014-02-27
1
-6
/
+8
*
Revert 253509 "Change ProfileKeyedAPIFactory to build instances ..."
rch@chromium.org
2014-02-26
1
-8
/
+6
*
Change ProfileKeyedAPIFactory to build instances with BrowserContext instead ...
yoz@chromium.org
2014-02-26
1
-6
/
+8
*
Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...
yoz@chromium.org
2014-02-21
1
-22
/
+24
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().
thestig@chromium.org
2014-01-21
1
-1
/
+1
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-1
/
+1
*
Fix cookie store Id in chrome.cookies.onChanged in incognito windows
battre@chromium.org
2013-12-04
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
*
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
1
-4
/
+4
*
JSON/IDL Compiler now generates event names as of r215660. Use these generate...
DHNishi@gmail.com
2013-08-20
1
-2
/
+6
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
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
-6
/
+6
*
Move RuntimeData and related permissions out of Extension class
rdevlin.cronin@chromium.org
2013-05-17
1
-1
/
+3
*
Adding Priority field to cookies.
erikwright@chromium.org
2013-04-19
1
-0
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-24
/
+31
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-31
/
+24
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-24
/
+31
*
Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ...
gab@chromium.org
2013-02-01
1
-4
/
+3
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-11
1
-40
/
+41
*
Revert revision 176015
ricow@chromium.org
2013-01-10
1
-41
/
+40
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-10
1
-40
/
+41
*
Remove some Profile-keyed factory boilerplate: management, omnibox, preferenc...
yoz@chromium.org
2013-01-08
1
-9
/
+8
*
Remove Profile-keyed factory boilerplate: cookies, managed_mode & web_navigation
MHX348@motorola.com
2013-01-03
1
-0
/
+10
*
Remove deprecated extension EventRouter APIs.
mpcomplete@chromium.org
2012-12-07
1
-2
/
+4
*
Make ExtensionCookiesEventRouter initialize lazily when a cookie listener reg...
MHX348@motorola.com
2012-12-06
1
-5
/
+24
*
Move extension_error_utils.* and url_pattern_set.* into
aa@chromium.org
2012-11-19
1
-5
/
+5
*
Coalesce event router Init calls into their constructors.
yoz@chromium.org
2012-11-05
1
-6
/
+3
*
Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...
mirandac@chromium.org
2012-10-29
1
-1
/
+3
*
Cleanup: Simplify some extension API code.
thestig@chromium.org
2012-09-11
1
-15
/
+17
*
Remove noisy LOG statement from cookies API
jochen@chromium.org
2012-08-16
1
-3
/
+0
*
Refactor extension event distribution to use Values instead of JSON strings.
gdk@chromium.org
2012-08-07
1
-10
/
+8
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-1
/
+1
[next]