Граф коммитов

40 Коммитов

Автор SHA1 Сообщение Дата
Nicolas Chevobbe 925311bc77 Bug 1568779 - Remove editors settings comments in devtools files. r=pbro.
Differential Revision: https://phabricator.services.mozilla.com/D42300

--HG--
extra : moz-landing-system : lando
2019-08-19 12:48:16 +00:00
Victor Porof f6db0ee557 Bug 1561435 - Format devtools/client/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35884

--HG--
extra : source : 60e4496cf9699dc59f2f4738cb60f87cbdb01e67
2019-07-05 11:24:38 +02:00
ECarr cea157f39b Bug 1247403 - Rename tabActive property to activeTab in the Tab Component. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D21498

--HG--
extra : moz-landing-system : lando
2019-03-05 12:21:53 +00:00
Mark Banner ceaeb93550 Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D8389

--HG--
extra : moz-landing-system : lando
2018-10-19 12:55:39 +00:00
Julian Descottes 640fe52298 Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
MozReview-Commit-ID: F6xUXCgdRE4

--HG--
extra : rebase_source : 65de1b0aba412d9044b5196115f74276caa058f2
2018-06-01 12:36:09 +02:00
Ognjen Galic d92f87e2e0 Bug 1264557 - Add expand all/collapse all buttons. r=Honza
This adds buttons to collapse and expand the JSON tree. If the file
is larger than 100kB the "Expand All" button is hidden for performance
reasonds, as well as test cases for the buttons.
2018-05-05 12:40:18 +02:00
J. Ryan Stinnett 23ff4cc75d Bug 1443081 - Apply spacing via `eslint --fix` for DevTools. r=jdescottes
MozReview-Commit-ID: 2RVNt140Zte
2018-03-12 13:44:41 -05:00
Oriol Brufau 04c1b90604 Bug 1417039 - Do not defer loading JSON Viewer. r=Honza
MozReview-Commit-ID: BtnH41N1w8P

--HG--
extra : rebase_source : 7c6e416f9130fbd9bb6deff2bee9a24fc1a937c0
2017-11-28 16:28:21 +01:00
shindli 7f45cb7cc0 Backed out changeset 65334d5e3012 (bug 1417039) for frequently failing in devtools/client/jsonview/test/browser_jsonview_chunked_json.js (Bug 1421520) r=backout a=backout
--HG--
extra : amend_source : 4c4909694bc4f4428278a55bdd076e5135d2da89
2017-11-30 12:22:01 +02:00
Oriol Brufau 74915a3cf3 Bug 1417039 - Do not defer loading JSON Viewer. r=Honza
MozReview-Commit-ID: BtnH41N1w8P

--HG--
extra : rebase_source : 354a9159e9d398b6bc5d66318ebe14bc4e1d0e16
2017-11-28 16:28:21 +01:00
Oriol Brufau 648ac7cb6d Bug 1420451 - Stop using chrome code to copy text in JSON Viewer. r=Honza
MozReview-Commit-ID: HnEhsDwWRWU

--HG--
extra : rebase_source : 136f0b3c0c66e52260a11f689473da426fe9a98e
2017-11-24 17:50:22 +01:00
Oriol Brufau cac2f457e4 Bug 1417035 - Stop using <plaintext> in JSON Viewer r=Honza
MozReview-Commit-ID: ADGZiyMTaAL

--HG--
extra : rebase_source : 06c95da34e6ffa0b23291be30aed2d5463e6f62c
2017-11-14 01:34:21 +01:00
Oriol Brufau 540f476007 Bug 1377677 - Remember expanded objects when switching panel in JSON Viewer r=Honza
MozReview-Commit-ID: AB9SUV2FY8s

--HG--
extra : rebase_source : 3391bc5bb59451a4a66ecad355bd6ea7ce9a045a
2017-10-24 03:55:07 +02:00
Jiel Selmani da55c5359b Bug 1402387 - CamelCased all React component files in /devtools/client/jsonview/components/;r=pbro
MozReview-Commit-ID: CaUAREYn7eP

