Commit Graph

7302 Commits

Author SHA1 Message Date
arthur.iakab
94ab855658 Merge inbound to mozilla-central. a=merge 2018-01-26 02:21:47 +02:00
Kris Maglione
b3cac601f6 Bug 1432966: Sanitize HTML fragments created for chrome-privileged documents. r=bz f=gijs
This is a short-term solution to our inability to apply CSP to
chrome-privileged documents.

Ideally, we should be preventing all inline script execution in
chrome-privileged documents, since the reprecussions of XSS in chrome
documents are much worse than in content documents. Unfortunately, that's not
possible in the near term because a) we don't support CSP in system principal
documents at all, and b) we rely heavily on inline JS in our static XUL.

This stop-gap solution at least prevents some of the most common vectors of
XSS attack, by automatically sanitizing any HTML fragment created for a
chrome-privileged document.

MozReview-Commit-ID: 5w17celRFr

--HG--
extra : rebase_source : 1c0a1448a06d5b65e548d9f5362d06cc6d865dbe
extra : amend_source : 7184593019f238b86fd1e261941d8e8286fa4006
2018-01-24 14:56:48 -08:00
Gurzau Raul
ea1ff80377 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-01-25 19:08:48 +02:00
abhinav
6a8687a571 Bug 1421225 - Clicking on a console.group Message should toggle the group. r=nchevobbe
MozReview-Commit-ID: IuK0R1Ebv8o

--HG--
extra : rebase_source : 224bcfa41da64bf7c745da807ef6a396c152e51e
2018-01-23 09:28:15 +05:30
Ruturaj K. Vartak
574662922f Bug 1398149 - Waterfall timing is broken. r=Honza
- Removed flex based CSS for .requests-list-timings
- Added 20px buffer for .requests-list-timings-total
2018-01-25 06:14:00 -05:00
Nicolas Chevobbe
1467be06f3 Bug 1433123 - Fix console launchpad; r=Honza.
Updating to latest devtools-launchpad add adding the
disablePostCSS option fixes the postCSS errors.
Remove the netmonitor from babelExclude and add the
rewrite-lazy-getter loader fixes the issues about the use
of the object spread operator.

MozReview-Commit-ID: 4wRHuR4q7fz

--HG--
extra : rebase_source : c94063664063ba18d2bb466e99519e701707d6e6
2018-01-25 15:27:25 +01:00
Julian Descottes
1d94b51b97 Bug 1272774 - allow listTabs to return favicon data from PlacesUtils;r=ochameau
MozReview-Commit-ID: 8bkn3mG6YkL

--HG--
extra : rebase_source : 9f514f1adbc4e79022c8c18c5195d3e1d1298062
2018-01-04 17:25:45 +01:00
Julian Descottes
f714f056d0 Bug 1272774 - migrate all listTabs() callers to use promise;r=ochameau
MozReview-Commit-ID: 9PtRZHG5GuF

--HG--
extra : rebase_source : f4c7cfd5f8338eb22fa44dc79a1e8b7840dc4e2d
2018-01-15 18:38:34 +01:00
Jan Odvarko
42cbe8836c Bug 1433078 - Update readme file; r=jdescottes
MozReview-Commit-ID: HA2Fe9TlgEo

--HG--
extra : rebase_source : 3b54a8e8d09a2553dfec6249da830ec88dad498c
2018-01-25 12:08:32 +01:00
Alexandre Poirot
4f498d0a19 Bug 1432834 - Fix request list line height. r=Honza
MozReview-Commit-ID: ERoitGYBcjs

