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

Added trace updates feature (DOM only) #16989

Merged
merged 12 commits into from
Oct 3, 2019
Merged

Commits on Oct 2, 2019

  1. Added trace updates feature (DOM only)

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    363bf0c View commit details
    Browse the repository at this point in the history
  2. Updated DevTools CHANGELOG

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    7e6882e View commit details
    Browse the repository at this point in the history
  3. Deleted unused getNodesForID() function

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    4720865 View commit details
    Browse the repository at this point in the history
  4. Optimized host node lookup for traced updates feature

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    19b54ed View commit details
    Browse the repository at this point in the history
  5. Enable trace updates for late-injected renderers

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    5b69234 View commit details
    Browse the repository at this point in the history
  6. Cleaned up event and method names

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    6044a56 View commit details
    Browse the repository at this point in the history
  7. Removed an unnecessary console log

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    32bd639 View commit details
    Browse the repository at this point in the history
  8. Tidied up a few comments and variable names

    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    df44bc4 View commit details
    Browse the repository at this point in the history
  9. Set a max duration for update highlights to prevent them from being s…

    …hown for too long a time
    Brian Vaughn committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    78ab545 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Intentionally do not re-enable the traceNearestHostComponentUpdate fl…

    …ag in the recursive mount case, because we don't want to highlight every host node inside of a newly mounted subtree.
    Brian Vaughn committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    373cba3 View commit details
    Browse the repository at this point in the history
  2. Moved a function call inside of a conditional

    Brian Vaughn committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    4ed7ff0 View commit details
    Browse the repository at this point in the history
  3. Make sure saved trace-updates preference is restored properly after a…

    … reload
    Brian Vaughn committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    2492694 View commit details
    Browse the repository at this point in the history