Nicolas Chevobbe
fa7ec438de
Bug 1317069 - Fix ESLint in new console frontend; r=ntim
...
MozReview-Commit-ID: 7MgHbRxnU1V
--HG--
extra : rebase_source : 4e7296388b901773f6b8405b07aa355367cfb925
2016-12-08 09:16:41 +01:00
Tim Nguyen
db1c58b6ed
Bug 1307871 - Add new console frontend support for 'Enable timestamps' pref. r=bgrins
...
MozReview-Commit-ID: FshE769sETL
--HG--
rename : devtools/client/webconsole/test/browser_webconsole_expandable_timestamps.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_timestamps.js
extra : rebase_source : 0990d586a20cbaa7e8603f3a0aadf664200506cd
2016-11-15 19:23:47 +00:00
Nicolas Chevobbe
8eb610e03a
Bug 1307873 - Add support for console group. r=linclark
...
--HG--
extra : rebase_source : 75fa4aa5b55f31d1663218cb8aed590786d6f48e
2016-10-07 07:17:00 -04:00
Brian Grinstead
b1e8e49e8b
Bug 1304178 - Use a different node to scroll in old and new frontends;r=linclark
...
MozReview-Commit-ID: CirqjyCei5n
2016-10-06 17:10:00 -07:00
Lin Clark
67faa4b6d0
Bug 1307243 - Part 1: Consolidate services in a service container and add addRefToHud. r=bgrins
...
MozReview-Commit-ID: 4lDTLFzh5ly
2016-10-04 11:31:38 -07:00
Lin Clark
3618c529bc
Bug 1306751 - New console frontend: Emit new-message from componentDidMount. r=bgrins
...
MozReview-Commit-ID: 1JS6FcDU9qr
2016-10-02 15:16:50 -07:00
Lin Clark
7ea7afa4f6
Bug 1306099 - New console frontend: Fix scrolling. r=bgrins
...
MozReview-Commit-ID: 3xRTUTh53Bp
2016-10-02 15:16:49 -07:00
Lin Clark
f3a08a3d22
Bug 1306622 - New console frontend: Factor out common HTML structures from message types. r=bgrins
...
MozReview-Commit-ID: 3JjyRuJyFAP
--HG--
rename : devtools/client/webconsole/new-console-output/test/components/repeat.test.js => devtools/client/webconsole/new-console-output/test/components/message-repeat.test.js
2016-10-02 15:16:49 -07:00
Nicolas Chevobbe
079ed77295
Bug 1305499 - Part 2: Add console.table support. r=linclark
...
MozReview-Commit-ID: D2AryLK8jWB
2016-09-27 10:09:52 -07:00
Ricky Chien
3a4cc6de15
Bug 1300058 - New console frontend: Support network event messages. r=linclark
...
MozReview-Commit-ID: BVc8zLjsKPm
2016-09-20 11:37:03 -07:00
Nicolas Chevobbe
d8d0dd3e36
Bug 1294499 - New console frontend: Add collapsible stacktrace for console.error/trace messages. r=linclark
...
MozReview-Commit-ID: LctpJdFtxX0
2016-08-18 16:04:35 -07:00
Jaideep Bhoosreddy
1546eccc1a
Bug 1294498 - New console frontend: Add a file location component. r=linclark
...
MozReview-Commit-ID: 5VnQnWQsoZF
2016-08-18 16:04:33 -07:00
Nicolas Chevobbe
9d740d0f97
Bug 1291358 - Part 2: New console frontend: Add support for console.trace();r=linclark
...
MozReview-Commit-ID: G7Ghf07BiSl
2016-08-18 16:04:32 -07:00
Brian Grinstead
ec262e55ae
Bug 1291352 - New console frontend: Add basic mochitest-browser test;r=linclark
...
MozReview-Commit-ID: KQITgqdMb2l
2016-08-18 16:04:31 -07:00
Peter Elmers
6d74ac0231
Bug 1287958 - New console frontend: Add keys to messages. r=bgrins
...
--HG--
extra : rebase_source : c16e69da3e6c0a824316f3a97001d4b84efd1960
2016-07-19 15:41:39 -07:00
Lin Clark
d5a6cc1319
Bug 1287508 - Part 2: Update scroll pinning. r=bgrins
...
MozReview-Commit-ID: 8KGmtcwEsdv
--HG--
extra : rebase_source : 81d083118aec2fbaeb08d11e6610f9e3cb891391
2016-07-18 15:24:41 -04:00
Nicolas Chevobbe
2f72f50306
Bug 1287508 - Part 1: New console frontend: Add filter bar. r=bgrins
...
MozReview-Commit-ID: KoIEkQVPg2V
--HG--
extra : rebase_source : 4d07e951076d599f81973f85f2b42762a5de522a
2016-07-18 19:02:19 +02:00
J. Ryan Stinnett
30b2b7ce44
Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey
...
For simple rules like function spacing, we can auto-fix these across the code
base so they are followed in a consistent way.
To generate this patch, I ran:
./mach eslint devtools --no-ignore --fix
After this, I reverted any changes to third party files that we really do want
to ignore.
MozReview-Commit-ID: 6Q8BApkAW20
2016-05-18 12:49:23 -05:00
Nicolas Chevobbe
6dff4967a0
Bug 1270166 - Get data from the store using selectors on the reducer. r=linclark
...
MozReview-Commit-ID: DuZzU5BWcKr
2016-05-04 12:32:09 -07:00
Nicolas Chevobbe
f3f3ce693d
Bug 1260283 - Implement new console output frontend behind a pref. r=linclark
...
MozReview-Commit-ID: 77qsML4CXlh
--HG--
rename : devtools/client/webconsole/new-console-output/output-wrapper-thingy.js => devtools/client/webconsole/new-console-output/new-console-output-wrapper.js
2016-04-29 13:18:00 -07:00
Lin Clark
4800071c32
Bug 1260283 - Implement new console output frontend behind a pref. r=bgrins
...
MozReview-Commit-ID: Kl0G7lEFatj
2016-04-29 13:17:00 -07:00
Lin Clark
8322afabcf
Bug 1260283 - Implement new console output frontend behind a pref. r=bgrins
...
MozReview-Commit-ID: JvM0xrK7rks
2016-04-29 13:17:00 -07:00
Lin Clark
9cbc113dbf
Bug 1260283 - Implement new console output frontend behind a pref. r=bgrins
...
MozReview-Commit-ID: 54Tl5b5T2EJ
--HG--
rename : devtools/client/webconsole/new-console-output/dummy-child-component.js => devtools/client/webconsole/new-console-output/components/console-output.js
2016-04-29 13:16:00 -07:00