Commit Graph

4647 Commits

Author SHA1 Message Date
Tom Tromey
d0a35ae517 Bug 1328016 - add parseNamedDeclarations and use in rule view; r=pbro
MozReview-Commit-ID: 25LvVRvbpIm

--HG--
extra : rebase_source : bc1d33cf183212863b5b9a1a138d8671aad995b3
2017-01-03 13:14:08 -07:00
Tom Tromey
4e225590bc Bug 1328929 - enable no-unsafe-finally eslint rule for devtools; r=jryans
MozReview-Commit-ID: J8v5YELIyid

--HG--
extra : rebase_source : 19c5813d844365a4b0fe96b9e93451995c802398
2017-01-05 10:32:47 -07:00
Ricky Chien
b8d8e17b15 Bug 1328500 - Support input field in TreeView r=Honza
MozReview-Commit-ID: G80lLUK8CPT

--HG--
extra : rebase_source : d65638f4fa1667620eef1948729bd2b23842983e
2017-01-04 13:32:00 +08:00
Wes Kocher
1b9930db65 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 2ocdQCLe0I1
2017-01-05 17:31:25 -08:00
Wes Kocher
0f254a30d6 Merge inbound to central, a=merge
MozReview-Commit-ID: 1ij6nLf8f8s
2017-01-05 17:30:35 -08:00
Fred Lin
a2db25a007 Bug 1328822 - cache getSelectedRequest with reselect; r=jsnajdr
MozReview-Commit-ID: Eo6repa3Z8z

--HG--
extra : rebase_source : 68b55c7ae389599dd1777625668c910a7087425f
2017-01-05 17:10:25 +08:00
Tom Tromey
2dc3af9393 Bug 1219556 - report full body size from NetworkResponseListener; r=jryans
MozReview-Commit-ID: LMMycsbcRg1

--HG--
extra : rebase_source : 6e6703d55dd12d9ff453454e0b2ae6a40fdbfbd4
2016-12-23 11:11:37 -07:00
Steve Chung
054529f0f9 Bug 1324334 - Migrate Chart.jsm to js and remove xul components in the chart, r=Honza,rickychien
MozReview-Commit-ID: CvVJlolZ8pZ

--HG--
rename : devtools/client/shared/widgets/Chart.jsm => devtools/client/shared/widgets/Chart.js
extra : rebase_source : 6ab3e570f9bbe27c4228dd333c0eec182b0381c1
2016-12-16 15:47:03 +08:00
Ricky Chien
99073c5977 Bug 1328532 - Refactor updateRequest to fetch full text r=jsnajdr
MozReview-Commit-ID: mqLIWLs0xM

--HG--
extra : rebase_source : b1c77b81baaaad815810fa169d7c61ba2fbdb6d7
2017-01-04 15:34:20 +08:00
Phil Ringnalda
d105fd40fd Merge m-c to autoland 2017-01-04 19:01:49 -08:00
Phil Ringnalda
c83d1d7ce9 Merge m-i to m-c, a=merge
MozReview-Commit-ID: 51FMtH1yTe6
2017-01-04 18:33:32 -08:00
Wes Kocher
ab53837a32 Backed out changeset a762568b0299 (bug 1328532) for clipboard bustage a=backout 2017-01-04 18:23:22 -08:00
Ricky Chien
a8a552beb9 Bug 1328498 - Sourceeditor appendTo HTML element supports r=Honza
MozReview-Commit-ID: 1gdhH8PdIuc

--HG--
extra : rebase_source : f6722997d50d47d7a43e01921af2135b165295d9
2017-01-04 11:52:26 +08:00
Ricky Chien
56b56f5c9f Bug 1328532 - Refactor updateRequest to fetch full text r=jsnajdr
MozReview-Commit-ID: mqLIWLs0xM

--HG--
extra : rebase_source : ac95da52fee4fb5ff8183196d5bb744ae82cdf0f
2017-01-04 15:34:20 +08:00
Ricky Chien
beec56c1e2 Bug 1328567 - TreeView expandedNodes should update when props changed r=Honza
MozReview-Commit-ID: FdJWqTY52eW

--HG--
extra : rebase_source : 66d3716f3da3aecb21cbdc34211d9c754c06b13c
2017-01-04 18:13:00 +08:00
J. Ryan Stinnett
0119e527b3 Bug 1321831 - Delay loading RDM devices to allow faster open. r=ochameau
MozReview-Commit-ID: 4UkW0qjSAmr

