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