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
/
worker
/
worker_webkitplatformsupport_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-3
/
+3
*
IndexedDB: Simplify blink public/platform implementation names
jsbell@chromium.org
2013-12-12
1
-4
/
+3
*
Followup cleanup for WebDatabaseObserver
kinuko@chromium.org
2013-11-18
1
-1
/
+1
*
Change WebDatabaseObserverImpl to implement public/platform's WebDatabaseObse...
kinuko@chromium.org
2013-11-12
1
-0
/
+8
*
Make RendererWebKitPlatformSupportImpl::idbFactory() thread safe
jsbell@chromium.org
2013-11-08
1
-1
/
+3
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-18
/
+18
*
Take the laziness out of WebBlobRegistryImpl construction since the WebKit::P...
michaeln@google.com
2013-10-23
1
-2
/
+2
*
Remove supportsMediaMIMEType() override, part 2 of 3
jrummell@chromium.org
2013-10-07
1
-7
/
+0
*
Complete switching to use thread-specific WebFileSystem instance
kinuko@chromium.org
2013-08-22
1
-10
/
+0
*
Remove implementations of WebMimeRegistry::preferredExtensionForMIMEType.
jbroman@chromium.org
2013-08-14
1
-9
/
+0
*
Use thread-local version of WebFileSystemImpl
kinuko@chromium.org
2013-08-13
1
-0
/
+9
*
remove implementation of obsolete WebKitPlatformSupport::prefetchHostName.
kouhei@chromium.org
2013-08-01
1
-4
/
+0
*
Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..."
kinuko@chromium.org
2013-07-31
1
-1
/
+1
*
Revert 214160 "Implement Worker-MainThread bridge for FileSystem..."
kinuko@chromium.org
2013-07-31
1
-1
/
+1
*
Revert 214172 "Revert 214162 "Make Platform::queryStorageUsageAn..."
kinuko@chromium.org
2013-07-29
1
-6
/
+13
*
Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."
kinuko@chromium.org
2013-07-29
1
-13
/
+6
*
Make Platform::queryStorageUsageAndQuota work from worker threads
kinuko@chromium.org
2013-07-29
1
-6
/
+13
*
Implement Worker-MainThread bridge for FileSystem API in Chrome
kinuko@chromium.org
2013-07-29
1
-1
/
+1
*
Implement WebKit::Platform::queryStorageUsageAndQuota
kinuko@chromium.org
2013-07-23
1
-0
/
+12
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
1
-1
/
+2
*
Remove unused arguments from storage-related Chromium impls of Blink API
adamk@chromium.org
2013-06-27
1
-2
/
+1
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-9
/
+9
*
Fix IndexedDB after r208777.
jam@chromium.org
2013-06-27
1
-1
/
+1
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
1
-8
/
+17
*
Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.
darin@chromium.org
2013-06-25
1
-6
/
+6
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
1
-3
/
+3
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
1
-3
/
+3
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-3
/
+3
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
1
-4
/
+4
*
Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...
michaeln@google.com
2013-05-29
1
-1
/
+1
*
Split FileAPI code for common|common_child|renderer
kinuko@chromium.org
2013-05-28
1
-1
/
+1
*
Move indexeddb "common child" code out of content/common.
alecflett@chromium.org
2013-05-22
1
-2
/
+2
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-4
/
+4
*
Add Chromium-side changes for MediaSource::isTypeSupported()
acolwell@chromium.org
2013-03-15
1
-0
/
+6
*
Use ThreadSafeSender in a couple of places.
michaeln@chromium.org
2013-03-06
1
-20
/
+19
*
Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in...
pilgrim@chromium.org
2013-02-27
1
-2
/
+2
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
1
-2
/
+2
*
Update some #includes in content/worker for headers that have moved to the ne...
pilgrim@chromium.org
2013-02-06
1
-1
/
+1
*
Update some #includes in content/worker for headers in the new Platform direc...
pilgrim@chromium.org
2013-01-15
1
-3
/
+3
*
Fiddle with includes so we don't break the build once we land https://bugs.we...
pilgrim@chromium.org
2012-12-17
1
-1
/
+0
*
We're removing the sharedWorkerRepository() function from WebKit
pilgrim@chromium.org
2012-12-11
1
-5
/
+0
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
1
-5
/
+6
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
1
-0
/
+4
*
Deprecate FileUtilities::getFileSize and getFileModifiedTime
kinuko@chromium.org
2012-05-30
1
-29
/
+0
*
Add FileUtilities::GetFileInfo() to capture file metadata with single IPC
kinuko@chromium.org
2012-05-25
1
-0
/
+19
*
Initial implementation of Encrypted Media Extensions in Chrome.
ddorwin@chromium.org
2012-04-19
1
-0
/
+7
*
Rename content/{common,browser}/file_system to fileapi and move blob stuff in...
tzik@chromium.org
2012-03-01
1
-2
/
+2
*
Get IPC working for Indexed DB in shared workers.
dgrogan@chromium.org
2012-02-16
1
-1
/
+8
*
Update includes to new header locations
abarth@chromium.org
2011-12-03
1
-3
/
+3
[next]