[go: nahoru, domu]

  1. c7afae5 Rename cc::CompositorFrameSink to cc::LayerTreeFrameSink by danakj · 7 years ago
  2. a6809f51 Allow BinderRegistry to pass additional args to Bind callbacks. by Ben Goodger · 7 years ago
  3. 950d9d86 viz: Move some code into //components/viz/common. by sadrul · 7 years ago
  4. 279f5f0 Clean up components/viz directory structure by Fady Samuel · 7 years ago
  5. 2a528c1 Disable PlatformDisplayDefaultTest.EventDispatch. by erg · 7 years ago
  6. aee6717 Move ownership of MojoFrameSinkManager out of FrameSinkManagerHost. by danakj · 7 years ago
  7. 16557b3 Log failures in SetDisplayConfiguration() as errors. by kylechar · 7 years ago
  8. ef765b9 chromeos: converts InputDeviceSettings to use mojom by Scott Violet · 7 years ago
  9. b667ff6 Wrap GpuHost in an Interface by Alex Zhang · 7 years ago
  10. 7d3b44d Implement aura::WindowPortMus::CreateCompositorFrameSink() by penghuang · 7 years ago
  11. c510f5f chromeos: adds InputDeviceController mojo interface by Scott Violet · 7 years ago
  12. c390948 Revert of Implement aura::WindowPortMus::CreateCompositorFrameSink() (patchset #27 id:620001 of https://codereview.chromium.org/2875753002/ ) by rdevlin.cronin · 7 years ago
  13. 810bd6f Implement aura::WindowPortMus::CreateCompositorFrameSink() by penghuang · 7 years ago
  14. 4cd9767 Make event-targeting asynchronous in window server. by riajiang · 7 years ago
  15. 1caed9e Mojo C++ Bindings: Eliminate CreateInterfacePtrAndBind by Ken Rockot · 7 years ago
  16. f4c8be6f Add cc::SharedBitmap::shared_memory_handle() by hajimehoshi · 7 years ago
  17. 42f11f17 Move PointerTarget to EventDispatcher and add LocationTarget to EventTargeter. by riajiang · 7 years ago
  18. beebf2b Don't move raw pointers in services by vabr · 7 years ago
  19. c64944c Remove base::NonThreadSafe now that all users are gone!! by gab · 7 years ago
  20. 9d6e481 chromeos: fixs coordinate conversion in mus by Scott Violet · 7 years ago
  21. f4731b4 Add FrameSinkMnagerClientBinding Class by Alex Zhang · 7 years ago
  22. 69eb2e5 viz: services/ui/surfaces => components/viz/display_compositor by Fady Samuel · 7 years ago
  23. 29e1c03f Implement a MoveCursorToScreenLocation for just the window manager. by erg · 7 years ago
  24. 9bdbcce Replace cc::EffectNode::owning_layer_id with a 64-bit stable_id. by Chris Harrelson · 7 years ago
  25. bf459a8 Remove msw from services/ui/OWNERS. by msw · 7 years ago
  26. 6c0fedf Add EventTargeterDelegate for EventTargeter in mus-ws. by riajiang · 7 years ago
  27. 0924893 Surface synchronization: Don't gutter translucent windows by fsamuel · 7 years ago
  28. 2da93ed Remove MojoCompositorFrameSink::EvictCurrentSurface by fsamuel · 7 years ago
  29. aa57feb chromeos: makes Window::SetTransform update server by Scott Violet · 7 years ago
  30. 0ccd570 chromeos: makes window_finder honor transform set on window by Scott Violet · 7 years ago
  31. 73de84a Separate out event-targeting logic in EventDispatcher to EventTargeter. by riajiang · 7 years ago
  32. f4218b99 Move ui_services_unittests into service_unittest. by erg · 7 years ago
  33. 0fb00abc Keep root_location to be in pixels and display coordinates in WS. by riajiang · 7 years ago
  34. b25d138 Set visibility to true upon creation of DisplayPrivate by Alex Zhang · 7 years ago
  35. 2771709 chromeos: changes how DisplayManagerObservers are notified by sky · 7 years ago
  36. ce00cf8 chromeos: Fix handling of null in NativeDisplayDelegate by sky · 7 years ago
  37. 1bcf030 Move ClientCompositorFrameSink to components/viz by samans · 7 years ago
  38. f3d24ad Ensure the services gpu tests run with ozone. by erg · 7 years ago
  39. 8ce908ee Move display_service_unittests to services_unittests. by erg · 7 years ago
  40. a795597 Mushrome: Plumb LocalSurfaceId When Surface Synchronization Enabled by fsamuel · 7 years ago
  41. 5dee298 chromeos: Changes DisplayManagerObserver to have a single function by sky · 7 years ago
  42. ac50ea8 Remove ClientCompositorFrameSinkBinding by samans · 7 years ago
  43. a5ac6b4b Move more tests suites to services_unittests. by erg · 7 years ago
  44. d86012b8 Have mash_browser_tests recreate BackgroundServiceManager per test by jonross · 7 years ago
  45. 7265b1cc chromeos: adds TouchDeviceServer and wires up in mushrome by sky · 7 years ago
  46. 0dd1838e Move more mus tests to service_unittest. by erg · 7 years ago
  47. d99444db Revert of chromeos: adds TouchDeviceServer and wires up in mushrome (patchset #1 id:1 of https://codereview.chromium.org/2901563002/ ) by mek · 7 years ago
  48. 68e20f4 chromeos: adds TouchDeviceServer and wires up in mushrome by sky · 7 years ago
  49. 9404a23 [cc] Add and plumb CFS::DidNotProduceFrame. by eseckler · 7 years ago
  50. 2f68b6f chromeos: moves setting of touch state to a separate class by sky · 7 years ago
  51. 99bfbb1 renames mus_ws_unittests to ui_service_unittests by sky · 7 years ago
  52. 0bcca1e6 Add CompositorFrameSinkClientBinding To Be Used By FrameGenerator by staraz · 7 years ago
  53. f4938cd Remove the mus_clipboard target and merge it into service_unittests. by erg · 7 years ago
  54. 77a8c758 Only send the FrameSinkId to client when it is necessary by penghuang · 7 years ago
  55. e334e56 Move components/display_compositor to components/viz/display_compositor by xing.xu · 7 years ago
  56. 5ff87ce Automated IWYU fix for TaskRunner includes. by Gabriel Charette · 7 years ago
  57. 6958e7f mash: Serialize ShelfIDs for property conversion and transport. by msw · 7 years ago
  58. 4ad81c08 Remove the i from visib[i]le. by erg · 7 years ago
  59. 1b91d7d Add apis for the window manager to control the cursor in mus. by erg · 7 years ago
  60. f4d8a94 Mojo C++ Bindings: Remove redundant InterfaceRequest APIs by Ken Rockot · 7 years ago
  61. f64a25e Add missing IWYU message_loop.h includes. by gab · 7 years ago
  62. 8f9139e Reland of gpu: GPU service scheduler. (patchset #1 id:1 of https://codereview.chromium.org/2881813002/ ) by sunnyps · 7 years ago
  63. 9d3cbf5b Revert of gpu: GPU service scheduler. (patchset #18 id:340001 of https://codereview.chromium.org/2814843002/ ) by jdonnelly · 7 years ago
  64. 4247245 Mojo C++ Bindings: Remove superfluous Bind overloads by Ken Rockot · 7 years ago
  65. e7e36ccda gpu: GPU service scheduler. by sunnyps · 7 years ago
  66. 0639e21a Enable use_once_callback on mojom GN rule by default by tzik · 7 years ago
  67. 39a2ba4 Use ScopedTaskEnvironment instead of MessageLoop in service_manager::test::ServiceTest. by fdoray · 7 years ago
  68. 4f3b335 Add workaround for Mac stencil buffer leak by ericrk · 7 years ago
  69. 4d29154 mus-gpu: Bind GpuMain on the gpu thread. by sadrul · 7 years ago
  70. 4112122 Install HostSharedBitmapManager to cc::Display created by MusDisplayProvider by staraz · 7 years ago
  71. 9af279f chromeos: makes mus send keyevents to display root when nothing has focus by sky · 7 years ago
  72. 2998ee7 Replace "nested message loop" with "nested run loop" in comments. by gab · 7 years ago
  73. 7af9dc0 Make nesting/running states a RunLoop rather than a MessageLoop concept. by gab · 7 years ago
  74. e8422c6 Don't submit frames with no render passes in cc tests by samans · 7 years ago
  75. 84b8a5f mash: Replace int ShelfIDs with AppLaunchID strings. by msw · 7 years ago
  76. beabb62 Make disabling accelerated VPX decoding a GPU driver bug workaround. by jbauman · 7 years ago
  77. 457a0cc Fix a TODO in GN file by ben · 7 years ago
  78. a5c972c Eliminate bind callback that doesn't take a BindSourceInfo parameter. by ben · 7 years ago
  79. 2c386b2 Eliminate InterfaceFactory. by ben · 7 years ago
  80. 76d6d9c Remove BitmapArray. by erg · 7 years ago
  81. 50510ac Delete the tracing service by chiniforooshan · 7 years ago
  82. f28ce88 Optionally pass BindSourceInfo as a parameter to BinderRegistry callbacks. by ben · 7 years ago
  83. 2c36828d Replace ServiceInfo with BindSourceInfo. by ben · 7 years ago
  84. cfaad89 chromeos: Makes mushrome use simplified display management by sky · 7 years ago
  85. 160584b Normalize the format of DVLOG(1) messages in window_tree.cc. by erg · 7 years ago
  86. a3cfe14 [views-mus] Support custom cursors. by erg · 7 years ago
  87. 803dba30 Migrate RenderFrameImpl to use BinderRegistry. by ben · 7 years ago
  88. 3ea804c Update Mus IME mojom and struct traits with new style enums and tests. by moshayedi · 7 years ago
  89. b69ccf6 IME for Mus: Structs and StructTraits for IME Candidate Window. by moshayedi · 7 years ago
  90. bfc507f Add FrameSinkManagerHost to NoTransportImageTransportFactory. by kylechar · 7 years ago
  91. eeba7c62 Change ui cursor identifiers to an enum class. by erg · 7 years ago
  92. 0a81bea Make ForwardingDisplayDelegate initially sync. by kylechar · 7 years ago
  93. dea86b1 Fix latency tracking for coalesced events in Mus. by mfomitchev · 7 years ago
  94. f086659 cc: Fix anti-aliasing seams between tiled mask quads by sunxd · 7 years ago
  95. 90b3233 chromeos: Converts event dispatch in mus to use callbacks by sky · 7 years ago
  96. bba53b1 gpu: Empty swaps for surfaceless output surfaces. by reveman · 7 years ago
  97. 1973201a Verify GpuService During FrameSink Creation by jonross · 7 years ago
  98. c53add46 mus: Changes SetDisplayRoot() to create actual display by sky · 7 years ago
  99. 1139536 SkBitmap and SkPixelRef no longer need lock/unlock by reed · 7 years ago
  100. a5a9fddc Extracts parameters to WindowTreeHostMus into structure by sky · 7 years ago