Emilio Cobos Álvarez
aa934dea20
Bug 1465107: Remove isStyledByServo. r=xidorn
...
MozReview-Commit-ID: 8HWBH9kWyxV
2018-05-30 10:04:18 +02:00
Emilio Cobos Álvarez
dd5f25c2f6
Bug 1465107: Cleanup remaining mochitest / reftest / crashtests stylo expectations. r=xidorn
...
MozReview-Commit-ID: 1IeURcnoESX
2018-05-30 10:03:50 +02: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
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
abhinav
131be93acd
Bug 1462886 - Fix for filter flag breaking the netmonitor when using invalid values.r=Honza
...
MozReview-Commit-ID: 5cvUX2sb7k0
--HG--
extra : rebase_source : 57caba2b7b6927e2564a0894afc35f709402f386
2018-05-25 02:43:14 +05:30
Dorel Luca
047df7a932
Merge mozilla-inbound to mozilla-central. a=merge
2018-05-26 07:09:39 +03:00
Yura Zenevich
4b29e3ecdd
Bug 1464492 - Pass canceledOkay=true when starting/stopping timers for A11Y_SERVICE_DURATION. r=miker
...
MozReview-Commit-ID: Kb5yQ8kr9Uk
2018-05-25 11:25:00 -04:00
Coroiu Cristina
c032f38419
Merge mozilla-central to inbound a=merge on a CLOSED TREE
2018-05-25 20:58:44 +03:00
Coroiu Cristina
19e81b8d28
Merge inbound to mozilla-central a=merge
2018-05-25 20:51:27 +03:00
Gabriel Luong
49ca27c991
Bug 1464314 - Lazy load utils in the grid inspector. r=pbro
2018-05-25 13:28:11 -04:00
Gabriel Luong
17fac1c16b
Bug 1464233 - Allow 3 pane inspector to ride the trains. r=pbro
2018-05-25 10:04:59 -04:00
Yura Zenevich
067bbee8c9
Bug 1463498 - fixing this.telemetry is undefined error in toolbox-options.js. r=jdescottes
...
MozReview-Commit-ID: BOMEvvD7yrX
2018-05-22 10:55:00 +03:00
abhinav
313b7d0644
Bug 1460467 - Remove unused zoom in shortcut key. (toolbox.zoomIn3.Key). r=mantaroh
...
MozReview-Commit-ID: CrTlOUaqCDc
--HG--
extra : rebase_source : de67f64b3666a6a801dfe2415327b887dfb72d9f
2018-05-16 23:11:30 +05:30
Daisuke Akatsuka
8c9251801e
Bug 1463372 - Part 2: Test for createdTime based keyframes progress bar. r=pbro
...
MozReview-Commit-ID: IDMU37WdMM1
--HG--
extra : rebase_source : b23c06d03eea9070114610d73d6880a38ef61fd2
2018-05-25 17:33:29 +09:00
Daisuke Akatsuka
886293d1f7
Bug 1463372 - Part 1: Introduce createdTime to keyframes progress bar. r=pbro
...
MozReview-Commit-ID: Biy0AhZZxLQ
--HG--
extra : rebase_source : 5b0a05a17c6164caecb47c890a2288048eb3c5fa
2018-05-25 17:01:20 +09:00