Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Feat: recursive dom profiler #96

Merged
merged 46 commits into from
Jun 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d9fd443
feat(profiler): run browserstack locally
soundofspace Jun 4, 2024
106364d
fix(profiler): chrome unique datadir
soundofspace Jun 4, 2024
1ebe10f
wip
soundofspace Jun 4, 2024
2ac6f12
wip
soundofspace Jun 4, 2024
2f0cad5
wip
soundofspace Jun 4, 2024
8768681
wip
soundofspace Jun 11, 2024
5916224
wip
soundofspace Jun 12, 2024
be10a07
wip
soundofspace Jun 12, 2024
f1f8ad8
wip
soundofspace Jun 12, 2024
40e3fee
wip
soundofspace Jun 12, 2024
9488b44
copy
soundofspace Jun 12, 2024
a6448c0
async
soundofspace Jun 12, 2024
555afdb
json
soundofspace Jun 13, 2024
5b5c70d
incode async in otherInvocationKey
soundofspace Jun 13, 2024
3ddfd5a
test
soundofspace Jun 13, 2024
589a316
fix wrong space
soundofspace Jun 13, 2024
c27305a
fix broken worker
soundofspace Jun 13, 2024
34952c6
remove extra calls
soundofspace Jun 13, 2024
d5a9c09
wip
soundofspace Jun 13, 2024
0a96a05
wip
soundofspace Jun 13, 2024
86714d3
wip
soundofspace Jun 13, 2024
cd84932
wip
soundofspace Jun 13, 2024
1fb73a4
wip
soundofspace Jun 13, 2024
46b4378
comments
soundofspace Jun 13, 2024
c93dfa6
Trigger CI
soundofspace Jun 13, 2024
cdb1a3d
test
soundofspace Jun 14, 2024
dc58a6c
test
soundofspace Jun 14, 2024
664c69c
test
soundofspace Jun 14, 2024
8b4a199
test
soundofspace Jun 14, 2024
c58a14b
test
soundofspace Jun 14, 2024
bb2954a
test
soundofspace Jun 14, 2024
762c82b
test
soundofspace Jun 14, 2024
fa50917
test
soundofspace Jun 14, 2024
2da0195
test
soundofspace Jun 14, 2024
b08316f
test
soundofspace Jun 17, 2024
4e9ced5
test
soundofspace Jun 17, 2024
a62176a
test
soundofspace Jun 17, 2024
60edf3b
test
soundofspace Jun 17, 2024
454bdbc
Merge remote-tracking branch 'upstream/main' into feat--recursive-dom…
soundofspace Jun 17, 2024
1d59a8e
test
soundofspace Jun 17, 2024
07916df
test
soundofspace Jun 17, 2024
c081cff
test
soundofspace Jun 17, 2024
970dfb8
test
soundofspace Jun 17, 2024
dd286ef
test
soundofspace Jun 17, 2024
2d4f3d7
test
soundofspace Jun 17, 2024
f9351aa
test
soundofspace Jun 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
soundofspace committed Jun 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0a96a055818c9bc85d6f303298fde812d379304a
Original file line number Diff line number Diff line change
@@ -20,5 +20,4 @@ for (const itemToAdd of args.itemsToAdd || []) {
}
}

// Technically not needed but here to prevent race conditions
PathToInstanceTracker.updateAllReferences();
Original file line number Diff line number Diff line change
@@ -66,5 +66,5 @@ for (const itemToModify of args.itemsToModify || []) {
);
}
}
// Technically not needed but here to prevent race conditions

PathToInstanceTracker.updateAllReferences();
Loading