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

Inject InspectorFrontendHost in the Inspector frontend and communicate over raw sockets #317

Merged
merged 4 commits into from
Sep 18, 2015

Commits on Sep 18, 2015

  1. Inject InspectorFrontendHost so that we could stop using web sockets …

    …to communicate with the inspector
    KristinaKoeva committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    a4de92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50eaae4 View commit details
    Browse the repository at this point in the history
  3. If the message send from the frontend is big enough, the backend rece…

    …ive chunks of the data instead of the whole data, so set a low water to disable the chunk receiving.
    KristinaKoeva committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    fda9dcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c180115 View commit details
    Browse the repository at this point in the history