Brian Vaughn
16a81feb72
Moved priority level constants into rendeer interface
2019-05-20 09:39:26 -07:00
Brian Vaughn
9a6a19456f
Show commit priority levels in Profiler UI
2019-05-20 09:39:26 -07:00
Brian Vaughn
146fd2ad3d
Fixed snapshot diff
2019-05-17 07:54:07 -07:00
Brian Vaughn
629e500fe2
Merge pull request #275 from lucasecdb/fix/undefined-chartnode
...
Fix undefined chart node when switching commits in profiler
2019-05-17 07:52:07 -07:00
Lucas Cordeiro
1e025edb9a
Fix undefined chart node when switching commits in profiler
2019-05-17 09:35:10 -03:00
Brian Vaughn
f10a6b379c
Improve scanning Profiler chart for deep renders
2019-05-15 14:20:36 -07:00
Brian Vaughn
6fd2e72b5e
Minor nits
2019-05-14 11:01:41 -07:00
Ivan Babak
76e569992b
Cleanup profile export/import data types, add export/import test
...
Strengthened the I/O-boundary type conversion logic.
Fixed type inconsistencies uncovered by removing `any` and
by making explicit type annotations and transformations.
In particular, these were likely malformed when restored from a file:
- `commitDetails`
- `interactions`
- `initialTreeBaseDurations`
The mismatches were Map vs interleaved Array.
2019-05-13 23:59:01 -07:00
Brian Vaughn
1723c5d316
Changed "Unknown" fallback displayName to "Anonymous". Added memo/forwardRef labels to Profiler charts.
2019-05-13 15:26:14 -07:00
Brian Vaughn
6b4c758338
CSS tweaks
2019-05-13 14:51:56 -07:00
Brian Vaughn
e2746ffd0e
Merge branch 'enhancement/display-change' of https://github.com/submetu/react-devtools-experimental into submetu-enhancement/display-change
2019-05-13 14:12:27 -07:00
Brian Vaughn
982eb84a13
Merge pull request #271 from tux-tn/master
...
Replaced adm-zip with node-archiver
2019-05-13 14:10:21 -07:00
Brian Vaughn
d9a0c42652
Bumped Profiler export version (since self durations are now included)
2019-05-13 14:04:53 -07:00
Brian Vaughn
cf99c3ee6c
Moved calculation of self duration to the backend/renderer
...
This enables self duration to be computed accurately despite component filters
2019-05-13 10:13:29 -07:00
Subhan
74706b0c86
updates snapshots
2019-05-13 19:00:11 +02:00
Subhan
ec89ae88b6
Changes display of ForwardRef and Memo components
2019-05-13 18:58:03 +02:00
Sarhan Aissi
ad94f9ef08
Replaced adm-zip with node-archiver
2019-05-13 03:55:05 +01:00
Brian Vaughn
ffef7ffc57
Merge pull request #268 from frankcalise/master
...
Fixed build chrome not working on Windows due to rm command not existing
2019-05-12 07:43:19 -07:00
Brian Vaughn
faea8ed6a9
Delete package-lock.json
2019-05-12 07:43:07 -07:00
Frank Calise
285568825b
Fixed build chrome not working on Windows due to rm command not existing
2019-05-12 10:12:17 -04:00
Brian Vaughn
b74f3f507a
Added basic tests for InspectedElementContext
2019-05-10 09:13:54 -07:00
Brian Vaughn
61ab40c15c
Test utils actSuspense -> actAsync
2019-05-10 08:27:14 -07:00
Brian Vaughn
8536995b11
Merge pull request #264 from bvaughn/filter-owners-list
...
Fetch owners list from renderer (using suspense)
2019-05-10 08:10:24 -07:00
Brian Vaughn
ac0022bf4a
Added more tree context tests
2019-05-10 08:07:27 -07:00
Brian Vaughn
7160f6f584
Fixed owners stack direction and added current element to stack
2019-05-09 18:11:17 -07:00
Brian Vaughn
427f0f63c1
Added TreeContext tests
2019-05-09 15:52:50 -07:00
Brian Vaughn
5daf9b626f
Fixed test describe name
2019-05-09 14:31:48 -07:00
Brian Vaughn
b6c135c165
Added Jest tests for OwnersListContext
2019-05-09 14:21:22 -07:00
Brian Vaughn
564a223368
Fetch owners list from renderer (using suspense)
...
Owners in the list may have been filtered out of the Store, but in the owners list view- it's important to still show them. The frontend cannot do this on its own, so this list needs to come from the renderer interface.
2019-05-09 11:47:22 -07:00
Brian Vaughn
17516b76ae
Dim owners that have been filtered from the tree in rendered-by list
2019-05-08 18:23:54 -07:00
Brian Vaughn
0722a5a024
Tweaked REAMDE
2019-05-08 17:58:31 -07:00
Brian Vaughn
ee099124e2
Fixed a Profiler memoization bug and improved test coverage
2019-05-08 15:41:57 -07:00
Brian Vaughn
d42f86bb50
Updated Profiling chart tests to cover components with duration=0
2019-05-08 14:35:43 -07:00
Brian Vaughn
df10afba51
Merge pull request #262 from submetu/enhancement/label-improvement
...
Profiler: Improve labels for times that round to 0.0ms
2019-05-08 14:26:16 -07:00
Brian Vaughn
4f1d347c04
Custom filters are applied by default after extension reload
2019-05-08 14:22:06 -07:00
Subhan
34a38dc4f0
updates snapshots and removes extra formatting from formatTime
2019-05-08 23:33:26 +03:00
Subhan
d3522f1f66
Uses FormDuration and FormTime to format times that are 0 into something more readable
2019-05-08 23:18:43 +03:00
Brian Vaughn
98260f8614
Added installation instructions to README
2019-05-08 12:53:22 -07:00
Brian Vaughn
703706b40f
Add toggle-suspense button to all elements
...
This button is disabled if the renderer returns canToggleSuspense=false.
2019-05-08 10:50:32 -07:00
Brian Vaughn
dbe68f7a67
Updated lint ignore for new dev shell dist folder
2019-05-08 08:52:48 -07:00
Subhan
60511aadc0
Profiler: Improve labels for times that round to 0.0ms
2019-05-08 10:11:52 +03:00
Brian Vaughn
a54581c2dd
Fixed invalid DOM nesting warning
2019-05-07 15:25:17 -07:00
Brian Vaughn
44e90e6ef4
Upgrade @reach UI and remove tooltip fork
2019-05-07 15:22:57 -07:00
Brian Vaughn
97b7fdd2d9
Fixed a deprecated prop warning from react-window
2019-05-07 14:47:37 -07:00
Brian Vaughn
278661715c
Show import error dialog if profiling data import fails
2019-05-07 14:38:11 -07:00
Brian Vaughn
acdc9bae67
Added export+import profiling data test coverage
...
Also fixed an incomplete import feature as well as a regression in export that had gone unnoticed due to previous lack of test coverage.
2019-05-07 13:08:46 -07:00
Brian Vaughn
90701815b6
Merge pull request #258 from bvaughn/profiler-test-experiments
...
Added profiler tests
2019-05-06 14:00:45 -07:00
Brian Vaughn
7ead699714
Prettier
2019-05-06 13:58:49 -07:00
Brian Vaughn
6ab8972345
Update to React canary release for interaction tracing bugfix
2019-05-06 13:52:27 -07:00
Brian Vaughn
c2bf71f406
Added commit tree builder test
2019-05-06 13:41:36 -07:00