gecko-dev/devtools
Nicolas Chevobbe 1958e1fbc4 Bug 1916881 - [devtools] Don't use for..in loop to iterate over jQuery events. r=devtools-reviewers,jdescottes.
for..in will loop through the prototype chain, which might get us into trouble
when the Array prototype is extended (e.g. with Moo.js).
Since the jquery events object we get might already be an arrays in some cases,
we can iterate other them directly, and only creating arrays when those are objects.

Differential Revision: https://phabricator.services.mozilla.com/D221118
2024-09-09 09:30:16 +00:00
..
client Bug 1916881 - [devtools] Don't use for..in loop to iterate over jQuery events. r=devtools-reviewers,jdescottes. 2024-09-09 09:30:16 +00:00
docs Bug 1917163 - Update rstcheck to 6.2.4, fix resulting errors in documents, r=Standard8 2024-09-06 15:04:10 +00:00
perfdocs
platform Bug 1859873 - batch 13 xpcshell.ini -> .toml. r=aryx,devtools-reviewers,profiler-reviewers 2023-11-21 12:32:50 +00:00
server Bug 1916881 - [devtools] Don't use for..in loop to iterate over jQuery events. r=devtools-reviewers,jdescottes. 2024-09-09 09:30:16 +00:00
shared Bug 1916533 - [devtools] Always use native codepath when recording JS traces to the profiler output. r=devtools-reviewers,nchevobbe 2024-09-04 11:49:41 +00:00
startup Bug 1651518 - [devtools] Ensure spawning DistinctSystemPrincipalLoader.sys.mjs only once. r=devtools-reviewers,nchevobbe 2024-05-27 09:53:54 +00:00
.eslintrc.js Bug 1864896: Enable unused argument lint rule. r=Standard8,perftest-reviewers,geckoview-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,nchevobbe,robwu,sparky,issammani,sgalich,owlish,migration-reviewers,mconley 2024-03-21 08:50:00 +00:00
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build Bug 1900200 - Move MOZ_DEVTOOLS from confvars.sh to moz.configure r=glandium 2024-06-15 22:27:11 +00:00
rename.py Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
templates.mozbuild Bug 1677775 - reformat .mozbuild files with Black r=linter-reviewers,geckoview-reviewers,firefox-build-system-reviewers,ahal,glandium,owlish,sylvestre 2023-12-08 04:26:45 +00:00
tsconfig.json