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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support MIME types for intent selection.
groby@chromium.org
2011-10-26
2
-0
/
+15
*
DevTools: extend experimental.debugger API to potentially allow non-tab debug...
pfeldman@chromium.org
2011-10-26
2
-0
/
+17
*
Implement WebKitPlatformSupport::isTraceCategoryEnabled.
nduca@chromium.org
2011-10-25
2
-0
/
+5
*
Enable privileged WebGL extensions for Chrome extensions.
zmo@google.com
2011-10-22
2
-0
/
+7
*
Add support for accessible labels for controls.
dmazzoni@chromium.org
2011-10-21
2
-0
/
+8
*
[Web Intents] Add return pathways for picker-close and service-close.
gbillock@chromium.org
2011-10-21
1
-0
/
+6
*
Split HostVarTracker out of HostResourceTracker.
brettw@chromium.org
2011-10-20
1
-0
/
+2
*
Rename the ResourceTracker in webkit to HostResourceTracker.
brettw@chromium.org
2011-10-20
1
-2
/
+2
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-20
1
-0
/
+2
*
Roll skia to r2506.
bsalomon@google.com
2011-10-20
1
-0
/
+2
*
Add NetworkEventCB to media pipeline and remove IsNetworkActive()
vrk@google.com
2011-10-19
8
-58
/
+44
*
Prevent power saving while playing media.
avi@chromium.org
2011-10-19
4
-0
/
+48
*
Support playback & seeking in media files over 2G.
fischman@chromium.org
2011-10-19
4
-23
/
+28
*
Revert 106142 - Add a new globals object for PPAPI tracking information.
sail@chromium.org
2011-10-18
1
-2
/
+0
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-18
1
-0
/
+2
*
content: Make tab_contents_drag_source not depend on download_util.h
erg@google.com
2011-10-18
1
-1
/
+1
*
Create a public header with the child_process_sandbox_support_linux functions...
jam@chromium.org
2011-10-17
1
-20
/
+0
*
Aura: Combine cursor support for Linux and Windows
jamescook@chromium.org
2011-10-17
5
-181
/
+136
*
Remove deprecated WebClipboard::readHTML method.
dcheng@chromium.org
2011-10-14
2
-21
/
+0
*
Roll skia to r2478.
bsalomon@google.com
2011-10-14
1
-1
/
+1
*
Fix crash in WebClipboardImpl::readHTML.
dcheng@chromium.org
2011-10-13
1
-1
/
+3
*
net: Move EscapeForHTML() functions into net namespace.
tfarina@chromium.org
2011-10-13
1
-2
/
+2
*
Implement WebKitPlatformSupport::currentThread
piman@chromium.org
2011-10-12
4
-12
/
+60
*
Adjust capacity and disable deferring when read lies past existing capacity.
scherkus@chromium.org
2011-10-12
2
-21
/
+398
*
Numerous fixes to audio/video buffered resource loading.
scherkus@chromium.org
2011-10-12
6
-229
/
+352
*
Implement Pepper IME API.
kinaba@chromium.org
2011-10-12
1
-0
/
+1
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-5
/
+5
*
aura: Fix 'typo' to fix cursor.
sadrul@chromium.org
2011-10-12
1
-2
/
+2
*
Standardize on 'web page' and 'web site' in Chrome UI.
aa@chromium.org
2011-10-12
1
-14
/
+14
*
Update chromium test expectations for failing speech input pixel tests. These...
satish@chromium.org
2011-10-11
3
-0
/
+0
*
Update the images used for HTML speech input with latest from the UX team.
satish@chromium.org
2011-10-11
3
-0
/
+0
*
Convert the charset, memory, and crypto interfaces to use the thunk system.
brettw@chromium.org
2011-10-11
1
-6
/
+0
*
Add gfx::kNullCursor to refer to "no cursor"
oshima@chromium.org
2011-10-11
1
-1
/
+1
*
Change webcursor_x11 to webcursor_aurax11 so it gets excluded in gtk builds
davemoore@chromium.org
2011-10-10
3
-6
/
+1
*
Convert URLUtil to the thunk system.
brettw@chromium.org
2011-10-10
1
-2
/
+0
*
aura: Implement cursor support on linux.
sadrul@chromium.org
2011-10-08
1
-2
/
+146
*
Add command line switch for enabling threaded compositing
jamesr@chromium.org
2011-10-08
2
-0
/
+4
*
Context-based HTML paste plumbing
dcheng@chromium.org
2011-10-06
3
-3
/
+31
*
Input event filtering and compositor thread setup.
darin@chromium.org
2011-10-06
1
-0
/
+2
*
Refactor return message into webkit_glue (make include-friendly).
gbillock@chromium.org
2011-10-05
2
-0
/
+25
*
These changes are requires to build Aura without relying on GTK.
saintlou@chromium.org
2011-10-04
1
-3
/
+0
*
This function no longer does anything. Remove the caller so we can delete the
abarth@chromium.org
2011-10-04
1
-3
/
+0
*
Send IME events to windowless plug-ins (Chromium side)
hbono@chromium.org
2011-10-04
1
-0
/
+2
*
fix _x11 exclusion rule for webkit_glue
dpranke@chromium.org
2011-10-04
1
-0
/
+1
*
yet another batch of symbols to export from content.
dpranke@chromium.org
2011-10-04
1
-0
/
+1
*
Additional build fixes for aura
davemoore@chromium.org
2011-10-03
4
-15
/
+41
*
net: Move UnescapeURLComponent() functions into net namespace.
tfarina@chromium.org
2011-10-02
1
-4
/
+4
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
3
-10
/
+10
*
Follow-up cleanup promised during r103376's CR.
fischman@chromium.org
2011-09-30
2
-3
/
+3
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
16
-128
/
+123
[next]