Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a HtmlElementView for the debugger page #1255

Merged
merged 26 commits into from
Oct 29, 2019

Commits on Oct 23, 2019

  1. Introduce inicial debugger page

    Dave Shuckerow committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8111dd0 View commit details
    Browse the repository at this point in the history
  2. Write a hello_world debugger screen

    Dave Shuckerow committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    a1d4fb5 View commit details
    Browse the repository at this point in the history
  3. Try loading special content for the debugger screen

    Dave Shuckerow committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    a793c20 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Get the app showing

    Dave Shuckerow committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    81bfe53 View commit details
    Browse the repository at this point in the history
  2. Make the content render properly

    Dave Shuckerow committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    f185ab4 View commit details
    Browse the repository at this point in the history
  3. Handle sizing and background color from flutter app

    Dave Shuckerow committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e15cec0 View commit details
    Browse the repository at this point in the history
  4. Explain the root override

    Dave Shuckerow committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    81f9856 View commit details
    Browse the repository at this point in the history
  5. Remove print statements

    Dave Shuckerow committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ba928e5 View commit details
    Browse the repository at this point in the history
  6. Organize imports

    Dave Shuckerow committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a396246 View commit details
    Browse the repository at this point in the history
  7. Update to macos runners to make it work

    Dave Shuckerow committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6da8d83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef30194 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Update comments

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    cebe84d View commit details
    Browse the repository at this point in the history
  2. Get mouse events propagating properly

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    dfd3006 View commit details
    Browse the repository at this point in the history
  3. Update comments

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    0173643 View commit details
    Browse the repository at this point in the history
  4. Show the debugger tab on desktop

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2e5d812 View commit details
    Browse the repository at this point in the history
  5. More cleanup

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2e33040 View commit details
    Browse the repository at this point in the history
  6. Travis needs the generated plugin registrant to run tests

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    9895b70 View commit details
    Browse the repository at this point in the history
  7. Add comments to html about the relationship between debugger_screen a…

    …nd index
    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    3772e0f View commit details
    Browse the repository at this point in the history
  8. Update debugger availability comments

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    741bed9 View commit details
    Browse the repository at this point in the history
  9. Update debugger availability comments

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    8dec14d View commit details
    Browse the repository at this point in the history
  10. Update TODOs

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    53f4fb0 View commit details
    Browse the repository at this point in the history
  11. Rev version number of split

    Dave Shuckerow committed Oct 25, 2019
    1 Configuration menu
    Copy the full SHA
    1013de8 View commit details
    Browse the repository at this point in the history
  12. Re-remove generated plugin registrant

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    98f50f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae67ea7 View commit details
    Browse the repository at this point in the history
  14. enable-web in travis

    Dave Shuckerow committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a0614f5 View commit details
    Browse the repository at this point in the history
  15. Enable web only where needed

    Dave Shuckerow committed Oct 25, 2019
    1 Configuration menu
    Copy the full SHA
    52b6efd View commit details
    Browse the repository at this point in the history