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.14.0

Published by github-actions[bot] about 1 year ago

  • feature: ignore extension recommendations when running tests #422
  • feature: update vscode to v1.83.0 #419
  • feature: set empty extension marketplace url to avoid requests to marketplace during tests #424
  • fix: extensions context menu test failing when extensions input is already focused #428
  • fix: file extension for results #429
vscode-memory-leak-finder - v5.13.0

Published by github-actions[bot] about 1 year ago

  • feature: ignore attached to service worker event in video worker #414
  • feature: finish video when process exits instead of after 15 seconds #415
  • feature: improve cleanstack output for json rpc errors #416
vscode-memory-leak-finder - v5.12.0

Published by github-actions[bot] about 1 year ago

  • feature: check for leaks in ci #376
  • update vscode version to 1.82.2 #411
vscode-memory-leak-finder - v5.11.0

Published by github-actions[bot] about 1 year ago

  • feature: store video in videos directory instead of tmp folder #390
  • feature: use dynamic path for ffmpeg, depending on platform #394
  • feature: remove jpeg images, use ffmpeg video instead #405
  • feature: upload videos as github action artifacts #406
vscode-memory-leak-finder - v5.10.0

Published by github-actions[bot] about 1 year ago

  • feature: improve clean stack by removing Object. prefix #372
  • feature: add cwd cli option #375
  • fix: close application after running tests when not in watch mode #387
  • feature: try to create videos with ffmpeg #388
  • fix: request jpeg screencast from browser for ffmpeg #389
vscode-memory-leak-finder - v5.9.0

Published by github-actions[bot] about 1 year ago

  • fix: screenshots/video recording #352
  • feature: write memory leak results to disk #359
  • feature: add download-worker package for downloading ffmpeg for creating videos #363
  • feature: display leaks in blue #365
  • fix: don't print error in memory leak worker to avoid error being printed twice #370
vscode-memory-leak-finder - v5.8.0

Published by github-actions[bot] about 1 year ago

  • feature: do memory leak measurements in a worker #335
  • feature: remove vscode global storage before test runs #339
  • fix: duplicate stdout data when running single test #342
  • feature: wait until page is interactive before running tests #349
  • feature: update vscode version #338
vscode-memory-leak-finder - v5.7.0

Published by github-actions[bot] about 1 year ago

  • feature: add notebook test #323
  • feature: enable editor open test #325
  • feature: improve memory leak worker ipc #333
vscode-memory-leak-finder - v5.6.0

Published by github-actions[bot] about 1 year ago

vscode-memory-leak-finder - v5.5.0

Published by github-actions[bot] about 1 year ago

  • fix: toHaveText error message #267
  • feature: add zen mode test #268
  • feature: dispatch mousedown event as mousevent #269
  • feature: enable extensions toggle test #270
  • feature: add collapse all test #273
  • feature: enable extension context menu test #271
  • fix: potential race condition when waiting for debugger to be paused#276
  • feature: remove workspace storage before test runs #279
  • feature: enable title bar menu test #213
  • feature: enable markdown preview test again#285
vscode-memory-leak-finder - v5.4.0

Published by github-actions[bot] about 1 year ago

  • feature: enable extensions search test again #258
  • feature: enable extension detail test again #264
vscode-memory-leak-finder - v5.3.0

Published by github-actions[bot] about 1 year ago

  • fix: ci node modules cache key #262
  • feature: enable extensions search test again #258
  • feature: enable extension detail test again #264
vscode-memory-leak-finder - v5.2.0

Published by github-actions[bot] about 1 year ago

  • feature: add split left and split up tests #251
  • feature: use new checkVisible api which has been renamed from isVisible #252
  • fix: console logs displayed twice #253
  • fix: unwrapping devtools evaluate result #254
  • feature: enable explorer keyboard navigation test again #256
  • fix: improve error message when element is not found #257
  • fix: syntax error when mocking electron dialog #259
vscode-memory-leak-finder - v5.1.0

Published by github-actions[bot] about 1 year ago

  • feature: ignore nodejs help message when attaching to debugger #245
  • feature: increase timeout for utility execution context creation on windows #248
  • feature: reuse same vscode instance cross tests runs again #242
  • feature: add editor split down test #250
vscode-memory-leak-finder - v5.0.0

Published by github-actions[bot] about 1 year ago

  • breaking change: add test coordinator package to make it easier to reload tests #240
vscode-memory-leak-finder - v4.8.0

Published by github-actions[bot] about 1 year ago

  • feature: improve explorer error messages #225
  • feature: enable explorer copy paste test #226
  • feature: enable explorer expand/collapse test #224
  • feature: enable editor split test #229
  • feature: enable extension context menu test #230
  • feature: add welcome page test #232
  • feature: add search toggle files test #207
  • fix: search/replace test #184
vscode-memory-leak-finder - v4.7.0

Published by github-actions[bot] about 1 year ago

  • feature: add markdown preview test #204
  • feature: add editor open test #205
  • feature: add functionality to apply previous filter with arrowup #210
  • feature: make use of idle callback to make tests less flaky #217
  • feature: enable extension search test #160
  • feature: enable explorer keyboard navigation test #221
vscode-memory-leak-finder - v4.6.0

Published by github-actions[bot] about 1 year ago

  • feature: improve error handling for invalid devtools protocol parameters #194
  • fix: unwrapping devtools result object #197
vscode-memory-leak-finder - v4.5.0

Published by github-actions[bot] about 1 year ago

  • update vscode version #190
vscode-memory-leak-finder - v4.4.0

Published by github-actions[bot] over 1 year ago

  • feature: make keybindings editor test more robust #169
  • feature: make source map external since inline sourcemap doesn't seem to work #170
  • feature: add function to generate original position from sourcemap #171
  • feature: replace anonymous in injected code stack trace with dist/injectedCode.js #172
  • fix: throw error if value is nan #173
  • feature: improve stack trace for errors thrown in injected code #176
  • feature: reuse window across test runs #162
  • fix: make sure tab count decreases when closing editor #182