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
/
content
/
browser
/
storage_partition_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor browser side navigator.connect code to not use MessagePortService.
mek
2015-08-07
1
-4
/
+1
*
Revert of Refactor browser side navigator.connect code to not use MessagePort...
mek
2015-08-06
1
-1
/
+4
*
Refactor browser side navigator.connect code to not use MessagePortService.
mek
2015-08-05
1
-4
/
+1
*
Delete stashed message port implementation from content.
mek
2015-07-22
1
-15
/
+2
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
1
-2
/
+6
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
1
-6
/
+2
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
1
-2
/
+6
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
1
-6
/
+2
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
1
-2
/
+6
*
Initial implementation of stashed message ports, content side
mek
2015-05-20
1
-2
/
+15
*
Beginnings of synchronizing notifications in the notification database.
peter
2015-05-19
1
-1
/
+2
*
localStorage: Flushing unwritten data in Android's ChromiumApplication.
cmumford
2015-05-07
1
-0
/
+9
*
[BackgroundSync] Hang the BackgroundSyncManager off of the StoragePartition
jkarlin
2015-04-20
1
-3
/
+16
*
The platform notification context should observe the Service Worker Context.
peter
2015-03-28
1
-1
/
+5
*
Decouple Cache Storage messaging from Service Worker/Embedded Worker
jsbell
2015-03-23
1
-5
/
+20
*
Hook the notification database up with the StoragePartition.
peter
2015-03-18
1
-2
/
+14
*
favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*
mostynb
2015-03-16
1
-15
/
+15
*
Refactor navigator.connect code to make it more flexible.
mek
2015-01-27
1
-5
/
+9
*
Keep track of ServiceWorkerContext's BrowserContext and expose it.
mlamouri
2015-01-15
1
-5
/
+15
*
Enable messaging over a navigator.connect initiated channel.
mek
2014-12-19
1
-14
/
+19
*
Migrate HostZoomMap to live in StoragePartition.
wjmaclean
2014-11-12
1
-3
/
+25
*
Refactor GeofencingManager to have one instance per StoragePartition.
mek
2014-10-23
1
-3
/
+18
*
[ServiceWorkerCache] QuotaClientMask should handle kServiceWorkerCacheID
jkarlin
2014-10-22
1
-1
/
+4
*
Added quota client for serviceworker. Enables 'clear past <time> data'.
dmurph
2014-10-21
1
-1
/
+2
*
Revert of Added quota client for serviceworker. Enables 'clear past <time> da...
kareng
2014-10-20
1
-2
/
+1
*
Added quota client for serviceworker. Enables 'clear past <time> data'.
dmurph
2014-10-16
1
-1
/
+2
*
Service Worker: Respect the "clear on exit" content setting
falken
2014-10-16
1
-1
/
+2
*
Remove webkit/browser/, point everything to storage/browser/ instead
pilgrim
2014-09-10
1
-2
/
+2
*
Remove implicit conversions from scoped_refptr to T* in content/
dcheng
2014-08-26
1
-3
/
+9
*
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...
pilgrim@chromium.org
2014-08-22
1
-79
/
+85
*
Service Worker: Hook up browsing data deletion
jsbell@chromium.org
2014-08-11
1
-1
/
+5
*
Fix ExtensionServiceTest.ClearExtensionData flakiness
jochen@chromium.org
2014-07-31
1
-5
/
+10
*
Use STATIC_CONST_MEMBER_DEFINITION to make constant definitions clearer.
pkasting@chromium.org
2014-07-11
1
-13
/
+26
*
Fixes for re-enabling more MSVC level 4 warnings: misc edition #1
pkasting@chromium.org
2014-07-10
1
-0
/
+15
*
Teach EmbeddedWorkerInstance to create a process when it needs one.
jyasskin@chromium.org
2014-04-29
1
-1
/
+1
*
Cleanup storage_partition_impl_unittest.cc.
ajwong@chromium.org
2013-12-28
1
-25
/
+24
*
Move DeleteAllCreatedBetweenForHostAsync to CookieStore
sdefresne@chromium.org
2013-12-19
1
-2
/
+2
*
ServiceWorker scaffolding.
michaeln@chromium.org
2013-11-13
1
-4
/
+8
*
BrowsingDataRemover, (re)use StoragePartition deletion code.
lazyboy@chromium.org
2013-11-06
1
-149
/
+248
*
Stub out initial NavigationController browser implementation
alecflett@chromium.org
2013-09-21
1
-0
/
+10
*
Revert 219709 "Remove the Extensions URLRequestContext."
earthdok@chromium.org
2013-08-27
1
-28
/
+53
*
Remove the Extensions URLRequestContext.
ajwong@chromium.org
2013-08-27
1
-53
/
+28
*
Remove unused variable declaration.
etienneb@chromium.org
2013-08-21
1
-1
/
+0
*
Discard FileAPI pending operations on shutdown
kinuko@chromium.org
2013-08-14
1
-0
/
+3
*
Adds a SqlLite backend to WebRTCIdentityStore.
jiayl@chromium.org
2013-08-08
1
-6
/
+21
*
Revert 216264 "Adds a SqlLite backend to WebRTCIdentityStore."
jyasskin@chromium.org
2013-08-07
1
-21
/
+6
*
Adds a SqlLite backend to WebRTCIdentityStore.
jiayl@chromium.org
2013-08-07
1
-6
/
+21
*
Move webkit/{browser,common}/dom_storage into content/
kinuko@chromium.org
2013-08-07
1
-13
/
+15
*
Storage partition: correctly delete cookie(s) when origin is specified.
lazyboy@chromium.org
2013-08-07
1
-3
/
+13
*
Rename enum in StoragePartition according to style guide.
lazyboy@chromium.org
2013-08-02
1
-3
/
+3
[next]