Brian Vaughn
f4161c3ec7
[DRAFT] Import scheduling profiler into DevTools Profiler ( #21897 )
2021-07-22 13:58:57 -04:00
Lucas Correia
25f09e3e4e
DevTools: Parse named source AST in a worker ( #21902 )
...
Resolves #21855
Ended up using workerize in order to setup the worker once it allows easy imports (for babel's parse function) and exports.
2021-07-21 12:16:08 -04:00
Brian Vaughn
c5cfa71948
DevTools: Show hook names based on variable usage ( #21641 )
...
Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com >
Co-authored-by: Saphal Patro <saphal1998@gmail.com >
Co-authored-by: VibhorCodecianGupta <vibhordelgupta@gmail.com >
2021-07-01 14:39:18 -04:00
Brian Vaughn
85b543c6b4
Added new GitHub issue form for React DevTools bug reports ( #21450 )
...
Added a new bug report template built with GitHub issue forms:
https://gh-community.github.io/issue-template-feedback/structured/
And updated DevTools bug report link to send information formatted for this new template.
2021-05-07 08:46:58 -04:00
Brian Vaughn
119736b1c2
[FB-only] Show which hooks (indices) changed when profiling ( #20998 )
2021-03-17 12:28:21 -04:00
Sy Tran Dung
4e5d7faf54
Fix error loading source maps for devtools extension ( #20079 )
2020-10-22 11:26:24 -04:00
Nick Reiley
7e405d458d
[DevTools] Add DevTools forked Feature flags ( #18994 )
...
Also resolve an uncaught error in extension build (#18843 ).
Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com >
Co-authored-by: Brian Vaughn <bvaughn@fb.com >
2020-10-12 13:07:10 -04:00
Johnny Pribyl
b3b1bb9ce2
Enable source maps for DevTools production builds ( #19773 )
...
Co-authored-by: Brian Vaughn <bvaughn@fb.com >
2020-09-18 10:07:22 -04:00
Brian Vaughn
a9ba5283d9
Disable DevTools minification ( #19369 )
...
DevTools isn't being downloaded like typical JavaScript, so bundle size concerns don't apply. Parsing is still a consideration (so I'm open for discussion here) but I think this change would provide a couple of benefits:
* People are more likely to *actually read* non-minified source code when e.g. a breakpoint is hit (as with the recent debugger statement)
* Component stacks will be easier to parse on bug reports
2020-07-15 10:38:30 -04:00
Brian Vaughn
fb3f0acad9
Disable Webpack setImmediate polyfill for DevTools ( #18860 )
...
* Upgrade Webpack deps to latet
* Disable Webpack setImmediate polyfill
2020-05-07 13:13:47 -07:00
Brian Vaughn
36cab2720a
DevTools: Improved "native" component stacks ( #18656 )
...
* DevTools console override handles new component stack format
DevTools does not attempt to mimic the default browser console format for its component stacks but it does properly detect the new format for Chrome, Firefox, and Safari.
2020-04-21 11:46:11 -07:00
Brian Vaughn
5fc97420b9
Remove dependency on local git checkout from build process ( #17475 )
...
* Remove dependency on local git checkout from build process
* Updated Webpack dependencies to account for recent changes to deps for Flight
2019-11-27 07:48:09 -08:00
Brian Vaughn
41db902ed4
Removed unused __TEST__ files
2019-08-14 19:03:32 -07:00
Brian Vaughn
58b39c60db
Fixed web extensions
2019-08-14 10:33:33 -07:00
Brian Vaughn
30b8ef3756
Iterated on Webpack configs until I got the inline and shell packages seemingly working
2019-08-14 09:24:35 -07:00
Brian Vaughn
441d014cef
Cleaned up some extnesions build script stuff
2019-08-13 22:15:38 -07:00
Brian Vaughn
ac2e861fbe
Fixed a bunch of Lint issues
2019-08-13 21:59:07 -07:00