summaryrefslogtreecommitdiffstats
path: root/components/view_manager
Commit message (Expand)AuthorAgeFilesLines
* Makes FrameTree delete a frame if the embedded app disconnectssky2015-09-103-3/+18
* Mandoline: Speculative Fix for Flaky tests + Cleanupfsamuel2015-09-104-18/+14
* Disallows connections from embedding into their rootsky2015-09-103-3/+37
* Adds connection id to the ViewTree::Embed() callbacksky2015-09-0910-58/+192
* view-manager: Update focused view before triggering focus-change observer cal...sadrul2015-09-082-1/+17
* view-manager: Make sure event is dispatched to the correct ViewTree.sadrul2015-09-082-3/+52
* view-manager: Each ViewTreeHost has its own event-dispatcher.sadrul2015-09-057-108/+79
* Changes around how embed roots are setsky2015-09-0418-43/+114
* Revert of Mandoline: Lazily update Surface binding on SubmitCompositorFrame (...yzshen2015-09-032-42/+19
* Mandoline: Lazily update Surface binding on SubmitCompositorFramefsamuel2015-09-032-19/+42
* Wire title changes from WebFrameClient all the way through to PlatformWindowben2015-09-036-0/+18
* mandoline: fix key accelerators on linux.erg2015-09-021-0/+1
* Move FocusController to ViewTreeHost.ben2015-09-0211-181/+181
* view-manager: Fix some issues regarding running tests in x11.sadrul2015-09-023-7/+17
* view-manager: Allow closing down a view-tree.sadrul2015-09-014-1/+23
* Removes animation code from viewmanagersky2015-09-0120-1996/+3
* mandoline: Fix a crash caused by binding a new SurfaceClient to a view.penghuang2015-09-011-0/+6
* Mandoline: Fix OOPIF high DPI sizing.fsamuel2015-08-313-4/+23
* Mandoline: Plumb --force-device-scale-factorfsamuel2015-08-311-0/+3
* view-manager: Request a re-draw of the exposed region.sadrul2015-08-311-0/+2
* Changes ViewTreeHost::AddAccelerator() to take an int id.ben2015-08-287-38/+78
* Move BufferFormat utility functions to gfx.andresantoso2015-08-281-74/+7
* Eliminate ViewTreeHostConnection and replace with a factory function.ben2015-08-277-94/+75
* Mandoline: Make scrolling sync across processes.fsamuel2015-08-276-2/+54
* Mandoline: Allow submitting CompositorFrames directly to mojo::Viewsfsamuel2015-08-2729-339/+323
* ViewManagerRoot -> ViewTreeHostben2015-08-2725-560/+496
* Nukes ViewTree::EmbedAllowingReembedsky2015-08-2614-473/+28
* Rename ViewManager -> ViewTreeConnectionben2015-08-2615-202/+209
* gpu: Add memory tracing of GPU transfer buffers.reveman2015-08-252-0/+2
* Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClientben2015-08-2538-600/+577
* Mandoline + CC: Move ReturnedResource to compositor_frame.mojom and add commentsfsamuel2015-08-254-13/+12
* Eliminate ViewManagerClientFactory to make view manager use more idiomatic mojo.ben2015-08-2510-82/+31
* Rename several instances of SubmitFrame to SubmitCompositorFramefsamuel2015-08-246-21/+21
* Fix crash caused by concurrent access to framebuffer_combo_complete_map_.tobiasjs2015-08-222-4/+6
* command_buffer.mojom: make CommandBufferSyncClient.DidInitialize() accept a n...yzshen2015-08-212-2/+3
* Nukes flaky testsky2015-08-211-25/+0
* Adds ability for frame to know when it should swap to remotesky2015-08-211-0/+18
* Allow the combination of BufferFormat::UYVY_422 and GL_RGB internal formatandresantoso2015-08-211-1/+1
* Fixes dependency check by gn_check.yukishiino2015-08-211-0/+1
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-211-7/+2
* Rename enum gfx::BufferFormat::RGBX_8888 to BGRX_8888Haixia Shi2015-08-211-2/+2
* Mandoline: Delete dead code after Views/Surfaces refactorfsamuel2015-08-202-206/+0
* Mandoline: Try and fix gn check for androidben2015-08-201-0/+1
* Make BrowserManager manage BrowserUIs instead.ben2015-08-201-3/+3
* Add components/view_manager to gn check; fix errors.msw2015-08-209-22/+47
* Mandoline: Rename mojo::Frame to mojo::CompositorFrame and avoid a conversion.fsamuel2015-08-1910-83/+107
* Fix view_manager android loader dependencies.msw2015-08-191-10/+5
* Fix windows mandoline compilation.yzshen2015-08-191-4/+4
* Mandoline: Merge Surfaces and Views appsfsamuel2015-08-1941-723/+805
* Makes it so an embed root can call Embed() on any descendantsky2015-08-195-6/+44