- 17748983 Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & embeddee to expose services to each other alongside the Embed action. by [email protected] · 11 years ago
- 17214644 Revert 288013 "First cut at "content handling" support in Mojo." by [email protected] · 11 years ago
- 68370d7 First cut at "content handling" support in Mojo. by [email protected] · 11 years ago
- c499f79 Mojo: Add simple support for request body and headers. by [email protected] · 11 years ago
- e9b17cf Mojo: split up service_provider.mojom by [email protected] · 11 years ago
- d779626 Mojo: add InterfaceFactoryImpl, use composition rather than inheritance. by [email protected] · 11 years ago
- 2992d10 Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEmbed call by [email protected] · 11 years ago
- 9e77141 Remove extraneous namespaces by [email protected] · 11 years ago
- dc11fe33 Mojo: Set a default value for the --origin command line switch. by [email protected] · 11 years ago
- 947211d0 Distinguish between keystroke and character events. by [email protected] · 11 years ago
- 86f1205 Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop by [email protected] · 11 years ago
- bc335801 Nukes view_manager namespace by [email protected] · 11 years ago
- d7c088c6 As discussed, a new WM bootstrap flow. by [email protected] · 11 years ago
- ffdb373 Mojo: Use InterfaceFactory<Interface> for service registration by [email protected] · 11 years ago
- bb7004b1 Mojo: Introduces mojo::EventType and mojo::EventFlags by [email protected] · 11 years ago
- 6f9bc6e Add EmbedRoot to ViewManagerService. by [email protected] · 11 years ago
- ee544e1a Mojo: Get rid of ui::gfx from sample_app by [email protected] · 11 years ago
- b9e6a3d Allow EmbedRoot to be called multiple times. by [email protected] · 11 years ago
- b567f3d Revert 284322 "Allow EmbedRoot to be called multiple times." by [email protected] · 11 years ago
- 2809e927 Allow EmbedRoot to be called multiple times. by [email protected] · 11 years ago
- 3ecf828 mojo: Make InterfacePtr<> testable in if() statements without .get(). by [email protected] · 11 years ago
- 27e6a21 cc: Parameterize the main thread task runner by [email protected] · 11 years ago
- f62b3703 Mojo: Move sample_app out from namespace mojo by [email protected] · 11 years ago
- 55c5bbea Move mojo/examples/html_viewer to mojo/services/html_viewer. by [email protected] · 11 years ago
- 2ea94503 Mojo: Automatically prepend enum names to enum values for C++ bindings. by [email protected] · 11 years ago
- cb320358 Make DrawQuad constructors public, rm DQ::Create() function by [email protected] · 11 years ago
- d771d67 Preliminary interactive layout of window manager's demo_launcher. by [email protected] · 11 years ago
- 15119f5 mojo: add a String <> GURL TypeConverter by [email protected] · 11 years ago
- 412ffac Mojo surfaces service and example app by [email protected] · 11 years ago
- 4e72e787 Attempt at cleaning up a bunch of shutdown issues. by [email protected] · 11 years ago
- 91025cc Mojo: Refactor URLLoader interface. by [email protected] · 11 years ago
- d6fb8ef Connect X11 ConfigureNotify events to Mojo by [email protected] · 11 years ago
- 8da69f52 Fixes another compile error when warnings are set by [email protected] · 11 years ago
- 6eba8c4 Revert of Connect X11 ConfigureNotify events to Mojo (https://codereview.chromium.org/354933002/) by [email protected] · 11 years ago
- 4c2858a Connect X11 ConfigureNotify events to Mojo by [email protected] · 11 years ago
- bad78b1 Remove DispositionChangePhase. by [email protected] · 11 years ago
- 7035bc9 Add support for strong future sync points. by [email protected] · 11 years ago
- 1eab2b8 Mojo: Scrollbars that do not crash by [email protected] · 11 years ago
- a29b52f Mojo: Add WebThemeEngine implementation. by [email protected] · 11 years ago
- a011972 Mojo: Add a cross-app nav test to the window manager. by [email protected] · 11 years ago
- aae714e Mojo demo: Add support for mouse wheel events to html_viewer. by [email protected] · 11 years ago
- f1e300e1 Mojo: Add a "close last window" button to the window manager. by [email protected] · 11 years ago
- 7102ac7 Mojo: Focus browser app on click. by [email protected] · 11 years ago
- 9af75ae Stop creating colored squares on deadspace click. by [email protected] · 11 years ago
- b17d3b5 Mojo demo: fix random background. by [email protected] · 11 years ago
- 9d70b6a Mojo: Plumb html_viewer.cc navigations through navigator interface. by [email protected] · 11 years ago
- 02795f3 Add control UI and API for the media viewer app. by [email protected] · 11 years ago
- 9e04365 Add a debug panel to mojo_demo_launcher. Will be used for various controls of demo functionality. by [email protected] · 11 years ago
- 4651f1f Mojo: Add a very hacky key handling to html_document_viewer. by [email protected] · 11 years ago
- 47eae5f7 Keyboard tweaks by [email protected] · 11 years ago
- 8fc44a9 Split ServiceProvider into 3 by [email protected] · 11 years ago
- 1dfdc0b Initial version of keyboard by [email protected] · 11 years ago
- 9be6405 Revert 279769 "Initial version of keyboard" by [email protected] · 11 years ago
- b619980 Initial version of keyboard by [email protected] · 11 years ago
- bd089bb Add mojo media viewer app - the boilerplate part. by [email protected] · 11 years ago
- 26a32e5 Mojo: Partially implement input events in html_viewer. by [email protected] · 11 years ago
- 54ce7e73 More aesthetically appealing sizing for the content areas. by [email protected] · 11 years ago
- c3be2c8 Mojo: A couple more tweaks to make the HTML Viewer App run better. by [email protected] · 11 years ago
- 6c9ceab Run input events through a window-manager supplied ViewEventDispatcher so it can implement focus-on-click. by [email protected] · 11 years ago
- 2969ccb Mojo: Add dummy session storage implementation. by [email protected] · 11 years ago
- 5077dbd8 Mojo: Load document data through WebURLLoader. by [email protected] · 11 years ago
- 2874152 Add cross-application navigation. by [email protected] · 11 years ago
- 5077a552 Mojo: Fix DCHECK on middle-click in window manager. by [email protected] · 11 years ago
- 4336d85f Mojo: HTML Viewer based on Blink. by [email protected] · 11 years ago
- a0fb77a8 Mojo: teach launcher about mojo:// URLs. by [email protected] · 11 years ago
- cce694a7 Clean up WTH creation by [email protected] · 11 years ago
- 5f71a37 mv services/navigation.mojom services/public/interfaces/navigation.mojom by [email protected] · 11 years ago
- c7350bc4 Remove <enter> hack that is no longer needed. by [email protected] · 11 years ago
- dc57121 Turn 'browser' app into a 'launcher' app that window_manager by [email protected] · 11 years ago
- f2f1d31 When you moved the native viewport, the contents would move to an incorrect position due to an issue with non-client/client adjustment in native_viewport_win. by [email protected] · 11 years ago
- 3c16f0f Eliminate Launchable. Use Navigator instead. by [email protected] · 11 years ago
- 9a067d5 Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_.... by [email protected] · 11 years ago
- a1347688 Changes routing of input events in view manager by [email protected] · 11 years ago
- 20edff6 Remove OnRootRemoved from ViewManagerDelegate by [email protected] · 11 years ago
- df4e2517 Move native_viewport.mojom into public/interfaces by [email protected] · 11 years ago
- 80b3653 Client side name cleanup by [email protected] · 11 years ago
- e6a1635 Rename ViewManager types by [email protected] · 11 years ago
- c6eac1cc Mojo: Remove extraneous end-of-file newlines. by [email protected] · 11 years ago
- 47b335d Only change the spinning cube color on right click. by [email protected] · 11 years ago
- 90c6fd7 Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an image viewer app that decodes the provided data stream as PNG and renders it in a View associated with the supplied node. by [email protected] · 11 years ago
- 0d388725 Launcher flow by [email protected] · 11 years ago
- f6435d2 Implement reordering of nodes. by [email protected] · 11 years ago
- 98fd5b2 Introduce very beginning of navigation. by [email protected] · 11 years ago
- 59c343b Renames view manager Connect methods to Embed by [email protected] · 11 years ago
- 7613578 Pass embedding app identity through at embed time by [email protected] · 11 years ago
- 33bc2bc Wires up necessary pieces to use views with view_manager by [email protected] · 11 years ago
- 34f661c Mojo: cleanup redirect handling for network service. by [email protected] · 11 years ago
- 7c2ebfd Fix ownership bug with ViewObserver::OnViewInputEvent by [email protected] · 11 years ago
- 351436d Now that there are N ViewManager instances, one per unique connection, just like N ViewManagerSynchronizer instances, it made sense to merge ViewManager & ViewManagerSynchronizer, especially since client code isn't allowed to create/own the ViewManager directly. by [email protected] · 11 years ago
- 7d8e41a0 Consolidates view_manager typedefs by [email protected] · 11 years ago
- 0dbea5f Add Promises for EME (Chromium side) by [email protected] · 11 years ago
- 6929154 Moves common view_manager related aura files to mojo/aura by [email protected] · 11 years ago
- d0e2cfc Add an example that nests embedded app, so we have two levels of nesting (and thus two connections). by [email protected] · 11 years ago
- f55c05e [PPAPI] API definition for compositor artifacts by [email protected] · 11 years ago
- 74d9b7a Moves view_manager files to view_manager directory by [email protected] · 11 years ago
- 2457ca9 Provide an API to the example window manager app that supports closing a window. by [email protected] · 11 years ago
- e3c6322 Add support for multiple roots to the client lib. by [email protected] · 11 years ago
- dd6ee450 Mojo: Initial network service w/ URLLoader interface. by [email protected] · 11 years ago
- f08fdda Makes IViewManager::Connects reuse connections as appropriate by [email protected] · 11 years ago
- 4a7d4ac8 Wire input events through the ViewManagerClient interface. by [email protected] · 11 years ago