10463 Commits

Author SHA1 Message Date
Razvan Caliman
c80923498e Bug 1464801 - Externalize parsing axis and values from font-variation-settings. r=pbro
MozReview-Commit-ID: B5HeSdyaUx3

--HG--
extra : rebase_source : 84fe8b81055010f4c9b5565c8f51c743ff071c72
2018-05-30 00:11:16 +02:00
Belén Albeza
a0e9f9ed3e Bug 1462232 - Links don't work if devtools are in a separate window. r=nchevobbe
MozReview-Commit-ID: 2yK63fjjXvs

--HG--
extra : rebase_source : c7d1219ba158b152922a7eea9973236243deebfe
2018-05-24 18:01:39 +02:00
Alexandre Poirot
dabb99acfc Bug 1449162 - Type everything to json and manually manage and marshall. r=jryans
MozReview-Commit-ID: JOM60IW9g6e

--HG--
extra : rebase_source : 235490d6340ad6cee2b523086a356351500276d6
2018-05-09 07:20:51 -07:00
Daisuke Akatsuka
b8501fd3a3 Bug 1464849: Avoid to render the graph in case of animation was removed. r=gl
MozReview-Commit-ID: HREpfImDKum

--HG--
extra : rebase_source : 1b9e0ee2b81fd291bc9d7bbb248ccbfa61b114e2
2018-05-29 18:12:38 +09:00
arthur.iakab
2649bf8a95 Merge mozilla-central to autoland 2018-05-31 01:07:47 +03:00
Whitney Meulink
91000630c9 Bug 1451353 - Changed move to hoverCursor to allow the hover animation to go from grab to grabbing since move does not exist in Linux. r=rcaliman.
MozReview-Commit-ID: 7e2VzfCETD3

--HG--
extra : rebase_source : 8bc61a9260d34d708c42a9937ec81f158c4b5cc0
2018-05-29 11:48:28 -07:00
Alexandre Poirot
c0b5dc9f10 Bug 1449162 - Attach longstrings to NetworkEventActor directly instead of WebConsoleActor. r=jryans
Now that NetworkEventActor uses protocol.js, it can manage child actors it uses.
So instead of hosting the longstring it creates into WebConsoleActor pool,
it can register them it internal pool managed by protocol.js.

MozReview-Commit-ID: 9ekezmqWnME

--HG--
extra : rebase_source : a8888cffb4f284caa08e615f2614dc59730e080b
2018-03-29 02:28:16 -07:00
Alexandre Poirot
3e4f25c18e Bug 1449162 - Refactor the NetworkEventActor to use protocol.js. r=jryans
MozReview-Commit-ID: 7HW8sO9dMuD

--HG--
extra : rebase_source : 488c916c35b2352085a22a70ace76dbff8c8d95f
2018-03-27 06:33:11 -07:00
Gurzau Raul
40248cf1c1 Backed out changeset 53a3726088f5 (bug 1464336) for failures on /inspector/fonts/test/browser_fontinspector_reveal-in-page.js on a CLOSED TREE 2018-05-30 13:19:07 +03:00
Razvan Caliman
fc1972c7bb Bug 1465014 - Prevent showing sliders for defined axes with bad data. r=pbro
MozReview-Commit-ID: B5kuecrzue

