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

5939 Коммитов

Автор SHA1 Сообщение Дата
Tom Tromey d9a58b20b7 Bug 1346326 - implement new console.count semantics; r=baku
Bug 1346326 points out that the console.count spec has changed to

  void count(optional DOMString label = "default");

This patch implements the same behavior, but does not change the webidl,
on the theory that perhaps something relies on the current "any..."
type.

MozReview-Commit-ID: 9RQKAZ4AVtT
2017-04-07 10:04:10 -06:00
Carsten "Tomcat" Book 54c9498baf Merge mozilla-central to mozilla-inbound 2017-04-20 13:03:06 +02:00
Carsten "Tomcat" Book 0ede18d72a Backed out changeset 26825d7a225d (bug 1354672) on developers request 2017-04-20 09:28:11 +02:00
Wes Kocher cb8ce82cca Merge inbound to m-c a=merge 2017-04-19 17:10:04 -07:00
Tom Tromey e4a467e282 Bug 1355233 - quote unmatched open paren in function tokens correctly; r=gl
When rewriting in the rule view, the rewriter quotes unmatched open
parens to avoid some edits affecting the rest of the style sheet.  This
was bug 1321970.  However, that change didn't correctly handle the case
of a function token, where the paren in question appears at the end, not
the start, of the token.

MozReview-Commit-ID: GjA40M2KsvX

--HG--
extra : rebase_source : 0dec92ca958d20f02da5c7c4163ad971b2529920
2017-04-17 08:00:58 -06:00
Julian Descottes ef9a9e80c9 Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes
MozReview-Commit-ID: HI2NymoCLYR

--HG--
extra : rebase_source : 76cd533614d04771319f484cf8eb642d5f966e75
2017-04-18 10:25:19 +02:00
Carsten "Tomcat" Book 44e9c21039 merge mozilla-inbound to mozilla-central a=merge 2017-04-19 10:32:48 +02:00
Wes Kocher 61ed56921b Merge m-c to inbound, a=merge 2017-04-18 14:38:53 -07:00
Kevin Jones a7fa6eb9b7 Bug 1345090 - Modify SessionStore to restore tabs with lazy browsers. r=mikedeboer,dao
MozReview-Commit-ID: 5J5UqlWMxKX
2017-04-20 11:01:09 +02:00
Stanford Lockhart 04e80c9397 Bug 1349691: Polish the grid inspector and layout tab. r=jdescottes
MozReview-Commit-ID: DPYqfcDRKcs
2017-03-29 17:31:46 -03:00
Michael Layzell 5649a1dff0 Bug 1354635 - Part 2: Wrap JS line in devtools to satisfy eslint, a=bustage
MozReview-Commit-ID: AJrmTsonET2
2017-04-18 15:28:38 -04:00
Michael Layzell ab79668929 Bug 1354635 - Send permissions to the content process when debugging service workers, r=catalinb
MozReview-Commit-ID: 8cUh5znQcFN
2017-04-18 14:38:56 -04:00
J. Ryan Stinnett b7f2813ee4 Bug 1345515 - Add notifications advertising new RDM. r=ochameau
New RDM can be disabled because the user flipped a pref or because e10s is
disabled.  For each of these cases, add notifications to old RDM pushing users
to switch to the new version and provide feedback, since the old RDM will
eventually be removed.

MozReview-Commit-ID: EOQ0FkuRmY0

--HG--
extra : rebase_source : a8147f965d238501a60483dd3e0d5c6b075047c7
2017-03-20 16:06:54 -05:00
Carsten "Tomcat" Book 87edaf78ee Merge mozilla-central to autoland
--HG--
extra : rebase_source : 46bdde97ce6567ce8a06b1609de547ef11b24c2a
2017-04-20 13:06:52 +02:00
nchevobbe f9ffde2907 Bug 1357341 - Fix VariableView with new Reps bundle; r=jdescottes
MozReview-Commit-ID: GSOyL6Nx23Z

--HG--
extra : rebase_source : c930c3f2fd8a7c71c8347872607389d4321e4171
2017-04-20 12:12:14 +02:00
nchevobbe eb02505b4c Bug 1357341 - Reps 0.6.0: update reps bundle from Github; r=jdescottes
MozReview-Commit-ID: BW0DPLf8dXf

--HG--
extra : rebase_source : b674cd7b3bb493abe1130485b4e3b388b11fdec6
2017-04-20 10:43:32 +02:00
Michael Ratcliffe 5f606637f1 Bug 1352115 - Add scalars for toolbareyedropper, copyuniquecssselector and copyfullcssselector r=bsmedberg,pbro
MozReview-Commit-ID: CeqtJ22GM6M

--HG--
extra : rebase_source : d80264c6bb990b754ce96dbcb7010b8de6096701
2017-04-19 13:04:12 +01:00
Michael Ratcliffe faf7c1b49c Bug 1356223 - Support scalar telemetry probe types in Telemetry.js r=pbro
MozReview-Commit-ID: A2SMdvjy4jp

--HG--
extra : rebase_source : 002e47280d926c913150dd1b1286a7730855a024
2017-04-19 12:44:54 +01:00
Jim Porter 3517459260 Bug 1352069 - Introduce a pref that allows for disabling cosmetic animations r=jaws
This rolls browser.tabs.animate, browser.fullscreen.animate, and
alerts.disableSlidingEffect into a single pref; if any of these are disabled,
we'll disable the new pref too (toolkit.cosmeticAnimations.enabled). Most
future animations will also be subject to this pref.

MozReview-Commit-ID: 77pLMtERDna

--HG--
extra : rebase_source : 8939e453c2277caa4a90123ae09bb542aaa421ed
2017-04-11 13:47:31 -05:00
Sebastian Hengst c66c159ddb Backed out changeset 948294d1e5f0 (bug 1356957) for frequently failing devtools/client/netmonitor/test/browser_net_truncate.js with e10s. r=backout 2017-04-19 20:03:50 +02:00
J. Ryan Stinnett 6f8041829b Bug 1352814 - Force session history off for RDM container. r=ochameau
In bug 1313933, we removed the session store black magic that RDM used to do in
order to hide the container tab.

Unfortunately, that fix appears to have been imperfect.  Session store has a
fallback path that can still record the current URL, causing the container URL
to be recorded anyway, even though we asked nicely to please not do that.

In this change, we try a fresh approach of wedging the session history listener
for the container tab so it can't record anything.  This avoids the racy
approach that was used before bug 1313933 while still appearing to block the
container URL from being recorded.

MozReview-Commit-ID: JZTYzMAvaEM

--HG--
extra : rebase_source : dff8a35b25994b49f2e31888d49ffcb6b55402bb
2017-04-18 14:07:14 -05:00
Vangelis Katsikaros 608abe451f Bug 1192523 - "(cached)" tooltip of request method in netmonitor cannot be localized. r=Honza
MozReview-Commit-ID: BJpmm1nAmhg

--HG--
extra : rebase_source : 427587a7209dc392e3ef6541b0cb8721fa9e4dc7
2017-04-17 11:00:18 +03:00
Vangelis Katsikaros 20de7be8a3 Bug 1353057 - Split requests summary button into multiple labels. r=Honza,ntim
MozReview-Commit-ID: 1lwmft6Nucy

--HG--
extra : rebase_source : aa06974077f8c5a96becba24889745f4633ab1ce
2017-04-11 22:41:26 +03:00
Carsten "Tomcat" Book 7bcdfe36bc Merge mozilla-central to autoland 2017-04-19 10:57:24 +02:00
Mike Hommey 75fd170e4c Bug 1357326 - Remove things relying on the b2g* MOZ_BUILD_APP in the build system. r=gps
--HG--
extra : rebase_source : 2471f47ad07d8b90098f90db3ead2e26648cea9f
2017-04-18 18:39:53 +09:00
Ricky Chien a3be8e06dc Bug 1357447 - Lock down devtools-core package r=gasolin
MozReview-Commit-ID: 1fMPoU3e2Y7

--HG--
extra : rebase_source : f5afccf03f237de185b628add9cb45164d48157e
2017-04-18 23:46:57 +08:00
Fred Lin 4705fe42b1 Bug 1356957 - call updateRequest once when update request in netmonitor-controller;r=rickychien
MozReview-Commit-ID: J6lLXNlnJnM

--HG--
extra : rebase_source : b3f803c7ab5845e0ff6b3a0bcdd24a8eb2cca87b
2017-04-17 14:21:59 +08:00
Patrick Brosset 475fa7b551 Bug 1356873 - Insert inline text nodes between open and close tags; r=gl
MozReview-Commit-ID: 9bWm0EP7Wrp

--HG--
extra : rebase_source : ca64ab2e20a77a828dd8da126ff2bfeb13032d88
2017-04-16 18:11:14 +02:00
Daisuke Akatsuka ae977fa1ff Bug 1210796 - Part 16: Move unchanged properties to bottom in the list. r=pbro
MozReview-Commit-ID: CEmaEYhD6KM

--HG--
extra : rebase_source : 49f812d66281f87f6f5eff46165450552db3c244
2017-04-18 12:15:57 +09:00
Daisuke Akatsuka f3194a4a0b Bug 1210796 - Part 15: Displays the animation detail if the previously displayed animation is included in timeline list after refresh all UI. r=pbro
MozReview-Commit-ID: FiltMpwd4VY

--HG--
extra : rebase_source : 607211ac1e205213961f1e1e848a338f6eb0eab6
2017-04-18 12:15:57 +09:00
Daisuke Akatsuka 2cf17a6f91 Bug 1210796 - Part 14: Add close button. r=pbro
MozReview-Commit-ID: 59NdVAtgeLw

--HG--
extra : rebase_source : f8c4ecf6ff9d1fed99f8c07aca6365590aa5e90e
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka 5d3054bb6d Bug 1210796 - Part 13: Add tests. r=pbro
MozReview-Commit-ID: DqcIrW5Hy7E

--HG--
extra : rebase_source : 877bc863afb59b3f63356cfef0ecf913d7731b44
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka b99d1edf0d Bug 1210796 - Part 12: Unite common codes into utils.js and use. r=pbro
MozReview-Commit-ID: AXzA9aEOc8N

--HG--
extra : rebase_source : 26951806bf7061592dd45309da04336efb52ca99
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka e80f4886aa Bug 1210796 - Part 11: Disable clicking on keyframes because we can’t calculate correct current time since the animation detail handles the animation progress not time. r=pbro
MozReview-Commit-ID: JhXNREIyH9X

--HG--
extra : rebase_source : e6c77e396241049ef3d0203a3629e758351c878e
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka be53374bb1 Bug 1210796 - Part 10: Display animation's detail if the animation is only one in the list. r=pbro
MozReview-Commit-ID: G0kQrqzV4tt

--HG--
extra : rebase_source : b5a45951a06e0da72e8f4e76f33772036abe9696
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka f9582a91b0 Bug 1210796 - Part 9: Add progress indicator. r=pbro
MozReview-Commit-ID: GRcj1tFIKZB

--HG--
extra : rebase_source : be49edec53ba2068b59a9095a2faa0957fbd8c64
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka 781c534bf5 Bug 1210796 - Part 8: Add selection color to selected animation element. r=pbro
MozReview-Commit-ID: Dq4b5kGNAKc

--HG--
extra : rebase_source : ba078e828bb2d1bd25322fedb447ef62ba656a98
2017-04-18 12:15:55 +09:00
Daisuke Akatsuka de1e31c17f Bug 1210796 - Part 7: Change selection logic. r=pbro
MozReview-Commit-ID: BgG2Hjf0gP4

--HG--
extra : rebase_source : 593f4db314072ce98d3bb7adc52e3df791ceaa78
2017-04-18 12:15:55 +09:00
Daisuke Akatsuka 819485ef9b Bug 1210796 - Part 6: Fixed animation detail panel. r=pbro
MozReview-Commit-ID: CYIka7UkTPx

--HG--
extra : rebase_source : 3ff32fe380eebd9a3f0a2b5ea7e9ded046ecb98e
2017-04-18 12:15:55 +09:00
Daisuke Akatsuka dbba9bba01 Bug 1210796 - Part 5: Add aniamted property's progress line tick. r=pbro
MozReview-Commit-ID: Dwuoq3TD95G

--HG--
extra : rebase_source : d5b0f781ce58b00e95a0d7d6d56e9de4923b89a2
2017-04-18 12:15:55 +09:00
Daisuke Akatsuka 648f38cdff Bug 1210796 - Part 4: Add animated property header. r=pbro
MozReview-Commit-ID: F2KpzTvlyOj

--HG--
extra : rebase_source : 28e2006eba1ecb2cda0b14daf9b55a53cb250e68
2017-04-18 12:15:55 +09:00
Daisuke Akatsuka f15e96c929 Bug 1210796 - Part 3: Isolated timeline. r=pbro
MozReview-Commit-ID: KOWHeKRIyLb

--HG--
extra : rebase_source : 96e641b47ece88020f676051d3aa1efd8f511497
2017-04-18 12:15:54 +09:00
Daisuke Akatsuka 9a2f64b9e1 Bug 1210796 - Part 2: Visualize each properties. r=pbro
MozReview-Commit-ID: Hjb1QyOMNZR

--HG--
extra : rebase_source : 8ee1a7249453ed701f40c5f0a8fc0118cee8dd39
2017-04-18 12:15:54 +09:00
nchevobbe e773668920 Bug 1356504 - Apply a default style for console.group string. r=bgrins
Because we now parse the arguments of console.group like in console.log,
we are using Reps to display the group name. This implies that the Reps
styles are used, which is not something we want for simple text group names.
We add specificity to the existing group rule so we can have the default style back.

MozReview-Commit-ID: A2zrF8ElZGZ

--HG--
extra : rebase_source : 81d62722559aeda28eed2c37be4889dae31f65d3
2017-04-14 11:47:37 +02:00
Iris Hsiao 56c2787435 Backed out changeset ef655e427521 (bug 1345515) for devtool test failures at responsivedesign.jsm 2017-04-20 10:01:01 +08:00
J. Ryan Stinnett 6aa082a194 Bug 1345515 - Add notifications advertising new RDM. r=ochameau
New RDM can be disabled because the user flipped a pref or because e10s is
disabled.  For each of these cases, add notifications to old RDM pushing users
to switch to the new version and provide feedback, since the old RDM will
eventually be removed.

MozReview-Commit-ID: EOQ0FkuRmY0

--HG--
extra : rebase_source : 44e50bfe471cc5f85b3143d7e10d98f078b072a4
2017-03-20 16:06:54 -05:00
Blake Kaplan c0d02b25be Bug 1349363 - Use a centralized function to tell if e10s-multi is on. r=Felipe
MozReview-Commit-ID: JQJtCanIv3a

--HG--
extra : rebase_source : e459489211499ccc65b3b834ed0ec4e4d751994e
2017-04-17 14:58:52 -07:00
Julian Descottes 9c004b7716 Bug 1357340 - grid inspector: add isConnected when creating node grips from node fronts;r=gl
MozReview-Commit-ID: 3OUrS2OvqFs

--HG--
extra : rebase_source : b6fd122506d3b4bb4b7fa13c84600c21fd0d06c6
2017-04-18 11:32:17 +02:00
Alexandre Poirot f1bf089869 Bug 1351266 - Test preview and font tooltips by faking mouse events. r=jdescottes
MozReview-Commit-ID: LdaTXmo9Eb6

--HG--
extra : rebase_source : 2ee8e2fc852b527fe03ff9232bdf50b9090c872b
2017-03-28 15:51:08 +02:00
Sebastian Hengst ca156179a9 merge mozilla-central to autoland. r=merge a=merge 2017-04-17 16:30:50 +02:00
Michael Brennan a54238f81b Bug 1350233 - Add MDN links for netmonitor performance analysis. r=gasolin ui-r=bwinton 2017-04-13 03:19:00 +08:00
Sebastian Hengst 8bd051237a merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: JpAhOPjgvkF
2017-04-15 19:59:24 +02:00
Ricky Chien 5caf480904 Bug 1356786 - Add waitUntil in browser_webconsole_shows_reqs_in_netmonitor.js r=ntim
MozReview-Commit-ID: 1cLwVeaortC

--HG--
extra : rebase_source : beb312634f4956be6588b7b537911082a2bb0942
2017-04-15 19:38:00 +08:00
Florian Queze 4c6a68d1c9 Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
Locke Chen adf83e8d62 Bug 1327756 - Netmonitor divides js files into 2 groups when I sort by type. r=Honza
MozReview-Commit-ID: GnefodFPuHo

--HG--
extra : rebase_source : c5a6748849ccfa4683b2663f49eb22e5a973c123
2017-04-17 13:56:07 +08:00
Ricky Chien ddbb541e5d Bug 1356766 - Support HTMLTooltop when running launchpad on Chrome r=ntim
MozReview-Commit-ID: KNeN8hrJjdl

--HG--
extra : rebase_source : ddb241b2f8d2106eab6d315f987b09fbd200e3af
2017-04-15 15:28:29 +08:00
Fred Lin 0a273175e9 Bug 1356126 - Move column react component to separate files;r=rickychien
MozReview-Commit-ID: HdLcKOHW0ag

--HG--
extra : rebase_source : b76852580f453cc45c3e408ec9827f870347d2b7
2017-04-13 14:45:06 +08:00
Jan Odvarko f1d56688d3 Bug 1356586 - Properly exclude dirs for babel transpilation; r=rickychien
MozReview-Commit-ID: E2iLUstNiZq

--HG--
extra : rebase_source : 45bb2d458bde55e7290a9cfbff90a34a05b6d301
2017-04-14 18:11:49 +02:00
Sebastian Hengst 875f27030a merge mozilla-central to autoland. r=merge a=merge 2017-04-14 17:22:00 +02:00
Iris Hsiao 93edef392b merge autoland to mozilla-central a=merge 2017-04-14 17:09:58 +08:00
Wes Kocher c8a2033f35 Merge m-c to inbound, a=merge 2017-04-13 17:33:39 -07:00
Ricky Chien 415ebfe75e Bug 1356146 - Link webpack alias to m-c shared r=Honza
MozReview-Commit-ID: 8vFpxH1FdHy

--HG--
extra : rebase_source : 2f1959e7e044231cdaceba3fd973609b17eaecdd
2017-04-13 14:26:47 +08:00
Vangelis Katsikaros af4bce1bae Bug 1354508 - Add filter option for network requests checking for a specific response header. r=ntim
MozReview-Commit-ID: E5wm5BgDJNU

--HG--
extra : rebase_source : ba4b21b7b53fa1f676d132f57556e86ff6fb163a
2017-04-13 22:59:21 +03:00
J. Ryan Stinnett 620f54b1ab Bug 1346854 - Adjust network monitor test expectations. r=Honza
After the previous commit, we're now starting network listening at a different
point in toolbox startup.  We need to rework some test expectations to account
for the new timing.

MozReview-Commit-ID: 1lNDE51uVPS

--HG--
extra : rebase_source : 331c2c5ce411f2f11152a5d80935bcc3b65154bd
2017-04-04 18:05:58 -05:00
Eugen Sawin 0b1bae9e19 Bug 1355542 - [2.0] Remove unused web progress callbacks and add missing progress filters. r=felipe 2017-04-13 23:20:17 +02:00
Gabriel Luong 1ad33e3a55 Bug 1343167 - Add navigation for the box model's position, padding, border, margin and content layout. r=jdescottes 2017-04-06 11:24:38 -04:00
J. Ryan Stinnett 3dc08dcf94 Bug 1346854 - Delay network listening until toolbox open. r=ochameau
Once upon a time (bug 862341), we decided to enable network listening by
default in DevTools.

In a general sense, that's fine.  When you open a toolbox, we listen to that
tab and stop listening when the toolbox closes.

GCLI / Developer Toolbar is quite different, though.  It connects to the whole
browser.  This meant that enabling GCLI would start listening to network
activity in *every* tab (even though it doesn't have any way to even use that
data).  This of course will slow down performance with all the extra tracking
and eat up memory with the tracked request data.

In this change, we move the step to enable network listening into the toolbox,
which seems more like what we intended anyway.

MozReview-Commit-ID: 2UYoQtWCAE1

--HG--
extra : rebase_source : 22545d1b47d73e43eec3407ce25f056bc8ef200f
2017-03-23 14:34:37 -05:00
Ricky Chien db262e9484 Bug 1355833 - Fix broken context menu actions r=Honza
MozReview-Commit-ID: 4g8kLH5LD97

--HG--
extra : rebase_source : 3eb0843fdc1e1e3d62b03980ce8142ea2c4a67d3
2017-04-13 20:48:46 +08:00
nchevobbe 8f16cb5be3 Bug 1355869 - Delay scrollToBottom on next tick in console init. r=bgrins
The call to scrollToBottom could take a good amount of time if there were
already logged messages in the console. This might be related to the fact that
componentDidMount is called although there is some layout or paint work.
Delaying the first call to scrollToBottom in the component greatly reduced the
time spent in scrollToBottom.

MozReview-Commit-ID: F3cRYV4OFhm

--HG--
extra : rebase_source : 7be84aeadd33e5c57131b35da2dea5e7bc3611b0
2017-04-12 17:21:27 +02:00
Julian Descottes 7500121261 Bug 1355886 - fix regression when undoing delete node next to a whitespace sibling;r=pbro
MozReview-Commit-ID: GDYzsbCiQcI

--HG--
extra : rebase_source : 731b51aa56a31f9cc8e65628bc158278c2287582
2017-04-12 18:59:28 +02:00
Patrick Brosset 9015908958 Bug 1355064 - Build the markup-view DOM manually rather than with templater; r=jdescottes
MozReview-Commit-ID: LbULOa7UGq2

--HG--
extra : rebase_source : 6ccac31433e1cc7ad155cf1fbbd8a3c61d6b785b
2017-04-10 14:55:58 +02:00
Fred Lin db417c9975 Bug 1355760 - detect setImageElement to not run on Chrome browser tab;r=rickychien
MozReview-Commit-ID: 4RODBcbmDBo

--HG--
extra : rebase_source : 5e1a29c2cf98c4763552749afccbda32b1743923
2017-04-13 16:16:32 +08:00
Locke Chen c3513bf424 Bug 1351960 - 'Hide request details' (.network-details-panel-toggle) button should be always visible. r=ntim,rickychien
MozReview-Commit-ID: 5bLctr9mh7X

--HG--
extra : rebase_source : a73ae22f7fd708f67de1a34672d7121621c918fa
2017-04-13 14:22:39 +08:00
sole 93908a4505 Bug 1356163 - Devtools: bring over documentation for code directories into the tree. r=pbro
MozReview-Commit-ID: 4IBkq30uMTQ

--HG--
rename : devtools/docs/misc/adding-files.md => devtools/docs/files/adding-files.md
extra : rebase_source : 26d480a9dd4a0cdb558916f347c0dee02f5556a8
2017-04-13 10:24:39 +01:00
Jan Odvarko 40b981616a Bug 1356149 - Stop using flex for request list content; r=rickychien
MozReview-Commit-ID: KC1dg6cB4St

--HG--
extra : rebase_source : 90f8a08199d998776994d236f01522bc4c3682fb
2017-04-13 10:13:20 +02:00
Ricky Chien 6174a87d75 Bug 1350226 - Fix mochitest failures r=Honza
MozReview-Commit-ID: 4BVN0V26kjX

--HG--
extra : rebase_source : 8989a9874fa4a3514da5e64450df8d461b779a7f
2017-04-09 18:11:08 +08:00
Ricky Chien af753a230e Bug 1350226 - Support for loading Editor in Launchpad r=gasolin,Honza
MozReview-Commit-ID: AHkG0KBQUTA

--HG--
extra : rebase_source : 837b14b13f0296d1695cfd052c173050c8901f04
2017-04-08 18:33:07 +08:00
Alessio Placitelli 245eaee698 Bug 1341996 - Prevent using empty keys in DEVTOOLS_JAVASCRIPT_ERROR_DISPLAYED. r=bgrins
MozReview-Commit-ID: 42ESILTpnAT

--HG--
extra : rebase_source : 6836616710525bd5f6bf54e32177e977ef0cd829
2017-04-12 17:33:36 +02:00
ehmpee 361086ec33 Bug 1350648 - Replace defer with new Promise in devtools/client/netmonitor directory. r=tromey
--HG--
extra : rebase_source : fe5662029211450f77354b129eab86b6c14dc67b
2017-04-13 11:51:31 -04:00
Xidorn Quan d8c29760a1 Bug 1355734 - Remove text-decoration-line: -moz-anchor-decoration. r=heycam,masayuki
MozReview-Commit-ID: 4TmVncV1K5G

--HG--
extra : rebase_source : 568218d415642f1088c82d4b2e03d5885067b162
2017-04-13 16:17:03 +08:00
J. Ryan Stinnett 65392c8b21 Bug 1085393 - Remove pre-Runtime ADB support. r=ochameau
Removes support for old versions of ADB Helper which haven't been in use for
years.

It also removes `test_telemetry` because it referenced this code and is also
disabled for all configurations in a product we intend to remove.

MozReview-Commit-ID: AUAbwxVczWb

--HG--
extra : rebase_source : 9c6de560a08c97b7a1bca7b2c52e111bf78fe5e4
2017-04-06 20:51:53 -05:00
Wes Kocher 2986c817dc Merge autoland to central, a=merge CLOSED TREE 2017-04-12 15:13:30 -07:00
Wes Kocher 25d50f2c30 Merge inbound to central, a=merge 2017-04-12 14:39:09 -07:00
Ryan VanderMeulen 76465a7527 Bug 1353736 - Fix whitespace and line wrapping issues. r=eslint
--HG--
extra : rebase_source : b9d2fa9548a149057efd724082d432e4e48f9934
2017-04-12 12:10:41 -04:00
Christoph Kerschbaumer 363da9f561 Bug 1353736 - Add regression test for JSON viewer after updating triggeringPrincipal. r=gijs 2017-04-12 14:52:37 +02:00
nchevobbe 046d04f0c2 Bug 1088900 - Add mocha tests for custom styles on console.group messages. r=bgrins
Tests custom styles on both console.group and console.groupCollapsed messages.
Update the stubs to match what the server now returns.

MozReview-Commit-ID: KHhU8Ki0YUz

--HG--
extra : rebase_source : 6f3766f9bb49d677a8f90adc0e8db7c34fa9e8bb
2017-04-11 11:43:46 +02:00
nchevobbe f474eb2348 Bug 1088900 - Use ConsoleMessage's "parameters" property for console.group. r=bgrins
Because we now enable custom styling on console.group, we can't rely solely on groupName
to output the group. We can have multiple pieces on which to apply different styles, like
for console.log, so we use the same properties to have the same behavior for custom styles.

MozReview-Commit-ID: 7IKl919Dg7a

--HG--
extra : rebase_source : 770af4e62eaa779cab75179ed9789c4b102cb4d6
2017-04-11 11:41:36 +02:00
nchevobbe e11e542a41 Bug 1088900 - Add backend tests for console.group custom styling. r=bgrins
MozReview-Commit-ID: IINPZWea2En

--HG--
extra : rebase_source : b185f66e240448e5fc2858c9454ecd33439dd514
2017-04-12 10:27:30 +02:00
Ruturaj K. Vartak a3de551a16 Bug 1344523 - Add IP Address in Network Monitor. r=ntim.
- using "Remote IP" as column label
- using "IP:Port" as the item value
- Keeping "Remote IP" hidden as default

MozReview-Commit-ID: rT84e4SJSY
2017-04-11 22:33:00 +02:00
Iris Hsiao d13a81eccb Merge mozilla-central to mozilla-inbound 2017-04-12 11:24:24 +08:00
Phil Ringnalda 92aeb9b04c Backed out changeset 94720e6beec3 (bug 1343167) for still failing browser_inspector_textbox-menu.js too often
CLOSED TREE
2017-04-11 19:20:32 -07:00
Mark Striemer 611e641acc Bug 1344016 - Update styling of about:debugging for add-ons r=jdescottes
MozReview-Commit-ID: CGCoX6mtuv4

--HG--
extra : rebase_source : 17754a44fc7fcf15aa914f5c2cea18354038dede
2017-04-05 16:35:44 -05:00
Micah Tigley 52c25ed101 Bug 1347336 - Display grid line name and position in Grid Highlighter. r=gl
MozReview-Commit-ID: EbUKzd5zqaw
2017-04-11 13:31:22 -06:00
Micah Tigley de14211084 Bug 1347338 - Add ability to grid line name in grid highlighter. r=gl
MozReview-Commit-ID: JvBsGTFxvbL
2017-04-07 21:48:22 -06:00
Gabriel Luong ea4f15cb3b Bug 1343167 - Add navigation for the box model's position, padding, border, margin and content layout. r=jdescottes 2017-04-06 11:24:38 -04:00
Sebastian Hengst d50c66c519 Backed out changeset c844ec70bdb4 (bug 1342178) for frequently timing out in test_network_security.html on Linux. r=backout a=backout
MozReview-Commit-ID: 3NVZcUPRc2c
2017-04-11 11:28:59 +02:00
Sebastian Hengst 3e76c1c967 Backed out changeset 87912394d7d7 (bug 1342178)
MozReview-Commit-ID: FyZbX7H2TFu

--HG--
rename : devtools/shared/webconsole/test/test_network_security.html => devtools/shared/webconsole/test/test_network_security-hpkp.html
2017-04-11 11:28:15 +02:00
Sebastian Hengst d2836098c4 Backed out changeset db96edf786de (bug 1342178)
MozReview-Commit-ID: 2tMaP9n3ug5
2017-04-11 11:28:10 +02:00
Sebastian Hengst 51beeffdec Backed out changeset bc87945ba833 (bug 1342178)
MozReview-Commit-ID: 2TLlzk8hOZY
2017-04-11 11:28:05 +02:00
Jonathan Hao e5a3b0c533 Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
MozReview-Commit-ID: HIOYH8iUUkO

--HG--
extra : rebase_source : 2512cb3e403093e0f18b3b979d7b4a10e3d7c42b
2017-04-11 10:14:10 +08:00
Jonathan Hao 982f32390b Bug 1342178 - Regression tests for HSTS/HPKP information in private browsing window. r=Honza,keeler
MozReview-Commit-ID: FqRj6RL7noP

--HG--
extra : rebase_source : d1e3fa960be5821bfb3aa4a5faebe5031c88939d
2017-04-11 10:14:09 +08:00
Jonathan Hao 51a55f3e01 Bug 1342178 - Rename test_network_security-hpkp.html. r=Honza,keeler
MozReview-Commit-ID: I82vZXxJgTI

--HG--
rename : devtools/shared/webconsole/test/test_network_security-hpkp.html => devtools/shared/webconsole/test/test_network_security.html
extra : rebase_source : 6f85d6e8727a98c3dd851948860e6694aa964442
2017-04-11 10:14:08 +08:00
Jonathan Hao b3c9a8ce3d Bug 1342178 - Combine test_network_security-{hsts/hpkp}.html. r=Honza,keeler
MozReview-Commit-ID: 3xXdOa1j7hm

--HG--
extra : rebase_source : 9e496b0cb1d38e6292b8540a6023f7f2c83451e2
2017-04-11 10:14:08 +08:00
Julian Descottes 6d54a87bb1 Bug 1345529 - fix inspector DocumentWaler children() method;r=pbro
The inspector's DocumentWalker had several issues when trying to retrieve
children for a given node, especially if the starting node was filtered
out by the filter function of the walker.

If the starting node was provided by options.center or options.start
and if this starting node was filtered out by the walker's filter
then the walker would fallback to the first valid parent of this node.

eg with
parent1 > parent2 > [valid-node, invalid-node, valid-node]

When asking for the children of parent2, if the walker started on
"invalid-node", then the walker would instead use parent2 and in turn
we would retrieve the children of parent 1

To fix that we can either tell the walker wether it should fallback to a
sibling of the starting node or to a parent, or make sure that the nodes
provided to the walker are valid.

A second issue was with the utility methods _readForward and _readBackward.
They both use the next/previousSibling() methods of a walker in order to
collect all the valid siblings of the walker's current node. But they were
always including the current node of the walker in their return array. And
there is no guarantee that the walker's currentNode is actually valid for it's
filter.

eg with a walker containing [invalid-node-1, invalid-node-2, valid-node].
Let's say the walker is currently on valid-node and we call previousSibling
The walker will do 3 steps:
- this.walker.previousSibling() > returns invalid-node-2, fails filtering
- this.walker.previousSibling() > returns invalid-node-1, fails filtering
- this.walker.previousSibling() > returns null, stop looping and return null

But at this stage the internal walker still points to the last visited node
(invalid-node-1). So if _readForward/Backward blindly add the current node
of the walker, we might be returning invalid nodes.

MozReview-Commit-ID: 72Be7DP5ky6

--HG--
extra : rebase_source : 31e7d3321abef04243b741196d4ca6279cefd53a
2017-04-06 23:17:03 +02:00
Wes Kocher 59b56514c9 Backed out 4 changesets (bug 1342178) for frequent test_network_security.html failures a=backout
Backed out changeset 7f9114ffbcae (bug 1342178)
Backed out changeset f19289f0cfef (bug 1342178)
Backed out changeset 4afce44bc2b9 (bug 1342178)
Backed out changeset db9b64a44012 (bug 1342178)

--HG--
rename : devtools/shared/webconsole/test/test_network_security.html => devtools/shared/webconsole/test/test_network_security-hpkp.html
2017-04-10 12:34:10 -07:00
Sebastian Hengst 75ef19148e merge mozilla-central to autoland. r=merge a=merge 2017-04-11 11:33:40 +02:00
Ricky Chien feac5ac63d Bug 1350224 - Support for loading ContextMenu in Launchpad r=gasolin
MozReview-Commit-ID: GXFz9ZtiBWy

--HG--
extra : rebase_source : d051b72876a14b62a9e79f8ee1b9336dd343cbbb
2017-04-10 23:38:48 +08:00
Fred Lin 63adc37c0d Bug 1352049 - Network panel documentation;r=Honza,rickychien
MozReview-Commit-ID: J4EZnTSmRDA

--HG--
extra : rebase_source : 297c51531b06a2509bffa4804af1f20528b703d4
2017-04-10 15:51:24 +08:00
J. Ryan Stinnett fefcbc4f99 Bug 1354614 - Remove legacy performance front. r=gregtatum
The legacy performance path supports servers running Firefox 42 and earlier.
Now that Firefox OS is no longer supported, there's no reason to keep this
around.

MozReview-Commit-ID: K40e93VUjj9

--HG--
extra : rebase_source : ec2fbe68b7fe2f4d8e53b30d194dc026294b5f53
2017-04-07 13:14:26 -05:00
Jonathan Hao 851f486bfc Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
MozReview-Commit-ID: HIOYH8iUUkO

--HG--
extra : rebase_source : e8cfe06ac3691d45bf97f61a3f5603cbec1bae39
2017-04-06 15:43:35 +08:00
Jonathan Hao f44e174e46 Bug 1342178 - Regression tests for HSTS/HPKP information in private browsing window. r=Honza,keeler
MozReview-Commit-ID: FqRj6RL7noP

--HG--
extra : rebase_source : df632fb3b69955834531fdf9a996f7c04a008f81
2017-04-06 15:43:32 +08:00
Jonathan Hao 3a8f450157 Bug 1342178 - Rename test_network_security-hpkp.html. r=Honza,keeler
MozReview-Commit-ID: I82vZXxJgTI

--HG--
rename : devtools/shared/webconsole/test/test_network_security-hpkp.html => devtools/shared/webconsole/test/test_network_security.html
extra : rebase_source : ca38bb55d43c9ef22e2f74494c631af4a048abf4
2017-04-06 15:43:32 +08:00
Jonathan Hao eaff28bb6e Bug 1342178 - Combine test_network_security-{hsts/hpkp}.html. r=Honza,keeler
MozReview-Commit-ID: 3xXdOa1j7hm

--HG--
extra : rebase_source : ae273604e6a7a9e89c6082a04b3f8820ec2427bc
2017-04-06 15:43:31 +08:00
Phil Ringnalda a79eb1fa8e Backed out changeset fda9bea59c6f (bug 1345529) for timeouts in browser_markup_mutation_01.js 2017-04-10 08:18:03 -07:00
Julian Descottes 68eb222f26 Bug 1345529 - fix inspector DocumentWaler children() method;r=pbro
The inspector's DocumentWalker had several issues when trying to retrieve
children for a given node, especially if the starting node was filtered
out by the filter function of the walker.

If the starting node was provided by options.center or options.start
and if this starting node was filtered out by the walker's filter
then the walker would fallback to the first valid parent of this node.

eg with
parent1 > parent2 > [valid-node, invalid-node, valid-node]

When asking for the children of parent2, if the walker started on
"invalid-node", then the walker would instead use parent2 and in turn
we would retrieve the children of parent 1

To fix that we can either tell the walker wether it should fallback to a
sibling of the starting node or to a parent, or make sure that the nodes
provided to the walker are valid.

A second issue was with the utility methods _readForward and _readBackward.
They both use the next/previousSibling() methods of a walker in order to
collect all the valid siblings of the walker's current node. But they were
always including the current node of the walker in their return array. And
there is no guarantee that the walker's currentNode is actually valid for it's
filter.

eg with a walker containing [invalid-node-1, invalid-node-2, valid-node].
Let's say the walker is currently on valid-node and we call previousSibling
The walker will do 3 steps:
- this.walker.previousSibling() > returns invalid-node-2, fails filtering
- this.walker.previousSibling() > returns invalid-node-1, fails filtering
- this.walker.previousSibling() > returns null, stop looping and return null

But at this stage the internal walker still points to the last visited node
(invalid-node-1). So if _readForward/Backward blindly add the current node
of the walker, we might be returning invalid nodes.

MozReview-Commit-ID: 72Be7DP5ky6

