electron/spec-main/fixtures
mlaurencin 53aaeb7a16
fix: prevent destroyed view references from causing crashes (#25411)
Closes #21666.

This PR is fixing crashes caused by referencing and attempting to modify previously destroyed views.
Before, when a view was destroyed and then the contents were referenced for modification, the system would crash as undefined memory was accessed. This fix explicitly makes the pointer to the destroyed view's contents null, so that this will not happen.
2020-09-16 18:10:49 -06:00
..
api ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
apps feat: [crashReporter] enable compression by default (#25288) 2020-09-03 12:43:58 -07:00
auto-update ci: cleanup up test app directories (#25145) 2020-08-31 14:07:12 -04:00
chromium build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
crash-cases fix: prevent destroyed view references from causing crashes (#25411) 2020-09-16 18:10:49 -06:00
devtools-extensions build: enable JS semicolons (#22783) 2020-03-20 13:28:31 -07:00
extensions fix(extensions): define platform info to prevent renderer crash (#25357) 2020-09-15 10:29:32 -06:00
module fix: export libuv symbols (#24659) 2020-08-11 19:17:18 +09:00
native-addon fix: export libuv symbols (#24659) 2020-08-11 19:17:18 +09:00
pages test: add test for datalist autofills (#23110) 2020-04-21 12:28:31 -07:00
release-notes/cache chore: graceful handling of notes with sub-lists (#25279) 2020-09-03 14:42:48 -05:00
snapshots refactor: improve feature string parsing (#23130) 2020-04-21 16:23:00 -04:00
sub-frames feat: expose sessionId in debugger module (#24170) 2020-07-02 13:04:20 -07:00
blank.html feat: preliminary support for //extensions (#17440) 2019-07-24 16:01:08 -07:00
blank.png ci: fix WOA failing tests (#25018) 2020-08-24 12:58:55 -04:00
cat.pdf feat: enable pdf viewer (#21794) 2020-02-12 16:39:12 -08:00