--HG--
extra : rebase_source : e24a6b36cb12731ae4b1c710cb317aecb9de5e0a
2018-05-30 00:36:20 +02:00
Csoregi Natalia
0c87942d7d Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-05-30 12:27:51 +03:00
Boris Zbarsky
fef0aa2027 Bug 1455676 part 17. Stop using nsIDOMNode in devtools/. r=jdescottes 2018-05-29 22:58:50 -04:00
arthur.iakab
1d6ae05136 Bug 1461899 - Disable browser_animation_keyframes-graph_computed-value-path_easing-hint.js on Windows and Linux. r=jmaher 2018-05-25 21:30:00 +03:00
Noemi Erli
f353eab731 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-05-30 00:52:42 +03:00
Noemi Erli
846f00f83f Merge inbound to mozilla-central. a=merge 2018-05-30 00:41:41 +03:00
Jason Laster
bff4a75c01 Bug 1465080 - Render breakpoints with CM.runMode (v60). r=dwalsh
MozReview-Commit-ID: HmYfF8gm2Bd
2018-05-29 13:50:08 -04:00
Boris Zbarsky
16e02a5e28 Bug 1460735 part 1. Remove use of nsIDOMDocument in JS. r=qdot
There are some places where we have a thing which may not even be a node, and
we end up hardcoding the value of DOCUMENT_NODE there, because
"foo.nodeType == foo.DOCUMENT_NODE" will test true if foo is not a node: both
sides will be undefined.
2018-05-29 13:39:00 -04:00
Jason Laster
7a3331fd95 Bug 1465089 - Do not highlight the debugger on interrupts. r=nchevobbe 2018-05-29 15:33:55 -04:00
Michael Ratcliffe
c5f7092b7c Bug 1463080 - Instrument inspection of "Edit HTML" in Inspector with event telemetry r=yulia
MozReview-Commit-ID: 156CmWuHOf1

--HG--
extra : rebase_source : d3089249628bc433d929d19ee0baa92dfee45d63
2018-05-23 14:31:16 +01:00
Michael Ratcliffe
9b4265bed3 Bug 1456984 - Instrument inspection of shortcut combination used for toolbox opening with event telemetry r=yulia
MozReview-Commit-ID: HA6Tasq2iZu

--HG--
extra : rebase_source : c5d7ef7f574148d38a75ca14dfbf5ee82821134e
2018-05-23 13:14:25 +01:00
Nicolas Chevobbe
6a3954e6e8 Bug 983473 - Put a CodeMirror instance in JsTerm; r=bgrins.
This is only about adding an editor in the JsTerm and making
sure we can still execute input strings.
The styles should stay the same, except that now we don't have
to do the computation for the input height, since they're already
done in CodeMirror. In-line style, history navigation and
autocompletion will be handled in separate bugs.
The creation of the editor might be done outside of the JsTerm in
the future so we can re-use it to syntax highlight Evaluation input
in the output; but not in this bug since it would need to move
jsterm.execute as well.

MozReview-Commit-ID: 75TmF055mkp

--HG--
extra : rebase_source : ec7edb17ffb13c757ed51e03a1174399ea2bcbde
2018-05-21 10:38:47 +02:00
Razvan Caliman
47ca9cafec Bug 1464336 - Font Editor: Show font family AND font name in editor and overview. r=pbro
- Show font family name as prominent identifier.
- Show font name underneath family in a smaller type.
- Update test to match correct strings.

MozReview-Commit-ID: AzhdirGXHJk

--HG--
extra : rebase_source : 2985add2ba84b1abc9aac2d347d53ba43fdf5d84
2018-05-28 11:14:12 +02:00
Jason Laster
15e1d86b8e Bug 1464486 - Update Debugger Frontend v59. r=dwalsh 2018-05-29 09:50:10 -04:00
shindli
ee44448835 Merge inbound to mozilla-central. a=merge 2018-05-29 12:52:25 +03:00
Yura Zenevich
b747a563eb Bug 1461977 - sync tree's scrollTop with scroll state when tree scrollTop value changes outside of user scroll. r=nchevobbe
MozReview-Commit-ID: 4aIX9mSkg1T
2018-05-28 11:27:00 +03:00
Ciure Andrei
2f9a3d61e9 Merge inbound to mozilla-central. a=merge 2018-05-29 00:53:52 +03:00
Eliza Balazs
b669b4de9c Bug 1449754 - disable browser_inspector_highlighter-rulers_03.js on Windows !debug for frequent failures. r=jmaher
--HG--
extra : rebase_source : a95b2447a7add0d6d26ef8af90026eee5449315f
2018-05-26 00:43:00 +03:00
Daisuke Akatsuka
db03ba6e9c Bug 1462229 - Part 4: Add test for fast removal. r=gl
MozReview-Commit-ID: 2Fr3v7OwkMm

