summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* add components for integration test which will detect breakage of media pipel...wjia@chromium.org2012-01-065-16/+113
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-0624-24/+2
* Disable accelerated compositing for audio-only <video> tags.fischman@chromium.org2012-01-061-1/+3
* Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem.tzik@chromium.org2012-01-061-1/+4
* Check response code before writing blob to file.tzik@chromium.org2012-01-063-4/+9
* Mark some FileSystemMountPointProviderTest tests as FAILS_ on ChromeOS.thestig@chromium.org2012-01-061-4/+30
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-064-20/+1
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-064-1/+20
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-6/+9
* AppCache: Use WeakPtr instead of base::Unretained for DiskCache callbacks.jhawkins@chromium.org2012-01-061-7/+6
* Roll skia to r2967. Add skia bindings for glTexStorage2D.bsalomon@google.com2012-01-051-0/+1
* Update includes for WebMimeRegistry to new upstream locationsjamesr@chromium.org2012-01-051-2/+2
* Add missing unversioned interface-name macro for PPP_Pdf.wez@chromium.org2012-01-051-0/+1
* Fix build-break due to missed PPB thunk getter rename.wez@chromium.org2012-01-051-1/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-0514-73/+65
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-0543-561/+499
* Convert ppapi/shared to use TrackedCallback.brettw@chromium.org2012-01-054-20/+4
* Fix crash in didReceiveData, if user calls Close() during RunCallback.bbudge@chromium.org2012-01-051-9/+15