summaryrefslogtreecommitdiffstats
path: root/content/browser/storage_partition_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor browser side navigator.connect code to not use MessagePortService.mek2015-08-071-4/+1
* Revert of Refactor browser side navigator.connect code to not use MessagePort...mek2015-08-061-1/+4
* Refactor browser side navigator.connect code to not use MessagePortService.mek2015-08-051-4/+1
* Delete stashed message port implementation from content.mek2015-07-221-15/+2
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+6
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-6/+2
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+6
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-6/+2
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-2/+6
* Initial implementation of stashed message ports, content sidemek2015-05-201-2/+15
* Beginnings of synchronizing notifications in the notification database.peter2015-05-191-1/+2
* localStorage: Flushing unwritten data in Android's ChromiumApplication.cmumford2015-05-071-0/+9
* [BackgroundSync] Hang the BackgroundSyncManager off of the StoragePartitionjkarlin2015-04-201-3/+16
* The platform notification context should observe the Service Worker Context.peter2015-03-281-1/+5
* Decouple Cache Storage messaging from Service Worker/Embedded Workerjsbell2015-03-231-5/+20
* Hook the notification database up with the StoragePartition.peter2015-03-181-2/+14
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*mostynb2015-03-161-15/+15
* Refactor navigator.connect code to make it more flexible.mek2015-01-271-5/+9
* Keep track of ServiceWorkerContext's BrowserContext and expose it.mlamouri2015-01-151-5/+15
* Enable messaging over a navigator.connect initiated channel.mek2014-12-191-14/+19
* Migrate HostZoomMap to live in StoragePartition.wjmaclean2014-11-121-3/+25
* Refactor GeofencingManager to have one instance per StoragePartition.mek2014-10-231-3/+18
* [ServiceWorkerCache] QuotaClientMask should handle kServiceWorkerCacheIDjkarlin2014-10-221-1/+4
* Added quota client for serviceworker. Enables 'clear past <time> data'.dmurph2014-10-211-1/+2
* Revert of Added quota client for serviceworker. Enables 'clear past <time> da...kareng2014-10-201-2/+1
* Added quota client for serviceworker. Enables 'clear past <time> data'.dmurph2014-10-161-1/+2
* Service Worker: Respect the "clear on exit" content settingfalken2014-10-161-1/+2
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-2/+2
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-3/+9
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-79/+85
* Service Worker: Hook up browsing data deletionjsbell@chromium.org2014-08-111-1/+5
* Fix ExtensionServiceTest.ClearExtensionData flakinessjochen@chromium.org2014-07-311-5/+10
* Use STATIC_CONST_MEMBER_DEFINITION to make constant definitions clearer.pkasting@chromium.org2014-07-111-13/+26
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #1pkasting@chromium.org2014-07-101-0/+15
* Teach EmbeddedWorkerInstance to create a process when it needs one.jyasskin@chromium.org2014-04-291-1/+1
* Cleanup storage_partition_impl_unittest.cc.ajwong@chromium.org2013-12-281-25/+24
* Move DeleteAllCreatedBetweenForHostAsync to CookieStoresdefresne@chromium.org2013-12-191-2/+2
* ServiceWorker scaffolding.michaeln@chromium.org2013-11-131-4/+8
* BrowsingDataRemover, (re)use StoragePartition deletion code.lazyboy@chromium.org2013-11-061-149/+248
* Stub out initial NavigationController browser implementationalecflett@chromium.org2013-09-211-0/+10
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-28/+53
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-53/+28
* Remove unused variable declaration.etienneb@chromium.org2013-08-211-1/+0
* Discard FileAPI pending operations on shutdownkinuko@chromium.org2013-08-141-0/+3
* Adds a SqlLite backend to WebRTCIdentityStore.jiayl@chromium.org2013-08-081-6/+21
* Revert 216264 "Adds a SqlLite backend to WebRTCIdentityStore."jyasskin@chromium.org2013-08-071-21/+6
* Adds a SqlLite backend to WebRTCIdentityStore.jiayl@chromium.org2013-08-071-6/+21
* Move webkit/{browser,common}/dom_storage into content/kinuko@chromium.org2013-08-071-13/+15
* Storage partition: correctly delete cookie(s) when origin is specified.lazyboy@chromium.org2013-08-071-3/+13
* Rename enum in StoragePartition according to style guide.lazyboy@chromium.org2013-08-021-3/+3