--HG--
extra : rebase_source : e3496abe4485d9aff8540acedca654d9cc2a09e5
2018-05-28 09:28:00 +09:00
Daisuke Akatsuka
7703af13b4 Bug 1462229 - Part 3: Guard that not touching null object during creating graph after animation inspector destroyed. r=gl
MozReview-Commit-ID: 2UWt3aq1e4x

--HG--
extra : rebase_source : ef6f2047efccde2fbc80b0cbfb4b82a181ecf1dd
2018-05-28 09:27:55 +09:00
Daisuke Akatsuka
eae57fa593 Bug 1462229 - Part 2: Avoid updating SummaryGraphPath if the component have been destroyed or other node have been selected while calling async function. r=gl
MozReview-Commit-ID: 2ECelUt6nmd

--HG--
extra : rebase_source : c20d830d2ae5d58201a6f23be53e41c225d4332b
2018-05-28 08:57:30 +09:00
Daisuke Akatsuka
a2ab4f6ce5 Bug 1462229 - Part 1: Avoid updating the state of removed animation. r=gl
MozReview-Commit-ID: IAdHpqXe4Ta

--HG--
extra : rebase_source : 6255f47ef9a21673bb2b809f41529cc877cc30ba
2018-05-28 08:57:16 +09:00
Mantaroh Yoshinaga
a1dd0621ff Bug 1464265 - Apply photon icon fill to close button of webconsole. r=nchevobbe
Webconsole has two close buttons. (split console and sidebar)
This patch will apply photon icon color fill to these buttons.

MozReview-Commit-ID: EWYxQrHFhJ6

--HG--
extra : rebase_source : 5ef87b48b2e856343fafc492c9c97d80f21977e1
2018-05-25 10:15:28 +09:00
Daisuke Akatsuka
31b374ffcb Bug 1463722: Set outline: none; to root element of animation inspector. r=gl
MozReview-Commit-ID: 2FJiBBcReAF

--HG--
extra : rebase_source : b1e3b268cefde4e9f3fb3038bb4a311f32d757b2
2018-05-24 15:02:12 +09:00
Chris Adams
e51dd34b2e Bug 1014090 - Toggle inspector on mac with extra cmd+shift+C shortcut; r=pbro
MozReview-Commit-ID: KSdkGmVqVFd

--HG--
extra : rebase_source : 86575e369b0c6846d65ce6f4966c491a7536d19e
2018-05-23 08:06:14 +02:00
Daisuke Akatsuka
a8a04b5c6a Bug 1464396 - Part 3: Add whether the created time of animation unchanged even if change node. r=pbro
MozReview-Commit-ID: BT4DUJUFkdp

--HG--
extra : rebase_source : 5a24f489b80e2a0c0456812a94d133e6ba2246a0
2018-05-29 10:09:44 +09:00
Daisuke Akatsuka
65c21a4698 Bug 1464396 - Part 2: Update current time at first. r=pbro
MozReview-Commit-ID: FnzPNUDvwvd

--HG--
extra : rebase_source : d6db7c2f2a67046aafedd3e873bce957d6b0ea49
2018-05-29 10:09:40 +09:00
Daisuke Akatsuka
657e9473d3 Bug 1464396 - Part 1: Hold all animation's created time. r=pbro
For now, we had taken over the createdTime to new actor from previous actor.
However, if the selected node changed, can not take over that. To resolve this,
hold all animation's createdTime.

MozReview-Commit-ID: 5UcwGaWkcNg

--HG--
extra : rebase_source : e68a4cd9607b2e881e10f3ccfd5441afcd4b0245
2018-05-29 10:09:35 +09:00
Ciure Andrei
b48a0a149d Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-05-29 00:56:16 +03:00
Michael Ratcliffe
801fc7686e Bug 1449232 - Sort listeners by event name in the listener list r=pbro
The only real change is the sorting inside `devtools/server/actors/inspector/node.js`. The rest is just shuffling tests around to handle the sorted listeners.

