summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Add data_size to PP_EncryptedBlockInfo.xhwang@chromium.org2012-11-212-7/+14
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-213-6/+7
* Add MockLocalChangeProcessor class and default implementationkinuko@chromium.org2012-11-212-0/+43
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-214-0/+28
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-215-7/+7
* Extend FlingAnimatorImpl instances to serve as WebKit::WebGestureCurve'srjkroege@chromium.org2012-11-203-1/+50
* Disable directory operations in SyncFileSystem for nowkinuko@chromium.org2012-11-208-3/+125
* Put pepper threading support behind a command line flag.brettw@chromium.org2012-11-202-0/+4
* Disable custom scrollbar in main frame for Androidtrchen@chromium.org2012-11-201-0/+1
* Fix the DidChangeView notification for Pepper plugins.yzshen@chromium.org2012-11-202-23/+26
* The WebKit experimental features flag should also control CSS Grid Layout.jchaffraix@chromium.org2012-11-202-0/+3
* Reuse PPB_Buffer_Impl in ContentDecryptorDelegate.xhwang@chromium.org2012-11-192-16/+115
* Implement unit tests and temporary MathUtil wrappers for transform functionalityshawnsingh@chromium.org2012-11-191-2/+1
* Implement upload/download/delete functions in DriveFileSyncClientnhiroki@chromium.org2012-11-191-0/+1
* cc: Remove now-obsolete scrollBy and mark scrollByIfPossible as overriding.sadrul@chromium.org2012-11-191-6/+1
* Upstream the pagescalefactor fix for plugin placeholder on androidqinmin@chromium.org2012-11-172-6/+29
* cc: Remove the WebCompositorSupport methods for the old cc::Settings.danakj@chromium.org2012-11-172-16/+0
* Fix possible resource leak in MakeBufferResource().xhwang@chromium.org2012-11-171-44/+66
* Remove rc file for scaled resource pak. They're already repacked inoshima@chromium.org2012-11-172-1/+3
* cc: Remove the debug border setters from WeblayerImpl after they've been remo...danakj@chromium.org2012-11-172-11/+0
* Add API for hit testing layer_impl touchEventHandlerRegions from the hostyusufo@chromium.org2012-11-161-0/+5
* Merge branch 'master' into perms_printbrettw@chromium.org2012-11-162-1/+4
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-1644-130/+128
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-167-192/+159
* Support media stream layout test on all platforms.wjia@chromium.org2012-11-161-9/+9
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-166-4/+6
* Refactor video capture to new design, as part of the whole Pepper resource re...victorhsieh@chromium.org2012-11-166-453/+6
* Provide a safer FileIO Read APIvictorhsieh@chromium.org2012-11-162-6/+6
* Break path whereby AssociatedURLLoader::~AssociatedURLLoader() is re-entered ...tsepez@chromium.org2012-11-161-0/+6
* Revert 168125 - Remove rc file for scaled resource pak. They're already repac...kinuko@chromium.org2012-11-161-0/+1
* Remove rc file for scaled resource pak. They're already repacked inoshima@chromium.org2012-11-161-1/+0
* Implement the Flash menu as a new-style Pepper resource.brettw@chromium.org2012-11-158-280/+1
* Remove PluginList::RemovePlugin() and directly remove old plug-ins from plug-...bauerb@chromium.org2012-11-153-21/+2
* Keep playing audio even when opening another tab, going to another app etc.miguelg@chromium.org2012-11-153-5/+10
* Security fix: integer overflow on checking image sizevictorhsieh@chromium.org2012-11-151-3/+2
* Fix uninitialized value error in LocalFileChangeTrackerkinuko@chromium.org2012-11-151-1/+2
* cc: Remove some more unneeded asserts for methods that the UI compositor is u...danakj@chromium.org2012-11-151-2/+0
* cc: Add support for debugging layer borders directly in the compositordanakj@chromium.org2012-11-153-4/+6
* cc: Remove useless asserts that are firing in DRT since it still sets things ...danakj@chromium.org2012-11-141-4/+0
* Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c...brettw@chromium.org2012-11-142-4/+1
* Revert 167312 - Add CHECKs to diagnose a Pepper Flash crash.yzshen@chromium.org2012-11-141-8/+0
* Escape filesystem paths properly in Pepper filesystem URLs.ericu@chromium.org2012-11-141-3/+4
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-144-24/+28
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide...brettw@chromium.org2012-11-142-1/+4
* cc: Return whether any layer was scrolled from InputHandlerClient::scrollBy.sadrul@chromium.org2012-11-141-2/+7
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-148-23/+16
* Added WeekNumberLabel localized string.keishi@chromium.org2012-11-142-0/+5
* Revert 166882 - Added WeekNumberLabel localized string.haraken@chromium.org2012-11-142-5/+0
* Make sure we don't start sync for an entry which is already in sync statekinuko@chromium.org2012-11-145-8/+42