summaryrefslogtreecommitdiffstats
path: root/content/port
Commit message (Expand)AuthorAgeFilesLines
* Improve FrameSubscriber decision-making for smoother frame capture sampling.miu@chromium.org2013-04-241-2/+4
* Reland r195688 which was reverted due to build break.varunjain@chromium.org2013-04-231-0/+2
* Revert 195688 "Enable touch based selection and editing for webp..."jam@chromium.org2013-04-231-2/+0
* Enable touch based selection and editing for webpages behind a flag.varunjain@chromium.org2013-04-231-0/+2
* Consolidate UpdateFrameInfo and SwapCompositorFrame.sievers@chromium.org2013-04-171-8/+0
* Make sure the delegate view always informs the renderer when a drag ends.dcheng@chromium.org2013-03-281-1/+3
* Pass the overdraw value to the browser w/ framedtrainor@chromium.org2013-03-261-1/+2
* Expose a concept of bottom overdraw amount for cc drawing viewport.tedchoc@chromium.org2013-03-241-0/+4
* overscroll: Disable overscroll gesture navigation when bookmark bar is detached.sadrul@chromium.org2013-03-201-0/+3
* Implement frame subscription on Windowshclam@chromium.org2013-03-191-1/+1
* Allow for synchronous compositor input handling when UI and compositor threads jdduke@chromium.org2013-03-181-0/+7
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-181-1/+1
* ÜC: support DelegatedFrameData in Aurapiman@chromium.org2013-03-061-5/+2
* Define frame subscription interface and implementation on Machclam@chromium.org2013-03-052-0/+84
* Plumb physical backing size from RWHV to renderer CC.aelias@chromium.org2013-03-011-0/+3
* Revert 185475jln@chromium.org2013-03-011-3/+0
* Plumb physical backing size from RWHV to renderer CC.aelias@chromium.org2013-03-011-0/+3
* Aura: Browser-side changes for Composite-To-Mailboxsievers@chromium.org2013-03-011-0/+6
* Fix CopyFromCompositingSurface copying uninitialized regions when the browser...justinlin@chromium.org2013-02-281-0/+2
* This is a no-op CL (with exceptions of int->float switch and the units used f...aruslan@chromium.org2013-02-271-4/+4
* Move WebContentsView methods that are only called inside content over to WebC...jam@chromium.org2013-02-251-0/+36
* content: Introduce WebContentsViewPort.sadrul@chromium.org2013-02-231-0/+25
* Remove platform-specific methods in RenderWidgetHostViewPort and RenderWidget...jam@chromium.org2013-02-211-29/+0
* Ignore textInputState updates during a batch edityusufo@chromium.org2013-02-201-1/+3
* Make all the methods in RenderWidgetHostViewPort pure virtual. There were a f...jam@chromium.org2013-02-191-44/+43
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-111-2/+25
* Add ViewHostMsg_SelectionBounds_Paramscjhopman@chromium.org2013-02-051-4/+3
* Differentiate invisible cursor mode and disabled mouse events mode.mazda@chromium.org2013-02-041-0/+3
* Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...nick@chromium.org2013-02-021-6/+2
* Fix high-DPI on Windows to make use of DIP scaling in WebKit.kevers@chromium.org2013-01-311-4/+0
* Add support for compositor-thread hit-testing for touch events in all platforms.sadrul@chromium.org2013-01-311-0/+1
* Add support for calculating the position of the top controls in the cc layer.tedchoc@chromium.org2013-01-161-1/+3
* Aura/Android: Send mailbox name with every Swap message.sievers@chromium.org2012-12-211-2/+0
* Revert 173457 It breaks the scrolling benchmark because smoothScrollBy'stonyg@chromium.org2012-12-182-28/+2
* Telemtry: hooks "chrome.gpuBenchmarking.smoothScrollBy" with java on android.bulach@chromium.org2012-12-172-2/+28
* Remove unused gpu message fields.sievers@chromium.org2012-12-141-5/+2
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-2/+3
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-3/+2
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-2/+3
* Change the InputEventAck codepath to use a tri-state-enum instead of a booleanyusufo@chromium.org2012-11-302-3/+23
* Add page scale min/max to UpdateFrameInfo.aelias@chromium.org2012-11-221-0/+2
* content: Use Vector2d for the UpdateRect and ScrollRect APIsdanakj@chromium.org2012-11-131-1/+2
* Push the screen rect of the page and browser to the renderer to avoid sync IP...jam@chromium.org2012-11-071-1/+3
* Plumb drag event info through from the renderer. This CL appends the followingvarunjain@chromium.org2012-11-071-1/+3
* Implement Disambiguation Popup for Androidtrchen@chromium.org2012-11-061-0/+2
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-312-4/+4
* The current code does a lot of hooking in and out of javascript (after a time...hartmanng@chromium.org2012-10-201-1/+1
* Upstream hooks for javascript touch handlers on Android.yfriedman@chromium.org2012-10-182-7/+1
* touch-event queue: Add a touch-event queue for all platforms.sadrul@chromium.org2012-10-171-3/+5
* touch: Cleanup touch-event mode switching on windows.sadrul@chromium.org2012-10-121-2/+1