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

feat: add mutation logging to DevTools profiler #4544

Merged
merged 36 commits into from
Sep 12, 2024

Commits on Sep 9, 2024

  1. feat(engine): tooltips

    nolanlawson committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    924792c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    7a2bd36 View commit details
    Browse the repository at this point in the history
  2. test: start adding tests

    nolanlawson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a6b6c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c423c9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e3addc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9372c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2535573 View commit details
    Browse the repository at this point in the history
  7. refactor: comments

    nolanlawson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    523e8e2 View commit details
    Browse the repository at this point in the history
  8. test: better tests

    nolanlawson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    02f2189 View commit details
    Browse the repository at this point in the history
  9. test: fix unit tests

    nolanlawson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    56a3e1f View commit details
    Browse the repository at this point in the history
  10. fix: synthetic lifecycle

    nolanlawson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    93c25f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    256c11f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3044f0f View commit details
    Browse the repository at this point in the history
  13. refactor: refactor

    nolanlawson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    98744dd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update packages/@lwc/engine-core/src/framework/mutation-logger.ts

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    nolanlawson and wjhsf committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ca87b40 View commit details
    Browse the repository at this point in the history
  2. Update packages/@lwc/engine-core/src/framework/profiler.ts

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    nolanlawson and wjhsf committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7989ae6 View commit details
    Browse the repository at this point in the history
  3. Update packages/@lwc/engine-core/src/framework/profiler.ts

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    nolanlawson and wjhsf committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    162a968 View commit details
    Browse the repository at this point in the history
  4. Update packages/@lwc/engine-core/src/framework/mutation-logger.ts

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    nolanlawson and wjhsf committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2e5f907 View commit details
    Browse the repository at this point in the history
  5. Update packages/@lwc/engine-core/src/framework/profiler.ts

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    nolanlawson and wjhsf committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ffeb788 View commit details
    Browse the repository at this point in the history
  6. Update packages/@lwc/engine-core/src/framework/profiler.ts

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    nolanlawson and wjhsf committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c736bca View commit details
    Browse the repository at this point in the history
  7. fix: import

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2894807 View commit details
    Browse the repository at this point in the history
  8. fix: comment

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6263b44 View commit details
    Browse the repository at this point in the history
  9. fix: code cleanup

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    ddef333 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1138ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    576b9bb View commit details
    Browse the repository at this point in the history
  12. fix: dead code

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1f2e120 View commit details
    Browse the repository at this point in the history
  13. fix: todo for signals

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    62981f6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b5cb353 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e895ad View commit details
    Browse the repository at this point in the history
  16. fix: simplify ternary

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c7dcf3f View commit details
    Browse the repository at this point in the history
  17. fix: recursive objects

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    561d149 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0117c6e View commit details
    Browse the repository at this point in the history
  19. fix: typo

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c300249 View commit details
    Browse the repository at this point in the history
  20. fix: simplify language

    nolanlawson committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4e322ab View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix: tweak colors

    nolanlawson committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    22eceb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f3e6a View commit details
    Browse the repository at this point in the history