• 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
..
animation Loading commit data...
engine Loading commit data...
examples Loading commit data...
flx Loading commit data...
gestures Loading commit data...
harness Loading commit data...
painting Loading commit data...
rendering Loading commit data...
services Loading commit data...
widget Loading commit data...