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
*
Convert video capture/decoder stuff to IDL.
brettw@chromium.org
2011-10-07
1
-2
/
+2
*
Revert 104463 - Roll V8 deps to 3.6.5.1. This includes the new incremental GC.
simonjam@chromium.org
2011-10-07
1
-8
/
+0
*
Reduce flood of plugin events by better throttling
jar@chromium.org
2011-10-07
1
-1
/
+6
*
Roll V8 deps to 3.6.5.1. This includes the new incremental GC.
erik.corry@gmail.com
2011-10-07
1
-0
/
+8
*
Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none
ben@chromium.org
2011-10-06
1
-4
/
+4
*
Context-based HTML paste plumbing
dcheng@chromium.org
2011-10-06
6
-6
/
+48
*
Added autorotate flag in PDF rendering and wiring it through service-utility ...
gene@chromium.org
2011-10-06
1
-2
/
+3
*
By default, disable temporary storage eviction based on free disk space.
mnaganov@chromium.org
2011-10-06
3
-7
/
+49
*
Revert revision 104259 "Update V8 to 3.6.5"
ricow@chromium.org
2011-10-06
1
-8
/
+0
*
Update V8 to version 3.6.5.
ricow@chromium.org
2011-10-06
1
-1
/
+9
*
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
*
Add forgotten file from previous policy IDLization patch.
brettw@chromium.org
2011-10-05
1
-1
/
+1
*
These changes are requires to build Aura without relying on GTK.
saintlou@chromium.org
2011-10-04
5
-7
/
+4
*
This function no longer does anything. Remove the caller so we can delete the
abarth@chromium.org
2011-10-04
1
-3
/
+0
*
Retrieve per host storage usage from QuotaManager.
mnaganov@chromium.org
2011-10-04
6
-2
/
+159
*
Send IME events to windowless plug-ins (Chromium side)
hbono@chromium.org
2011-10-04
5
-0
/
+594
*
fix _x11 exclusion rule for webkit_glue
dpranke@chromium.org
2011-10-04
1
-0
/
+1
*
Fix scrolling of full-frame pdf docs in accelerated compositing mode by forci...
vangelis@chromium.org
2011-10-04
2
-2
/
+22
*
yet another batch of symbols to export from content.
dpranke@chromium.org
2011-10-04
1
-0
/
+1
*
Trace PPAPI input events, paints, and messages.
jbates@chromium.org
2011-10-04
1
-2
/
+7
*
PPAPI SetFullscreen: Explicitely disallow state changes when the opposite
polina@google.com
2011-10-03
1
-1
/
+7
*
Add an additional feature to GLES2DecoderImpl that is used to force the conte...
twiz@chromium.org
2011-10-03
1
-10
/
+5
*
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
4
-10
/
+10
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
33
-150
/
+150
*
Check security origin before locking the mouse.
yzshen@chromium.org
2011-10-01
2
-0
/
+24
*
Make ifdef match between content/plugin/webplugin_proxy.cc and chrome/src/web...
saintlou@chromium.org
2011-10-01
1
-2
/
+4
*
Fix a crash in the renderer process which occurs in the PPAPI host code due t...
ananta@chromium.org
2011-09-30
1
-0
/
+14
*
Add more appcache_exports needed for test_shell_tests when we start linking a...
dpranke@chromium.org
2011-09-30
13
-43
/
+56
*
gcc 4.6 warnings cleanup
pph34r@gmail.com
2011-09-30
1
-2
/
+1
*
Follow-up cleanup promised during r103376's CR.
fischman@chromium.org
2011-09-30
2
-3
/
+3
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
4
-7
/
+12
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
16
-128
/
+123
*
Don't prepend hardcoded plugin definitions to plugin groups.
bauerb@chromium.org
2011-09-29
3
-33
/
+47
*
Add locks around the g_all_shared_contexts set and the GLES2Decoder
jamesr@chromium.org
2011-09-29
1
-1
/
+14
*
Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.
fischman@chromium.org
2011-09-29
1
-22
/
+2
*
Rewrites renderer accessibility to not use WebAccessibilityCache.
dmazzoni@chromium.org
2011-09-29
2
-20
/
+15
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-29
6
-4
/
+113
*
PPAPI SetFullscreen: Do return PP_FALSE when transition cannot be process. Th...
polina@google.com
2011-09-29
2
-6
/
+17
*
Pepper webcam: allocate the requested number of buffers and properly mark the...
viettrungluu@chromium.org
2011-09-29
1
-1
/
+10
*
Ensure WebKit's "canSetValue" attribute is reflected in Chrome's accessibilit...
aboxhall@chromium.org
2011-09-29
2
-2
/
+10
*
roll skia to 2351
reed@google.com
2011-09-28
1
-3
/
+3
*
ui/gfx: Add ToString() function to Rect class.
tfarina@chromium.org
2011-09-28
1
-1
/
+1
*
Suppress GPU layout test failures.
mihaip@chromium.org
2011-09-28
1
-0
/
+4
*
Properly scope the lifetime of the |PPB_VideoCapture_Impl|.
viettrungluu@chromium.org
2011-09-28
2
-4
/
+47
*
More aura changes
oshima@google.com
2011-09-28
1
-2
/
+2
*
WebKit roll r96191:96201
hamaji@chromium.org
2011-09-28
1
-12
/
+0
*
Enhance error reporting for leveldb errors in origin/directory database code
kinuko@chromium.org
2011-09-28
4
-28
/
+43
*
Suppress some failing layout tests
hamaji@chromium.org
2011-09-28
1
-0
/
+12
[next]