• Adam Barth's avatar
    Rationalize embedder.dart and shell.dart · fab160cf
    Adam Barth authored
    This patch combines embedder.dart and shell.dart into one thing. We should now
    handle a bunch of error cases better.
    
      * embedder.connectToApplication has moved to shell.connectToApplication,
        matching the rest of the mojo universe.
      * embedder.connecttoService has moved to shell.connnectToService (and merged
        with shell.requestService).
      * shell.requestService is now shell.connectToService, matching the rest of
        the mojo universe.
      * serviceRegistry has moved from embedder.serviceRegistry to a top-level
        getter.
    
    Fixes #1803
    fab160cf
Name
Last commit
Last update
..
action.dart Loading commit data...
action_spline.dart Loading commit data...
color_secuence.dart Loading commit data...
constraint.dart Loading commit data...
effect_line.dart Loading commit data...
image_map.dart Loading commit data...
label.dart Loading commit data...
layer.dart Loading commit data...
node.dart Loading commit data...
node3d.dart Loading commit data...
node_with_size.dart Loading commit data...
particle_system.dart Loading commit data...
physics_body.dart Loading commit data...
physics_collision_groups.dart Loading commit data...
physics_debug.dart Loading commit data...
physics_group.dart Loading commit data...
physics_joint.dart Loading commit data...
physics_shape.dart Loading commit data...
physics_world.dart Loading commit data...
sound.dart Loading commit data...
sound_manager.dart Loading commit data...
sprite.dart Loading commit data...
sprite_box.dart Loading commit data...
sprite_widget.dart Loading commit data...
spritesheet.dart Loading commit data...
texture.dart Loading commit data...
textured_line.dart Loading commit data...
util.dart Loading commit data...
virtual_joystick.dart Loading commit data...