You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For display of connection data the datagrid could be used along with a treepanel.
Each connection would be able to show it's historic data (up to a certain amount)
Server part will serve the .fbp files available, but also all other assets.
Most of this can be done by fb-flo.
The files list should also be send back to the extension so a file tree can be presented.
Each file is then editable within the editor.
Modified files are send back to the server and regenerated as browserified bundle.
This bundle is then automatically updated within the browser.
https://chromium.googlesource.com/chromium/blink/+archive/master/Source/devtools.tar.gz
For display of connection data the datagrid could be used along with a treepanel.
Each connection would be able to show it's historic data (up to a certain amount)
WebInspector.DataGrid: https://github.com/psichi/chix-epoch/blob/master/reference/devtools/front_end/components/CookiesTable.js#L57
Network panel can be used to show the nodes:
WebInspector.SourcePanel: https://github.com/psichi/chix-epoch/blob/master/reference/devtools/front_end/sources/SourcesPanel.js
Contains the main layout setup, for this extension it can be simpler.
Contains example for the navigator:
https://github.com/psichi/chix-epoch/blob/master/reference/devtools/front_end/sources/SourcesNavigator.js
Can probably be used as is:
https://github.com/psichi/chix-epoch/blob/master/reference/devtools/front_end/sources/SourcesView.js
https://developer.chrome.com/extensions/devtools#devtools-ui
Editor is codemirror, could be made to understand .fbp
The text was updated successfully, but these errors were encountered: