Commit Graph

8 Commits

Author SHA1 Message Date
Patrick Brosset
3b03ae49b2 Bug 1353015 - Remove unused reference to sdk/system/unload in the inspector; r=jdescottes
MozReview-Commit-ID: 1Yb5lyQBwlp
2017-04-03 16:41:13 +02:00
Julian Descottes
6f525faa00 Bug 1335768 - inspector.html: replace calls to lazyImporter by empty fn;r=pbro
MozReview-Commit-ID: DgKfGbxjcn9
2017-02-01 17:34:48 +01:00
Julian Descottes
f97020a710 Bug 1333717 - fix eslint failure in devtools inspector webpack config;r=me
MozReview-Commit-ID: KiPBAuvOogQ
2017-01-25 13:13:19 +01:00
Julian Descottes
7c1ccfab69 Bug 1333717 - devtools-html: better webpack error messages;r=pbro
Added a custom plugin that will log information extracted from the compilation
stats provided by webpack.

MozReview-Commit-ID: FqRotgjShtD
2017-01-25 11:16:28 +01:00
Julian Descottes
d73d50e969 Bug 1333731 - devtools-html: update launchpad, fix double react load;r=me
MozReview-Commit-ID: 86uPb69K1bd
2017-01-25 12:44:18 +01:00
Julian Descottes
5b719cd578 Bug 1332062 - upgrade inspector to launchpad 0.0.24 & fix unix regexp;r=pbro
MozReview-Commit-ID: GPivBy1OmhP
2017-01-18 20:49:40 +01:00
Julian Descottes
7e35760a30 Bug 1331911 - fix inspector npm start for windows;r=pbro
MozReview-Commit-ID: KvnKdTU6NKA
2017-01-18 16:06:55 +01:00
Julian Descottes
3a4cf68bbf Bug 1321509 - use devtools-local-toolbox to load the inspector in content;r=bgrins,tromey
Add package.json to devtools/client/inspector
Integration with devtools-local-toolbox:
- provides development server
- default webpack config
- landing page to select a tab

In this patch:
- bin/dev-server-js contains the inspector specific routes
- webpack/*-sham.js : inspector dependencies that had to be mocked
  ideally, decoupling work should continue and the inspector client
  should only ever require files that require no chrome priviledged
  APIs.
- toolbox.js contains the interface with devtools-local-toolbox bootstrap
  and the inspector panel initialization
- configs/development.json is the inspector config for the devtools-local-toolbox

MozReview-Commit-ID: 7YQLUlgSyDX
2016-12-07 18:24:51 +01:00