summaryrefslogtreecommitdiffstats
path: root/webkit/compositor_bindings
Commit message (Expand)AuthorAgeFilesLines
* [cc] Remove WTF types from LayerChromium and layer listsenne@chromium.org2012-10-094-8/+7
* Adds wiring for getting background color of a layer.sky@chromium.org2012-10-092-0/+6
* Pinch-zoom applied via compositor instead of CSS transformation.aelias@chromium.org2012-10-083-0/+14
* Revert 160619 - [cc] Remove WTF types from LayerChromium and layer listsjochen@chromium.org2012-10-084-7/+8
* Revert 160630 - [cc] Use base ptr types for cc's CSS animation classeshenrika@chromium.org2012-10-0810-36/+41
* [cc] Use base ptr types for cc's CSS animation classesenne@chromium.org2012-10-0810-41/+36
* [cc] Remove WTF types from LayerChromium and layer listsenne@chromium.org2012-10-084-8/+7
* [cc] Use scoped_ptr for CCLayerTreeHost(Impl)enne@chromium.org2012-10-062-5/+4
* [cc] Remove WTF constructs from CCLayerTreeHostClientenne@chromium.org2012-10-065-12/+14
* cc: Remove OwnPtr usage from CCFontAtlas.tfarina@chromium.org2012-10-031-2/+2
* Track the frequency of impl-thread scrolling vs. main-thread scrolling by int...tdanderson@chromium.org2012-10-031-0/+2
* Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both o...alokp@chromium.org2012-10-022-3/+3
* Add average commit time to texture upload scrolling testsbrianderson@chromium.org2012-09-271-1/+3
* Add the ubercomp DelegatedRendererLayer.danakj@chromium.org2012-09-205-0/+68
* Revert 157700 - Add the ubercomp DelegatedRendererLayer.ilevy@chromium.org2012-09-205-68/+0
* Add the ubercomp DelegatedRendererLayer.danakj@chromium.org2012-09-205-0/+68
* Add some missing unit tests and update cc_unittests and webkit_compositor_bin...shawnsingh@chromium.org2012-09-187-3059/+0
* Enable webkit_compositor_bindings_unittests in component buildsjamesr@chromium.org2012-09-183-14/+10
* cc: Only use upload throttling when performing full texture uploads.reveman@chromium.org2012-09-181-30/+24
* Move TextureCopier and TextureUploader from CCRenderer to CCResourceProviderpiman@chromium.org2012-09-181-3/+2
* Add scrolling related getters to WebLayerImplskyostil@chromium.org2012-09-172-0/+46
* Change cc files from namespace WebCore to ccenne@chromium.org2012-09-1436-103/+102
* Fix float constants in LayerChromiumTestvollick@google.com2012-09-141-2/+2
* WebKit revision 120360 changed chromium so that we don't need to have a layer...vollick@google.com2012-09-141-0/+35
* Add more cc OWNERSjamesr@chromium.org2012-09-131-0/+2
* Tweak cc gyps to work in a pure WebKit checkoutjamesr@chromium.org2012-09-131-9/+8
* Add <(SHARED_INTERMEDIATE_DIR)/webkit to webkit_compositor_support target to ...jamesr@chromium.org2012-09-111-0/+1
* Fix cc gyp files up for static linkingjamesr@chromium.org2012-09-113-19/+8
* Don't depend on WEBKIT_IMPLEMENTATION guarded geometry conversion c'torsjamesr@chromium.org2012-09-119-31/+119
* Avoid using WTF threading code in ccjamesr@chromium.org2012-09-103-16/+34
* Use std::string instead of WTF::String / TextStreamjamesr@chromium.org2012-09-101-1/+5
* Update cc snapshot to r127918jamesr@chromium.org2012-09-0819-196/+226
* Implement new WebCompositorSupport functionsjamesr@chromium.org2012-09-062-1/+63
* Roll cc snapshot up to 127605jamesr@chromium.org2012-09-053-0/+43
* Make webkit_compositor_support depend directly on WebKit.gyp:webkitjamesr@chromium.org2012-09-051-0/+1
* Fix up cc stubs and bindings to work in windowsjamesr@chromium.org2012-09-052-2/+10
* Implementation of WebCompositorSupport when use_libcc_for_compositor=1jamesr@chromium.org2012-09-043-1/+267
* Make cc_unittests and webkit_compositor_unittests executable alwaysjamesr@chromium.org2012-09-0156-0/+8858