summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Add WebKitPlatformSupport::createOffscreenGraphicsContext3Dpiman@chromium.org2012-01-318-8/+43
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-311-2/+6
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-317-64/+137
* Fix compiler error for builds without p2p_apisyfriedman@chromium.org2012-01-311-0/+2
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-312-5/+10
* Disable accelerated animation when using a software 3d rasterizer.jbauman@chromium.org2012-01-312-1/+3
* Remove dependency on cygwin target (no longer necessary)scottmg@chromium.org2012-01-301-3/+0
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-301-7/+3
* clang: Suppress a false positive to fix the 10.6 sdk build.thakis@chromium.org2012-01-301-1/+5
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-283-5/+5
* Add Malay as a translation.tony@chromium.org2012-01-282-4/+6
* Fixed printing gets cut-off issue for CloudPrint and Chrome.gene@chromium.org2012-01-281-7/+9
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-283-10/+11
* Remove pointer mangling API from trace_event.h and use an addTraceEvent flag ...jbates@chromium.org2012-01-272-6/+0
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-271-27/+16
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-271-16/+27
* Mark PluginTest.PluginVisibilty as FAILS.yuzo@chromium.org2012-01-271-2/+9
* Cleanup: factor out common test sets under fileapi/kinuko@chromium.org2012-01-275-91/+129
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-271-27/+16
* WebSocket Pepper API: make the API out of devtoyoshim@chromium.org2012-01-272-33/+33
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-275-18/+43
* WebSocket Pepper API: Remove binary type handling interfacestoyoshim@chromium.org2012-01-272-38/+1
* PPAPI: Move PPB_ArrayBuffer out of Dev.dmichael@chromium.org2012-01-272-4/+4
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-272-7/+9
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-262-2/+7
* [cros] Fix the GetVirtualPath to always return the path without leading slash...dgozman@chromium.org2012-01-261-4/+2
* Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...tzik@chromium.org2012-01-265-43/+18
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-265-18/+43
* Distinguish null IDBKey (no value) and invalid IDBKey (value is not valid key)jsbell@chromium.org2012-01-261-4/+3
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-263-9/+6
* Disallow WebSQL and localStorage in platform apps.jstritar@chromium.org2012-01-251-2/+1
* Stronger synchronization for resize on osmesa.backer@chromium.org2012-01-251-1/+2
* Cleanup trace_event, fix webkit API naming.jbates@chromium.org2012-01-252-2/+3
* Updating XTBs based on .GRDs from branch 963kerz@chromium.org2012-01-254-9/+9
* [Coverity] Pass GURL by const-reftbreisacher@chromium.org2012-01-241-2/+2
* Adding new png resource for page indicator background (2/2)dpapad@chromium.org2012-01-241-0/+1
* Do not invoke setDartEnabled.antonm@google.com2012-01-242-5/+0
* Remove the default plugin.bauerb@chromium.org2012-01-246-157/+8
* WebSocket Pepper API: SetBinaryType() returned unexpected PP_FALSEtoyoshim@chromium.org2012-01-241-3/+5
* add webkitplatform support for new tracing API.jbates@chromium.org2012-01-242-0/+42
* Adding new png resource for page indicator background (1/2)dpapad@chromium.org2012-01-241-0/+0
* remove build_webkit_exes_from_webkit_gyp flagdpranke@chromium.org2012-01-244-75/+24
* Skia DEPS roll to 3077epoger@chromium.org2012-01-231-2/+25
* Use a Javascript callback to notify a missing plug-in when the placeholder ha...bauerb@chromium.org2012-01-232-12/+2
* Implement PPB_DeviceRef_Dev.yzshen@chromium.org2012-01-211-0/+1
* Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...sadrul@chromium.org2012-01-213-42/+28
* Switching glue to be a component in r118401 and then linking with the BFD lin...dpranke@chromium.org2012-01-211-0/+8
* Add support for Run, Quit, and RunAllPending to WebKit::WebThreadjamesr@chromium.org2012-01-202-5/+35
* Fire canplaythrough as soon as download defers to fix autoplayvrk@google.com2012-01-203-28/+42
* Implement WebViewClient::createGraphicsContext3D (and support for DRT)piman@chromium.org2012-01-206-24/+47