--HG--
extra : rebase_source : 6230899f57b624ad8dd374f8f9e712f430acf9df
2017-04-06 23:17:03 +02:00
Vangelis Katsikaros 9307a44c96 Bug 966209 - Add a context menu for images in the Response panel. r=rickychien
MozReview-Commit-ID: B3aNoGxVBNQ

--HG--
extra : rebase_source : f87dae2df09bdb2dd192300dceefc9a80b636884
2017-04-10 12:21:36 +03:00
Ricky Chien 614a5e5e24 Bug 1352699 - Fix mochitest failures r=gasolin
MozReview-Commit-ID: HmlBgPkjxoS

--HG--
extra : rebase_source : 087b99e0a957347e5652924eb5770a4b1500a1fe
2017-04-09 16:55:13 +08:00
Ricky Chien b01b798a47 Bug 1352699 - Remove cyclic dependency in devtools loader r=Honza
MozReview-Commit-ID: 3tzqmyOGM7M

--HG--
extra : rebase_source : b4f5461af4c9d6a466489df94ea5733e1c7e0180
2017-04-09 16:51:41 +08:00
Ricky Chien 4a003809b3 Bug 1352699 - Make netmonitor run on devtools-launchpad r=Honza
MozReview-Commit-ID: 4khCXm2lfzG

--HG--
extra : rebase_source : d50dd14c0532df7b0cb30c432af3de1dd55953a1
2017-04-01 23:01:06 +08:00
Ricky Chien ed84ed26de Bug 1352699 - Fix gStore instance issue in NetMonitorController r=Honza
MozReview-Commit-ID: CWAnmdEtJwc

--HG--
extra : rebase_source : 5d7f145bf29976c189b7675fae62ba7abba7c751
2017-04-01 16:39:41 +08:00
Ricky Chien 4bd13775e6 Bug 1352699 - Access single Services.prefs instance r=Honza
MozReview-Commit-ID: GS77TZqwFc

--HG--
extra : rebase_source : a6a7528d14bcb51bf9dd77e9da647ed38a57a7a7
2017-04-01 12:32:27 +08:00
Fred Lin 3d18a99f39 Bug 1343774 - remove unused functions;r=Honza
MozReview-Commit-ID: CCB8o7mXOPR

--HG--
extra : rebase_source : 707c92c992e00aa7de8c9d28a1d85b6f8ea44d28
2017-04-07 11:55:13 +08:00
Sebastian Hengst 2215f699e3 Bug 1352801 - Disable MDN tooltip feature in rule inspector. r=gl
MozReview-Commit-ID: 6QOi9yqKcVH

--HG--
extra : rebase_source : b046ca72d0bcbc400b8109d246f10509829fed03
2017-04-09 21:53:18 +02:00
Tim Nguyen c066dea37b Bug 1306986 - Fix occurances of :-moz-locale-dir affecting HTML devtools panels. r=jdescottes
MozReview-Commit-ID: Bi2s5Eq9Qap

--HG--
extra : rebase_source : e8be90311050f7c717fa885532249a3876ced3da
2017-04-09 23:48:22 +02:00
Sebastian Hengst e1a015ae5c Backed out changeset f74ec3b3a49a (bug 1352801) for eslint failure. r=backout 2017-04-09 22:33:34 +02:00
Sebastian Hengst 8975f9e7e1 Bug 1352801 - Disable MDN tooltip feature in rule inspector. r=gl
MozReview-Commit-ID: 6QOi9yqKcVH

--HG--
extra : rebase_source : 975341a1f31a04b45a746c9476d28c70d1b21109
2017-04-04 11:12:26 +02:00
Tim Nguyen 76d0710e86 Bug 1041895 - Add support for different flags with text filtering. r=rickychien
MozReview-Commit-ID: GvHXYIxwFrM

--HG--
extra : rebase_source : 91e217701e43cc78fd638c09f889ca16e81af35f
2017-04-09 17:42:00 +02:00
Sebastian Hengst 6a5fe3bae0 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: IkoXCAwjjKu
2017-04-08 22:49:04 +02:00
Mayank Srivastav ae997781f5 Bug 1156019 - Fix the issue of background-size property, regenerated properties css database & updated tests. r=xidorn
MozReview-Commit-ID: ACRxUEWBbSM

--HG--
extra : rebase_source : 87876016c618465552bb86a21e12a5643cd530cc
2017-04-07 11:01:00 -04:00
Sebastian Hengst 6240016cff Backed out changeset bfbe5b157e77 (bug 1353706) for likely letting devtools' browser_webconsole_hpkp_invalid-headers.js fail. r=backout 2017-04-07 21:36:10 +02:00
Florian Scholz 3147efb1ca Bug 1353706 – Update errordocs mapping to include more JS errors. r=Honza 2017-04-06 06:17:00 -04:00
Gabriel Luong d12219f2e5 Bug 1350046 - Fix react-related errors in the layout panel. r=jdescottes 2017-04-07 13:11:33 -04:00
Phil Ringnalda 1c365d10e3 Backed out 2 changesets (bug 1343167) for mass failures in browser_inspector_textbox-menu.js
Backed out changeset 6aa495cd9908 (bug 1343167)
Backed out changeset 98d4fa0f8bf8 (bug 1343167)
2017-04-06 21:01:43 -07:00
Wes Kocher 0c3144c6f6 Merge inbound to central, a=merge 2017-04-06 15:01:34 -07:00
Sebastian Hengst 222d5ebd0d Backed out changeset ed9cefa8d2db (bug 1352699) for failing talos damp test. r=backout 2017-04-06 20:16:01 +02:00
Sebastian Hengst 7370b3abcb Backed out changeset 259e15518d23 (bug 1352699) 2017-04-06 20:15:19 +02:00
Sebastian Hengst 8eaa228f2c Backed out changeset a3ef74b43978 (bug 1352699) 2017-04-06 20:15:15 +02:00
Sebastian Hengst c3051461a1 Backed out changeset 5ce4dbfe0248 (bug 1352699) 2017-04-06 20:15:10 +02:00
Sebastian Hengst f3ad96d350 Backed out changeset b4ea2d6a8a14 (bug 1352699) 2017-04-06 20:15:06 +02:00
Gabriel Luong 79d1d3cffc Bug 1343167 - Fix eslint errors in BoxModelMain.js. r=me 2017-04-06 12:08:35 -04:00
Gabriel Luong 7afb653508 Bug 1343167 - Add navigation for the box model's position, padding, border, margin and content layout. r=jdescottes 2017-04-06 11:24:38 -04:00
Stoyan Dimitrov 49cdc6d567 Bug 1045273 - "[gcli] optional parameters labeled as 'helpManOptional', not as optional in help" r=mratcliffe
MozReview-Commit-ID: HFGkU77huBw

--HG--
extra : rebase_source : f8b921760207d9cb86cd7a297e7ac7ac3bd40164
2017-04-04 05:48:00 +01:00
Carsten "Tomcat" Book 207b516e89 merge mozilla-inbound to mozilla-central a=merge 2017-04-06 12:50:50 +02:00
Stanford Lockhart 21ae462510 Bug 1352790 - Don't rotate box model position labels. r=gl
MozReview-Commit-ID: LtIwkkFebwt
2017-04-04 16:36:38 -03:00
Jan Odvarko f9e8db3c62 Bug 1353006 - Stop using sdk/window/utils in JSONViewer; r=jryans
MozReview-Commit-ID: 5znvDLtUjWO

--HG--
extra : rebase_source : 3b9f6bbca626abc0a6082cb0fdb8aff39bf62707
2017-04-05 15:00:31 +02:00
Jan Odvarko 1d58a4ae9a Bug 1353006 - Stop using sdk/clipboard in JSONViewer; r=jryans
MozReview-Commit-ID: AQXsf3DQdS9

