vscode-memory-leak-finder

Find memory leaks in vscode

MIT License

Stars
3
Committers
2

Bot releases are visible (Hide)

vscode-memory-leak-finder - v5.50.0

Published by github-actions[bot] 4 months ago

  • feature: add disposed disposable count measure #1093
  • feature: add functions to measure disposed disposables #1094
  • feature: add growing arrays measure #1095
  • feature: add function to measure scope count #1097
vscode-memory-leak-finder - v5.49.0

Published by github-actions[bot] 4 months ago

  • feature: add iframe css selector to support nested iframes #1070
  • feature: add locator fill helper function #1072
  • feature: add settings context menu test #1080
  • feature: measure function count in ci #1081
  • feature: measure object count in ci #1084
  • feature: add canvas count measure #1088
vscode-memory-leak-finder - v5.48.0

Published by github-actions[bot] 4 months ago

  • feature: add detached dom node count chart #1046
  • feature: measure promise count in ci #1048
  • feature: generate charts svg in ci #1049
  • feature: add more download worker tests #1060
  • feature: update downloadPaths for ubuntu 24.04 #1058
vscode-memory-leak-finder - v5.47.0

Published by github-actions[bot] 4 months ago

  • fix: requiring electron error #1034
  • fix: debugger hanging waiting for connection #1035
  • feature: add explorer new file test #1033
  • feature: add settings search test #1040
  • feature: add settings select test #1041
  • feature: add settings checkbox test #1042
  • feature: add welcome expand step test #1044
vscode-memory-leak-finder - v5.46.0

Published by github-actions[bot] 4 months ago

  • feature: update vscode to 1.90.2 #1028
  • feature: add references test #1029
vscode-memory-leak-finder - v5.45.0

Published by github-actions[bot] 5 months ago

  • ci: use macos 14 #1014
  • feature: update vscode to v1.90.0 #1016
  • feature: update node to v22 #1017
  • feature: update ubuntu to v24 #1021
vscode-memory-leak-finder - v5.44.0

Published by github-actions[bot] 6 months ago

  • feature: update vscode to v1.88.1 #1008
  • feature: update node to v20 #1009
vscode-memory-leak-finder - v5.43.0

Published by github-actions[bot] 7 months ago

  • feature: disable flaky tests #997
  • feature: update vscode to v1.88.0 #1004
vscode-memory-leak-finder - v5.42.0

Published by github-actions[bot] 8 months ago

  • feature: use objectgroup for object count measure #956
  • feature: add dom counters measure #962
  • feature: add heap usage measure #965
  • feature: add global lexical scope names measure #968
  • feature: improve cli output for dom counters measure #971
  • feature: format heap usage bytes #975
vscode-memory-leak-finder - v5.41.0

Published by github-actions[bot] 9 months ago

  • feature: improve summary cli output #944
  • feature: make detached dom nodes with stacktraces measure more accurate #946
  • feature: attach disposable store stacktraces to disposables instead of disposable stores #949
  • feature: improve disposable store output: sort and format disposable stores #950
  • fix: timeout between should apply before taking measure #954
  • feature: update vscode to v1.86.1 #955
vscode-memory-leak-finder - v5.40.0

Published by github-actions[bot] 9 months ago

  • fix: release objectGroup in detachedDomNodes measure #928
  • feature: add detachedDomNodesDifferenceWithStackTraces measure #938
  • feature: update vscode to v1.86.0 #941
vscode-memory-leak-finder - v5.39.0

Published by github-actions[bot] 9 months ago

  • feature: add namedFunctionDifferenceWithSourceMap measure #870
  • feature: include constructor url in instanceCountsWithSourceMap measure #881
  • feature: exlcude native asyncFunctions from instance counts measure #883
  • feature: add instance counts difference with source map measure #884
  • fix: disposable difference measure #890
  • fix: event listeners with stack traces measure #892
  • feature: add quickpick commands test #895
  • fix: disposables measure #896
  • feature: add source map worker to make memory finder code more independent of source maps and possibly reduce memory usage, starting and stopping the source map worker on demand #899
  • fix: out of memory error due to keeping base64 sourcemaps into memory #922
  • feature: add event target difference measure #926
  • fix: release detached dom node object group #927
vscode-memory-leak-finder - v5.38.0

Published by github-actions[bot] 9 months ago

  • feature: query bound function locations #859
  • fix: headless mode when running locally #864
  • feature: enable git stage file test #836
  • docs: add function count measure docs #868
vscode-memory-leak-finder - v5.37.0

Published by github-actions[bot] 9 months ago

  • feature: add debug file test #830
  • feature: update vscode to v1.85.2 #822
  • feature: add source control stage file test #833
  • fix: regex measure #837
  • feature: add function difference measure #838
  • feature: add named function count measure #841
  • feature: add charts package for visualization #853
vscode-memory-leak-finder - v5.36.0

Published by github-actions[bot] 10 months ago

  • feature: add source action test #804
  • feature: add new text file test #808
  • feature: add release notes test #813
  • feature: add breadcrumbs test #814
  • feature: add search clear test #816
vscode-memory-leak-finder - v5.35.0

Published by github-actions[bot] 10 months ago

  • fix: improve error message for unsupported source map protocol #776
  • fix: missing sourcemap version property #778
  • feature: sort functions alphabetically #779
  • fix: handle error more gracefully when sourcemap cannot be loaded #777
  • feature: add disposable difference measure #787
  • feature: add terminal create test #790
  • fix: missing required properties sources and mappings in empty sourcemap #792
  • feature: update vscode version to v1.85.1 #801
  • feature: add support for relative sourcemap #800
vscode-memory-leak-finder - v5.34.1

Published by github-actions[bot] 10 months ago

vscode-memory-leak-finder - v5.34.0

Published by github-actions[bot] 10 months ago

  • fix: mapsize measure not found #738
  • fix: timeout measure should not return negative timeout count #739
  • feature: add domTimer measure #740
  • feature: add disposableCount measure #741
  • feature: enable notebook markdown scrolling test #743
  • feature: add disposables store sizes measure #746
  • feature: add growing disposable stores measure #748
  • feature: add window toggle focus test #756
  • feature: attach stack traces to dom nodes directly instead of using weakmaps #758
  • feature: measure detached dom node count more accurately: also include child nodes #760
  • feature: add detached dom node roots measure #761
  • feature: add disposables measure #763
vscode-memory-leak-finder - v5.33.0

Published by github-actions[bot] 11 months ago

  • test: add notebook scrolling test #730
  • fix: try to make event listener key more unique by using full stacktrace as key #733
vscode-memory-leak-finder - v5.32.0

Published by github-actions[bot] 11 months ago

  • feature: improve problems toggle test #707
  • feature: add debug console test #709
  • feature: enable search test #711
  • feature: add output toggle test #708
  • feature: improve toggle minimap test #725
  • feature: add notebook markdown cell test #726
  • feature: update vscode to 1.85.0 #728