| Commit message (Expand) | Author | Age | Files | Lines |
* | Move resource_response_info from webkit/ to content/ | pilgrim@chromium.org | 2014-05-28 | 3 | -130/+0 |
* | Move multipart_response_delegate_unittest from webkit/ to content/ | pilgrim@chromium.org | 2014-05-28 | 2 | -679/+5 |
* | Updating XTBs based on .GRDs from branch 1985 | matthewyuan@chromium.org | 2014-05-27 | 52 | -166/+10 |
* | Remove Chromium plumbing for fixed-position-creates-stacking-context | jbroman@chromium.org | 2014-05-27 | 2 | -2/+0 |
* | Remove PlatformFile from fileapi::FileSystemOperation | rvargas@chromium.org | 2014-05-24 | 5 | -56/+39 |
* | Add a message for the SelectMenuListText identifier | dtrebbien@gmail.com | 2014-05-22 | 1 | -0/+3 |
* | Pass information about overlay support in a mailbox from blink to CC. | alexst@chromium.org | 2014-05-22 | 1 | -0/+1 |
* | Move local_file_stream_reader_unittest from webkit/ to content/ | pilgrim@chromium.org | 2014-05-22 | 2 | -257/+5 |
* | Move remaining database unit tests from webkit/ to content/ | pilgrim@chromium.org | 2014-05-21 | 4 | -511/+2 |
* | Remove stray platform_file.h from webkit | rvargas@chromium.org | 2014-05-20 | 11 | -19/+10 |
* | Revert 271459 "Remove stray platform_file.h from webkit" | ericu@chromium.org | 2014-05-19 | 11 | -10/+19 |
* | Remove stray platform_file.h from webkit | rvargas@chromium.org | 2014-05-19 | 11 | -19/+10 |
* | Android: cleanup gtest_target_type conditions. | bulach@chromium.org | 2014-05-17 | 1 | -4/+2 |
* | Remove PlatformFile from fileapi::AsyncFileUtil | rvargas@chromium.org | 2014-05-15 | 4 | -53/+47 |
* | CC::LayerAnimationController should use TimeTicks and | sivagunturi@chromium.org | 2014-05-15 | 1 | -4/+7 |
* | Remove PlatformFile from fileapi::FileSystemFileUtil | rvargas@chromium.org | 2014-05-13 | 7 | -188/+154 |
* | Require a specific content-type for appcache intercepts. | michaeln@chromium.org | 2014-05-13 | 4 | -7/+60 |
* | Cleanup change to the createImageCHROMIUM api to follow up https://codereview... | alexst@chromium.org | 2014-05-10 | 2 | -21/+0 |
* | Enable threaded parsing everywhere | dcheng@chromium.org | 2014-05-10 | 2 | -2/+0 |
* | [FileAPI] Remove Flush() on write completion on SandboxFileSystems | tzik@chromium.org | 2014-05-07 | 5 | -10/+47 |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -2/+1 |
* | Move IsStringUTF8/ASCII to base namespace | brettw@chromium.org | 2014-05-07 | 1 | -1/+1 |
* | Updating XTBs based on .GRDs from branch 1916 | karen@chromium.org | 2014-05-06 | 52 | -1/+53 |
* | Delete some resources that were used by blink's RenderInputSpeech.cpp | hans@chromium.org | 2014-05-06 | 4 | -3/+0 |
* | Rearrange GLImage API to create them with a usage type | alexst@chromium.org | 2014-05-06 | 2 | -11/+38 |
* | ServiceWorker script cache reading | michaeln@chromium.org | 2014-05-06 | 1 | -7/+8 |
* | Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. | michaeln@chromium.org | 2014-05-03 | 3 | -36/+67 |
* | Revert of Remove webkit's ResourceLoaderBridge interface. (https://codereview... | dalecurtis@chromium.org | 2014-05-03 | 3 | -0/+101 |
* | Cleanup: Remove unused resources from webkit_strings.grd or make them platfor... | thestig@chromium.org | 2014-05-02 | 1 | -23/+14 |
* | Remove webkit's ResourceLoaderBridge interface. | tfarina@chromium.org | 2014-05-02 | 3 | -101/+0 |
* | Enable disabling WebCore::GraphicsContext in telemetry. | schenney@chromium.org | 2014-05-02 | 2 | -5/+16 |
* | Make WebAnimationImpl::setAlternatesDirection use argument | ajuma@chromium.org | 2014-05-02 | 2 | -1/+6 |
* | Renamed namespaces of url lib and removed namespace aliases. | vitalybuka@chromium.org | 2014-05-02 | 1 | -2/+2 |
* | Handle direction control in compositor Animations | a.renevier@samsung.com | 2014-05-01 | 3 | -2/+54 |
* | Updating XTBs based on .GRDs from branch 1847 | dxie@chromium.org | 2014-05-01 | 52 | -57/+5 |
* | Move sandbox_database_test_helper from webkit/ to content/ | pilgrim@chromium.org | 2014-05-01 | 2 | -119/+0 |
* | Revert of Allow BlobDataHandles to be copied, and have their UUIDs read, on a... | falken@chromium.org | 2014-05-01 | 3 | -67/+36 |
* | Remove the unused RenderWidget::PaintRect, and show_paint_rects. | danakj@chromium.org | 2014-05-01 | 2 | -2/+0 |
* | Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. | ericu@chromium.org | 2014-05-01 | 3 | -36/+67 |
* | Move mock_special_storage_policy from webkit/ to content/public/test/ | pilgrim@chromium.org | 2014-04-30 | 4 | -1020/+6 |
* | cc: Delete GrContext resources when tab becomes invisible. | alokp@chromium.org | 2014-04-30 | 4 | -21/+21 |
* | Move unit tests from webkit/common/ to content/common/ | pilgrim@chromium.org | 2014-04-30 | 4 | -728/+0 |
* | Trigger GPU rasterization based on viewport rather than per-layer hints | ajuma@chromium.org | 2014-04-30 | 1 | -4/+2 |
* | Move all remaining fileapi and quota unit tests from webkit/ to content/ | pilgrim@chromium.org | 2014-04-30 | 18 | -3751/+22 |
* | Revert of Allow BlobDataHandles to be copied, and have their UUIDs read, on a... | machenbach@chromium.org | 2014-04-29 | 3 | -67/+36 |
* | Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. | ericu@chromium.org | 2014-04-29 | 3 | -36/+67 |
* | Enable the mediaControlsOverlayPlayButtonEnabled setting on Android | philipj@opera.com | 2014-04-29 | 1 | -3/+1 |
* | Mount MTP devices in Chrome OS Files.app. | kinaba@chromium.org | 2014-04-28 | 4 | -1/+9 |
* | Remove --disable-accelerated-video and GPU_FEATURE_TYPE_ACCELERATED_VIDEO | piman@chromium.org | 2014-04-26 | 1 | -1/+1 |
* | Remove GPU_FEATURE_TYPE_3D_CSS and --disable-accelerated-layers | piman@chromium.org | 2014-04-25 | 2 | -6/+0 |