--HG--
extra : rebase_source : c204f9ba27c3c9852b7fade9d0c207bd8bc00eff
2017-04-05 14:57:49 +02:00
Jan Odvarko 88956229a0 Bug 1353006 - Stop using sdk/dom/events in JSONViewer; r=pbro
MozReview-Commit-ID: CxpW8aysaSJ

--HG--
extra : rebase_source : a9696913aa212b06858c7376eccc038299fac266
2017-04-05 14:35:16 +02:00
Patrick Brosset 498369fdf0 Bug 1354647 - Move the eyedropper l10n strings to /devtools/shared/; r=jryans
MozReview-Commit-ID: Fgu72wGpFK1

--HG--
rename : devtools/client/locales/en-US/eyedropper.properties => devtools/shared/locales/en-US/eyedropper.properties
extra : rebase_source : 25ceb960d644fea262caa4d2535f2d306f79aff2
2017-04-07 22:00:00 +02:00
Patrick Brosset f5dd02cc37 Bug 1353012 - Use the ObserverService in webaudio actor instead of sdk/system/events; r=jdescottes
MozReview-Commit-ID: DxNf72egWVP

--HG--
extra : rebase_source : eb13d6865e61429cb428c654bc38d7ef7ccd4cb1
2017-04-05 15:44:46 +02:00
Patrick Brosset 7fe590f6f3 Bug 1354587 - Move the RDP docs to the tree; r=pbro
Just a copy of the existing wiki article. No review needed.

MozReview-Commit-ID: 5P03t3QI6Wh

--HG--
extra : rebase_source : ad53b60caf575fc44a0a59ded79c4f7907722d1a
2017-04-07 17:55:34 +02:00
Locke Chen 29b6845e6b Bug 1350229 - Removing Preview side panel. r=rickychien
MozReview-Commit-ID: aDksj7VKAp

--HG--
extra : rebase_source : b0c19cc8fc7b41fed7909f3a1ee56a16ee0f4468
2017-04-07 23:31:18 +08:00
J. Ryan Stinnett f9f3e1275b Bug 1352157 - Avoid listTabs for global actors. r=ochameau
Adds a new `getRoot` request to the root actor which lists the global actors
only (leaving out the tabs).  This is a much better fit for callers who want to
access some global actor only, since it avoids visiting every tab, which could
be a very expensive operation.

MozReview-Commit-ID: 1lIAuaV7zoF

--HG--
extra : rebase_source : bf64ee1298591f26ffa4c6a660cca52145084b66
2017-04-06 23:00:22 -05:00
J. Ryan Stinnett 926b7c208f Bug 1352157 - Improve root actor style with async / await. r=ochameau
MozReview-Commit-ID: 3UspkZ63auc

--HG--
extra : rebase_source : 5af879ca85fefbfba8cdb9851e4cf374a3a7a106
2017-04-06 22:25:34 -05:00
Sebastian Hengst 8045da95a8 Backed out changeset bfbe4eb625ef (bug 1352699) for failing talos damp test. r=backout 2017-04-07 18:56:59 +02:00
Sebastian Hengst e9c9d0ef84 Backed out changeset c5af4cbaeaef (bug 1352699) 2017-04-07 18:56:23 +02:00
Sebastian Hengst 70ac186890 Backed out changeset 41b035e87e4c (bug 1352699) 2017-04-07 18:56:19 +02:00
Sebastian Hengst 57b9517bfd Backed out changeset ebf51fe3e266 (bug 1352699) 2017-04-07 18:56:15 +02:00
Sebastian Hengst 598aa2f2fe Backed out changeset 018647263e4a (bug 1352699) 2017-04-07 18:56:10 +02:00
J. Ryan Stinnett 5de2d8377f Bug 1353045 - Remove SDK usage from RDM. r=pbro
MozReview-Commit-ID: I2dodBb9NHh

--HG--
extra : rebase_source : 0ce62635307c19e1d449f2c773bacaaf998a5970
2017-04-06 21:42:21 -05:00
Ricky Chien 50848b589c Bug 1352699 - Fix mochitest failures r=Honza
MozReview-Commit-ID: 8rhAQw5oflC

--HG--
extra : rebase_source : 493e558a566548ca713c952b87c00575b5332e0d
2017-04-05 22:59:57 +08:00
Ricky Chien 83be5c2660 Bug 1352699 - Remove cyclic dependency in devtools loader r=Honza
MozReview-Commit-ID: GrtNP7WD8ys

--HG--
extra : rebase_source : de8de90aeb4d74389a8fbfebb3960266019c6911
2017-04-02 08:28:29 +08:00
Ricky Chien bce38c9490 Bug 1352699 - Make netmonitor run on devtools-launchpad r=Honza
MozReview-Commit-ID: 4khCXm2lfzG

--HG--
extra : rebase_source : a520cc21fd1444fa1deeb2eacb3a9f973d693d7a
2017-04-01 23:01:06 +08:00
Ricky Chien d006b3aa8a Bug 1352699 - Fix gStore instance issue in NetMonitorController r=Honza
MozReview-Commit-ID: CWAnmdEtJwc

--HG--
extra : rebase_source : cafe5d7a0f7e99b1076b42339a47c767af1dc861
2017-04-01 16:39:41 +08:00
Ricky Chien e0a7b8f112 Bug 1352699 - Access single Services.prefs instance r=Honza
MozReview-Commit-ID: GS77TZqwFc

--HG--
extra : rebase_source : 72bb532891c61e321a173b163d4101a637f5e581
2017-04-01 12:32:27 +08:00
Ricky Chien 9a679079d7 Bug 1350221 - Support for loading Chart in Launchpad r=Honza
MozReview-Commit-ID: 9VDJ03yXo3l

--HG--
extra : rebase_source : 51c1da13d711160ba3783ece8a81c4d15d73e2a1
2017-04-07 21:03:01 +08:00
Sebastian Hengst 04a9d28a8f Backed out changeset c001a2501875 (bug 1343774) for failing talos damp. r=backout 2017-04-07 13:48:53 +02:00
Fred Lin 94e7614dff Bug 1343774 - remove unused functions;r=Honza
MozReview-Commit-ID: CCB8o7mXOPR

--HG--
extra : rebase_source : 207bc91aaf9057b57153e76034f273906f27200b
2017-04-07 11:55:13 +08:00
Carsten "Tomcat" Book ab87252d1a Backed out changeset e22c18d39a92 (bug 1352699) for talos failures 2017-04-07 10:49:21 +02:00
Carsten "Tomcat" Book 84176d993c Backed out changeset a822f74d410e (bug 1352699) 2017-04-07 10:48:10 +02:00
Carsten "Tomcat" Book 5010bfe1c5 Backed out changeset afbfe3a5cdb6 (bug 1352699) 2017-04-07 10:48:08 +02:00
Carsten "Tomcat" Book 5db0c1c8bf Backed out changeset 48d3321e3474 (bug 1352699) 2017-04-07 10:48:06 +02:00
Carsten "Tomcat" Book 83d84af024 Backed out changeset 2b6c014551e0 (bug 1352699) 2017-04-07 10:48:04 +02:00
Ricky Chien 808805247c Bug 1352699 - Fix mochitest failures r=Honza
MozReview-Commit-ID: 8rhAQw5oflC

--HG--
extra : rebase_source : 609bd5ad639e7bbedbef23b23dc890ff6fb178f3
2017-04-05 22:59:57 +08:00
Ricky Chien 8503cf41b6 Bug 1352699 - Remove cyclic dependency in devtools loader r=Honza
MozReview-Commit-ID: GrtNP7WD8ys

--HG--
extra : rebase_source : 564f4ab9bfa4d5b644312bb495b338d435611384
2017-04-02 08:28:29 +08:00
Ricky Chien 02dbca99f3 Bug 1352699 - Make netmonitor run on devtools-launchpad r=Honza
MozReview-Commit-ID: 4khCXm2lfzG

