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
/
aura_demo
/
aura_demo.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace most uses of ViewManagerInitService with client lib ViewManager::Embe...
ben
2014-09-22
1
-21
/
+20
*
Move application:chromium bindings to mojo/application/
jamesr
2014-09-13
1
-1
/
+1
*
Update view_manager and window_manager to make use of content handling.
aa
2014-09-05
1
-7
/
+6
*
mojo: first take on removing mojo_main_{chromium,standalone}.
tim@chromium.org
2014-08-21
1
-5
/
+6
*
Rename Node to View in the View Manager mojom & client lib. Service TBD.
ben@chromium.org
2014-08-12
1
-3
/
+3
*
Eliminate View, folding methods into Node.
ben@chromium.org
2014-08-11
1
-6
/
+3
*
Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & emb...
ben@chromium.org
2014-08-07
1
-1
/
+4
*
Mojo: split up service_provider.mojom
darin@chromium.org
2014-07-31
1
-1
/
+0
*
Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...
ben@chromium.org
2014-07-29
1
-1
/
+1
*
Nukes view_manager namespace
sky@chromium.org
2014-07-24
1
-8
/
+7
*
Mojo: Use InterfaceFactory<Interface> for service registration
jamesr@chromium.org
2014-07-24
1
-3
/
+7
*
Attempt at cleaning up a bunch of shutdown issues.
ben@chromium.org
2014-07-11
1
-0
/
+4
*
Split ServiceProvider into 3
davemoore@chromium.org
2014-06-25
1
-5
/
+10
*
Clean up WTH creation
ben@chromium.org
2014-06-20
1
-150
/
+26
*
Changes routing of input events in view manager
sky@chromium.org
2014-06-18
1
-0
/
+3
*
Move native_viewport.mojom into public/interfaces
ben@chromium.org
2014-06-17
1
-1
/
+1
*
Rename ViewManager types
sky@chromium.org
2014-06-17
1
-18
/
+19
*
Mojo: Remove extraneous end-of-file newlines.
viettrungluu@chromium.org
2014-06-14
1
-1
/
+0
*
Implement reordering of nodes.
ben@chromium.org
2014-06-12
1
-0
/
+6
*
Pass embedding app identity through at embed time
ben@chromium.org
2014-06-11
1
-0
/
+2
*
Moves common view_manager related aura files to mojo/aura
sky@chromium.org
2014-06-07
1
-11
/
+74
*
Makes IViewManager::Connects reuse connections as appropriate
sky@chromium.org
2014-06-05
1
-0
/
+3
*
Wire input events through the ViewManagerClient interface.
sky@chromium.org
2014-06-04
1
-0
/
+4
*
Gets aura_demo working with the view_manager
sky@chromium.org
2014-06-03
1
-17
/
+83
*
Mojo: more idiomatic C++ bindings
darin@chromium.org
2014-05-29
1
-1
/
+0
*
Support MojoMain() in an Application context
davemoore@chromium.org
2014-05-29
1
-31
/
+13
*
Shell / ShellClient -> ServiceProvider
davemoore@chromium.org
2014-05-27
1
-5
/
+6
*
Revert 272983 "Change Shell / ShellClient to ServiceProvider"
davemoore@chromium.org
2014-05-27
1
-6
/
+5
*
Change Shell / ShellClient to ServiceProvider
davemoore@chromium.org
2014-05-27
1
-5
/
+6
*
Cleanup: Use base::CommandLine in mojo/
thestig@chromium.org
2014-05-24
1
-1
/
+1
*
Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl
darin@chromium.org
2014-05-09
1
-5
/
+3
*
Shuffles around some files
sky@chromium.org
2014-05-06
1
-4
/
+4
*
Makes PlatformEventSource creation in Env conditional
sky@chromium.org
2014-05-05
1
-1
/
+1
*
Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.
viettrungluu@chromium.org
2014-04-01
1
-1
/
+1
*
Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.
viettrungluu@chromium.org
2014-03-31
1
-2
/
+2
*
Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h.
viettrungluu@chromium.org
2014-03-31
1
-1
/
+1
*
Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own f...
viettrungluu@chromium.org
2014-03-28
1
-2
/
+1
*
Revert of Move GetCursor() method from WindowDelegate to its own delegate int...
ben@chromium.org
2014-03-27
1
-0
/
+3
*
Mojo: Move public C system header files to mojo/public/c/system/.
viettrungluu@chromium.org
2014-03-26
1
-2
/
+2
*
Move GetCursor() method from WindowDelegate to its own delegate interface Cur...
ben@chromium.org
2014-03-26
1
-3
/
+0
*
Move layer recreation logic entirely into LayerOwner::RecreateLayer().
ben@chromium.org
2014-03-26
1
-2
/
+0
*
Invert the ownership relationship between WindowEventDispatcher and WindowTre...
ben@chromium.org
2014-02-28
1
-13
/
+7
*
Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.
ben@chromium.org
2014-02-28
1
-2
/
+2
*
Mojo: Include "path/to/foo.mojom.h"
darin@chromium.org
2014-02-27
1
-2
/
+2
*
Move root_window.* to window_event_dispatcher.*
ben@chromium.org
2014-02-21
1
-1
/
+1
*
Rename RootWindow -> WindowEventDispatcher.
ben@chromium.org
2014-02-21
1
-9
/
+9
*
Remove some methods from RootWindow that really belong on the WTH.
ben@chromium.org
2014-02-16
1
-1
/
+1
*
Move root_window_host* in aura to window_tree_host*.
ben@chromium.org
2014-02-14
1
-6
/
+6
*
Change mojo demo apps to use Application.
davemoore@chromium.org
2014-02-13
1
-14
/
+6
*
Create Application class
davemoore@chromium.org
2014-02-12
1
-1
/
+2
[next]