Commit Graph

117 Commits

Author SHA1 Message Date
Florian Queze
451928e614 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Sebastian Hengst
f75839c723 Backed out changeset 55f3df15eaa6 (bug 1356569) 2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Alessio Placitelli
d7a33d4843 Bug 1341996 - Prevent using empty keys in DEVTOOLS_JAVASCRIPT_ERROR_DISPLAYED. r=bgrins
MozReview-Commit-ID: 42ESILTpnAT
2017-04-12 17:33:36 +02:00
Ricky Chien
4c1c62da60 Bug 1352699 - Make netmonitor run on devtools-launchpad r=Honza
MozReview-Commit-ID: 4khCXm2lfzG
2017-04-01 23:01:06 +08:00
Carsten "Tomcat" Book
c4ba8ded0f Backed out changeset afbfe3a5cdb6 (bug 1352699) 2017-04-07 10:48:08 +02:00
Ricky Chien
cc080ff798 Bug 1352699 - Make netmonitor run on devtools-launchpad r=Honza
MozReview-Commit-ID: 4khCXm2lfzG
2017-04-01 23:01:06 +08:00
Sebastian Hengst
25599432c0 Backed out changeset a3ef74b43978 (bug 1352699) 2017-04-06 20:15:15 +02:00
Ricky Chien
7a9480e16a Bug 1352699 - Make netmonitor run on devtools-launchpad r=Honza
MozReview-Commit-ID: 4khCXm2lfzG
2017-04-01 23:01:06 +08:00
J. Ryan Stinnett
b1e4f726f1 Bug 1349360 - Mark experimental SourceMapService as deprecated. r=ochameau
The existing `SourceMapService` uses server-side source maps, which we are
replacing with client-side source maps.  It will be removed later in bug
1349354, but for now mark it as deprecated so we don't use it with any other
tools.

MozReview-Commit-ID: ABmWGC5asZd
2017-03-21 16:44:09 -05:00
Tim Nguyen
3c6aca80ee Bug 1341037 - Fix broken Browser Console. r=nchevobbe
MozReview-Commit-ID: 5gIYVBNCILb
2017-02-23 16:03:14 +01:00
Tim Nguyen
2016411dd2 Bug 1341037 - Use Toolbox react instance in webconsole. r=ochameau
MozReview-Commit-ID: 4ARtkoqWUQP
2017-02-21 20:47:25 +00:00
Florian Quèze
c32c931bc9 Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
Florian Quèze
63de711857 Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
Florian Quèze
361ec85a2e Bug 1329182 - remove trailing newURI null parameters in devtools/, r=jaws. 2017-01-09 20:27:26 +01:00
Gabriel Luong
a61285b0f2 Bug 1322028 - Avoid destructuring requires where possible in the inspector. r=jdescottes 2016-12-17 12:44:56 +09:00
Tom Tromey
8a93d4e955 Bug 1316630 - don't emit pref-changed event on gDevTools; r=jdescottes
MozReview-Commit-ID: CCqAf8dBFSY
2016-11-21 08:47:10 -07:00
Brian Grinstead
2967ac5e15 Bug 1317423 - Remove unused declarations after move;r=jlast
MozReview-Commit-ID: 9hD6rAbGYP9
2016-11-16 15:38:24 -08:00
Brian Grinstead
15617d08e9 Bug 1317423 - Move WebConsoleConnectionProxy into its own module;r=jlast
MozReview-Commit-ID: EMEo0CqlOPM
2016-11-16 15:38:22 -08:00
Tim Nguyen
31a07ed744 Bug 1307871 - Add new console frontend support for 'Enable timestamps' pref. r=bgrins
MozReview-Commit-ID: FshE769sETL
2016-11-15 19:23:47 +00:00
Tim Nguyen
16b0ab24c0 Bug 1307942 - Add CSS warnings and errors to new console. r=bgrins
MozReview-Commit-ID: FB0P3X0r7Jz
2016-11-14 17:33:29 +00:00
Jared Wein
5edec1c0d9 Bug 1315013 - part 1, remove unnecessary double-slash comments that don't add value and look out of place with the spaced-comment eslint rule. r=mossop
MozReview-Commit-ID: HIUTSdkXxbY
2016-11-03 14:42:06 -04:00
Tom Tromey
1976c3df85 Bug 1312041 - remove requireRawId rewriting in favor of Loader paths; r=jryans
MozReview-Commit-ID: 6OSszbKpp74
2016-10-25 21:30:18 -06:00
Wes Kocher
20d9f9713d Backed out 2 changesets (bug 1312041) for mass failures a=backout
Backed out changeset c4f42d7d5453 (bug 1312041)
Backed out changeset 9bfbc8480d43 (bug 1312041)
2016-11-01 10:30:45 -07:00
Tom Tromey
d1b2d82846 Bug 1312041 - remove requireRawId rewriting in favor of Loader paths; r=jryans
MozReview-Commit-ID: 6OSszbKpp74
2016-10-25 21:30:18 -06:00
Nicolas Chevobbe
57f03bddb9 Bug 1307908 - Implement custom styles in new console frontend. r=linclark,tromey;
Add the possibility to pass a style object to StringRep.
Parse the styles strings passed as argument using a dummy node element
to strip off forbidden properties and forbidden values.
Add a mocha test to ensure custom styles are rendered as expected.