MozReview-Commit-ID: 8ql1bRbr4Pl

--HG--
extra : rebase_source : 08b9493d36be667b20dc2d7fc0fb2bcafd94ef79
2018-05-25 16:03:13 +01:00
Kris Maglione
1e03e83e35 Bug 1461146: Replace Addon.userDisabled setter with async enable()/disable() methods. r=aswan
MozReview-Commit-ID: Gj2iCsBIdnq

--HG--
extra : rebase_source : 7766537d472ae8d6a25c4c824a50c0bb6bc49865
2018-05-12 16:49:35 -07:00
Julian Descottes
8273389914 Bug 1462237 - Prevent text selection in application panel;r=ladybenko
MozReview-Commit-ID: HwDlHZp0Po4

--HG--
extra : rebase_source : b7a6f60558f4536a670888cea15e069019cd8402
2018-05-25 15:45:57 +02:00
Julian Descottes
423f59b61e Bug 1460209 - Use theme colors for links in application panel;r=ladybenko
MozReview-Commit-ID: 69kfQ4137WA

--HG--
extra : rebase_source : b7d77c1d3893255627c0ba1e9e9b51bc6b88545c
2018-05-25 11:43:59 +02:00
Julian Descottes
0bd6a4a494 Bug 1462236 - Application panel empty screen polish;r=ladybenko
MozReview-Commit-ID: ENd72iKrw8U

--HG--
extra : rebase_source : 4d0695668607a7eb80d3815140d9ee09dae60dca
2018-05-25 11:12:47 +02:00
shindli
9211d7903a Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-05-29 12:58:23 +03:00
Belén Albeza
89264089dc Bug 1450067 - Show last update timestamp for a sw. r=nchevobbe
MozReview-Commit-ID: rul88NKcHZ

--HG--
extra : rebase_source : 27a82b144b9e10b4b2ad315558a3f2a103fd3701
2018-05-24 12:04:54 +02:00
Johann Hofmann
0c245b0b1e Bug 1444395 - Remove unsafeSetInnerHTML in gcli/util/util.js. r=sole
We intent to fully remove unsafeSetInnerHTML to be able to prevent any future
vulnerabilities that come from code injection. GCLI is the last remaining user of
this function, which is why we're removing it now. This would entirely break the
GCLI UI if it was not already removed in bug 1461970.

MozReview-Commit-ID: H12uTSjnlo1

--HG--
extra : rebase_source : ce47d78db84f808b8be85ae208b67818325db2f5
2018-05-28 15:51:00 +02:00
Alexandre Poirot
3d1005e447 Bug 1462398 - Remove unused gcli commands. r=jryans
MozReview-Commit-ID: 3slLbDBbs89

--HG--
extra : rebase_source : d868a0bc45b144624e495ec115ea6e945367d809
2018-05-17 10:07:41 -07:00
Dorel Luca
29b118bb7b Backed out changeset 684e4b87653e (bug 1464336) for Devtools on devtools/client/inspector/fonts/test/browser_fontinspector.js. CLOSED TREE 2018-05-28 18:20:39 +03:00
Razvan Caliman
a538191023 Bug 1464336 - Font Editor: Replace font name with CSSFamilyName in editor and overview. r=pbro
MozReview-Commit-ID: AzhdirGXHJk

--HG--
extra : rebase_source : aaf852af7a2855882c2753ece0a547854441d56d
2018-05-28 11:14:12 +02:00
Razvan Caliman
97f2e61d18 Bug 1462328 - Reset editor when no fonts found on node. r=gl
- Render when no fonts found on selected node, regardless of node type.
- Kickstart render when sidebar tab is selected.
- Avoid needless renders if sidebar tab is not visible.

MozReview-Commit-ID: 9MA7s4Ugaaf

--HG--
extra : rebase_source : eaefd750f826f7c19af20041c440c41ab990e240
2018-05-25 14:35:12 +02:00