summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Webkit roll 105195:105229rolandsteiner@chromium.org2012-01-181-6/+0
* Use WebKit API's filesystem types directly under webkit/fileapikinuko@chromium.org2012-01-182-15/+9
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-183-4/+4
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-183-3/+3
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-183-3/+3
* Added bounds checks to the URLLoader prefetch buffer threshhold.raymes@chromium.org2012-01-171-1/+8
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-173-3/+3
* Temporary test_expectations.txt updaterolandsteiner@chromium.org2012-01-171-0/+6
* ChromeOS build fix r117830kinuko@chromium.org2012-01-164-11/+19
* Add CreateFileSystemOperation() method to FileSystemContextkinuko@chromium.org2012-01-1616-61/+188
* Support custom data formats for dragging on Windows.dcheng@chromium.org2012-01-141-2/+4
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-142-34/+23
* Remove ActiveLoader::Cancel().scherkus@chromium.org2012-01-134-12/+5
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-138-282/+213
* Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...acolwell@chromium.org2012-01-132-8/+0
* Fold WebMediaPlayerImpl::Initialize() into the constructor.scherkus@chromium.org2012-01-134-60/+37
* Allow tracing in third_party librariesjbates@chromium.org2012-01-131-2/+2
* Fix UA Spoofing Condition for Linux.yuzo@chromium.org2012-01-132-3/+64
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-132-8/+1
* Revert 117537 - Convert use of int ms to TimeDelta in files owned by michaeln.lambroslambrou@google.com2012-01-122-9/+7
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-122-7/+9
* Remove obsolete references to http://crbug.com/109026fischman@chromium.org2012-01-122-6/+1
* Fixed HW video decode EOS/Flush-related bugs.fischman@chromium.org2012-01-121-9/+13
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-122-4/+26
* Convert use of int ms to TimeDelta in files owned by jam.tedvessenes@gmail.com2012-01-121-3/+3
* Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a...scherkus@chromium.org2012-01-124-48/+28
* Convert use of int ms to TimeDelta in files owned by tkent.tedvessenes@gmail.com2012-01-121-2/+4
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-122-26/+4
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-122-4/+26
* Convert use of int ms to TimeDelta in files owned by darin.tedvessenes@gmail.com2012-01-121-2/+2
* WebSocket Pepper API: add interfaces to handle binaryType attributetoyoshim@chromium.org2012-01-122-1/+18
* Allow plugins to add rotate commands to Chrome context menus.bbudge@chromium.org2012-01-115-1/+46
* Remove almost all remaining TOUCH_UIs.bryeung@chromium.org2012-01-111-7/+0
* Don't always recreate third_party forwarding headers on Windows.tony@chromium.org2012-01-111-3/+5
* Cleanup FileSystemOperation for preparing for adding FSO-factory methodkinuko@chromium.org2012-01-1122-348/+341
* ppapi: Add a little comment about GetInstanceObject "leaking" a referencedmichael@chromium.org2012-01-111-1/+5
* Allow setting empty data for a MIME type in MockWebClipboardImpl.dcheng@chromium.org2012-01-111-3/+3
* Fix paths to third_party/WebKit/Platform on Windows upstream checkouts.tony@chromium.org2012-01-102-4/+11
* Pepper gamepad supportscottmg@chromium.org2012-01-105-3/+63
* Fix/add FileSystemMountPointProvider tests for CrOSkinuko@chromium.org2012-01-102-102/+68
* Add Android stubs for webplugin_delegate_impl and webcursorpeter@chromium.org2012-01-103-1/+118
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-109-41/+43
* Teach webkit/support/setup_third_party.gyp about the Platform APIjamesr@chromium.org2012-01-101-8/+26
* Update BookmarkManager extension API test to use document.execCommand()dcheng@chromium.org2012-01-091-2/+7
* Fix a use-after-free bug introduced in r116158. See comments in http://codere...michaeln@google.com2012-01-092-28/+50
* Fix python scripts in src/webkitmaruel@chromium.org2012-01-096-378/+10
* Fix ^C/^X in Bookmark Manager.dcheng@chromium.org2012-01-071-7/+11
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-073-2/+17
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-074-1/+20
* Convert callers to use the new TrackedCallback.brettw@chromium.org2012-01-068-55/+54