--HG--
extra : rebase_source : 1d8bb05b41731b8bfe60cb6635bd7ddc3b2ae83f
2016-12-29 11:59:09 -06:00
Towkir Ahmed
5fb25d056e Bug 1325570 - The checkboxes from modal can now be checked/unchecked using the left click only; r=jryans
MozReview-Commit-ID: LPRzXjp7q6v

--HG--
extra : rebase_source : 198f3bec99e8a026cbef2f0103b40d1c1e2b53c2
2017-01-04 09:34:37 -06:00
Alexandre Poirot
32a78e7d88 Bug 1320084 - Remove useless devtools JSM shims. r=jryans
MozReview-Commit-ID: JUui79wiNYi
2017-01-04 09:11:25 -08:00
Alexandre Poirot
693c71b018 Bug 1320084 - Remove project editor test files from firefox package. r=bgrins
MozReview-Commit-ID: FBvL2jtL2LZ

--HG--
rename : devtools/client/projecteditor/chrome/content/projecteditor-test.xul => devtools/client/projecteditor/test/projecteditor-test.xul
2017-01-04 09:11:25 -08:00
Alexandre Poirot
15c12bb01f Bug 1320084 - Remove unused devtools/client/themes/dom.css file. r=Honza
MozReview-Commit-ID: 1sjsBmMUlGz
2017-01-04 09:11:24 -08:00
Florian Apolloner
534c99ffcd Bug 1324929 - Accept ':' between url and line number in server side logs backtraces. r=ochameau
MozReview-Commit-ID: AtP0Gimrcxt
2017-01-04 09:11:24 -08:00
Carsten "Tomcat" Book
bf21cb8f03 Merge mozilla-central to mozilla-inbound 2017-01-04 16:18:24 +01:00
Carsten "Tomcat" Book
b4e6d275b7 merge mozilla-inbound to mozilla-central a=merge 2017-01-04 16:09:56 +01:00
Carsten "Tomcat" Book
be78cb36dd Bug 1024734 - disable test_import.html a=me
--HG--
extra : rebase_source : d06ec37900fc83976b4d61456008bb3e44459bcd
2017-01-04 15:45:30 +01:00
Carsten "Tomcat" Book
d05d412856 Backed out changeset 423594fd6c7e (bug 1325570) for eslint failure 2017-01-04 12:27:12 +01:00
Towkir Ahmed
d0c98f987e Bug 1325570 - The checkboxes from modal can now be checked/unchecked using the left click only; r=jryans 2016-12-31 11:53:00 +01:00
Tomer Cohen
7ee0a0db1b Bug 1323553 - Add RTL to JSON Viewer r=Honza
MozReview-Commit-ID: AItCFstp7xd

--HG--
extra : rebase_source : 9a77af54503cffce6e7006a2ca6fd5c333507e77
2017-01-03 12:58:30 +02:00
Wes Kocher
5dbd75ac36 Backed out changeset 0bb1f11160a4 (bug 1219556) for browser_net_truncate.js timeouts a=backout 2017-01-03 16:28:05 -08:00
Tom Tromey
826502ca19 Bug 1219556 - report full body size from NetworkResponseListener; r=jryans
MozReview-Commit-ID: LMMycsbcRg1

--HG--
extra : rebase_source : 7d1a89930eb10e611a8d84641c12f3473a67b46d
2016-12-23 11:11:37 -07:00
J. Ryan Stinnett
b616940600 Bug 1326078 - Update actor docs after RemoteBrowserActor removal. r=ochameau DONTBUILD
MozReview-Commit-ID: 2jS5ZEYeiEc

--HG--
extra : rebase_source : a2afa6db6d399255a5ec833d58a9b0e6adcf736f
2016-12-28 12:57:30 -06:00
Jared Wein
560afd3f8e Bug 1326479 - Fix 'indent' eslint errors now that eslint scans multiline array and object definitions. r=Gijs
MozReview-Commit-ID: 99mWjxu8PPn

--HG--
extra : rebase_source : f78d800263b8544ce0accbdb2dc57b303969543f
2017-01-03 10:07:50 -05:00
Jared Wein
4e35ed6e8a Bug 1326479 - Enable more options for the 'indent' rule. r=Gijs
MozReview-Commit-ID: EuxayyLNHNt

--HG--
extra : rebase_source : f13b679204d89861e608adcb774a32cf8a960e43
2016-12-30 18:32:56 -05:00
Alexandre Poirot
c512a29d01 Bug 1323466 - Lazy load dependencies from actors/script.js. r=jryans
MozReview-Commit-ID: 6DdFOIL6nD

