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
/
webkit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Write file:// tests for BufferedDataSource and fix some bugs as a result.
scherkus@chromium.org
2012-07-11
5
-54
/
+212
*
Fix user gesture for scripting calls from Pepper plugins.
yzshen@chromium.org
2012-07-10
1
-17
/
+31
*
PPAPI: Set custom user agent in headers, if applicable.
viettrungluu@chromium.org
2012-07-10
1
-0
/
+7
*
Add WebURLLoaderMockFactory::GetLastHandledAsynchronousRequest.
viettrungluu@chromium.org
2012-07-10
4
-1
/
+22
*
Add methods to add DataPack from open files
cjhopman@chromium.org
2012-07-10
5
-5
/
+5
*
Avoid setting unused parameter in TestStreamTextureFactory::CreateStreamTextu...
steveblock@chromium.org
2012-07-10
1
-1
/
+0
*
Remove expectations and comments that were accidentally committed in r145851.
scherkus@chromium.org
2012-07-10
1
-3
/
+0
*
PPAPI: Add an API for setting a custom user agent for URL requests.
viettrungluu@chromium.org
2012-07-10
1
-6
/
+6
*
Add plumbing for WebThread::TaskObserver::willProcessTask()
caseq@google.com
2012-07-10
1
-2
/
+3
*
aura: Scale custom cursors appropriately.
sadrul@chromium.org
2012-07-10
3
-2
/
+36
*
Make isolated file system works for a device root (e.g. X:\\)
kinuko@chromium.org
2012-07-10
9
-169
/
+288
*
Notify CloseFile from Pepper to FileSystem.
kinaba@chromium.org
2012-07-10
11
-10
/
+74
*
Split BufferedResourceLoader's network callback into separate loading state a...
scherkus@chromium.org
2012-07-10
6
-179
/
+151
*
Updating XTBs based on .GRDs from branch 1180
karen@chromium.org
2012-07-10
2
-2
/
+2
*
Fix ObfuscatedOriginEnumerator::Next not to try to call
ericu@chromium.org
2012-07-09
2
-14
/
+21
*
Fix PPB_MouseLock.LockMouse crash and add tests.
yzshen@chromium.org
2012-07-09
1
-1
/
+1
*
Hook up content/renderer to the PPAPI host.
brettw@chromium.org
2012-07-03
6
-5
/
+26
*
Remove layout_test_helper from webkit/tools/test_shell.
tony@chromium.org
2012-07-03
3
-190
/
+0
*
Reuse video capture buffers when we have no free slots.
brettw@chromium.org
2012-07-03
1
-0
/
+4
*
Adding necessary plumbing for bindUniformLocationCHROMIUM extension.
alexst@chromium.org
2012-07-02
4
-0
/
+13
*
Fix compile errors on gcc 4.6.
hbono@chromium.org
2012-07-02
1
-2
/
+2
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-2
/
+2
*
Remove ugly writable flags from IsolatedContext
kinuko@chromium.org
2012-06-30
10
-139
/
+130
*
Adding android implementation for CreateMediaPlayer() in webkit_support.cc
qinmin@chromium.org
2012-06-29
4
-2
/
+68
*
Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...
shalev@chromium.org
2012-06-29
6
-7
/
+13
*
Only paste the fragment of text which was copied to the clipboard.
raymes@chromium.org
2012-06-29
1
-3
/
+4
*
Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().
bauerb@chromium.org
2012-06-29
4
-12
/
+9
*
Implement CreateFile() for GData file system.
kinaba@chromium.org
2012-06-29
2
-1
/
+13
*
Allow to release WebSocket resource in completion callbacks invoked by Close().
toyoshim@chromium.org
2012-06-29
1
-0
/
+4
*
Add ProxyDecryptor which wraps concrete Decryptor implementations.
xhwang@chromium.org
2012-06-29
8
-23
/
+202
*
Add "scheme" field to WebIntentServiceData object.
smckay@chromium.org
2012-06-28
3
-17
/
+117
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
4
-4
/
+35
*
Disable core animation plugins when compositing is unavailable.
jbauman@chromium.org
2012-06-28
1
-23
/
+13
*
Revert 144578 - Disable core animation plugins when compositing is unavailable.
jbauman@chromium.org
2012-06-28
1
-13
/
+23
*
Disable core animation plugins when compositing is unavailable.
jbauman@chromium.org
2012-06-27
1
-23
/
+13
*
This adds an interface for setting crash data from a plugin. It also provides...
raymes@chromium.org
2012-06-27
2
-0
/
+11
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
5
-12
/
+4
*
Use ICU script code "Jpan" instead of "Hrkt" in Japanese pref names.
falken@chromium.org
2012-06-27
1
-2
/
+26
*
webkit: Include stdio.h in cpp_binding_example
sque@chromium.org
2012-06-27
1
-0
/
+2
*
Reduce the number of CrackFileSystemURL
kinuko@chromium.org
2012-06-27
61
-1410
/
+1358
*
Make SplitString() and variants clear their outparam vector. (Note that Spli...
pkasting@chromium.org
2012-06-26
1
-2
/
+0
*
Add ability to dispatch an intent on a device attached event.
kmadhusu@chromium.org
2012-06-26
2
-1
/
+22
*
Aura: Fix partial swaps in the UI
backer@chromium.org
2012-06-26
1
-5
/
+7
*
Change uses of WebScrollbar to WebPluginScrollbar
enne@chromium.org
2012-06-26
2
-20
/
+20
*
Relanding r144115: Manage Isolated Context with reference counts w/o DCHECK
kinuko@chromium.org
2012-06-26
2
-8
/
+57
*
Revert 144115 - Manage IsolatedContext with reference counts
kinuko@chromium.org
2012-06-26
2
-51
/
+7
*
Revert 144126 - Comment fix for r144115 (Manage IsolatedContext with referenc...
kinuko@chromium.org
2012-06-26
1
-2
/
+3
*
Comment fix for r144115 (Manage IsolatedContext with reference counts)
kinuko@chromium.org
2012-06-26
1
-3
/
+2
*
Remove --disable-interactive-form-validation flag and about:flags UI for it.
tkent@chromium.org
2012-06-26
2
-4
/
+1
*
Manage IsolatedContext with reference counts
kinuko@chromium.org
2012-06-26
2
-7
/
+51
[next]