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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unhanled/unused Blink API implementation for SharedWorker
kinuko@chromium.org
2013-10-24
2
-72
/
+0
*
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
2
-10
/
+0
*
Remove dead IPC WorkerMsg_PostMessage.
marja@chromium.org
2013-10-07
1
-13
/
+2
*
Complete switching to use thread-specific WebFileSystem instance
kinuko@chromium.org
2013-08-22
1
-10
/
+0
*
Remove storage-related unused methods/files
kinuko@chromium.org
2013-08-22
2
-35
/
+0
*
Remove implementations of WebMimeRegistry::preferredExtensionForMIMEType.
jbroman@chromium.org
2013-08-14
2
-11
/
+0
*
Use thread-local version of WebFileSystemImpl
kinuko@chromium.org
2013-08-13
1
-0
/
+9
*
Move appcache_frontend_impl.* to content/child/
tfarina@chromium.org
2013-08-12
4
-8
/
+6
*
Created multi-process-friendly PowerMonitor interface.
bajones@chromium.org
2013-08-02
1
-4
/
+2
*
remove implementation of obsolete WebKitPlatformSupport::prefetchHostName.
kouhei@chromium.org
2013-08-01
2
-5
/
+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
3
-8
/
+20
*
Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."
kinuko@chromium.org
2013-07-29
3
-20
/
+8
*
Make Platform::queryStorageUsageAndQuota work from worker threads
kinuko@chromium.org
2013-07-29
3
-8
/
+20
*
Implement Worker-MainThread bridge for FileSystem API in Chrome
kinuko@chromium.org
2013-07-29
1
-1
/
+1
*
Implement ChildThread::shutdown and clear members that have refs into blink
jochen@chromium.org
2013-07-23
1
-0
/
+2
*
Implement WebKit::Platform::queryStorageUsageAndQuota
kinuko@chromium.org
2013-07-23
2
-0
/
+16
*
Use a direct include of the message_loop header in content/, part 4.
avi@chromium.org
2013-07-18
2
-4
/
+4
*
Move DBMessageFilter to content/child since its only used in child ptypes
jamesr@chromium.org
2013-07-17
1
-2
/
+2
*
content: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-09
1
-1
/
+1
*
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
2
-4
/
+2
*
Move timing files into base/time and base/timer, install forwarding headers.
avi@chromium.org
2013-06-27
1
-2
/
+2
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
2
-11
/
+13
*
Fix IndexedDB after r208777.
jam@chromium.org
2013-06-27
2
-2
/
+2
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
4
-14
/
+36
*
Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.
darin@chromium.org
2013-06-25
1
-6
/
+6
*
Move appcache_dispatcher and appcache_backend_proxy to content/child.
michaeln@google.com
2013-06-17
2
-2
/
+2
*
Update Blink include paths
abarth@chromium.org
2013-06-17
6
-13
/
+13
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.
dcheng@chromium.org
2013-06-13
1
-3
/
+3
*
Shared workers should support --enable-experimental-webkit-features.
simonjam@chromium.org
2013-06-12
1
-23
/
+2
*
Use a direct include of strings headers in content/test/, content/worker/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
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
6
-14
/
+14
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
2
-2
/
+4
*
Remove old webkit support code for IndexedDB.
alecflett@chromium.org
2013-06-05
1
-2
/
+0
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
4
-10
/
+10
*
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
7
-15
/
+15
*
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
3
-4
/
+4
*
Move webkit/database to webkit/browser and webkit/common. Also move content::...
michaeln@google.com
2013-05-22
1
-1
/
+1
*
Move indexeddb "common child" code out of content/common.
alecflett@chromium.org
2013-05-22
3
-3
/
+4
*
Cleanup: Deprecate FileSystemCallbackDispatcher
kinuko@chromium.org
2013-05-16
1
-2
/
+4
*
Update Content to use new names for WebRuntimeFeatures APIs.
eseidel@chromium.org
2013-05-10
1
-1
/
+4
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
2
-6
/
+6
*
Change include paths to use the new IDB header locations in Platform
alecflett@chromium.org
2013-05-02
2
-2
/
+1
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
2
-2
/
+2
[next]