| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | net: Change type of UploadData::elements from std::vector to ScopedVector | hashimoto@chromium.org | 2012-11-14 | 2 | -39/+39 |
* | media: Update calls from RunAllPending() to RunUntilIdle(). | xhwang@chromium.org | 2012-11-14 | 2 | -14/+14 |
* | Avoid redundantly setting tex parameters | jamesr@chromium.org | 2012-11-13 | 1 | -0/+2 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 3 | -5/+5 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 3 | -5/+5 |
* | Implement heart beat in ClearKeyCdm. | xhwang@chromium.org | 2012-11-13 | 2 | -10/+54 |
* | Revert "Remove ::create factory functions from objects created via WebComposi... | nileshagrawal@chromium.org | 2012-11-13 | 12 | -13/+66 |
* | Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 3 | -5/+5 |
* | Add CHECKs to diagnose a Pepper Flash crash. | yzshen@chromium.org | 2012-11-13 | 1 | -0/+8 |
* | Add implementation for retrieving Conflict file information in SyncFileSystem | kinuko@chromium.org | 2012-11-12 | 1 | -1/+5 |
* | Remove ::create factory functions from objects created via WebCompositorSupport | jamesr@chromium.org | 2012-11-12 | 12 | -66/+13 |
* | Implement LocalFileSyncService::GetLocalFileMetadata | kinuko@chromium.org | 2012-11-12 | 4 | -0/+66 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 2 | -2/+3 |
* | PrepareForRemoteSync should also return file size (in addition to file type) | kinuko@chromium.org | 2012-11-10 | 7 | -43/+47 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 26 | -45/+3 |
* | Only call av_register_all when ffmpg decoders are used in clearkey CDM. | xhwang@chromium.org | 2012-11-10 | 1 | -0/+2 |
* | For ppb_graphics3d, return an invalid resource if the gpu has | nfullagar@chromium.org | 2012-11-10 | 5 | -9/+28 |
* | Remove PPB_Flash_TCPSocket which hasn't been in use since M20. | raymes@chromium.org | 2012-11-10 | 1 | -1/+0 |