--HG--
extra : rebase_source : 179e35fa4753a663653265653f7df24719ec622c
2016-12-20 13:35:13 -08:00
Phil Ringnalda
c2fca9f20a Bug 1326334 followup, placate yet another new eslint rule merged in from autoland
MozReview-Commit-ID: KHcshmPveR6

--HG--
extra : rebase_source : 416e08d387af606dcc785bd0b3a6e11e5243186a
2017-01-03 19:59:25 -08:00
Phil Ringnalda
c4d1ea9a14 Merge m-c to m-i
MozReview-Commit-ID: JYNBUrs2zC5
2017-01-03 18:46:43 -08:00
Olli Pettay
0364dbc792 Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8
--HG--
extra : rebase_source : 3ae1207308de120b7299b13ecaa95dd1612b3459
2017-01-03 21:47:55 +02:00
Tim Nguyen
1f91986edf Bug 1326334 - Fix more errors in devtools/shared. r=jryans
MozReview-Commit-ID: 2MOe5hEyqYo
2017-01-03 23:47:28 +01:00
Sebastian Hengst
d3f1bf94e1 Backed out changeset 2bd53e4e662b (bug 1303113) for various test failures in debug tests with e10s. r=backout 2017-01-03 20:53:59 +01:00
Gabor Krizsanits
6df27d5c23 Bug 1303113 - Turn e10s-multi on in Nightly. r=me 2017-01-03 18:14:50 +01:00
Towkir Ahmed
163b502e85 Bug 1327996 - Disabled buttons in devtools now do show tooltips. r=ntim 2017-01-01 09:38:00 -05:00
Ryan VanderMeulen
e2cc59fb34 Merge m-c to autoland. a=merge 2016-12-30 10:05:04 -05:00
Ryan VanderMeulen
9f48ae4f9f Merge inbound to m-c. a=merge 2016-12-30 10:04:47 -05:00
Fred Lin
5bbe0834de Bug 1325914 - fix react-dev warnings; r=rickychien
MozReview-Commit-ID: GJ4ppGnXHLu

--HG--
extra : rebase_source : 8095f9b6873b8a249e0f9ab8940f9eb77ec66679
2016-12-27 15:03:15 +08:00
Phil Ringnalda
6ac54a1574 Backed out changeset 67611ffb1fef (bug 1325213) for failures in test_require_lazy.js 2016-12-29 19:01:37 -08:00
Tim Nguyen
7350350463 Bug 1325213 - Fix lots of eslint errors in devtools/shared/. r=jryans
MozReview-Commit-ID: 2XxhfV8ih0S

--HG--
extra : rebase_source : 1d4c869401ed8b501565d0d8927728771597cc30
2016-12-30 03:11:52 +01:00
Alexandre Poirot
c0f597f8a5 Bug 1323466 - Prevent loading webbrowser.js in child process. r=jryans
MozReview-Commit-ID: J1EmwxplNhA

Make actor registration more explicit and documented.
Each codepath depends on various set of actors, and it may be confused
as we often register actors if the DebuggerServer wasn't initialized yet.
But it is often already started by some other callsite...

This changeset also converts childtab to being just a module
and stop using DebuggerServer.addActors magic.

--HG--
extra : rebase_source : acbfd98b7791c833181d655d6cae04ec9bb28f87
2016-12-19 03:14:12 -08:00
Alexandre Poirot
169218bed0 Bug 1323466 - Split actors/worker.js in two to prevent loading unecessary actor code in parent process. r=jryans
The main goal here is to prevent loading protocol.js in the parent process.

MozReview-Commit-ID: 1HzbqNZ81v1

--HG--
extra : rebase_source : 52b815d63002c3584dc1caee2fffef5d3ed10c91
2016-12-14 08:35:47 -08:00
Alexandre Poirot
05785798fb Bug 1323466 - Lazy load optional deps from toolbox.js. r=jryans
MozReview-Commit-ID: 1E8fm9dfCwj

--HG--
extra : rebase_source : 450455e6d9044c264cbf4513622a87b9ce99c267
2016-12-14 08:33:54 -08:00
Wes Kocher
0747771468 Merge inbound to central, a=merge
MozReview-Commit-ID: 1rhhMOnW569
2016-12-29 12:03:47 -08:00
Towkir Ahmed
95eb20ef5c Bug 1325553 - Sound of "take screenshot" button respects relevant preference now; r=ntim 2016-12-28 08:45:00 +01:00