--HG--
rename : devtools/client/jsonview/components/headers.js => devtools/client/jsonview/components/Headers.js
rename : devtools/client/jsonview/components/headers-panel.js => devtools/client/jsonview/components/HeadersPanel.js
rename : devtools/client/jsonview/components/json-panel.js => devtools/client/jsonview/components/JsonPanel.js
rename : devtools/client/jsonview/components/main-tabbed-area.js => devtools/client/jsonview/components/MainTabbedArea.js
rename : devtools/client/jsonview/components/search-box.js => devtools/client/jsonview/components/SearchBox.js
rename : devtools/client/jsonview/components/text-panel.js => devtools/client/jsonview/components/TextPanel.js
rename : devtools/client/jsonview/components/reps/toolbar.js => devtools/client/jsonview/components/reps/Toolbar.js
extra : rebase_source : e155d1204f431824f40d26e7274835ea88b63919
2017-10-01 14:14:40 -04:00
Oriol Brufau 38624ed0af Bug 1395313 - Let JSON Viewer ignore the BOM. r=Honza
--HG--
extra : source : 0c0dfeb3692a60f3e8f62ee2ee0235fcb5607512
2017-09-12 06:15:00 -04:00
Wes Kocher f84d70ea8f Backed out changeset 0c0dfeb3692a (bug 1395313) for maybe causing browser_bug451286.js failures a=backout CLOSED TREE
MozReview-Commit-ID: 5WybzB8cgmJ
2017-09-12 15:24:14 -07:00
Oriol Brufau bc513ab7cb Bug 1395313 - Let JSON Viewer ignore the BOM. r=Honza 2017-09-12 06:15:00 -04:00
Oriol a555a196a6 Bug 1375254 - Make JSON Viewer display primitive values using Reps. r=Honza 2017-07-13 14:47:00 -04:00
Oriol bcb63bdac7 Bug 1373765 - Move jsonViewInitialized into JSONView.initialized. r=Honza 2017-06-16 11:31:00 -04:00
Oriol 70d8254d38 Bug 1360957 - Only attempt to load react-dev.js if it exists. r=Honza
--HG--
extra : rebase_source : a3aa19cfb390d68f9362897b53067824355ff5b9
2017-06-03 14:58:00 -04:00
Oriol 2997b8e284 Bug 1367894 - Refactor the JSON Viewer stream converter. r=Honza 2017-05-25 14:04:00 -04:00
Oriol 40143cb1af Bug 1327784 - Let JSON Viewer save using standard saving methods from contentAreaUtils.js. r=honza 2017-05-10 09:48:00 +02:00
Carsten "Tomcat" Book f00e2cd24e Backed out changeset dd31968cb8d7 (bug 1327784) for eslint failure 2017-05-10 15:38:14 +02:00
Oriol a53c760a49 Bug 1327784 - Let JSON Viewer save using standard saving methods from contentAreaUtils.js. r=honza 2017-05-08 08:43:00 +02:00
Oriol 34c2c9b1f8 Bug 1363226 - Remove resize event listeners in JSON Viewer and use CSS instead. r=Honza 2017-05-08 16:38:00 -04:00
nchevobbe 80058a000e Bug 1355454 - Move "createFactories" function from Reps to a shared util. r=jdescottes
MozReview-Commit-ID: LmGBg2HSzOC

--HG--
extra : rebase_source : 3168ac7cf313a117ec62ce0a5f59e0edb3ac92d7
2017-04-12 08:33:37 +02:00
Julian Descottes 338f5cfbe4 Bug 1340806 - stop using load-reps wrapper;r=nchevobbe
MozReview-Commit-ID: GL9Sm6W2JCM

--HG--
extra : rebase_source : b18d1cbb3a5f7b9dde2b6b675b1ba08a26f7e8cc
2017-02-18 22:43:22 +01:00
Julian Descottes 32e5eb7858 Bug 1325401 - Add a reps bundle, disabled by default;r=jlast
MozReview-Commit-ID: IJL8wevR0wo

