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
/
renderer
/
renderer_webkitplatformsupport_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
The shared worker repository shouldn't be available on Android.
peter@chromium.org
2013-08-29
1
-0
/
+6
*
Allow StreamParserFactory to receive and handle mimetypes with no codecs spec...
acolwell@chromium.org
2013-08-29
1
-1
/
+1
*
Only accept actual key systems for EME methods.
ddorwin@chromium.org
2013-08-28
1
-4
/
+0
*
Complete switching to use thread-specific WebFileSystem instance
kinuko@chromium.org
2013-08-22
1
-10
/
+0
*
Add plumbing for platform based Device Orientation testing.
timvolodine@chromium.org
2013-08-16
1
-4
/
+22
*
Remove implementations of WebMimeRegistry::preferredExtensionForMIMEType.
jbroman@chromium.org
2013-08-14
1
-17
/
+0
*
Use thread-local version of WebFileSystemImpl
kinuko@chromium.org
2013-08-13
1
-0
/
+9
*
Move gamepad reader code out of PepperHelperImpl in the effort to eliminate P...
jam@chromium.org
2013-08-06
1
-4
/
+1
*
Remove SandboxSupport::getFontFamilyForCharacters which is now dead code
eseidel@chromium.org
2013-08-05
1
-17
/
+0
*
Implement Device Orientation using shared memory in content/renderer.
timvolodine@chromium.org
2013-08-05
1
-0
/
+13
*
Remove hyphenation code from Chromium.
tony@chromium.org
2013-08-02
1
-65
/
+0
*
Stop supporting FileUtilities::openFile in non-test code
kinuko@chromium.org
2013-08-02
1
-11
/
+0
*
Move Content to using WebFontInfo::familyForChar
eseidel@chromium.org
2013-08-01
1
-13
/
+23
*
Fix null listener case for testing Device Motion.
timvolodine@chromium.org
2013-08-01
1
-1
/
+2
*
remove implementation of obsolete WebKitPlatformSupport::prefetchHostName.
kouhei@chromium.org
2013-08-01
1
-10
/
+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
-4
/
+10
*
Revert 214162 "Make Platform::queryStorageUsageAndQuota work fro..."
kinuko@chromium.org
2013-07-29
1
-10
/
+4
*
Make Platform::queryStorageUsageAndQuota work from worker threads
kinuko@chromium.org
2013-07-29
1
-4
/
+10
*
Implement Worker-MainThread bridge for FileSystem API in Chrome
kinuko@chromium.org
2013-07-29
1
-1
/
+1
*
Remove unused computeLastHyphenLocation impls
abarth@chromium.org
2013-07-27
1
-20
/
+0
*
Use a mock implementation of Platform::crypto() for layout tests.
eroman@chromium.org
2013-07-25
1
-0
/
+6
*
Implement WebKit::Platform::queryStorageUsageAndQuota
kinuko@chromium.org
2013-07-23
1
-0
/
+14
*
Move webplugininfo.h to content/public.
jam@chromium.org
2013-07-21
1
-4
/
+4
*
Simplify how we get the plugin list in the webkit platform support by removin...
jam@chromium.org
2013-07-20
1
-10
/
+33
*
Vibration API: plumbing from Blink to Java.
mvanouwerkerk@chromium.org
2013-07-19
1
-0
/
+14
*
Move npapi related files from content\child to the new content\child\npapi di...
jam@chromium.org
2013-07-19
1
-1
/
+1
*
Use a direct include of the shared_memory header in content/plugin/, content/...
avi@chromium.org
2013-07-18
1
-1
/
+1
*
WebHyphenator::computeLastHyphenLocation should use WebString
abarth@chromium.org
2013-07-18
1
-2
/
+20
*
Add chromium side implementation of WebKit::WebCrypto.
eroman@chromium.org
2013-07-17
1
-0
/
+10
*
Add plumbing for platform based Device Motion testing.
timvolodine@chromium.org
2013-07-17
1
-4
/
+21
*
Move key_systems* from webkit/ to content/.
ddorwin@chromium.org
2013-07-14
1
-3
/
+3
*
Use a mock WebAudioDevice for layout tests
crogers@google.com
2013-07-13
1
-0
/
+6
*
Implement the content/renderer and content/browser part of the Device Motion ...
timvolodine@chromium.org
2013-07-11
1
-0
/
+12
*
Migrate webkit/renderer/media/ to content/renderer/media/.
scherkus@chromium.org
2013-07-10
1
-5
/
+3
*
content: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-09
1
-3
/
+3
*
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
*
Replace RenderThread::Get() with thread_safe_sender_
rtoy@google.com
2013-06-26
1
-8
/
+1
*
Allow overriding WebMIDIAccessor so we can use a mock for testing
crogers@google.com
2013-06-26
1
-0
/
+5
*
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
/
+5
*
Shuffle media-related WebMimeRegistry code from webkit/ to content/.
scherkus@chromium.org
2013-06-22
1
-7
/
+93
*
Move webkit/renderer/media/android/ to content/renderer/media/android/.
scherkus@chromium.org
2013-06-22
1
-6
/
+9
*
Re-land 16025005 with tiny fix for statics perf issue
crogers@google.com
2013-06-22
1
-0
/
+10
*
Revert 207992: This looks like a reland of r207983, which was reverted in
sadrul@chromium.org
2013-06-22
1
-10
/
+0
*
don't include iostream.h
crogers@google.com
2013-06-22
1
-0
/
+10
[next]