Commit Graph

16 Commits

Author SHA1 Message Date
Patrick Pei
3a01fb1e09 Bug 1264929 - Make about:debugging pass ESLint's "react/prop-types" rule. r=jdescottes
MozReview-Commit-ID: ABhdvunhR7a
2016-11-09 10:02:50 +01:00
Iris Hsiao
ad4d24858c Backed out changeset 2631d596fc32 (bug 1264929) for dt1 failures on OS X and Win7 2016-11-09 13:36:04 +08:00
Patrick Pei
1c22383dc6 Bug 1264929 - Make about:debugging pass ESLint's "react/prop-types" rule. r=jdescottes 2016-10-20 03:52:00 -04:00
Ricky Chien
3058cee3bc Bug 1273076 - Show more details in about:debugging#invalid-hash. r=jdescottes
MozReview-Commit-ID: EbQvxXBixRe
2016-05-17 11:52:35 +08:00
Benoit Chabod
937eabb6c0 Bug 1269757 - Clean up panelId/id confusion in about:debugging. r=janx 2016-05-18 02:24:00 -04:00
Ricky Chien
6b85ccd567 Bug 1268107 - Cannot use back in about:debugging after entering an invalid hash r=jdescottes
MozReview-Commit-ID: CsbzQXiR9RV
2016-05-09 17:14:56 +08:00
Alexandre Poirot
c6711dbdb1 Bug 1266128 - Show tabs in about:debugging. r=janx 2016-05-03 09:06:32 -07:00
Alexandre Poirot
cfe75b5609 Bug 1266128 - Rename about debugging Tab(s) to Panel(s). r=janx 2016-05-03 09:06:31 -07:00
Julian Descottes
5be36f386c Bug 1217769 - aboutdebugging: default to addons tab without navigating if hash is empty;r=janx
MozReview-Commit-ID: 8hlFDqrpKit
2016-04-27 14:07:19 +02:00
Wes Kocher
567fff4add Bug 1210778 - improving accessibility for about:debugging. r=janx
MozReview-Commit-ID: 94il4DHDUOS
2016-04-22 11:20:08 -04:00
Patrick Brosset
0b6dd780fc Bug 1264063 - 1 - Disable prop-types eslint rule and fix sort-comp errors; r=ochameau
MozReview-Commit-ID: 26NMWUWiKdi
2016-04-13 10:24:48 +02:00
Jan Keromnes
6e4b58f7c8 Bug 1257873 - Split Addons and Workers into separate Target classes in about:debugging. r=ochameau 2016-03-18 09:08:00 -04:00
Julian Descottes
2c5ea63d37 Bug 1207997 - about:debugging use factories/dom helpers instead of createElement;r=janx
Make about:debugging code less verbose:
- use component factories to avoid having to remove calls to createElement
- use React.DOM helpers
- components only module.export their class
  (require('my-component.js').MyComponent -> require('my-component.js'))

MozReview-Commit-ID: CBWLgcPUkMf
2016-02-21 01:58:00 +01:00
Julian Descottes
a2f353267d Bug 1250002 - part2: about:debugging switch to browserLoader;r=ochameau
MozReview-Commit-ID: G4O19TOTWOy
2016-02-23 02:00:51 +01:00
Julian Descottes
9e51b787a6 Bug 1249585 - Rename about:debugging components s/Component//g. r=janx
MozReview-Commit-ID: KETabxbUXhE
2016-02-21 22:59:12 +01:00
Julian Descottes
bb8de5517e Bug 1245029 - aboutdebugging full react refactor part2;r=janx,ochameau
MozReview-Commit-ID: 64V5vGn2889
2016-02-18 19:49:59 +01:00