--HG--
extra : rebase_source : da34bb542d94f1ab756d567574ff3a5437b4dce9
2018-01-25 00:30:06 -08:00
Nicolas Chevobbe
91df6e3ebe Bug 1404888 - Enable browser_webconsole_insecure_passwords_web_console_warning.js in new console frontend; r=jdescottes.
The test needed to be rewritten as we can't have the 3 warning messages
at the same time (see https://hg.mozilla.org/mozilla-central/rev/084f217c4d49#l1.76
and https://hg.mozilla.org/mozilla-central/diff/817eb00ba702/toolkit/components/passwordmgr/InsecurePasswordUtils.jsm#l1.106).
This wasn't picked up by the old frontend test because it is disabled.
In order to test the different warning messages we open 3 different pages
which log the appropriate warning.

MozReview-Commit-ID: Gqa8GrMh8iR

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-iframe-762593-insecure-form-action.html => devtools/client/webconsole/new-console-output/test/mochitest/test-iframe-insecure-form-action.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-iframe-762593-insecure-frame.html => devtools/client/webconsole/new-console-output/test/mochitest/test-insecure-frame.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-762593-insecure-passwords-web-console-warning.html => devtools/client/webconsole/new-console-output/test/mochitest/test-insecure-passwords-web-console-warning.html
extra : rebase_source : 2afb77cb3dcf0f8df5116b7e7d85030a52bc0bc2
2018-01-23 11:39:09 +01:00
Rajdeep Nanua
e40b85a8a3 Bug 1422635 - Implement CSS variable autocompletion. r=jdescottes
Initial support for CSS variable autocompletion in ruleview.

MozReview-Commit-ID: AlblDmyW4Iq
2017-12-12 01:47:59 -05:00
arthur.iakab
151be917cb Merge mozilla-central to mozilla-inbound 2018-01-26 02:35:29 +02:00
Julian Descottes
ca7cee6c2a Bug 1432842 - duplicate waitUntil() in browser toolbox test;r=jlast
MozReview-Commit-ID: 7ceTbl7DGgy

--HG--
extra : rebase_source : 21dcfc4d67a669af62777e78a1fa153d07e19b74
2018-01-25 10:40:33 +01:00
Jason Laster
281d369f23 Bug 1432842 - Update Debugger Frontend v10. r=jdescottes
MozReview-Commit-ID: Fna0tYoykHr

--HG--
extra : rebase_source : 89b3aa1e785b30028c586d491ab78f03992285c8
2018-01-25 21:34:19 +01:00
Tooru Fujisawa
ba70229dec Bug 1430442 - Part 2: Wait for the next event tick after node-highlight event to leave MicroTask checkpoint for the mouse event in devtools/client/inspector/boxmodel/test/browser_boxmodel_guides.js r=pbro 2018-01-26 07:30:14 +09:00
Tooru Fujisawa
11ec00c3b5 Bug 1430442 - Part 1: Use Async Function in devtools/client/inspector/boxmodel/test/browser_boxmodel_guides.js r=pbro 2018-01-26 07:30:06 +09:00
Nicolas Chevobbe
2b915e93ba Bug 1425577 - Do not clone the state for each message of a batch; r=bgrins.
Here, in the case of a MESSAGES_ADD action, we clone the state before
calling addMessage. Then, in addMessage, we can mutate the cloned state.
This saves a lot of time since we don't have to re-create a new state
for each message.

MozReview-Commit-ID: GDBFBytKp5u

--HG--
extra : rebase_source : bfa8252b3dc2e191fa83cd2ad8cb60ab8bb77366
2018-01-24 11:21:40 +01:00
Narcis Beleuzu
9279994eae Merge inbound to mozilla-central. a=merge 2018-01-24 23:56:14 +02:00
Jan Odvarko
0ba9a8102b Bug 1431912 - Test for timing columns; r=ochameau
MozReview-Commit-ID: 1nnMnLohQwN

--HG--
extra : rebase_source : 50eea4caf3bf71bbc02ec047740b9326afb33861
2018-01-24 19:29:08 +01:00
Jan Odvarko
b83d2d2609 Bug 1431912 - Properly populate timing columns; r=ochameau
MozReview-Commit-ID: 9IfVhp1Cdg7

--HG--
extra : rebase_source : c1086a4151152ed01c53a9f06b4bc08aaf8ec3b2
2018-01-24 19:13:52 +01:00
Michael Hoffmann
49500a58ea Bug 1429763 - Show font preview when hovering on font names. r=pbro
--HG--
extra : rebase_source : 008150ca8dc9a3c1eec9405d8e0c230e91bb2614
2018-01-18 14:33:00 +02:00
Andreea Pavel
d4ee1cf494 Backed out changeset 0569381b5e5f (bug 1422635) for failing ESlint at /builds/worker/checkouts/gecko/devtools/client/shared/test/browser_inplace-editor_autocomplete_css_variable.js on a CLOSED TREE 2018-01-24 00:34:34 +02:00
Rajdeep Nanua
5d6360507a Bug 1422635: Implement CSS variable autocompletion. r=jdescottes
Initial support for CSS variable autocompletion in ruleview.

MozReview-Commit-ID: AlblDmyW4Iq

--HG--
extra : rebase_source : f19ea980e0d6f141ac5f0c766e37b04c92559e05
2017-12-12 01:47:59 -05:00
Andreea Pavel
7d8cbb2869 Backed out changeset b764ca8d82da (bug 1429824) for failing browser chrome devtools at devtools/client/netmonitor/test/browser_net_autoscroll.js on a CLOSED TREE 2018-01-23 22:34:51 +02:00
Brian Grinstead
bf0919de04 Bug 1386523 - Make store debug logging into a shared helper function for webconsole mochitests;r=nchevobbe
MozReview-Commit-ID: FxDgYNr35o3

--HG--
extra : rebase_source : e6b33812c3b8f75d6cb00019cf49649e13b3a68b
2018-01-23 13:58:29 -08:00
Nicolas Chevobbe
e850518bea Bug 1404884 - Enable browser_webconsole_insecure_passwords_about_blank_web_console_warning.js in new console frontend; r=jdescottes.
MozReview-Commit-ID: 7fQc3hOp8hT

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-762593-insecure-passwords-about-blank-web-console-warning.html => devtools/client/webconsole/new-console-output/test/mochitest/test-insecure-passwords-about-blank-web-console-warning.html
extra : rebase_source : 965de788e3f222560427ee682a33ccc5a48ea383
2018-01-23 09:50:56 +01:00
Nicolas Chevobbe
04c2cb7c19 Bug 1404883 - Enable browser_webconsole_ineffective_iframe_sandbox_warning.js in new console frontend; r=Honza.
MozReview-Commit-ID: 46OaPZHvJ7Z

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning-inner.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning-inner.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning-nested1.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning-nested1.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning-nested2.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning-nested2.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning0.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning0.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning1.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning1.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning2.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning2.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning3.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning3.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning4.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning4.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-752559-ineffective-iframe-sandbox-warning5.html => devtools/client/webconsole/new-console-output/test/mochitest/test-ineffective-iframe-sandbox-warning5.html
extra : rebase_source : 5b2f72670ec723669d5f682044e3e5e626053557
2018-01-22 16:01:31 +01:00
Alexandre Poirot
4537ac0430 Bug 1429824 - Prevent reflows related to scroll to bottom feature. r=Honza
MozReview-Commit-ID: Hnr5tIvTeUv

--HG--
extra : rebase_source : 287806d31bc4969dd2e67219f07bf21a231ed8ab
2018-01-11 07:05:20 -08:00
J. Ryan Stinnett
bc3b52e35a Bug 1430918 - Rotate grid outline for writing mode. r=gl
Adjust the grid outline in the Inspector's Layout panel as needed to match the
writing mode and text direction of the grid container.

MozReview-Commit-ID: Ggcp1e4ZipE

--HG--
extra : rebase_source : e9acadc8837ad3c05c038a2156272c9eff8c7330
2018-02-10 22:03:12 -06:00
J. Ryan Stinnett
7d9ba081d2 Bug 1430918 - Draw grid outline from origin. r=gl
The transforms that can be applied to the grid outline to adjust for writing
mode may include translation and reflection based on the outline's width or
height.  To achieve the expected result, we need to start drawing the outline at
(0, 0) instead of (1, 1).

MozReview-Commit-ID: HjbREuyNpvH

--HG--
extra : rebase_source : c8dadf60f7d4d4ee9763e29fb6d1ab878beb5afd
2018-02-11 18:52:02 -06:00
Julian Descottes
8242d0bf16 Bug 1404832 - remove unused support file;r=nchevobbe
The test browser_webconsole_bug_644419_log_limits.js was marked
as irrelevant for the new console frontend, but the support file
was still copied to the new frontend folder.

MozReview-Commit-ID: 7malhunu3N8

--HG--
extra : rebase_source : 840c44292c095bc62c65c338a1b830416de368e6
2018-02-09 16:52:22 +01:00
Julian Descottes
de306a0235 Bug 1404832 - rename and enable browser_webconsole_loglimit.js;r=nchevobbe
The scrolling part of the test already seems covered in
browser_webconsole_scroll.js

MozReview-Commit-ID: 3CX9HKkPzqW

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_prune_scroll.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_loglimit.js
extra : rebase_source : 8bc68606d5227254d7de5d0eb8de7ef5cbe1cc24
2018-02-09 16:51:33 +01:00
Michael Ratcliffe
43a41af1f9 Bug 1406028 - Migrate browser_webconsole_console_trace_duplicates.js to the new frontend r=jdescottes
MozReview-Commit-ID: IUrs0HGCaHk

--HG--
extra : rebase_source : f1082fb07cd3906d7a082bc08b650cd5d9e55034
2018-02-10 16:41:50 +00:00
Nicolas Chevobbe
1ba1ee83f9 Bug 1405641 - Enable browser_webconsole_output_copy_newlines.js in new console frontend; r=jdescottes.
MozReview-Commit-ID: 8KtpDUXpuj7

--HG--
extra : rebase_source : 9726b00fa6c1ca3a27c00d3d8cd10951a8a2131e
2018-02-09 18:09:28 +01:00
Ian Moody
6d73d668f5 Bug 1435320 - Specify a default empty object for the Chart.js table header. r=Honza
So it doesn't break if one isn't supplied.
Also document the header argument.

MozReview-Commit-ID: 8UAVztN12Gw

--HG--
extra : rebase_source : dc9485d8326d32027dfa9ad05fce71e600eb2988
2018-02-02 17:50:09 +00:00
Brian Grinstead
2d0154de11 Bug 1436076 - Part 3 - Miscellaneous HUDService cleanups;r=nchevobbe
MozReview-Commit-ID: 6i4c48HKXhp

--HG--
extra : rebase_source : 0a6fce76ad93a3859647650c0d8391c3a6c3990a
2018-02-07 08:22:59 -08:00
Brian Grinstead
7ebdfc8856 Bug 1436076 - Part 2 - Use async/await instead of defer in HUDService;r=nchevobbe
MozReview-Commit-ID: KbLjHa8gUGK

--HG--
extra : rebase_source : 09cf233f96d10f7513b33d1d4e7c22a8a0d0b77d
2018-02-07 08:22:49 -08:00
Brian Grinstead
3ba5dc0ba2 Bug 1436076 - Part 1 - Fix eslint for hudservice.js;r=nchevobbe
MozReview-Commit-ID: EAarz11x4mW

--HG--
extra : rebase_source : 66bda83ec808ab69aa6625c11465c2a1b6e8628e
2018-02-07 08:16:37 -08:00
Andreea Pavel
2d6ebc39d2 Backed out 3 changesets (bug 1416824) for mochitest chrome failures at devtools/client/shared/components/test/mochitest/test_notification_box_01.html on a CLOSED TREE
Backed out changeset dc4675fd3257 (bug 1416824)
Backed out changeset b2aebf1d7ee7 (bug 1416824)
Backed out changeset f52006e2a1dc (bug 1416824)
2018-02-07 21:06:58 +02:00
Mike Ratcliffe
52517c4e6d Bug 1416824 - Patch 3: React Upgrade Documentation r=nchevobbe
MozReview-Commit-ID: 2xbn0qTVTSC

--HG--
extra : rebase_source : 62e8e6f073387695dc6d6cc89dd1bf1f951c6c34
2018-02-07 16:34:35 +00:00
Mike Ratcliffe
4e56768e45 Bug 1416824 - Patch 2: React 16 Vendor Files r=nchevobbe
MozReview-Commit-ID: CLZTmy0irqG

--HG--
extra : rebase_source : 3cf6db8b6ec2a345533cdecfc050a5166c5bf415
2018-02-07 16:33:43 +00:00
Mike Ratcliffe
6566d3e1c2 Bug 1416824 - Patch 1: React 16 Require statements and paths r=nchevobbe
MozReview-Commit-ID: 7BDgpYfLZLH

--HG--
extra : rebase_source : 2984a5b02b57533c1f7e9c98fae6201b3687cfaf
2018-02-07 16:31:57 +00:00
Michael Ratcliffe
d1df294484 Bug 1436380 - Fix async issues in TabBar.js r+nchevobbe r=nchevobbe
MozReview-Commit-ID: 2dGIQLQPRV9

--HG--
extra : rebase_source : d958cf378ac55ee69873565be241f6eac3d0a9d4
2018-02-07 16:10:07 +00:00
abhinav
8f71fc9e83 Bug 1418969 - Remove helper API from requests reducer; r=Honza
MozReview-Commit-ID: 8r7rHH23sqC

--HG--
extra : rebase_source : d22f069cc520f6816d4de1632425ae58046fcd14
2018-01-21 00:08:21 +05:30
Alexandre Poirot
3522ce42d1 Bug 1423517 - Helps tracking JS allocations when running DevTools tests. r=jdescottes
MozReview-Commit-ID: 7PWgsUyR54Q

--HG--
extra : rebase_source : d620f8b704e9da6e8ee7326715a21addeb08bd06
2017-12-06 01:36:51 -08:00
Alexandre Poirot
636bbf75fe Bug 1431132 - Prevent repainting the whole request list by sizing the request table manually. r=Honza
MozReview-Commit-ID: 79oGrCMANGy

--HG--
extra : rebase_source : c5e4d94a073d9b21e172b71b982029aec13a169e
2018-01-17 09:41:34 -08:00
Dorel Luca
4b9ccdb392 Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-23 12:02:17 +02:00
Jason Laster
a73c9b96eb Bug 1431127 - Fix TypeError: panel._selectors.getPause. r=jdescottes 2018-01-18 10:51:00 -05:00
Gurzau Raul
9801931bda Merge inbound to mozilla-central. a=merge 2018-01-23 02:21:47 +02:00
abhinav
3bdb37e019 Bug 1421208 - Add color-sheme background to HTTP status code in Netmonitor. r=nchevobbe
MozReview-Commit-ID: Kec4qq3ZTw6

--HG--
extra : rebase_source : aa72786a100dcec3e4ef40addf2deeec8922c378
2017-11-29 23:03:58 +05:30
Alexandre Poirot
3694b8f1fa Bug 1431395 - Set fixed size on all columns. r=Honza
MozReview-Commit-ID: KNdjHyc7abU

--HG--
extra : rebase_source : 0ff553a1d30822e9986872df6f45e3150bd28905
2018-01-17 14:34:52 -08:00
Jan Odvarko
c59f2d5676 Bug 1311177 - Implement the devtools.network.getHAR API method; r=jdescottes,rickychien,rpl
MozReview-Commit-ID: gUtGjbr0FQ

--HG--
extra : rebase_source : 78f837101f83d5ad455fc7e2d1f53db054cec4cc
2018-01-22 18:30:46 +01:00
Narcis Beleuzu
e449275782 Backed out changeset 41262016e149 (bug 1431758) for build bustage. on a CLOSED TREE 2018-01-22 18:42:13 +02:00
Julian Descottes
4fa078bd65 Bug 1431758 - do not use netmonitor data to fetch stylesheets over 1MB;r=jryans
MozReview-Commit-ID: Gz6dRLiLREm

--HG--
extra : rebase_source : 74d73ecd50cc1e56a66c6e45d43b1ca48f136cf2
2018-01-20 00:24:41 +01:00
Jan Odvarko
06d3f8ffeb Bug 1431457 - Upgrade Netmonitor to the latest Launchpad version; r=ochameau
MozReview-Commit-ID: 6e0SVYxbh2K

--HG--
extra : rebase_source : d704ee7bd0daa25e272e4c6f464c43c8db0b15d2
2018-01-22 12:32:57 +01:00
Tooru Fujisawa
e465f02004 Bug 1423007 - Part 2: Wait both for the click event and select event before continuing the test. r=jryans 2018-01-20 20:40:11 +09:00
Tooru Fujisawa
fc1e16a541 Bug 1423007 - Part 1: Use Async Function in devtools/client/shared/test/browser_treeWidget_keyboard_interaction.js r=jryans 2018-01-20 20:40:11 +09:00
Tooru Fujisawa
810b781e7b Bug 1430441 - Part 2: Wait for the next event tick to avoid mixing 2 shortcuts in devtools/client/webconsole/test/browser_console_keyboard_accessibility.js r=bgrins 2018-01-20 20:40:11 +09:00
Tooru Fujisawa
37e588208f Bug 1430441 - Part 1: Use Async Function in devtools/client/webconsole/test/browser_console_keyboard_accessibility.js r=bgrins 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
df159bed3e Bug 1430408 - Part 2: Wait for the next event tick after transitionend event to make sure the all event handlers finish in devtools/client/debugger/test/mochitest/browser_dbg_instruments-pane-collapse_keyboard.js r=pbro 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
037c33bc9a Bug 1430408 - Part 1: Use Async Function in devtools/client/debugger/test/mochitest/browser_dbg_instruments-pane-collapse_keyboard.js r=pbro 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
b733a923bf Bug 1430443 - Part 2: Wait for the next event tick after closing sidebar to make sure the message is flushed in devtools/client/webconsole/test/browser_webconsole_clear_method.js r=bgrins 2018-01-20 20:40:10 +09:00
Tooru Fujisawa
264f93619d Bug 1430443 - Part 1: Use Async Function in devtools/client/webconsole/test/browser_webconsole_clear_method.js r=bgrins 2018-01-20 20:40:09 +09:00
Gurzau Raul
b7e3ec2468 Merge inbound to mozilla-central. a=merge 2018-01-20 11:38:58 +02:00
Gabriel Luong
db6873e9f6 Bug 1421389 - Update dark theme with lower-contrast sidebars. r=pbro 2018-01-19 09:03:08 -05:00
Gabriel Luong
1b37ff1f4a Bug 1421390 - Change hidden node syntax color in the markup view. r=pbro 2018-01-19 09:02:55 -05:00
Daisuke Akatsuka
72abd07597 Bug 1406285 - Part 18: Rename tests for consistency. r=gl
MozReview-Commit-ID: L6F7rA2ibV3

--HG--
rename : devtools/client/inspector/animation/test/browser_animation_animation_list_exists.js => devtools/client/inspector/animation/test/browser_animation_animation-list.js
rename : devtools/client/inspector/animation/test/browser_animation_AnimationTarget.js => devtools/client/inspector/animation/test/browser_animation_animation-target.js
rename : devtools/client/inspector/animation/test/browser_animation_animation_list_time_tick.js => devtools/client/inspector/animation/test/browser_animation_animation-timeline-tick.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_AnimationName.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_animation-name.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_compositor.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_compositor.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_ComputedTimingPath.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_computed-timing-path.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_DelaySign.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_delay-sign.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_EffectTimingPath.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_effect-timing-path.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_EndDelaySign.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_end-delay-sign.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_NegativeDelayPath.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_negative-delay-path.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_NegativeEndDelayPath.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_negative-end-delay-path.js
rename : devtools/client/inspector/animation/test/browser_animation_SummaryGraph_tooltip.js => devtools/client/inspector/animation/test/browser_animation_summary-graph_tooltip.js
extra : rebase_source : 8824436fbc9455e9812363195b8ace0e16299a54
2018-01-18 16:03:55 +09:00
Daisuke Akatsuka
777e286892 Bug 1406285 - Part 17: Add tests. r=gl
MozReview-Commit-ID: HjbxUZ4B4lE

--HG--
extra : rebase_source : 4aa346bf3a1fd026f9948f60c4fee1dd9e0bd8b6
2018-01-18 14:17:55 +09:00
Daisuke Akatsuka
08c8553ecb Bug 1406285 - Part 16: Do async rendering. r=gl
MozReview-Commit-ID: A1HWbkLfM5N

--HG--
extra : rebase_source : 1c4796551c2f42269d65b4c909f47e4132788633
2018-01-18 13:57:21 +09:00
Daisuke Akatsuka
0abcfbbbcc Bug 1406285 - Part 15: Implement scrollable. r=gl
MozReview-Commit-ID: LRxz4Gs9pEK

--HG--
extra : rebase_source : dcaaa2961156e5aa66fe1f38c90912763f14728d
2018-01-18 13:42:19 +09:00
Daisuke Akatsuka
509bc0a208 Bug 1406285 - Part 14: Implement compositor sign. r=gl
MozReview-Commit-ID: G2655Fr19DX

--HG--
extra : rebase_source : bcc7064d90f999c9903458c7749b414685f23e01
2018-01-18 13:15:24 +09:00
Daisuke Akatsuka
551e1b200d Bug 1406285 - Part 13: Implement tooltip. r=gl
MozReview-Commit-ID: 3Icr9lJUQhl

--HG--
extra : rebase_source : 0bc3b1fe2773af55b3a9bb4f34e6d77dcc11daae
2018-01-18 13:03:57 +09:00
Daisuke Akatsuka
66b7a5527c Bug 1406285 - Part 12: Implement animation name label. r=gl
MozReview-Commit-ID: Ba2XG4nIYde

--HG--
extra : rebase_source : 32da6e5d905e31ea4dcfa869f0c5e1f830b5fafd
2018-01-18 13:03:44 +09:00
Daisuke Akatsuka
4fe4fe7788 Bug 1406285 - Part 11: Implement negative endDelay path. r=gl
MozReview-Commit-ID: 5Hbmewfr65t

--HG--
extra : rebase_source : 9b6b5020f2a0e49259b25d58f6cf2e0d9f9c78f3
2018-01-18 13:02:13 +09:00
Daisuke Akatsuka
2881c8c794 Bug 1406285 - Part 10: Implement negative delay path. r=gl
MozReview-Commit-ID: 4bje1aOBHth

--HG--
extra : rebase_source : 47e27475f39be8b183bfbea035c25dfd9aef5d73
2018-01-18 13:02:10 +09:00
Daisuke Akatsuka
531635f025 Bug 1406285 - Part 9: Implement endDelay component. r=gl
MozReview-Commit-ID: F62qpT8yh03

--HG--
extra : rebase_source : 3f49213bb09bb494e9e5578c78d78ec57b3f9944
2018-01-18 13:02:05 +09:00
Daisuke Akatsuka
b045a7aa4e Bug 1406285 - Part 8: Implement delay component. r=gl
MozReview-Commit-ID: lU16RS3ZPq

--HG--
extra : rebase_source : 4fd3ece998be002b2e6fbc53848cae70938fb479
2018-01-18 13:00:43 +09:00
Daisuke Akatsuka
9f2d2b30d6 Bug 1406285 - Part 7: Implement effect timing graph. r=gl
MozReview-Commit-ID: DIrt9PdY2Nd

--HG--
extra : rebase_source : d3c2829abefda76a8099be746cfd1bb38b236995
2018-01-18 12:46:38 +09:00
Daisuke Akatsuka
32e5aaaef8 Bug 1406285 - Part 6: Apply computed timing graph color by animation type. r=gl
MozReview-Commit-ID: 7MR7Es9HaO1

--HG--
extra : rebase_source : 32b36bb3491fab4c6c62b922a9bd034fd539783c
2018-01-18 12:43:28 +09:00
Daisuke Akatsuka
ad1112c3ca Bug 1406285 - Part 5: Implement computed timing graph of summary graph. r=gl
MozReview-Commit-ID: C91ORqTRSfj

--HG--
extra : rebase_source : fb721a287e7fa8177b8f602f55ccc972dd739b15
2018-01-18 12:42:31 +09:00
Daisuke Akatsuka
603e851dab Bug 1406285 - Part 4: Implement getting tracks(keyframes) from server. r=gl
MozReview-Commit-ID: KmnnFLZIs9a

--HG--
extra : rebase_source : d8e0d7982ca8339738d2277f35927721b3b935b1
2018-01-18 12:17:11 +09:00
Daisuke Akatsuka
8e47d99293 Bug 1406285 - Part 3: Implement summary graph base. r=gl
MozReview-Commit-ID: KMbUvJPDuNM

--HG--
extra : rebase_source : 14dc92800f6790907433c91e609325adc76dd37c
2018-01-18 10:40:51 +09:00
Daisuke Akatsuka
105b6a7410 Bug 1406285 - Part 2: Add test for animation target node. r=gl
MozReview-Commit-ID: toLYDFugJs

--HG--
extra : rebase_source : 2cc22a8e5e9251fd53d5afa91b6d96e46cd7dc73
2018-01-18 10:40:51 +09:00
Daisuke Akatsuka
9b35f54945 Bug 1406285 - Part 1: Implement animation target node. r=gl
MozReview-Commit-ID: ERQPDce3vjo

--HG--
extra : rebase_source : 2fa9d559a12c7312cde2e65c5759e49e6e4ae0fa
2018-01-18 10:40:50 +09:00
Ciure Andrei
dc1715ad21 Merge inbound to mozilla-central. a=merge 2018-01-18 23:53:03 +02:00
Nicolas Chevobbe
2b0630b677 Bug 1417446 - Remove MESSAGE_ADD action;r=bgrins.
This action is not used anywhere since we batch messages and thus use MESSAGES_ADD action.
The tests that were using it now use messagesAdd.

MozReview-Commit-ID: 9DvyrpR4ocC

--HG--
extra : rebase_source : 34d374cff5dddbe27652e6144df989617edc816f
extra : source : 5920bc28fb0437149ab789081d64db38ea183f41
2018-01-10 15:53:46 +01:00
Dorel Luca
adc49bfbfe Backed out changeset a4a6b952ba39 (bug 1429803) for devtools failure on devtools/client/netmonitor/test/browser_net_columns_showhide.js
--HG--
extra : amend_source : a676e70b5b7387ad7e66979122deee645daa9f8d
2018-01-18 19:02:52 +02:00
Nicolas Chevobbe
88453d6925 Bug 1431334 - Fix typo in getNewCurrentGroup;r=bgrins.
Replaces "currentGoup" with "currentGroup".

MozReview-Commit-ID: 1s34ko24b1i

--HG--
extra : rebase_source : b6aca0ed2833d2f8be1ef696c323a5f3d896e7df
extra : source : 5d955c8c23dce3b897d1be7f92f6bd2f08869a13
2018-01-17 10:02:14 +01:00
Julian Descottes
fc2ae75233 Bug 1404371 - migrate and rename browser_webconsole_input_expansion.js;r=Honza
MozReview-Commit-ID: JAS13KdCDoP

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_input_expansion.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_input_expansion.js
extra : rebase_source : 375242c390603892d79d85c5dd6d425b615e4e97
2018-01-17 13:34:01 +01:00
Jan Odvarko
2a221f4c12 Bug 1429803 - Properly populate response header columns; r=rickychien
MozReview-Commit-ID: 3FS6QtUS8yB

--HG--
extra : rebase_source : 8ddc9e9ca0719acd17eb2e23b2e23880f4000fdc
2018-01-18 14:55:58 +01:00
Brad Werth
284aa8d28e Bug 1415940 Part 8: Add a browser test to confirm DOM added rules work with leading newlines. r=tromey
MozReview-Commit-ID: Alj2VimZNxQ

--HG--
extra : rebase_source : 438ed6f337bc41f5e1aa314952ef9612ddb0ef9d
2018-01-04 14:44:39 -08:00
Brad Werth
150230fd83 Bug 1415940 Part 5: Change InspectorUtils::GetRelativeRuleLine to not remap line numbers if it introduces underflow. r=bz
MozReview-Commit-ID: 8ZhzPWubBg7

--HG--
extra : rebase_source : e3edb4a9f9449dc6c760a71cd61a3ffb08c9fcfb
2018-01-17 14:40:45 -08:00
Nicolas Chevobbe
892946d4c8 Bug 1431740 - release: bump devtools-reps to the 0.19.1 version;r=nchevobbe
MozReview-Commit-ID: 29J1eofzjm8

--HG--
extra : rebase_source : 83596281ca83d3a7318d6f3eb65cf4268b4e409b
2018-01-19 18:11:34 +01:00
Nicolas Chevobbe
2d7063da60 Bug 1431327 - Refactor setupStore helper function; r=bgrins.
Change the signature of setupStore to accept an option object as
its second parameter so it's more easy to remember what it does
when reading the consumer code.
Also, pass the wrapped actions object to setupStore so we do use
the same generator when adding messages later.
Add more group messages in the group test to make sure group are being
closed when a groupEnd message is passed in a messagesAdd batch.

MozReview-Commit-ID: CBN0r8nBaAr

--HG--
extra : rebase_source : 8ed36805f16e2741bcaef6dcddb5c35f61981055
extra : source : 3de06907b8f2857eaa7e29c676e7c0898f30a39b
2018-01-17 09:36:19 +01:00
Julian Descottes
11f7cdb11c Bug 1404384 - enable browser_webconsole_message_categories;r=bgrins
MozReview-Commit-ID: 5TCviNEy4tg

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-canvas-css.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-canvas-css.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-canvas-css.js => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-canvas-css.js
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-css-loader.css => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-css-loader.css
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-css-loader.css^headers^ => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-css-loader.css^headers^
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-css-loader.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-css-loader.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-css-parser.css => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-css-parser.css
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-css-parser.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-css-parser.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-empty-getelementbyid.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-empty-getelementbyid.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-empty-getelementbyid.js => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-empty-getelementbyid.js
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-html.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-html.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-image.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-image.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-image.jpg => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-image.jpg
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-imagemap.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-imagemap.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-malformedxml-external.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-malformedxml-external.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-malformedxml-external.xml => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-malformedxml-external.xml
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-malformedxml.xhtml => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-malformedxml.xhtml
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-svg.xhtml => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-svg.xhtml
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-workers.html => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-workers.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-595934-workers.js => devtools/client/webconsole/new-console-output/test/mochitest/test-message-categories-workers.js
extra : rebase_source : 9da465d9411599e1056ac724a88b2808aa0e2595
2018-01-19 12:59:41 +01:00
J. Ryan Stinnett
300d5e8908 Bug 1431236 - Update grid / flex toggles for 3 pane. r=gl
Event handling in `highlighters-overlay.js` needed some additional tweaks to
understand whether we're in the rule view when 3 pane mode is active.

MozReview-Commit-ID: GJdTSXCO21G

--HG--
extra : rebase_source : 518993d72bbf4bd2666fcfc38342ee0dcdbe2fe9
2018-01-18 19:00:38 -06:00
Daisuke Akatsuka
87472a6733 Bug 1416104 - Part 10: Add tests. r=gl
MozReview-Commit-ID: cqjceHqcYt

--HG--
extra : rebase_source : 3aa393d60bbd9c3b83709efd30922aa54ce04e9a
2018-01-19 16:40:38 +09:00
Daisuke Akatsuka
7c0b249917 Bug 1416104 - Part 9: Add close button. r=gl
MozReview-Commit-ID: AMFpjjYdcxr

--HG--
extra : rebase_source : 743013b0c7d981bcdf868155ba2a0722bed8a864
2018-01-19 16:40:36 +09:00
Daisuke Akatsuka
a0e54f53dc Bug 1416104 - Part 8: Open detail pane when an animation was selected or number of displayed animation was one. r=gl
MozReview-Commit-ID: AMFpjjYdcxr

--HG--
extra : rebase_source : 842bc509149bf7e7e1a754eb415f578ae7d8e800
2018-01-19 16:40:33 +09:00
Daisuke Akatsuka
48188c9ac8 Bug 1416104 - Part 7: Make animated property list scrollable. r=gl
MozReview-Commit-ID: Abs3XL4I6SM

--HG--
extra : rebase_source : 730e99e29842d6e4a0ec8bbbd70d07141effbc96
2018-01-19 16:40:26 +09:00
Daisuke Akatsuka
eb760cc6e8 Bug 1416104 - Part 6: Implement keyframes list. r=gl
MozReview-Commit-ID: 1fMQEGjps7u

--HG--
extra : rebase_source : 64f2c0dffec75f71a6e025e1d1d5cd560e1eea13
2018-01-19 15:21:15 +09:00
Daisuke Akatsuka
b86117d6bd Bug 1416104 - Part 5: Implement animated property list header. r=gl
MozReview-Commit-ID: 4d757OvWLBj

--HG--
extra : rebase_source : 3339d115d8cb0d01db8ff76a2d6e4324c85f4daa
2018-01-19 15:20:45 +09:00
Daisuke Akatsuka
519cf6ffef Bug 1416104 - Part 4: Implement base of animated property list. r=gl
MozReview-Commit-ID: 8HOajYo3WKr

--HG--
extra : rebase_source : e9d5106648b16207e8c686c8b9ed5065ee94759d
2018-01-19 15:20:23 +09:00
Daisuke Akatsuka
d30f694fac Bug 1416104 - Part 3: Implement header of animation detail pane. r=gl
MozReview-Commit-ID: BWFRp7YgXiY

--HG--
extra : rebase_source : 83400fd7fa188ca0ed698d25f8a90b82ecf176c7
2018-01-19 15:19:43 +09:00
Daisuke Akatsuka
0c2ef5df3c Bug 1416104 - Part 2: Make summary graph selectable. r=gl
MozReview-Commit-ID: 7x3Z7uEzX8U

--HG--
extra : rebase_source : 741ca96218bc2b22426676aa4f5bb10233cf1097
2018-01-19 15:19:39 +09:00
Daisuke Akatsuka
82775a5ed4 Bug 1416104 - Part 1: Implement base. r=gl
MozReview-Commit-ID: 2Cdb3hFvSu0

--HG--
extra : rebase_source : 01e89e4725f95fee4c18215fa14de5fea56e90d9
2018-01-19 15:16:29 +09:00
Daisuke Akatsuka
67f649fe33 Bug 1416104 - Part 0: Combine action files and reducer files into one. r=gl
MozReview-Commit-ID: 7PTPdt7pT8o

--HG--
extra : rebase_source : a76ac80bb41d0d91de30bbebb5216b68a342b5fb
2018-01-19 15:16:16 +09:00
Margareta Eliza Balazs
9ba236fd80 Backed out changeset 32daec7fd5b6 (bug 1311177) for bc5 failures in browser/components/extensions/test/browser/test-oop-extensions/browser_ext_devtools_network.js on a CLOSED TREE 2018-01-19 11:54:43 +02:00
Jan Odvarko
e1114707d4 Bug 1311177 - Implement the devtools.network.getHAR API method; r=jdescottes,rickychien,rpl
MozReview-Commit-ID: I9F4tGSwBrt

--HG--
extra : rebase_source : ce3adb6ce47e62302b29651a05276d13621679cb
2018-01-17 13:32:42 +01:00
Oriol Brufau
9036cddea3 Bug 1430925 - Avoid JSON Viewer test timeouts when RequireJS fails r=Honza
MozReview-Commit-ID: AEawTHPW2Fn

--HG--
extra : rebase_source : 73217a621980222103fca713455d78a5dafa0d4e
2018-01-15 03:45:36 +01:00
Jason Laster
c05fed43cf Bug 1430855 - Update Debugger Frontend v9.1. r=jdescottes
MozReview-Commit-ID: CnJ3iP3tjAw
2018-01-17 17:58:26 +01:00
Dorel Luca
4027f91f3e Merge mozilla-central to inbound r=merge 2018-01-18 11:48:00 +02:00
Dorel Luca
a066bff27d Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-18 11:43:47 +02:00
abhinav
b022aa1432 Bug 1430773 - The eyedropper should not copy colors as uppercase to the clipboard; r=pbro
MozReview-Commit-ID: 8ShdtDuTKfr

--HG--
extra : rebase_source : 87922827b6bcfd7adcede0fd91ecccadc72e8c4d
2018-01-18 07:44:56 +05:30
Tiberius Oros
0f3b1d6ace Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-01-18 00:28:57 +02:00
Tiberius Oros
92e228aa49 Merge inbound to mozilla-central. a=merge 2018-01-17 23:48:10 +02:00
abhinav
9d163b749f Bug 1421213 - Fix tests broken due to simulateClickLink changes. r=nchevobbe
MozReview-Commit-ID: 6JYBSzgMzR

--HG--
extra : rebase_source : 1c0ccaec5f6907f412a6320dc6dc1a9a780e48a3
2018-01-17 20:53:30 +05:30
abhinav
87efa833ab Bug 1421213 - Clicking on the request status code should open the corresponding MDN page. r=nchevobbe
MozReview-Commit-ID: JlU7pJiZ689

--HG--
extra : rebase_source : 8fb58e31a85046380fac21692e84ea5730db1348
2018-01-16 07:14:43 +05:30
Julian Descottes
72028ea30e Bug 1405637 - Remove duplicated test browser_webconsole_notifications;r=nchevobbe
Test was already migrated in Bug 1304003 to browser_webconsole_observer_notifications.js.

MozReview-Commit-ID: DyfVJ49ksSd

--HG--
extra : rebase_source : e2ec3f78e04f87e8951fde4de0e0d3ceabfa57c3
2018-01-17 11:06:32 +01:00
Chung-Sheng Fu
0319902c5b Bug 1418243 - Fix mochitest failures due to violationDirective change. r=ckerschb
MozReview-Commit-ID: AphtAxYo6Hr

--HG--
extra : rebase_source : 24cd7773cb1f3583c524d142908f859ff5e88e8a
2018-01-16 23:00:00 +02:00
Cosmin Sabou
1f9b4f0f06 Merge inbound to mozilla-central. a=merge 2018-01-17 11:46:53 +02:00
Jason Laster
c90f8338b2 Bug 1429908 - Update Debugger Frontend v9.0. r=jdescottes
MozReview-Commit-ID: 29R66GxBFmY

--HG--
extra : rebase_source : 29b5cec443308fc610769cd80fca060c712ccc22
2018-01-15 18:52:22 +01:00
abhinav
af5f219381 Bug 1427006 - Enhanced the browser_webconsole_console_group test; r=nchevobbe
MozReview-Commit-ID: Efe5xb8sq7C

--HG--
extra : rebase_source : c9bc62bfe98166f3907143099a7a58a42dfc03ff
2017-12-15 00:39:34 +05:30
Nicolas Chevobbe
dc1f2c73ac Bug 1430547 - devtools-reps v0.19.0: update reps bundle from GitHub;r=Honza."
MozReview-Commit-ID: HEzrPsSBiXx

--HG--
extra : rebase_source : 47b871b34d714514030ec5feada2d7f828b0e00b
extra : source : 268285d243be7c18aec084ad61ba4de86ff99c77
2018-01-15 11:38:20 +01:00
Nicolas Chevobbe
f61189c897 Bug 1405341 - Enable browser_webconsole_hsts_invalid-headers.js in new console frontend;r=Honza."
MozReview-Commit-ID: JeAMdv3MpK7

--HG--
extra : rebase_source : b35bcb1546621b7afe6a5647af3fbbb4835084e5
2018-01-15 10:15:17 +01:00
Nicolas Chevobbe
cfc180feed Bug 1405340 - Enable browser_webconsole_hpkp_onvalid-headers.js in new console frontend;r=Honza.
MozReview-Commit-ID: 4bcZR2HrFOd

--HG--
extra : rebase_source : 1c62f66a1ea29c12fc69295c43e637fc744e798c
2018-01-12 08:56:13 +01:00
Patrick Brosset
61d958bb72 Bug 1430001 - Highlight all used fonts in the rule-view, not just the first one; r=miker
MozReview-Commit-ID: Gxi34noKsxu

--HG--
extra : rebase_source : 9473148ba2641344882e6ac9b6f8fbcbe644012b
2018-01-12 14:56:57 +01:00
Julian Descottes
5347910ef3 Bug 1406841 - remove js property provider mochitests;r=bgrins
The features tested here are already covered in
- https://searchfox.org/mozilla-central/source/devtools/shared/webconsole/test/unit/test_js_property_provider.js
- https://searchfox.org/mozilla-central/source/devtools/shared/webconsole/test/test_jsterm_autocomplete.html

MozReview-Commit-ID: 1LY8mq5UvCA

--HG--
extra : rebase_source : b2a11629c6f224879bcb9d4a171922bf23d9131f
2018-01-11 22:55:03 +01:00
Oriol Brufau
faae79a49a Bug 1429271 - Use 'is' to compare so that the obtained value is logged when the assert fails. r=Honza
MozReview-Commit-ID: 6A87wJfrC8U

--HG--
extra : rebase_source : 74248e33d91342a3bc425086adb1029c1d462040
2018-01-10 16:33:14 +01:00
Tim Nguyen
c739339464 Bug 1429721 - Ensure all netmonitor columns have a default width. r=rickychien
MozReview-Commit-ID: 9cOzW155yaf

--HG--
extra : rebase_source : f99a6aace014ace0c57ef7463b45702a7dc3fd04
2018-01-12 08:46:03 +00:00
Narcis Beleuzu
bb1c0d3310 Backed out changeset 76d24a5414eb (bug 1429721) for devtools failure on browser_net_headers-alignment.js. on a CLOSED TREE 2018-01-12 09:49:16 +02:00
Nicolas Chevobbe
27abc2bc99 Bug 1399897 - Fix console_table mochitest; r=Honza.
Now that we are using sibling divs for all the cells of the table,
we don't have the same notion of what is a row.
The console table test is adapted to the new component.

MozReview-Commit-ID: HcfzTaRVIcN

--HG--
extra : rebase_source : fdf95ccb5abf8fc9ed362e03d72dae2f03245300
2018-01-08 12:26:32 +01:00
Towkir Ahmed
128e1384de Bug 1399897 - Restrict the height of console table and add sticky headers; r=nchevobbe
Since table elements (th, tr) do not support sticky headers, the console table now
uses only sibling divs for the cells, with appropriate aria attributes and a CSS grid
to mimic an actual table.

MozReview-Commit-ID: J8hmy7H4GKL

--HG--
extra : rebase_source : 220368d50a36707f7114a4c69580614b79b955e9
2017-12-07 22:05:18 +06:00
Tim Nguyen
ee9573beda Bug 1429721 - Ensure all netmonitor columns have a default width. r=rickychien
MozReview-Commit-ID: DsjNMlMptPL

--HG--
extra : rebase_source : ecf69943d9cdd25ef47620d78de11b1a7f6fdae7
2018-01-12 06:10:35 +00:00
Noemi Erli
188184d4dc Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE 2018-01-12 00:04:40 +02:00
Noemi Erli
adbfbaab81 Merge inbound to mozilla-central r=merge a=merge 2018-01-11 23:54:07 +02:00
Julian Descottes
1bc58767e9 Bug 1405636 - enable and rename browser_webconsole_netlogging_reset_filter.js;r=Honza
MozReview-Commit-ID: IcFW6itKo7I

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_netlogging_reset_filter.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_network_reset_filter.js
extra : rebase_source : 98a22f95f1f93ea799d9e789d02cf9913de14629
2018-01-09 09:48:30 +01:00
Julian Descottes
a4e273006e Bug 1404849 - migrate mochitest for generators autocompletion to xpcshell;r=nchevobbe
MozReview-Commit-ID: 74EaFkIZva7

--HG--
extra : rebase_source : 32dd75785d886134a012bb2bddb38c976441e065
2018-01-10 12:04:12 +01:00
Cameron McCormack
3c49d82e69 Bug 1427419 - Part 27: Remove inIDOMUtils. r=bz
And rename inDOMUtils.cpp to InspectorUtils.cpp.

MozReview-Commit-ID: IIqo25MHsQE

--HG--
rename : layout/inspector/inDOMUtils.cpp => layout/inspector/InspectorUtils.cpp
2018-01-11 12:38:01 +08:00
Cameron McCormack
afa1299635 Bug 1427419 - Part 24: Move pseudo-class lock methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: ItruGMmf5Ih
2018-01-11 12:38:01 +08:00
Cameron McCormack
0ef012043a Bug 1427419 - Part 13: Move inIDOMUtils.isValidCSSColor to InspectorUtils. r=bz
MozReview-Commit-ID: DNRfmbDucdT
2018-01-11 12:38:00 +08:00
Cameron McCormack
664c1757c0 Bug 1427419 - Part 12: Move inIDOMUtils.colorToRGBA to InspectorUtils. r=bz
MozReview-Commit-ID: 9EAdNibvZ4
2018-01-11 12:38:00 +08:00
Cameron McCormack
2eef6d3612 Bug 1427419 - Part 11: Move inIDOMUtils.rgbToColorName to InspectorUtils. r=bz
MozReview-Commit-ID: LZcGUEO4Ois
2018-01-11 12:38:00 +08:00
Cameron McCormack
f5ef2d0a72 Bug 1427419 - Part 9: Move inIDOMUtils.getCSSValuesForProperty to InspectorUtils. r=bz
MozReview-Commit-ID: D3jf42KI7kO
2018-01-11 12:38:00 +08:00
Cameron McCormack
fc4a76fb7f Bug 1427419 - Part 5: Move nsIDOMUtils.getCSSLexer to InspectorUtils. r=bz
MozReview-Commit-ID: 4UGiS3I2V6B
2018-01-11 12:37:59 +08:00
Cameron McCormack
abddba8b81 Bug 1427419 - Part 3: Move inIDOMUtils.getCSSStyleRules to InspectorUtils. r=bz
MozReview-Commit-ID: 3pcxsYhguOk
2018-01-11 12:37:59 +08:00
Kate McKinley
e97980a95e Bug 1424917 - Remove support for HSTS Priming. r=mayhemer, r=ckerschb
This patch removes support and tests for HSTS priming from the tree.
2018-01-10 11:07:00 -05:00
Dorel Luca
8beedd4f8d Merge mozilla-inbound to mozilla-central r=merge a=merge 2018-01-11 00:01:16 +02:00
J. Ryan Stinnett
4e81bf75f6 Bug 1429254 - Expand long strings when fetching from network monitor. r=jdescottes
In bug 1306892, we started fetching stylesheets from the network monitor when
possible.  However, this only worked for short strings (< 10000 bytes).  For
long strings, we need to also look up the long string actor that holds the
actual text.

MozReview-Commit-ID: 2M0OAioZnX5

--HG--
rename : devtools/client/styleeditor/test/doc_uncached.css => devtools/client/styleeditor/test/doc_short_string.css
extra : rebase_source : e0babac9bc162222dc207e9fba3c88b3c22aabfa
2018-01-10 10:46:07 -06:00
Jan Odvarko
e7980cdf03 Bug 1428777 - Rename index files; r=gasolin
MozReview-Commit-ID: EI18B77FKJL

--HG--
rename : devtools/client/netmonitor/index.js => devtools/client/netmonitor/launchpad.js
extra : rebase_source : b8122054a1f909ea3043c0528e9a14cc1b05b6cf
2018-01-10 17:16:37 +01:00
msecret
4f654df61b Bug 1419370 - remove immutablejs from netmonitor. r=honza
Remove the use of `Immutable.is` in Toolbar, this method should
map directly to `Object.is`. The props being passed to `is` were
already plain JS objects from what I understand.

Yarn was used to remove the Immutable JS package and webpack was
configured to not include webpack from shared assets.
***

Removed Immutable reference in yarn.lock
***
Generated yarn.lock file

By running `yarn install`.
***
Remove debugging statements
2018-01-05 10:30:03 -08:00
Csoregi Natalia
08c2334fa4 Merge mozilla-central to inbound. r=merge a=merge CLOSED TREE
--HG--
extra : rebase_source : 7081cc0fb69e70c630a6d55157783cea1c44df02
2018-01-10 12:14:23 +02:00
Gurzau Raul
2d062bac22 Merge inbound to mozilla-central r=merge a=merge 2018-01-10 11:58:20 +02:00
Jason Laster
0cbe4ac479 Bug 1429238 - Update Debugger Frontend v7.0. r=jdescottes
MozReview-Commit-ID: HqSj9MGVTlV

--HG--
extra : amend_source : 725fff1b3ca0a0d10f67ca31fa12db72bf356a13
2018-01-10 10:10:22 +01:00
Andrea Marchesini
51cbe0791e Bug 1428745 - Remove support for version parameter from script loader - tests, r=jonco
* * *
Bug 1428745 - Remove support for version parameter from script loader - fixing a broken depending test - CLOSED TREE, r=me
* * *
Bug 1428745 - Remove support for version parameter from script loader - fixing WPTs - CLOSED TREE, r=me
* * *
Bug 1428745 - Remove support for version parameter from script loader - fixing tests - CLOSED TREE, r=me
2018-01-09 17:00:49 +01:00
Brian Grinstead
901ccdc1e8 Bug 1398904 - Request a longer timeout for browser_webconsole_network_messages_expand.js;r=bgrins
MozReview-Commit-ID: 5DGHBud7tTH

--HG--
extra : rebase_source : 5e6fa20b804143e6a1dbfa20f7421cb9067b8a0b
2018-01-08 20:11:35 -08:00
Narcis Beleuzu
fb578c1b74 Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2018-01-10 02:02:13 +02:00
Narcis Beleuzu
0cc8c52dcb Backed out 6 changesets (bug 1428745) for wpt failures on script-type-and-language-with-params.html. r=backout on a CLOSED TREE
Backed out changeset 9e84285278fe (bug 1428745)
Backed out changeset e199f1ccf64c (bug 1428745)
Backed out changeset dfb9af93ac53 (bug 1428745)
Backed out changeset 1d975770bd9a (bug 1428745)
Backed out changeset 1d5dc7dfd429 (bug 1428745)
Backed out changeset 4e53f251c5b8 (bug 1428745)
2018-01-10 00:37:59 +02:00
Jason Laster
54c2355b9d Bug 1428925 - Update Debugger Frontend v6.0. r=jdescottes
MozReview-Commit-ID: ECICtMKoQaq

--HG--
extra : rebase_source : 9149de4e658be3daa4bd315ccdb1e635d6f62b94
2018-01-09 17:02:13 +01:00
Andrea Marchesini
174498ca29 Bug 1428745 - Remove support for version parameter from script loader - tests, r=jonco 2018-01-09 17:00:49 +01:00
Bogdan Tara
cd1c3cc5dd Merge mozilla-central to autoland, r=merge a=merge on a CLOSED TREE 2018-01-09 00:16:46 +02:00
Bogdan Tara
73b4d6b26a Merge inbound to mozilla-central r=merge a=merge 2018-01-09 00:05:31 +02:00
J. Ryan Stinnett
22d7f8de39 Bug 1306892 - Fetch stylesheets from network monitor. r=tromey
If the toolbox is open when a stylesheet is loaded, the network monitor should
have recorded the response content.  When a tool asks for stylesheet text, try
asking the network monitor first before falling back to an extra fetch as a last
resort.

MozReview-Commit-ID: E2pQ04ARfQo

--HG--
extra : rebase_source : b10fb44e313ece5757961ca81a3bc0f76753ed8e
2018-01-05 18:44:25 -06:00
Dorel Luca
07b93afa55 Merge mozilla-central to mozilla-inbound r=merge 2018-01-08 12:00:34 +02:00
Jason Laster
c818ccd16b Bug 1428455 - Update Debugger Frontend v5.0. r=jdescottes
MozReview-Commit-ID: AzAIdEFn20f

--HG--
extra : rebase_source : 7de2f7c3a31a0a349b398d8001b3317d496d2aa6
2018-01-08 10:34:17 +01:00
Oriol Brufau
2f51c10cab Bug 1396434 - Test that symbols can be stored as global variables in the console. r=nchevobbe
MozReview-Commit-ID: Ba7Ir2BHEzw

--HG--
extra : rebase_source : 07ff416d5019eb9f2c92c616f2c3e53e55d8c929
2018-01-01 13:17:05 +01:00
abhinav
7ec4689c74 Bug 1420982 - Fix for copy as cURL ignoring PATCH data. r=Honza
MozReview-Commit-ID: 8GDV8ykAIsH

--HG--
extra : rebase_source : 49aced8366e742320a87834acf0a7ab50c789fd7
2017-12-22 00:41:50 +05:30
Sebastian Hengst
d52c7b3231 merge inbound to central. r=merge a=merge 2018-01-06 00:27:10 +02:00
abhinav
006d24a0a4 Bug 1428338 - Stop resetting -moz-border-*-colors in addons.css; r=dao
MozReview-Commit-ID: AxkN4CovCnf

--HG--
extra : rebase_source : ab7c9abeed9477790f8e5671171a07b5fd6d3197
2018-01-05 20:34:37 +05:30
Nicolas Chevobbe
49fdddb62b Bug 1404853 - Enable browser_webconsole_highlighter_console_helper.js in new console frontend; r=Honza.
This changes the code of the test since it was relying on direct access to the content page.
In order to be able to interact with the element picker, the test-actor and test-actor-registery
files are loaded by head.js.

MozReview-Commit-ID: FyebIiyF31j

--HG--
extra : rebase_source : 83d7304303edc8e8a54cbcc2cc535987b8368207
2017-12-11 06:54:20 +01:00
Csoregi Natalia
b3409f0581 Backed out changeset c28c6de838a2 (bug 1428521) for failing devtools/client/netmonitor/test/browser_net_post-data-01.js. r=backout on a CLOSED TREE 2018-01-08 06:53:22 +02:00
Ricky Chien
0f818e5c99 Bug 1428521 - Draw editor's horizontal scrollbar in Response panels r=gasolin
MozReview-Commit-ID: LK3TdfDCApo

--HG--
extra : rebase_source : 6c3a79e7ef5bf3118635dc3bd6a9699852e7ea3a
2018-01-06 13:16:38 +08:00
Nicolas Chevobbe
0f6571a3b4 Bug 1408893 - Enable browser_webconsole_eval_in_debugger_stackframe2.js in the new console frontend; r=bgrins.
MozReview-Commit-ID: Ej7flr2u3Ya

--HG--
extra : rebase_source : 71ced01a366d418a58cab5072ee4f00494da27bb
2018-01-05 12:52:59 +01:00
Nicolas Chevobbe
7a95fd143a Bug 1405333 - Enable browser_webconsole_execution_scope.js in new console frontend;r=jdescottes.
MozReview-Commit-ID: IE8AQdMR867

--HG--
extra : rebase_source : 44eac13e793aee293095e2d8f88f2db9ab623cb3
2018-01-05 14:03:43 +01:00
Ricky Chien
1e645d03e3 Bug 1428521 - Draw editor's horizontal scrollbar in Response panels r=gasolin
MozReview-Commit-ID: LK3TdfDCApo

--HG--
extra : rebase_source : 826eeabd2424a9a9a8310ef003b37b62a861a9f0
2018-01-06 13:16:38 +08:00
Gabriel Luong
8b2109ede1 Bug 1427392 - Scroll into view the grid container when clicking on the inspect icon. r=pbro 2018-01-05 12:28:39 -05:00
Csoregi Natalia
bbfcdcd760 Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE
--HG--
rename : security/manager/ssl/tests/unit/test_signed_apps/cose_multiple_signed.zip => security/manager/ssl/tests/unit/test_signed_apps/cose_multiple_signed_with_pkcs7.zip
rename : security/manager/ssl/tests/unit/test_signed_apps/cose_signed.zip => security/manager/ssl/tests/unit/test_signed_apps/cose_signed_with_pkcs7.zip
rename : third_party/rust/cose/src/cbor/mod.rs => third_party/rust/moz_cbor/src/lib.rs
extra : rebase_source : 5f16e3d25e86d41e201b8c28ead361fd6ac25c42
2018-01-10 12:07:47 +02:00
Julian Descottes
100cde3ae6 Bug 1349483 - fix colorpicker eyedropper when devtools are in a window host;r=pbro
MozReview-Commit-ID: CwfZaIsGoBW

--HG--
extra : rebase_source : 17eae1fea9b6552d67907d09a04d8c3eefb01aef
2018-01-09 19:30:11 +01:00
Julian Descottes
0aa5ebf407 Bug 1349483 - extract tooltip hidden callback from SwatchColorPickerTooltip;r=pbro
This allows subclasses to override the implementation,a nd avoids leaking ColorPicker
specific implementation details to the base class.

MozReview-Commit-ID: 6KHaFPd5xHt

--HG--
extra : rebase_source : d6bddd7d65d6c384b5a5c66d7b646110ca90c8c6
2018-01-09 19:28:21 +01:00
Michael Hoffmann
287a2bca6c Bug 994559 - Style used fonts in rule view. r=pbro 2018-01-09 08:56:00 -05:00
Julian Descottes
9f4f847021 Bug 1397366 - restore source-editor commands controller for scratchpad & styleeditor menus;r=ochameau
MozReview-Commit-ID: Cfgws8fqgvp

--HG--
extra : rebase_source : 45f03264527acc9fe70a49931c08a76e97ee778a
2018-01-03 20:52:58 +01:00
Julian Descottes
8a5629f928 Bug 1401953 - enable browser_webconsole_repeat_different_objects.js;r=nchevobbe
MozReview-Commit-ID: AVWJGeKrcCe

--HG--
extra : rebase_source : d0c3c1f44fbdb6b216eb84e075bb2c56541e622d
2018-01-08 21:06:25 +01:00
J. Ryan Stinnett
6f6bc3bbbf Bug 1381463 - Reload to clear UA when exiting RDM. r=ochameau
When exiting RDM with a device applied, we clear the UA override, but we did not
force a refresh of the page.  This means that the customized UA was still
accessible via `navigator.userAgent` and the page might have a non-default
layout if it tests the UA value.

To ensure there's no chance of confusion after exiting RDM, force a reload if
clearing emulation values determines it is needed.

MozReview-Commit-ID: Fkji12Utmis

--HG--
extra : rebase_source : a7ae8851165fae7aec5875d10f51cbb703b3f870
2018-01-04 21:04:17 -06:00
Tiberius Oros
5dc770334b Backed out changeset af69a7e1b59f (bug 1427006)for failing devtools and test verify tests test/mochitest/browser_webconsole_console_group.js r=backout on a CLOSED TREE 2018-01-05 17:34:39 +02:00
abhinav
b2c45cf368 Bug 1427006 - Enhanced the browser_webconsole_console_group test; r=nchevobbe
MozReview-Commit-ID: Efe5xb8sq7C

--HG--
extra : rebase_source : 6194d5f4af96446162fcf9b2324fe596e4f299d4
2017-12-15 00:39:34 +05:30
Nicolas Chevobbe
797df76226 Bug 1428231 - Fix browser_webconsole_websocket.js intermittent failure; r=Honza.
The patch changes how log we wait before polling again in waitFor, since the timeout
is happening here.

MozReview-Commit-ID: 4ZteEmMBOZk

--HG--
extra : rebase_source : 44078fa03df8ce7650d71ac0ad401a30827f2d83
2018-01-05 11:18:44 +01:00
Ricky Chien
9c5ca18b62 Bug 1426908 - Asynchronously enable CodeMirror syntax highlight for large content r=Honza
MozReview-Commit-ID: v4GcMOnrWy

--HG--
extra : rebase_source : f0498f4e3325debd7948bbeea9b6239118b2a1fa
2018-01-05 17:18:34 +08:00
Ricky Chien
403caf94bf Bug 1426920 - Netmonitor ResponsePanel's editor-row-container should occupy the available vertical space r=gasolin
MozReview-Commit-ID: Jkn26LAyovK

--HG--
extra : rebase_source : 2a3c935d083c04de629880fab6995f21fca26abf
2018-01-05 15:13:58 +08:00
Mike Park
8fcfc68bd1 Bug 1408950 - Enable browser_webconsole_websocket.js in the new console frontend. r=nchevobbe
MozReview-Commit-ID: K0wKsAPmXxP

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-603750-websocket.html => devtools/client/webconsole/new-console-output/test/mochitest/test-websocket.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-603750-websocket.js => devtools/client/webconsole/new-console-output/test/mochitest/test-websocket.js
extra : rebase_source : 942247eb82006d428d4dd4573154c767f4a72ea8
2017-11-21 14:25:23 -05:00
Jan Odvarko
c7d5d0cf13 Bug 1421335 - Update test; r=nchevobbe
MozReview-Commit-ID: Far6gsV6SXd

--HG--
extra : rebase_source : cdb77acf095e79a9b53942f12b6f3bbed38e5b40
2017-12-11 14:39:37 +01:00
Jan Odvarko
f51b48434f Bug 1421335 - Right response info link disappears after request is expanded; r=nchevobbe
MozReview-Commit-ID: 5WEqPQaWGGt

--HG--
extra : rebase_source : fb995b7c51ccba96bc12949079197467791bbe94
2017-12-07 16:28:33 +01:00
Tiberius Oros
11f2a4970b Merge mozilla-central to inbound. r=merge a=merge CLOSED TREE 2018-01-05 12:03:34 +02:00
Jason Laster
17769f5562 Bug 1427187 - Update Debugger frontend (12-27). r=jdescottes
MozReview-Commit-ID: 37viQIZZzGj
2018-01-05 09:44:09 +01:00
Andreea Pavel
212980366d Backed out changeset ec05347a3fae (bug 1425393) for failing devtools/client/aboutdebugging/test/browser_service_workers.js r=backout
--HG--
extra : rebase_source : adca675a3e6a3041d0517f612b8769958718061a
2018-01-04 23:18:04 +02:00
Mike Park
8117abd4fd Bug 1408950 - Enable browser_webconsole_websocket.js in the new console frontend. r=nchevobbe
MozReview-Commit-ID: K0wKsAPmXxP

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-603750-websocket.html => devtools/client/webconsole/new-console-output/test/mochitest/test-websocket.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-603750-websocket.js => devtools/client/webconsole/new-console-output/test/mochitest/test-websocket.js
extra : rebase_source : 38b6a5527c296912c8399255dce0bedf7513bcc5
2017-11-21 14:25:23 -05:00
Jan Odvarko
1606d1c614 Bug 1421335 - Update test; r=nchevobbe
MozReview-Commit-ID: Far6gsV6SXd

--HG--
extra : rebase_source : 787fbdc766c4b069b4779f79c09f22999889100e
2017-12-11 14:39:37 +01:00
Jan Odvarko
8671511dd6 Bug 1421335 - Right response info link disappears after request is expanded; r=nchevobbe
MozReview-Commit-ID: 5WEqPQaWGGt

--HG--
extra : rebase_source : eaf338dcf3ea3a1c4c3644cc4a1a2c2c988cbd9f
2017-12-07 16:28:33 +01:00
Nicolas Chevobbe
ac5956e0ec Bug 1404368 - Enable browser_webconsole_document_focus.js in new frontend;r=jdescottes.
MozReview-Commit-ID: Fd9p0oigRpB

--HG--
extra : rebase_source : 5eae9a37c92687e1f5f86d919e295ae33d9f1902
2018-01-04 12:35:06 +01:00
Nicolas Chevobbe
b745997208 Bug 1428006 - Remove skip-if for browser_webconsole_cspro.js;r=nchevobbe.
The test was refactored in Bug 1408932, but it wasn't actually enabled.

MozReview-Commit-ID: 85vI9iX5p2V

--HG--
extra : rebase_source : 03182ab24bd057ad0be9d2e3f3e884c346d53d98
2018-01-04 12:18:18 +01:00
Ricky Chien
c32b43da30 Bug 1426809 - Prevent fetching network update packet again after packet arrived r=Honza
MozReview-Commit-ID: 5Ifgj1opsNW

--HG--
extra : rebase_source : 6ceb827520761049f79f420d3305ac9fe8844187
2017-12-23 14:03:24 +08:00
Nicolas Chevobbe
6a750a05bc Bug 1427184 - devtools-reps v0.18.0: update reps bundle from GitHub;r=Honza.
MozReview-Commit-ID: 86gvJSI7grM

--HG--
extra : rebase_source : 525bb92f9c348b7ac648bea47224274f6c8b49c7
2018-01-04 09:02:55 +01:00
Daisuke Akatsuka
afb89c1360 Bug 1426194 - Part 2: Add test. r=pbro
MozReview-Commit-ID: 9A0hRjiYGTE

--HG--
extra : rebase_source : 95a5310a5755f951baeabf62ddc8f9c7eb3abe9d
2017-12-22 00:49:18 +09:00
Daisuke Akatsuka
7d7ca7e5f3 Bug 1426194 - Part 1: Correspond to the keyframes which have same offset. r=pbro
The problem with this bug was that it did not correspond to animations that
have multiple keyframes with the same offset.

In summary graph, although we were changing the resolution for the graph
creation by the distance of offset between keyframes, as the calculation of
resolution between keyframes with equivalent offset was infinite, generation
was not completed and it was in a state of freezing.
In here, in case of zero distance of offsets, we make avoiding to affect to
changing the resolution.

In addition, the detail graph did not display correctly.
For example, there is an animation below.

div.animate(
  [
    {
      offset: 0,
      opacity: 1,
    },
    {
      offset: 0.5,
      opacity: 0.5,
    },
    {
      offset: 0.5,
      opacity: 0.1,
    },
    {
      offset: 1,
      opacity: 1,
    },
  ],
  1000
);

In this animation, opacity changes from 1 to 0.5 during 0 - 499ms, from 0.1 to 1
after 500ms.
So, opacity at offset 0.5 behaves 0.5 during 0 - 499ms, 0.1 after 500ms.
Since current animation inspector creates the graph with computed value of the
time of offset, the opacity of offset 0.5 always is 0.1 in the example,
was not correct.
As a solution, same to the actual animation work, create the graph between each
keyframes with range that from start keyframe offset time to just before the
time of end keyframe offset time.
Also, in same offsets, connects between just before the time of the offset time
and the offset time.
So, in the example, we separate as below, then calculate the each coordinates,
then combine as graph shape.

1: 0 ~ 499.999ms
2: 499.999 ~ 500ms (same offsets)
3: 500 ~ 999.999ms
4: 1000ms

MozReview-Commit-ID: p4Cn2N9iFt

--HG--
extra : rebase_source : 0f175fa0b7a3c882171e59a6e4a94bb4802e96d2
2017-12-22 00:49:10 +09:00
Nicolas Chevobbe
4813426592 Bug 1404368 - Enable browser_webconsole_document_focus.js in new frontend;r=jdescottes.
MozReview-Commit-ID: Fd9p0oigRpB

--HG--
extra : rebase_source : 8a3eb4701abaf310c6347ffbedc2a20552ed844c
2018-01-04 12:35:06 +01:00
Nicolas Chevobbe
17b0c62378 Bug 1428006 - Remove skip-if for browser_webconsole_cspro.js;r=nchevobbe.
The test was refactored in Bug 1408932, but it wasn't actually enabled.

MozReview-Commit-ID: 85vI9iX5p2V

--HG--
extra : rebase_source : 928c85e00e1b690129345a03c4741f1d8175a2ad
2018-01-04 12:18:18 +01:00
Ricky Chien
5baf806cde Bug 1426809 - Prevent fetching network update packet again after packet arrived r=Honza
MozReview-Commit-ID: 5Ifgj1opsNW

--HG--
extra : rebase_source : 9ddd273520657db459df15c9a52cef120d669c51
2017-12-23 14:03:24 +08:00
Nicolas Chevobbe
1e02011a6f Bug 1427184 - devtools-reps v0.18.0: update reps bundle from GitHub;r=Honza.
MozReview-Commit-ID: 86gvJSI7grM

--HG--
extra : rebase_source : ffa32f67d08eb463d3dc3eac98f52d03a9a08473
2018-01-04 09:02:55 +01:00
Daisuke Akatsuka
d740edad77 Bug 1426194 - Part 2: Add test. r=pbro
MozReview-Commit-ID: 9A0hRjiYGTE

--HG--
extra : rebase_source : e4f2f93a78f096d8cd99ecba8c33c42a1b1711f3
2017-12-22 00:49:18 +09:00
Daisuke Akatsuka
c7d88e3c8e Bug 1426194 - Part 1: Correspond to the keyframes which have same offset. r=pbro
The problem with this bug was that it did not correspond to animations that
have multiple keyframes with the same offset.

In summary graph, although we were changing the resolution for the graph
creation by the distance of offset between keyframes, as the calculation of
resolution between keyframes with equivalent offset was infinite, generation
was not completed and it was in a state of freezing.
In here, in case of zero distance of offsets, we make avoiding to affect to
changing the resolution.

In addition, the detail graph did not display correctly.
For example, there is an animation below.

div.animate(
  [
    {
      offset: 0,
      opacity: 1,
    },
    {
      offset: 0.5,
      opacity: 0.5,
    },
    {
      offset: 0.5,
      opacity: 0.1,
    },
    {
      offset: 1,
      opacity: 1,
    },
  ],
  1000
);

In this animation, opacity changes from 1 to 0.5 during 0 - 499ms, from 0.1 to 1
after 500ms.
So, opacity at offset 0.5 behaves 0.5 during 0 - 499ms, 0.1 after 500ms.
Since current animation inspector creates the graph with computed value of the
time of offset, the opacity of offset 0.5 always is 0.1 in the example,
was not correct.
As a solution, same to the actual animation work, create the graph between each
keyframes with range that from start keyframe offset time to just before the
time of end keyframe offset time.
Also, in same offsets, connects between just before the time of the offset time
and the offset time.
So, in the example, we separate as below, then calculate the each coordinates,
then combine as graph shape.

1: 0 ~ 499.999ms
2: 499.999 ~ 500ms (same offsets)
3: 500 ~ 999.999ms
4: 1000ms

MozReview-Commit-ID: p4Cn2N9iFt

--HG--
extra : rebase_source : e4a89ebfbb409dede26a4aaf4a45cdd2e3a31d16
2017-12-22 00:49:10 +09:00
Julian Descottes
aec4f03b2a Bug 1425393 - open sw tabs in background in about:debugging tests;r=ochameau
MozReview-Commit-ID: 8UyrTDtHa7b

--HG--
extra : rebase_source : 2737c3a0b354215713714e6b03c0e76e638fef9d
2017-12-12 15:49:36 -06:00
Noemi Erli
2da14c0702 Backed out changeset 591cf97d4777 (bug 1427077) for ES failures in /builds/worker/checkouts/gecko/devtools/client/shared/webpack/rewrite-lazy-getter.js r=backout on a CLOSED TREE 2018-01-04 10:42:44 +02:00
pd4d10
32c41ce3c9 Bug 1427077 - Make devtools/client/netmonitor work correctly at browser r=rickychien
Replace `loader.lazyGetter` pattern with normal variable assignment

MozReview-Commit-ID: I08f8hnQ0nN

--HG--
extra : rebase_source : 18d9108d1b49aad92f0c9a2223c2fff58e1dddb1
2018-01-03 21:33:57 +08:00
Ricky Chien
255b132d6a Bug 1426057 - Move chart style from skin/widgets.css StatisticsPanel.css r=Honza
MozReview-Commit-ID: B08TtEdZ9h

--HG--
extra : rebase_source : efdef2ac32111fe0fd40fc0f8c1d23c87e5b6214
2017-12-22 15:55:10 +08:00
Nicolas Chevobbe
49d939d990 Bug 1406038 - Rename and enable browser_webconsole_bug_1050691_click_function_to_source.js in new console frontend; r=bgrins.
The test differs a bit from the old one since we are now testing that there is
a button to jump to definition.

MozReview-Commit-ID: DnC5uJ3pAea

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug_1050691_click_function_to_source.html => devtools/client/webconsole/new-console-output/test/mochitest/test-click-function-to-source.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug_1050691_click_function_to_source.js => devtools/client/webconsole/new-console-output/test/mochitest/test-click-function-to-source.js
extra : rebase_source : e0700658c4a88b0e16ebf8e14102dacd52aec71f
2018-01-03 18:06:34 +01:00
Mike Park
02f6a30000 Bug 1419088 - Hitting the Esc key on the console when sidebar is open should close it. r=bgrins
MozReview-Commit-ID: DqHjv0tXdTW

--HG--
extra : rebase_source : e72f342c480cb4b7a2dbe09e20dc963c295cc136
2017-12-19 10:54:57 -05:00
Oriol Brufau
ff98f5e44d Bug 1426094 - Add test for URL linkification in the JSON Viewer r=Honza
MozReview-Commit-ID: Xbn28TLcMu

--HG--
extra : rebase_source : d2249d7fc9ddc392b3b907b3e9b9b9b938939e2f
2017-12-22 17:41:09 +01:00
Gijs Kruitbosch
5e38a0cf55 Bug 1425356 - remove various dead XUL sort attributes, r=bz,florian
- sort-statics-last is no longer meaningful now non-static (ie template) items don't exist
- we don't use the 'resource' attribute anywhere in XUL.
- sortResource/sortResource2 are unused.
- we don't have meaningful consumers for sortSeparators

MozReview-Commit-ID: C31vC9MCrDo

--HG--
extra : rebase_source : 539fd84201eaeead62ac73b3213bfdf6f4333e9a
2017-12-20 15:08:27 +00:00
Nicolas Chevobbe
e2178a02fc Bug 1427595 - Fix ObjectInspector css regressed by devtools-reps-0.16.0; r=Honza.
In the 0.16.0 bundle, we removed most of the ObjectInspector CSS custom properties
because they were being slow. This means that some of the styles we overrided in the
console weren't overriden anymore.
This patch fixes that so we get to the same style we have prior to the new bundle.

MozReview-Commit-ID: JP35pkX6PHZ

--HG--
extra : rebase_source : 194c90856730348e6b7ce6f9bbff52d9ae6c8151
2018-01-03 10:38:14 +01:00
Ricky Chien
2bd53a749d Bug 1425733 - Add requestLongerTimeout() in browser_net_filter-flags.js r=Honza
MozReview-Commit-ID: By6Zjxw1oqw

--HG--
extra : rebase_source : 2b6bba97c1b20e68183b206e821cfa3fde373689
2018-01-03 10:20:57 +08:00
Nicolas Chevobbe
0e02075d22 Bug 1408932 - Rename and enable browser_webconsole_cspro.js in new frontend; r=Honza.
MozReview-Commit-ID: 2qSue0CIO1c

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test_bug_1010953_cspro.html => devtools/client/webconsole/new-console-output/test/mochitest/test-cspro.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test_bug_1010953_cspro.html^headers^ => devtools/client/webconsole/new-console-output/test/mochitest/test-cspro.html^headers^
extra : rebase_source : d52018cb0124cdddc5e8f33f34db298be6b8d9fb
2017-12-07 14:11:11 +01:00
Julian Descottes
7cbf0a6657 Bug 1425280 - Fix localization note mismatch in devtools files;r=pbro
MozReview-Commit-ID: FVJUjB25smI

--HG--
extra : rebase_source : acdf3b9dca3fede5c3b621f8f8064002bd77e978
extra : source : 9a75a20d6fba62635c6646af38cffabb5701a77a
2017-12-14 15:43:37 -06:00
Nicolas Chevobbe
4bebcbedb0 Bug 1405252 - Enable browser_webconsole_console_logging_workers_api.js in the new frontend; r=Honza.
MozReview-Commit-ID: I7b45uLfNkw

--HG--
extra : rebase_source : e92c61b5e7376866521e2b466443039f8bab5927
2017-11-21 09:23:31 +01:00
Julian Descottes
5f1069a0f5 Bug 1425393 - open sw tabs in background in about:debugging tests;r=ochameau
MozReview-Commit-ID: 8UyrTDtHa7b

--HG--
extra : rebase_source : ec05347a3fae742eb72fe489f204cd55b86cc195
2017-12-12 15:49:36 -06:00
Noemi Erli
7306351412 Backed out changeset 591cf97d4777 (bug 1427077) for ES failures in /builds/worker/checkouts/gecko/devtools/client/shared/webpack/rewrite-lazy-getter.js r=backout on a CLOSED TREE
--HG--
extra : rebase_source : 0eb526012bdb75e7d27e1e5064d0040cb0a39ff4
2018-01-04 10:42:44 +02:00
pd4d10
f19aea9514 Bug 1427077 - Make devtools/client/netmonitor work correctly at browser r=rickychien
Replace `loader.lazyGetter` pattern with normal variable assignment

MozReview-Commit-ID: I08f8hnQ0nN

--HG--
extra : rebase_source : 591cf97d4777207e6b6964d28f66ce61795d77d2
2018-01-03 21:33:57 +08:00
Ricky Chien
52515b78c1 Bug 1426057 - Move chart style from skin/widgets.css StatisticsPanel.css r=Honza
MozReview-Commit-ID: B08TtEdZ9h

--HG--
extra : rebase_source : ff41bc9846400f41bc8152112c92c3bc0e595898
2017-12-22 15:55:10 +08:00
Nicolas Chevobbe
4022bf4f97 Bug 1406038 - Rename and enable browser_webconsole_bug_1050691_click_function_to_source.js in new console frontend; r=bgrins.
The test differs a bit from the old one since we are now testing that there is
a button to jump to definition.

MozReview-Commit-ID: DnC5uJ3pAea

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug_1050691_click_function_to_source.html => devtools/client/webconsole/new-console-output/test/mochitest/test-click-function-to-source.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug_1050691_click_function_to_source.js => devtools/client/webconsole/new-console-output/test/mochitest/test-click-function-to-source.js
extra : rebase_source : 343e6d3828bdacf54d02c79a9e9116837f3b00f1
2018-01-03 18:06:34 +01:00
Mike Park
2adeae4a8c Bug 1419088 - Hitting the Esc key on the console when sidebar is open should close it. r=bgrins
MozReview-Commit-ID: DqHjv0tXdTW

--HG--
extra : rebase_source : c4bfd034c0ee0d0fe61a7572e9a6484455cc4f57
2017-12-19 10:54:57 -05:00
Margareta Eliza Balazs
3380e11f29 Merge inbound to mozilla-central r=merge a=merge 2017-12-27 23:37:41 +02:00
Gabriel Luong
110ff92145 Bug 1427051 - Revert portait mode width of the inspector back to 700px. r=me 2017-12-27 13:28:31 -05:00
DeanTing
1b76f26695 Bug 1227746 - Hide side panels when related request is filtered out. r=rickychien
MozReview-Commit-ID: 6QolncXMVfh

--HG--
extra : rebase_source : 765519f55b10b137212468c72019dc2de473733c
2017-12-15 15:17:44 +08:00
Jan Odvarko
e91b1b7b8d Bug 1424690 - Fix message expanding; r=nchevobbe
MozReview-Commit-ID: EeHZXmGtCwX

--HG--
extra : rebase_source : 6275416c4742f249032e41d0ee04c4eae2468026
2017-12-11 10:42:24 +01:00
shindli
bdec02b3ec Merge inbound to mozilla-central r=merge a=merge 2017-12-22 23:41:44 +02:00
Jason Laster
d52357f283 Bug 1426462 - Update Debugger Frontend (12-20). r=jdescottes
MozReview-Commit-ID: LU8UG988kll
2017-12-22 18:33:29 +01:00
Andreea Pavel
78bc55ae1f Merge inbound to mozilla-centra r=merge a=merge 2017-12-22 11:54:07 +02:00
Alexandre Poirot
e65ab1463e Bug 1365574 - Release event loop between react module loading and toolbox react rendering. r=pbro
MozReview-Commit-ID: D1M9n3VFdHJ

--HG--
extra : rebase_source : 400bcbb8a4984c32e9decc0877ed9ae7ce386842
2017-11-30 08:34:05 -08:00
SagarB
8b9b4b8fd7 Bug 1402485 - Remove Delete all Session cookies option for non cookie staorage r=miker
Borrowed code from onTreePopupShowing into onTablePopupShowing

MozReview-Commit-ID: 1IotAfqwlpg

--HG--
extra : rebase_source : bd1bc0256ccfbcaf508b319167cab9c21be7dbf2
2017-12-10 18:56:12 +05:30
tera_1225@hotmail.com
e7c601ce4c Bug 1425839 Reduced requests-list-headers-wrapper z-index from 1000 to 1. r=rickychien
MozReview-Commit-ID: DwLsvluvNGm

--HG--
extra : rebase_source : a37ec22be895b1e0545eeb4f396f90f20e96d877
2017-12-22 14:43:37 +01:00
Alexandre Poirot
6d25219f3c Bug 1425818 - Stop using CPOW in devtools/server/tests/browser/browser_canvasframe_helper_*.js. r=pbro
MozReview-Commit-ID: 70IEX3Q5iGa

--HG--
extra : rebase_source : 970990e5425eab8c5a1914fef86a4b539030b3f0
2017-12-18 02:21:41 -08:00
Nicolas Chevobbe
60fc06cede Bug 1405254 - Add console.count test cases in console mocha tests;r=bgrins.
This patch adds a few console.count stubs and check
that they all render as expected.

MozReview-Commit-ID: IejxMKnLTAz

--HG--
extra : rebase_source : a9df8bd9eb1b78c6f05106c16d48dd31d16087f6
2017-11-22 16:53:42 +01:00
Nicolas Chevobbe
849f7684b6 Bug 1428394 - Fix mocha network test; r=Honza.
The test was failing because we have more than one
networkUpdate in the store.
As it's not the purpose of this test case to assert the
number of updates, let's just check that we have some,
and that they are removed after MESSAGES_CLEAR.

MozReview-Commit-ID: FgZv8epfP0q

--HG--
extra : rebase_source : 269f8654fa0f9f06c8ece5fe6415f82385553e85
2018-01-05 18:51:41 +01:00
Nicolas Chevobbe
bddcac1672 Bug 1428394 - Fix mocha sidebar tests; r=Honza.
The tests were failing because all the sidebarToggle actions
were renamed to sideBarClose, which made the tests inacurate.

MozReview-Commit-ID: LBkqTzNhaqV

--HG--
extra : rebase_source : 5943924d6fb073cb2375df275665de206aaf857b
2018-01-05 18:40:44 +01:00
Vincent Lequertier
450fb4980c Bug 1393464 - Remove Heritage from devtools helper view-helpers.js; r=pbro
Calling "devtools/shared/extend" instead.

MozReview-Commit-ID: HbonI7vq8Be

--HG--
extra : rebase_source : 5c9f2ccd0f5cddfcdb1949354932fd492564cc93
2018-01-04 18:54:52 +01:00
Nicolas Chevobbe
e4b76ad2d1 Bug 1403907 - Enable browser_webconsole_duplicate_errors.js in new console frontend; r=bgrins.
MozReview-Commit-ID: 5LvsTa8zpdN

--HG--
extra : rebase_source : 6aec7a783637a3a66e354ad0afb741cff329af0f
2018-01-04 18:03:49 +01:00
Julian Descottes
fa4273ed80 Bug 1425897 - Fix race condition in about:debugging test helper;r=baku
MozReview-Commit-ID: ELvxWzld9Um

--HG--
extra : rebase_source : b83e790b6e559374be302b6654b39ac1d8ab5271
2017-12-20 19:40:49 +01:00
Sebastian Hengst
92ed624d10 merge mozilla-central to autoland. r=merge a=merge
--HG--
extra : rebase_source : db451eb58e88563fe7709c8f4b3e69135df66253
2017-12-21 13:38:16 +02:00
Florian Quèze
22c55eb7b7 Bug 1421992 - Hand written cleanup patch to make tests pass after removing obsolete xpcshell functions. r=Gijs,ochameau a=Aryx 2017-12-21 11:11:57 +01:00
Florian Quèze
0f55cd45be Bug 1421992 - script-generated patch to replace do_execute_soon, do_print and do_register_cleanup with executeSoon, info and registerCleanupFunction, rs=Gijs. 2017-12-21 11:10:23 +01:00
Florian Quèze
032c961e0a Bug 1421992 - script-generated patch to replace do_check_* functions with their Assert.* equivalents, rs=Gijs. 2017-12-21 11:08:17 +01:00