Brian Vaughn
|
dbe68f7a67
|
Updated lint ignore for new dev shell dist folder
|
2019-05-08 08:52:48 -07: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 VaughnandGitHub
|
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 |
|
Brian Vaughn
|
b25d996fc4
|
Added profiling chart data tests
|
2019-05-06 13:37:06 -07:00 |
|
Brian Vaughn
|
d86bc1020e
|
Hardened tests to ensure expectations are flushed
|
2019-05-06 13:04:14 -07:00 |
|
Brian Vaughn
|
705cd9b109
|
Added Flow types to profiling test
|
2019-05-06 09:44:01 -07:00 |
|
Brian Vaughn
|
c29483122c
|
Removed outdated TODO comment
|
2019-05-05 09:56:54 -07:00 |
|
Brian Vaughn
|
269969b645
|
Updated snapshot data after ReactDOM batch fix
|
2019-05-05 09:52:27 -07:00 |
|
Brian Vaughn
|
1c49a7ef59
|
Added remaining profiling tests. One currently fails because of a bug with act() and interaction tracing
|
2019-05-04 14:22:50 -07:00 |
|
Brian Vaughn
|
da1e5776b1
|
Added a second Profiling test (for CommitDetails) and fixed some module reset prolems
|
2019-05-04 13:11:56 -07:00 |
|
Brian Vaughn
|
dd96b3314c
|
Cleaned up tests a bit. Profiling test uses mock timers now.
|
2019-05-04 09:36:13 -07:00 |
|
Brian Vaughn
|
f7c8e3a05c
|
Experimenting with profiler tests
|
2019-05-03 15:01:26 -07:00 |
|
Brian Vaughn
|
a8ed95445c
|
Store profiler snapshot data by root (and clear on root unmount)
|
2019-05-03 14:59:20 -07:00 |
|
Brian Vaughn
|
a552b7b5f7
|
Only clear Profiling snapshot on root-unmount
|
2019-05-03 10:12:45 -07:00 |
|
Brian Vaughn
|
73cf0fa32b
|
Merge branch 'master' into sompylasar-232-clear-profiling-data-for-unmounted-root
|
2019-05-03 10:01:43 -07:00 |
|
 Brian VaughnandGitHub
|
542409954a
|
Merge pull request #257 from bvaughn/right-align-flame-graph
Right-align flame graph children
|
2019-05-03 10:01:23 -07:00 |
|
Brian Vaughn
|
8585ee37db
|
Renamed assertOneMap -> assertEmptyMap
|
2019-05-03 09:30:48 -07:00 |
|
Brian Vaughn
|
8850a9a64a
|
Merge branch '232-clear-profiling-data-for-unmounted-root' of https://github.com/sompylasar/react-devtools-experimental into sompylasar-232-clear-profiling-data-for-unmounted-root
|
2019-05-03 09:24:58 -07:00 |
|
Brian Vaughn
|
e71bda5257
|
Right-align flame graph children
|
2019-05-03 09:21:26 -07:00 |
|
Brian Vaughn
|
435e22ad1b
|
Fixed deploy script
|
2019-05-03 08:55:31 -07:00 |
|
 Brian VaughnandGitHub
|
07281993d1
|
Merge pull request #242 from sompylasar/improve-flow-coverage-any
Improve Flow coverage by reducing typecasts through `any`
|
2019-05-03 08:00:47 -07:00 |
|
Brian Vaughn
|
868cf67aa4
|
Removed findCurrentFiberUsingSlowPath() in favor of findCurrentFiberUsingSlowPathById()
|
2019-05-03 07:56:24 -07:00 |
|
Brian Vaughn
|
7f4482e438
|
Removed optional_chaining from Flow config
|
2019-05-03 07:48:30 -07:00 |
|
Brian Vaughn
|
40ed0ca839
|
Merge branch '165-add-flow-types-for-fiber' of https://github.com/sompylasar/react-devtools-experimental into sompylasar-165-add-flow-types-for-fiber
|
2019-05-03 07:48:21 -07:00 |
|
Brian Vaughn
|
4bf3ac1910
|
Fixed broken path-selection after filter changes
|
2019-05-02 15:21:29 -07:00 |
|
Brian Vaughn
|
d7447a8458
|
Fixed bug in Store.getIndexOfElementID() that caused roots with multiple top-level children to return an incorrect item index
|
2019-05-02 15:12:57 -07:00 |
|
Brian Vaughn
|
4e04907d13
|
Added badge for enabled filter count
|
2019-05-02 10:53:40 -07:00 |
|
 Brian VaughnandGitHub
|
ef596be1ef
|
Merge pull request #207 from sompylasar/131-highlight-all-children
Support highlighting of all DOM elements of Fragments, not just first
|
2019-05-02 08:31:22 -07:00 |
|
 Brian VaughnandGitHub
|
1473e9efc8
|
Merge pull request #245 from bvaughn/custom-filtering
Add configurable component filters
|
2019-05-01 17:52:27 -07:00 |
|
Brian Vaughn
|
83b521c7b4
|
Updated Flamechart to support multiple nodes at root
|
2019-05-01 17:44:38 -07:00 |
|
Brian Vaughn
|
4a4786ac2f
|
Misc cleanup
|
2019-05-01 14:18:20 -07:00 |
|
Brian Vaughn
|
e6da4b9058
|
Renamed FilterType -> ComponentFilterType
|
2019-05-01 14:01:03 -07:00 |
|
Brian Vaughn
|
e45deb5471
|
Removed $FlowFixMe comments
|
2019-05-01 13:59:54 -07:00 |
|
Brian Vaughn
|
540207901d
|
Added some component filtering tests
|
2019-05-01 13:31:55 -07:00 |
|
Brian Vaughn
|
8429220164
|
Added filter UI (but with a lot of $FlowFixMe comments)
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
0b4bfbc98f
|
Add support for hide-by-name and hide-by-path component filter regexps
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
a2ba90bf96
|
Fixed a path selection bug when filter pereferences are updated
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
c4c51c0821
|
Prevent filter preference changes while profiling is active
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
eb9705abc8
|
Removed FilterList UI for now (collapsed into Settings component)
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
a241780dc2
|
Filter changes are applied to the renderer without reloading
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
27a1820039
|
Refactored filter preferences a bit more to be stored in the Store
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
ee1b38e4db
|
Added filter preference types and plugged into renderer partly. Lots of work to do still.
|
2019-05-01 10:45:18 -07:00 |
|
Brian Vaughn
|
9db209ee64
|
Initial pass at adding filter-by-type Flow types and support to renderer
|
2019-05-01 10:45:18 -07:00 |
|