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

core: support traces with TracingStartedInBrowser event #5271

Merged
merged 5 commits into from
Jun 4, 2018

Commits on May 26, 2018

  1. core: Support traces with TracingStartedInBrowser event

    Since version 67 Chrome uses a new schema to describe page frame tree.
    The tree is encoded within TracingStartedInBrowser trace event.
    The patch makes lighthouse to support the new event.
    Legacy TracingStartedInPage event is going to the removed soon.
    a1ph committed May 26, 2018
    Configuration menu
    Copy the full SHA
    9785181 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. add name to externs

    patrickhulce committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    328cd03 View commit details
    Browse the repository at this point in the history
  2. brendan's comments

    patrickhulce committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3678880 View commit details
    Browse the repository at this point in the history
  3. semicolon

    patrickhulce committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    d63f491 View commit details
    Browse the repository at this point in the history
  4. core: Support traces with TracingStartedInBrowser event

    Since version 67 Chrome uses a new schema to describe page frame tree.
    The tree is encoded within TracingStartedInBrowser trace event.
    The patch makes lighthouse to support the new event.
    Legacy TracingStartedInPage event is going to the removed soon.
    a1ph committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    559ae44 View commit details
    Browse the repository at this point in the history