summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/cookies
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Convert APIs to use movable types [3]rdevlin.cronin2016-03-244-113/+96
* Support 'SameSite' in the Cookies extension API.mkwst2016-03-223-7/+38
* SameSite: Implement 'Strict'/'Lax' attribute parsing.mkwst2016-03-152-16/+17
* Remove ImportCookies from CookieMonster interface.mmenke2016-02-051-0/+1
* Promote SetCookieWithDetailsAsync from CookieMonster to CookieStore.mmenke2016-02-021-11/+9
* Remove BrowserIteratorscottmg2016-01-281-3/+2
* Promote GetAllCookiesAsync from CookieMonster to CookieStore.mmenke2016-01-221-3/+3
* Convert Pass()→std::move() in //chrome/browser/extensionsdcheng2015-12-262-4/+5
* Switch to standard integer types in chrome/browser/extensions/.avi2015-12-243-0/+6
* Experiment to disallow setting of secure cookies from insecure schemesjww2015-11-201-4/+7
* Implement $Secure- cookie prefixestark2015-10-191-4/+5
* Revert of Implement $Secure- cookie prefix (patchset #16 id:420001 of https:/...mnissler2015-10-191-5/+4
* Implement $Secure- cookie prefixestark2015-10-171-4/+5
* Get rid of CookieMonster::Delegate typedef.davidben2015-10-121-5/+5
* Fix some extern usage in .cc files.thestig2015-08-291-5/+5
* Only send cookie notifications when extensions are enabledjdduke2015-07-281-2/+2
* Third batch adding real histogram values for extension events.kalman2015-07-162-30/+25
* mac: Flush the autorelease pool after making a browser window in browser tests.erikchen2015-07-131-2/+1
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-1/+2
* Remove myself from OWNERS files where I'm also in higher-level filesjochen2015-03-131-1/+0
* Implement the "First-Party-Only" cookie attribute.mkwst2015-02-232-33/+22
* Reverting instrumentationsvadimt2014-10-221-5/+0
* Standardize usage of virtual/override/final in chrome/browser/extensions/dcheng2014-10-211-18/+17
* Instrumenting descendants of EventRouter::Observer to find out what causes ja...vadimt2014-10-081-0/+5
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-041-8/+8
* Add ThreadBundles to unit tests.wjmaclean2014-09-171-0/+3
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-281-5/+3
* Remove PermissionsData::ForExtension() completelyrdevlin.cronin@chromium.org2014-06-062-4/+2
* Refactor PermissionsData pt1rdevlin.cronin@chromium.org2014-06-052-2/+4
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-051-1/+1
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-1/+1
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-2/+2
* Drive extension functions from ExtensionFunction::Run. Thekalman@chromium.org2014-05-032-8/+8
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-302-98/+72
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-181-10/+5
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-8/+8
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-2/+2
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-2/+2
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-2/+2
* Move extensions-related files to using //components/keyed_service.blundell@chromium.org2014-03-131-1/+1
* Make TestingProfile auto-create incognito profiles.dconnelly@chromium.org2014-03-071-5/+2
* Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.yoz@chromium.org2014-03-052-9/+9
* Reland 253509 - ProfileKeyedAPIFactory to build instances with BrowserContext...yoz@chromium.org2014-02-272-8/+10
* Revert 253509 "Change ProfileKeyedAPIFactory to build instances ..."rch@chromium.org2014-02-262-10/+8
* Change ProfileKeyedAPIFactory to build instances with BrowserContext instead ...yoz@chromium.org2014-02-262-8/+10
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-212-28/+30
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-1/+1
* Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer().thestig@chromium.org2014-01-211-1/+1
* Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."avi@chromium.org2013-12-241-2/+3
* Revert 242450 "Update some uses of UTF conversions in chrome/bro..."avi@chromium.org2013-12-241-3/+2