index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mojo
/
examples
/
window_manager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.
darin@chromium.org
2014-07-29
1
-10
/
+11
*
Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...
ben@chromium.org
2014-07-29
1
-1
/
+1
*
Remove extraneous namespaces
davemoore@chromium.org
2014-07-26
3
-48
/
+45
*
Distinguish between keystroke and character events.
kpschoedel@chromium.org
2014-07-25
1
-6
/
+14
*
Nukes view_manager namespace
sky@chromium.org
2014-07-24
3
-17
/
+5
*
Mojo: Use InterfaceFactory<Interface> for service registration
jamesr@chromium.org
2014-07-24
1
-16
/
+24
*
Mojo: Introduces mojo::EventType and mojo::EventFlags
morrita@chromium.org
2014-07-24
1
-1
/
+1
*
Add EmbedRoot to ViewManagerService.
ben@chromium.org
2014-07-23
1
-1
/
+1
*
Allow EmbedRoot to be called multiple times.
ben@chromium.org
2014-07-22
1
-5
/
+10
*
Revert 284322 "Allow EmbedRoot to be called multiple times."
ben@chromium.org
2014-07-19
1
-10
/
+5
*
Allow EmbedRoot to be called multiple times.
ben@chromium.org
2014-07-19
1
-5
/
+10
*
mojo: Make InterfacePtr<> testable in if() statements without .get().
erg@chromium.org
2014-07-19
1
-1
/
+1
*
Mojo: Automatically prepend enum names to enum values for C++ bindings.
sammc@chromium.org
2014-07-16
2
-10
/
+11
*
Preliminary interactive layout of window manager's demo_launcher.
hansmuller@chromium.org
2014-07-16
1
-19
/
+87
*
Attempt at cleaning up a bunch of shutdown issues.
ben@chromium.org
2014-07-11
1
-6
/
+8
*
Connect X11 ConfigureNotify events to Mojo
hansmuller@chromium.org
2014-07-10
1
-2
/
+38
*
Revert of Connect X11 ConfigureNotify events to Mojo (https://codereview.chro...
horo@chromium.org
2014-07-09
1
-38
/
+2
*
Connect X11 ConfigureNotify events to Mojo
hansmuller@chromium.org
2014-07-09
1
-2
/
+38
*
Mojo: Add a cross-app nav test to the window manager.
aa@chromium.org
2014-06-27
2
-9
/
+20
*
Mojo: Add a "close last window" button to the window manager.
aa@chromium.org
2014-06-27
3
-12
/
+27
*
Mojo: Focus browser app on click.
aa@chromium.org
2014-06-27
1
-2
/
+2
*
Stop creating colored squares on deadspace click.
aa@chromium.org
2014-06-26
3
-41
/
+68
*
Mojo: Plumb html_viewer.cc navigations through navigator interface.
aa@chromium.org
2014-06-26
1
-0
/
+12
*
Add a debug panel to mojo_demo_launcher. Will be used for various controls of...
aa@chromium.org
2014-06-26
4
-14
/
+214
*
Keyboard tweaks
sky@chromium.org
2014-06-26
1
-4
/
+12
*
Split ServiceProvider into 3
davemoore@chromium.org
2014-06-25
1
-18
/
+27
*
Initial version of keyboard
sky@chromium.org
2014-06-25
2
-12
/
+135
*
Revert 279769 "Initial version of keyboard"
sky@chromium.org
2014-06-25
2
-135
/
+12
*
Initial version of keyboard
sky@chromium.org
2014-06-25
2
-12
/
+135
*
Mojo: Partially implement input events in html_viewer.
erg@chromium.org
2014-06-25
1
-1
/
+1
*
More aesthetically appealing sizing for the content areas.
ben@chromium.org
2014-06-24
1
-2
/
+14
*
Run input events through a window-manager supplied ViewEventDispatcher so it ...
ben@chromium.org
2014-06-24
1
-2
/
+16
*
Add cross-application navigation.
aa@chromium.org
2014-06-23
1
-17
/
+33
*
Mojo: Fix DCHECK on middle-click in window manager.
aa@chromium.org
2014-06-20
1
-1
/
+2
*
Mojo: teach launcher about mojo:// URLs.
aa@chromium.org
2014-06-20
1
-10
/
+6
*
mv services/navigation.mojom services/public/interfaces/navigation.mojom
aa@chromium.org
2014-06-19
1
-1
/
+1
*
Turn 'browser' app into a 'launcher' app that window_manager
aa@chromium.org
2014-06-19
1
-35
/
+96
*
When you moved the native viewport, the contents would move to an incorrect p...
ben@chromium.org
2014-06-19
1
-4
/
+5
*
Eliminate Launchable. Use Navigator instead.
ben@chromium.org
2014-06-19
1
-1
/
+7
*
Client side name cleanup
ben@chromium.org
2014-06-17
1
-9
/
+8
*
Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an i...
ben@chromium.org
2014-06-13
1
-1
/
+1
*
Introduce very beginning of navigation.
aa@chromium.org
2014-06-12
1
-4
/
+36
*
Wires up necessary pieces to use views with view_manager
sky@chromium.org
2014-06-10
1
-0
/
+2
*
Fix ownership bug with ViewObserver::OnViewInputEvent
sky@chromium.org
2014-06-10
1
-2
/
+2
*
Now that there are N ViewManager instances, one per unique connection, just l...
ben@chromium.org
2014-06-10
1
-1
/
+1
*
Consolidates view_manager typedefs
sky@chromium.org
2014-06-09
1
-5
/
+5
*
Add an example that nests embedded app, so we have two levels of nesting (and...
ben@chromium.org
2014-06-07
1
-28
/
+43
*
Provide an API to the example window manager app that supports closing a window.
ben@chromium.org
2014-06-06
3
-12
/
+78
*
Add support for multiple roots to the client lib.
ben@chromium.org
2014-06-06
1
-3
/
+13
*
Get view manager client lib unit test harness to run again. Does not get any ...
ben@chromium.org
2014-06-03
1
-1
/
+1
[next]