--HG--
extra : rebase_source : de8167f771793f2da2092470d261a2a56afa3683
2017-04-01 23:01:06 +08:00
Ricky Chien 470287a219 Bug 1352699 - Fix gStore instance issue in NetMonitorController r=Honza
MozReview-Commit-ID: CWAnmdEtJwc

--HG--
extra : rebase_source : d22e2b5a517fd244b22e39f38cc3688e7a2863e5
2017-04-01 16:39:41 +08:00
Ricky Chien 99b7c5bdf8 Bug 1352699 - Access single Services.prefs instance r=Honza
MozReview-Commit-ID: GS77TZqwFc

--HG--
extra : rebase_source : b26fae943c475596069da2ad12bc6be9f4560cf0
2017-04-01 12:32:27 +08:00
Iris Hsiao acf7c794ef Backed out changeset 33be5bce0905 (bug 1346902) for devtool test failing in browser_browser_toolbox_debugger.js 2017-04-06 10:41:47 +08:00
J. Ryan Stinnett adb8a3db8c Bug 1346902 - Re-enable new debugger UI for Browser Toolbox. r=Gijs,rpl
It appears the new debugger UI is working for the Browser Toolbox case, so let's
turn it on to match our approach with web content.

MozReview-Commit-ID: 1HhSKwZMH2f

--HG--
extra : rebase_source : e879a84c894e5f21eeaf47f8d116c02364114989
2017-03-13 14:31:53 -05:00
Wes Kocher 264adb55c2 Merge m-c to autoland, a=merge 2017-04-05 14:20:01 -07:00
Wes Kocher 3d900a5d7e Merge inbound to central, a=merge 2017-04-05 14:16:37 -07:00
Carsten "Tomcat" Book c5364b4b43 Merge mozilla-central to mozilla-inbound 2017-04-05 14:50:28 +02:00
Carsten "Tomcat" Book 7a670cdd01 merge mozilla-inbound to mozilla-central a=merge 2017-04-05 14:33:35 +02:00
Joel Maher e1589df318 Bug 1083140 - Intermittent devtools/client/projecteditor/test/browser_projecteditor_contextmenu_01.js. disable on asan. r=jryans
MozReview-Commit-ID: HUXF2MUXqfi
2017-04-05 08:31:00 -04:00
Tim Nguyen fc37fb23db Bug 1353389 - Fix network monitor sidebar panel scrollbars. r=Honza
MozReview-Commit-ID: AYAaFNTAw1N

--HG--
extra : rebase_source : 755052c137434b10b5bc5bd6017e6399d49d6921
2017-04-05 11:38:38 +02:00
nchevobbe 5534f094a3 Bug 1347490 - Return isConnected in node grip to indicate if a node is in the DOM tree. r=ochameau
node.isConnected (see https://dom.spec.whatwg.org/#dom-node-isconnected) returns true if the node is
in the DOM tree (including in a shadowDOM tree), which can be used in the frontend to display additional
tools and information.

MozReview-Commit-ID: LjUbkc7VPcB

--HG--
extra : rebase_source : b43644cf869663412a9ed6b956093e7a41afb01f
2017-04-04 12:08:54 +02:00
Locke Chen 9965da51ca Bug 1324533 - link timings panel to explanation. r=ntim,rickychien
MozReview-Commit-ID: KwaB7k9ehEe

--HG--
extra : rebase_source : 3b81d718d5ccd739c93ba57b0bcc5d496385c55b
2017-04-05 23:17:28 +08:00
bechen 7b4c35c268 Bug 1318542 - fix testcases due to new pseudo element ::cue. r=heycam
MozReview-Commit-ID: F10y2zTtBoT

--HG--
extra : rebase_source : 8d6ab4a78c1fcd62dc688e9b31f7f1b6fb4056fc
2017-04-05 10:50:58 +08:00
Matteo Ferretti c69aedcdd8 Bug 1345434 - Implementation of a virtual canvas technique for grid highlighter; r=pbro
A virtual canvas is basically a canvas that seems bigger than is actually is.
The technique consists in moving a fixed sized canvas during the scrolling, when
is needed, to give the illusion that it always covers the entire document.

MozReview-Commit-ID: Hp4cUZaBdm8

--HG--
extra : rebase_source : 536891732a6247103734d60f9d8720dc2131815f
2017-04-04 15:11:04 +02:00
J. Ryan Stinnett ee3845099d Bug 1353559 - Filter out exited browsers from tab list. r=ochameau
This adds higher level protection to ignore exited browser actors, so we don't
end up triggering methods like `form` on them, since they won't make much sense
anyway.

MozReview-Commit-ID: KgUCA04N2fY

--HG--
extra : rebase_source : 4dbf0dfe0a21755796625106840209bed0f9db82
2017-04-05 07:27:30 -05:00
J. Ryan Stinnett 54d3dab9ca Bug 1353559 - Guard against null browser in exited actor. r=ochameau
MozReview-Commit-ID: 4TZZMywFIdu

--HG--
extra : rebase_source : 73a3f1cdff33d29604d76e2163ab5ce485525332
2017-04-04 17:41:30 -05:00
Ricky Chien c67966b88a Bug 1350223 - alias for all images path in webpack.config r=Honza
MozReview-Commit-ID: 1drm67GM3Ml

--HG--
extra : rebase_source : 6d34c5687441a07c735db2ab53fdc3c1ab2c82ce
2017-03-31 14:31:23 +08:00
Patrick Brosset d64e4e25b7 Bug 1353010 - Remove the unused director-manager/registry API; r=ochameau
MozReview-Commit-ID: 3TZUs0MAhAi

--HG--
extra : rebase_source : a8fbdc1d5372ee60a77e5f31e297789b679dd740
2017-04-05 10:44:07 +02:00
Tim Nguyen 1c1a12c609 Bug 1353380 - Add tests for hiding/showing columns. r=rickychien
MozReview-Commit-ID: 6kPgCYsmCMN

--HG--
extra : rebase_source : 71771e8c5c3bd0f5b2a9a42c9d539056d7cf462e
2017-04-05 15:52:47 +02:00
Wes Kocher f18ad1cfc8 Merge m-c to autoland, a=merge 2017-04-04 11:28:54 -07:00
Wes Kocher bceaacd2b8 Merge inbound to central, a=merge 2017-04-04 11:25:13 -07:00
Aryeh Gregor b03daa975a Bug 1314388 - Remove SVGZoomEvent; r=longsonr,smaug
Some code in SVGSVGElement.cpp might be unnecessary now, but Robert said
to leave it for a followup.

MozReview-Commit-ID: 8PpRGeGrREJ
2017-04-04 15:36:22 +03:00
Patrick Brosset bcf9b2f668 Bug 1338582 - New devtools highlighter for signaling paused state; r=jlast
This adds a new highlighter to our collection of highlighters.
This one is a simple overlay on top of the page and a message at the
top.
It will be used by the debugger to signal to users that script execution
is paused.

In later versions, the message at the top will also contain stepping and
resuming buttons.

MozReview-Commit-ID: JNGWrVjMzkm

--HG--
extra : rebase_source : 2006068b82f808c284aebe9f1f364970bda428c5
2017-04-04 12:03:03 +02:00
Christoph Kerschbaumer 78d8448ba5 Bug 1352778 - Do not reset triggeringPrincipal but only principalToInherit within loadInfo when forced to. r=gijs 2017-04-03 20:06:53 +02:00
Bill McCloskey 4b205424a5 Bug 1350724 - Remove telemetry for tab cache position (r=mconley)
MozReview-Commit-ID: 5yJUeC2HxPs
2017-04-03 19:41:13 -07:00