Jan Odvarko
17b577a283
Bug 1462882 - Avoid NPE when filtering using remote-ip; r=jryans
...
MozReview-Commit-ID: IJ2lNgMRCYz
--HG--
extra : rebase_source : 6cb4b7ea83e8e363a6ce635883ca39fe2e08791a
2018-05-22 10:34:50 +02:00
Mark Banner
467c04144d
Bug 1463089 - Remove deprecated experimentalObjectRestSpread option from netmonitor's .eslintrc.js file, and clean it up. r=Honza
...
MozReview-Commit-ID: EiFTniuq3Qy
--HG--
extra : rebase_source : 5c6aabeb38b5dcbd8463d7f95ed6fbf79bf92b09
2018-05-21 12:20:37 +01:00
Dorel Luca
dbe91ea7b6
Merge mozilla-central to autoland
2018-05-23 13:03:24 +03:00
Dorel Luca
dc6d856805
Merge mozilla-inbound to mozilla-central. a=merge
2018-05-23 12:51:22 +03:00
Jonathan Kingston
5054bfcd70
Bug 1463398 - Removal of deprecated newChannel() API on nsIIOService r=ckerschb
...
MozReview-Commit-ID: 5AwSnQhFtT2
--HG--
extra : rebase_source : e9e8a3109f045f5583389042b2c6dc187cf0b6a8
2018-05-22 13:09:41 +01:00
Patrick Brosset
989d6b51f0
Bug 1441465 - Measure window dimensions on grid/flex highlighter updates when the canvas is hidden; r=gl
...
MozReview-Commit-ID: GW35e9s3rLy
--HG--
extra : rebase_source : ab90cea14e9c86a5b293795398529261d1cdd66c
2018-05-22 15:21:33 +02:00
Tom Tromey
d8c5e0102a
Bug 1462553 - fix !important parsing in devtools; r=pbro
...
Bug 1462553 points out that the CSS-parsing code in parsing-utils was
not correctly handling "!important"; in particular, it was allowing
this to appear in the middle of a declaration, rather than only at the
end. This patch fixes the parser.
MozReview-Commit-ID: 9efv60gX6nV
--HG--
extra : rebase_source : c7e2d1209132bc7a2285850b4bbd24ecbbcbb48d
2018-05-18 11:39:43 -06:00
Csoregi Natalia
acd92af57e
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-05-23 01:02:30 +03:00
Jason Laster
d7faefdf92
Bug 1463415 - Update Debugger Frontend v57. r=dwalsh
...
MozReview-Commit-ID: JArKRKwmWjF
2018-05-22 16:55:10 -04:00
Gurzau Raul
98fa42844c
Backed out 3 changesets (bug 1459279) for failures on stub-generators/browser_webconsole_check_stubs_console_api.js on a CLOSED TREE
...
Backed out changeset 318ae5b0ec8b (bug 1459279)
Backed out changeset 11740609e1db (bug 1459279)
Backed out changeset 545a2ee68554 (bug 1459279)
2018-05-22 20:55:28 +03:00
Brian Grinstead
b8c93b4715
Bug 1459279 - Stub generated for Console.countReset, r=me CLOSED TREE
2018-05-21 13:08:33 -07:00
Gabriel Luong
d5a3e46732
Bug 1463223 - Check if the autocomplete popup is initialized before performing any action in the rule view. r=pbro
2018-05-22 10:35:10 -04:00
Gabriel Luong
a380a7dd1b
Bug 1348643 - The size of the grid line numbers should be consistent across display zoom. r=pbro
2018-05-22 10:34:34 -04:00
Andrea Marchesini
675f1d376c
Bug 1459279 - counterDoesntExist should not use an apostrophe, r=me CLOSED TREE
2018-05-22 16:04:32 +02:00
Yura Zenevich
0cff8610fb
Bug 1461912 - do not clear accessible actors cache when document becomes non-busy. r=pbro
...
MozReview-Commit-ID: 9DwTcF3w4Eo
2018-05-22 09:49:58 -04:00
Narcis Beleuzu
80c6e7885e
Bug 1373127 - Disable browser_dbg_variables-view-popup-09.js on OS-X and Linux64 for frequent failures. r=jmaher
...
--HG--
extra : rebase_source : c7fa7bb1c4760b6bd2cf2a9729eec3208642a33e
2018-05-22 16:34:30 +03:00
Narcis Beleuzu
3fae2ab3f2
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-05-22 14:24:39 +03:00
Brian Grinstead
3c875f0992
Bug 1459279 - Add frontend to countReset;r=nchevobbe
...
MozReview-Commit-ID: DuZLisDdTeG
2018-05-21 09:39:00 -07:00
Daisuke Akatsuka
03df20587e
Bug 1450526 - Part 5: Add test for pseudo element. r=pbro
...
MozReview-Commit-ID: 2BihXbtTmKo
--HG--
extra : rebase_source : 1012db7391c2f906d2f790b081ac4495942fe471
2018-05-21 18:53:42 +09:00
Daisuke Akatsuka
8067ac234e
Bug 1450526 - Part 4: Show pseudo element in Reps component. r=pbro
...
Also, we sent pull-request to devtools-core.
https://github.com/devtools-html/devtools-core/pull/1024
MozReview-Commit-ID: 9qaWNFKLGVu
--HG--
extra : rebase_source : b7f63bf49034c398d7c3a0f6d6e5f49fe0fd3ec2
2018-05-21 18:53:38 +09:00
Daisuke Akatsuka
e938ba6941
Bug 1450526 - Part 3: Update node front when the indicated node was re-generated. r=pbro
...
MozReview-Commit-ID: 4e9XOSTzW8X
--HG--
extra : rebase_source : e22c9bd4d6edb514bc18ceaa38cbf9a52c5fdb31
2018-05-21 18:53:32 +09:00
Daisuke Akatsuka
8b4f7c9040
Bug 1450526 - Part 2: Change the target node of animation on pseudo element in the actor to proper node. r=pbro
...
In this patch fix not only new animation inspector, but also previous one.
MozReview-Commit-ID: KYdaUXXea70
--HG--
extra : rebase_source : f5a240572a0e7655d3c253c07a28e5fa56fccb9c
2018-05-21 18:40:43 +09:00
Daisuke Akatsuka
c68e383f64
Bug 1450526 - Part 1: Make pseudo element to be available in new animation inspector. r=pbro
...
MozReview-Commit-ID: 1GE4VIKCIS1
--HG--
extra : rebase_source : cabc9b90cdf38eed59e9ed37755dc8cd5c395f5d
2018-05-21 18:40:40 +09:00
Daisuke Akatsuka
8eee14fc4f
Bug 1454392 - Part 5: Add test whether proper currentTime was set for each animations. r=pbro
...
MozReview-Commit-ID: 9qUNhRMCy7Q
--HG--
extra : rebase_source : d3698c52253f06c9978b6c0887681eb5beda41e7
2018-05-21 18:33:29 +09:00
Daisuke Akatsuka
4c4cd01531
Bug 1454392 - Part 4: Add test whether the graph layout was not broken. r=pbro
...
MozReview-Commit-ID: 6dJpS9RGcpQ
--HG--
extra : rebase_source : 7ddde2d9354df91e525fb188acde83d8bed20104
2018-05-21 18:33:26 +09:00
Daisuke Akatsuka
ede0ca4cda
Bug 1454392 - Part 3: Change the scrubber to createdTime base. r=pbro
...
MozReview-Commit-ID: 1aEZeOjtVxz
--HG--
extra : rebase_source : 8949819a5864bd2789d6c54008d5b89abafa03cc
2018-05-21 18:33:05 +09:00
Daisuke Akatsuka
df6f92e1ba
Bug 1454392 - Part 2: Apply createdTime to summary graph so as keeping proper graph. r=pbro
...
MozReview-Commit-ID: 4udVcj2Zy5C
--HG--
extra : rebase_source : 922a0a16c6910b170c86c235fbbf8b502e80780b
2018-05-21 18:30:27 +09:00
Daisuke Akatsuka
b73cdf42d1
Bug 1454392 - Part 1: Introduce createdTime variable which holds time that animation created. r=pbro
...
MozReview-Commit-ID: bM2cZdPAYp
--HG--
extra : rebase_source : 3fdb4a7833da257a1c81b6c7ee49bf0b5bf20abc
2018-05-21 18:30:23 +09:00
shindli
4c07a54952
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-05-22 00:34:05 +03:00
shindli
4ff26c26f4
Merge inbound to mozilla-central. a=merge
2018-05-22 00:29:52 +03:00
Gabriel Luong
6888ec6426
Bug 1459027 - Lazy load the AutocompletePopup in the rule view. r=pbro
2018-05-21 10:14:40 -04:00
Mantaroh Yoshinaga
2eb1b6cef6
Bug 1444302 - Part 2. Make the filtered message element of the split console to be displayed in a new line when devtool width is narrow. r=nchevobbe
...
Previous part 1 patch will display close button on the right of a primary
element of filter bar. However, a filtered message element will display in the
right of a close button.
So this patch will make the filtered message element to be displayed in a new
line if devtools width is narrow. This patch uses "media query" as the trigger
of replacement, this media query width size is based on Greek language string
since a localized string of this filtered message is longer than other localized
strings.
MozReview-Commit-ID: Ledhrw5I4S5
--HG--
extra : rebase_source : fdf4e6af594f7912f456b8fe7660819d30315cdf
2018-05-18 16:18:15 +09:00
Andreea Pavel
a8b6f5c456
Backed out 4 changesets (bug 1463055) for failing devtools at browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
...
Backed out changeset 767352c4858e (bug 1463055)
Backed out changeset 59dd330ceb81 (bug 1463055)
Backed out changeset 52b3ed8fa57d (bug 1463055)
Backed out changeset 125efe55befb (bug 1463055)
2018-05-21 19:08:59 +03:00
Razvan Caliman
49cfa867fc
Bug 1463055 - Font editor: edit font that is both used and declared in font-family. r=pbro
...
MozReview-Commit-ID: G7YOPLw7qLF
--HG--
extra : rebase_source : 90be6dee2b2dad157216f10e3147f39d8fc7b75b
2018-05-21 10:04:13 +02:00
Razvan Caliman
b0c98543a9
Bug 1463055 - Font editor: read properties from computed style; write to inline style. r=pbro
...
MozReview-Commit-ID: 6sHeBgfbiDT
--HG--
extra : rebase_source : 70712f3e1038a84085e3604e2ad059553777c0fe
2018-05-21 10:24:59 +02:00
Razvan Caliman
959a8b627e
Bug 1463055 - Font editor: merge editor panel with overview (temporary until redesign). r=pbro
...
MozReview-Commit-ID: 5QSEEGgsoPO
--HG--
extra : rebase_source : d1d50b12d0e6ced4b49baab0089b94be8f82481f
2018-05-21 10:22:53 +02:00
Razvan Caliman
9e19f6b4fa
Bug 1463055 - Font Editor: remove toggle from rule view and associated logic. r=pbro
...
MozReview-Commit-ID: JlH1oUh5jaN
--HG--
extra : rebase_source : dbbed174a4bbbe66dff4f24e2decccbbedb52730
2018-05-21 09:44:11 +02:00
Michael Ratcliffe
13a006d57e
Bug 1458208 - telemetry.js: DevTools code should always go through telemetry.js r=jdescottes
...
MozReview-Commit-ID: 9cUGY2CjjZG
--HG--
extra : rebase_source : 1818f742cc89c25146f23d42c68a6b53ae9cdc21
2018-05-10 15:14:01 +01:00
Michael Ratcliffe
0725240652
Bug 1296723
- Remove logOncePerBrowserVersion telemetry functions and probes r=jryans
...
MozReview-Commit-ID: AvUuzTgoEhz
--HG--
extra : rebase_source : 22fa33853eb70a2ad780d162f6af545db57e0b43
2018-05-09 12:01:35 +01:00
Michael Ratcliffe
3df73f73cd
Bug 1458206 - telemetry.js: Cleanup toolOpened/toolClosed r=jdescottes
...
The methods have been improved and now live in telemetry.js again.
We use these methods for tools that at least require timing.
MozReview-Commit-ID: 2CqBCA9j3XU
--HG--
extra : rebase_source : faa489ea4790db55648301be842f55cea308ce29
2018-05-04 18:00:04 +01:00
Razvan Caliman
b44c52b068
Bug 1463055 - Font editor: edit font that is both used and declared in font-family. r=pbro
...
MozReview-Commit-ID: G7YOPLw7qLF
--HG--
extra : rebase_source : f540f34626a0c75edf9c5b5ba280bf199bda9d42
2018-05-21 10:04:13 +02:00
Razvan Caliman
c8b5a296ec
Bug 1463055 - Font editor: read properties from computed style; write to inline style. r=pbro
...
MozReview-Commit-ID: 6sHeBgfbiDT
--HG--
extra : rebase_source : d7d34d9f82bb047e0bd3c7436c2eb825e65d655f
2018-05-21 10:24:59 +02:00
Razvan Caliman
4233922a8b
Bug 1463055 - Font editor: merge editor panel with overview (temporary until redesign). r=pbro
...
MozReview-Commit-ID: 5QSEEGgsoPO
--HG--
extra : rebase_source : 35ca58c787c52106c6f9d4cd0ee326bfd6638e74
2018-05-21 10:22:53 +02:00
Razvan Caliman
6838bf9157
Bug 1463055 - Font Editor: remove toggle from rule view and associated logic. r=pbro
...
MozReview-Commit-ID: JlH1oUh5jaN
--HG--
extra : rebase_source : fe48bebad1c8bbb649d0a1d9db0bd1864775d3c6
2018-05-21 09:44:11 +02:00
Mantaroh Yoshinaga
777680bbba
Bug 1454123 - Wait for checkToolboxUI and send the key event to the target window. r=birtles
...
The browser_webconsole_split.js will need to wait for finishing the
checkToolboxUI function since we should wait to toggle the split console.
And we will need to send ESCAPE key event to the target window due to
test the WINDOW host type.
MozReview-Commit-ID: Jakhs3RrdTI
--HG--
extra : rebase_source : 86c1bdc1cdce3c1785687b509a2b2c63043d0890
2018-05-22 03:13:57 +09:00
Mantaroh Yoshinaga
736eae6d6d
Bug 1444302 - Part 1. Add the close button into the split console. r=nchevobbe
...
This patch will display the button of closing split console. The FilterBar
should display this close button if target is split console.
MozReview-Commit-ID: 29VjaqHdh2S
--HG--
extra : rebase_source : 443cfb99f8a7454273b058c9614a0906c38681a7
2018-04-02 16:10:53 +09:00
Greg Tatum
a95f839180
Bug 1447338 - Add thread "responsiveness" as a configurable feature to the Gecko Profiler; r=mstange
...
MozReview-Commit-ID: KTJRvQzUwsf
--HG--
extra : rebase_source : bac38dc65bf074f31b2e25f80620a6baa4c7e14d
2018-03-28 15:28:54 -05:00
Margareta Eliza Balazs
0bb5e5ba36
Merge inbound to mozilla-central. a=merge
2018-05-19 12:39:28 +03:00
Jason Laster
e785e4e3eb
Bug 1462630 - Update Debugger Frontend v56. r=dwalsh
...
MozReview-Commit-ID: 4JWb6Ac81Ce
2018-05-18 18:30:41 -04:00
Ciure Andrei
2f509969e9
Merge inbound to mozilla-central. a=merge
2018-05-19 01:05:58 +03:00