-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Minor trust improvements #14039
Minor trust improvements #14039
Conversation
Thanks for making a pull request to jupyterlab! |
Nice thanks @krassowski for starting this 👍 Since the current state already includes some fixes, it would also be fine to continue further improvements in follow-up PRs. |
Right, especially since setting user-created cells as trusted might require changes in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Benchmark reportThe execution time (in milliseconds) are grouped by test file, test type and browser. The mean relative comparison is computed with 95% confidence. Results table
Changes are computed with expected as reference.
Waiting for localhost:8888 Cell memory leaksCreate a code cellMemory change: +150 kB Leak detected: YesLeaking objects:
Leaking collections:
Create a markdown cellMemory change: -110 kB Leak detected: NoLeaking objects:
Leaking collections:
Create a raw cellMemory change: +142 kB Leak detected: YesLeaking objects:
Leaking collections:
File editor memory leaksCreate a fileMemory change: -75.5 kB Leak detected: NoLeaking objects:
Leaking collections:
Notebook memory leaksCreate a notebookMemory change: +30.9 kB Leak detected: YesLeaking objects:
Leaking collections:
3 passing (6m) |
References
Code changes
Done:
trusted
for non-code cellsIn follow-up:
User-facing changes
Backwards-incompatible changes