MozReview-Commit-ID: I3LgeNRujaL
2016-10-08 15:31:11 +02:00
Brian Grinstead
d7ab8a54dd 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
Brian Grinstead
8337cb917d Bug 1304178 - Run less code on startup of new console frontend;r=linclark
MozReview-Commit-ID: HdSEyDR6cB0
2016-10-06 17:09:55 -07:00
Brian Grinstead
ba0780ec10 Bug 1304178 - Remove the context menu in new webconsole frontend;r=linclark
MozReview-Commit-ID: 2lTpxlAkuvM
2016-10-04 11:32:52 -07:00
Lin Clark
6d632efe28 Bug 1306751 - New console frontend: Emit new-message from componentDidMount. r=bgrins
MozReview-Commit-ID: 1JS6FcDU9qr
2016-10-02 15:16:50 -07:00
Brian Grinstead
8ea60d6962 Bug 1306124 - Consistently emit the last rendered message in dom for jsterm.execute and with new-messages event;r=linclark
MozReview-Commit-ID: 5100HMmdTr2
2016-09-28 14:28:58 -07:00
Brian Grinstead
acd6ee3a29 Bug 1306124 - Emit consistent args to new-messages for damp support with new frontend;r=linclark
MozReview-Commit-ID: 23PmnreOeMB
2016-08-22 14:00:16 -07:00
Nicolas Chevobbe
076e5e9327 Bug 1305499 - Part 1: Defer NewConsoleOutput initialization until everything is ready. r=linclark
MozReview-Commit-ID: NQGIkNMkoB
2016-09-27 10:09:51 -07:00
Lin Clark
f8254ea8b0 Bug 1305161 - New console frontend: Improve performance of showing cached messages. r=bgrins
MozReview-Commit-ID: 8NIDqj5nRol
2016-09-27 10:09:51 -07:00
Lin Clark
a63c124e64 Bug 1305064 - New console frontend: Fix cached message handling. r=bgrins 2016-09-23 16:01:20 -04:00
Brian Grinstead
9bdda3b2c3 Bug 1304414 - New console frontend: remove outline flicker on #output-container; r=linclark
MozReview-Commit-ID: 2aPq3JBtbwW
2016-09-21 16:07:04 -07:00
Lin Clark
4f2f933156 Bug 1303812 - New console frontend: Hide CSS page errors. r=bgrins
MozReview-Commit-ID: 6gxO8n1yuYa
2016-09-20 11:37:04 -07:00
Ricky Chien
511dd0e899 Bug 1300058 - New console frontend: Support network event messages. r=linclark
MozReview-Commit-ID: BVc8zLjsKPm
2016-09-20 11:37:03 -07:00
steveck-chung
e5d1f41e57 Bug 1300058 - Part 1: Handle incoming network event packets. r=linclark
MozReview-Commit-ID: 6Dmeb6wbIGi
2016-09-20 11:37:01 -07:00
Julian Descottes
2283f05cf3 Bug 1265887 - migrate devtools/ from PluralForm.jsm to plural-form.js;r=tromey
MozReview-Commit-ID: 7I7djgqcrnr
2016-08-27 18:42:33 +02:00
Julian Descottes
9bd9cb2ea3 Bug 1295609 - Migrate devtools/client/webconsole to use l10n.js instead of Services.string;r=bgrins
MozReview-Commit-ID: 65AyxZ68GHt
2016-08-19 20:31:50 +02:00
Jarda Snajdr
da73c5cfa8 Bug 1297329 - Fix opening 'url1 -> url2' source locations in console r=bgrins
MozReview-Commit-ID: AcQMHzaVi9r
2016-08-23 11:16:43 +02:00
Ryan VanderMeulen
6ee104ada6 Merge fx-team to m-c. a=merge 2016-08-24 09:04:42 -04:00
Tom Tromey
070522efed Bug 1244227 - Add an API to enable throttling. r=Honza
MozReview-Commit-ID: BirjFHVSZN7
2016-08-23 07:36:52 -06:00
Julian Descottes
1473b201d7 Bug 1296870 - Do not clear output of BrowserConsole when receiving console.clear();r=bgrins
MozReview-Commit-ID: 2quJg454BxU
2016-08-22 23:51:01 +02:00
Peter Elmers
f851b6ddc1 Bug 1295254 - New console frontend: Add support for navigation marker. r=linclark
MozReview-Commit-ID: EcXsOKH5jgx
2016-08-18 16:04:35 -07:00
Brian Grinstead
14d469149d Bug 1292325 - New console frontend: Add a waitForMessages function for end-to-end testing. r=linclark
MozReview-Commit-ID: H908h06zfNJ
2016-08-18 16:04:33 -07:00
Nicolas Chevobbe
60bf03e66d 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
4e42260d3e Bug 1288475 - Split webconsole utils.js into separate client and server parts;r=MattN,tromey
MozReview-Commit-ID: HlpiRvuMF1H
2016-08-05 10:44:38 -07:00
Nicolas Chevobbe
20ee5bb549 Bug 1287508 - Part 1: New console frontend: Add filter bar. r=bgrins
MozReview-Commit-ID: KoIEkQVPg2V
2016-07-18 19:02:19 +02:00