--HG--
extra : rebase_source : 0b954d265215467248443cac17a2b7a4b9b0ee78
2017-01-18 14:38:10 +01:00
Sebastian Hengst cb76f56d60 Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
Tim Nguyen d7ea1c1605 Bug 1330099 - Enable object-shorthand eslint rule. r=jryans
MozReview-Commit-ID: 3wA25rfznBv
2017-01-11 21:22:15 +00:00
Jan Odvarko 6859c43410 Bug 1297361 - JSON Viewer: use listeners instead of exporting postChromeMessage; r=Gijs
MozReview-Commit-ID: 2LIEU10LAV1

--HG--
extra : amend_source : 43a5409555439bae28ed7425ca0beadb7e7f2f42
2016-11-30 13:55:51 +01:00
Jan Odvarko 42d6998ea0 Bug 1259819 - HTML Sidebar component. r=pbro 2016-07-15 09:59:21 +02:00
J. Ryan Stinnett 0b07b90aa6 Bug 1263258 - Require space before paren for anonymous functions. r=pbro
MozReview-Commit-ID: 2F0j45Vxn2I
2016-04-27 09:06:15 -05:00
Jan Odvarko 5a87bb375c Bug 1256757 - Use shared tree component for JSON Viewer. r=jryans 2016-03-21 13:45:06 +01:00
Jan Odvarko 781ed5c343 Bug 1257173 - Make JSON viewer code eslint clean; r=linclark
MozReview-Commit-ID: LUzs6Pb4c3z

--HG--
extra : rebase_source : 72554e907dd29bb5ab60ed8b0b4c29facf1d4a85
2016-03-17 22:26:53 -07:00
Jan Odvarko ff3855bf84 Bug 1247434 - Move all rep component into shared directory; r=jryans
MozReview-Commit-ID: 9G6TpiJhCPd

--HG--
rename : devtools/client/jsonview/components/reps/array.js => devtools/client/shared/components/reps/array.js
rename : devtools/client/jsonview/components/reps/caption.js => devtools/client/shared/components/reps/caption.js
rename : devtools/client/jsonview/components/reps/moz.build => devtools/client/shared/components/reps/moz.build
rename : devtools/client/jsonview/components/reps/null.js => devtools/client/shared/components/reps/null.js
rename : devtools/client/jsonview/components/reps/number.js => devtools/client/shared/components/reps/number.js
rename : devtools/client/jsonview/components/reps/object-box.js => devtools/client/shared/components/reps/object-box.js
rename : devtools/client/jsonview/components/reps/object-link.js => devtools/client/shared/components/reps/object-link.js
rename : devtools/client/jsonview/components/reps/object.js => devtools/client/shared/components/reps/object.js
rename : devtools/client/jsonview/components/reps/rep-utils.js => devtools/client/shared/components/reps/rep-utils.js
rename : devtools/client/jsonview/components/reps/rep.js => devtools/client/shared/components/reps/rep.js
rename : devtools/client/jsonview/components/reps/string.js => devtools/client/shared/components/reps/string.js
rename : devtools/client/jsonview/components/reps/undefined.js => devtools/client/shared/components/reps/undefined.js
2016-02-18 12:58:51 +01:00
Jan Odvarko e64b60457f Bug 1237253 - Support define in BrowserLoader; r=jlongster r=jryans 2016-01-15 14:15:28 +01:00
James Long 41b05eaf06 Bug 1219304 - add react-dom and use it in the devtools to render react r=jsantell
--HG--
extra : amend_source : 4aa25a00c9e1a0a51fbc7b08d4c8fb15393f83e2
2015-10-30 10:06:52 -04:00
Jan Odvarko ef579c42e5 Bug 1132203 - Tests for JSON Viewer; r=jryans 2015-09-28 13:33:45 +02:00
Jan Odvarko dd664dced5 Bug 1132203 - JSON Viewer for application/json documents; r=jlong 2015-09-28 13:33:20 +02:00