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

8751 Коммитов

Автор SHA1 Сообщение Дата
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 cfa8c06eab Bug 1415940 Part 7: Change canSetRuleText() to test the sheet for modification by CSSOM. r=tromey
MozReview-Commit-ID: 2tCVgntiRHn

--HG--
extra : rebase_source : 99d17cfd55dd0819d8e7a8395a29fb854cd03e3b
2017-12-19 13:52:24 -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
J. Ryan Stinnett 076bf9b5db Bug 1430776 - Use better regex for finding CSS lines. r=tromey
For certain files, the regex DevTools uses to find line offsets can cause
exponential behavior that causes the page to hang.

Based on suggestion from contibutor Markus in the bug, adjusting the regex so
that it can stop matching earlier resolves the issue.

MozReview-Commit-ID: txRJEnkmaf

--HG--
extra : rebase_source : 043ee8d81cd0594dcefec751802ca0a2c1573a68
2018-01-19 12:38:56 -06: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
Pradeep cb5af0067d Bug 1406383- Add documentation for squashing commits; r=sole DONTBUILD
MozReview-Commit-ID: 82TOmqxtDkE
***
Bug 1406383- Add documentation for squashing commits; r=sole

--HG--
extra : amend_source : 53ab666d3b063a32328d39e619ee8c4ba1b3789a
2018-01-13 03:12:10 +05:30
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
Mark Banner 893d64c0f9 Bug 1430615 - Remove ESLint rules duplicated in devtools/.eslintrc.js where they are already defined in recommended.js. r=jdescottes
MozReview-Commit-ID: 4wGkJjqzsoG

--HG--
extra : rebase_source : c78841f1b9d37c1ee3dc2077e2d41b2b16bbd26f
2018-01-15 16:46:49 +00:00
Alexandre Poirot 25665eee8e Bug 1422061 - Prevent performance actor from stopping profiler started by Talos. r=gregtatum
MozReview-Commit-ID: 7PrI9ZwUMtX

--HG--
extra : rebase_source : ea112949c363a216fe51df196524a1b00c8c8ad1
2018-01-16 08:26:30 -08:00
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
Nicolas Chevobbe b5993af966 Bug 1430799 - Add a createObjectClient method to the DebuggerClient;r=jlast.
This is needed by the debugger in order to use the latest devtools-reps
package (0.19.0).
This function was already added in the devtools-connection package.

MozReview-Commit-ID: 3SVxq4Jbs16

--HG--
extra : rebase_source : a279790045eb91d96d20fca522e1b38c01d72a49
2018-01-16 17:25:58 +01:00
Micah Tigley 9b58cdf110 Bug 1396666 - Flip the grid line box's number position if there is not enough space along the container edge. r=pbro
MozReview-Commit-ID: 22UyufRUIhH

--HG--
extra : transplant_source : %BA%D0%AB%926%AE7%22%CDa%E0%129%94A%E9%D5%CA%83%1E
2018-01-04 20:53:28 -07:00
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
Alexandre Poirot 5ceadbffb1 Bug 1429365 - Prevent this.sink is undefined exception for resources loaded from bytecode cache. r=rickychien
MozReview-Commit-ID: C9VFVoK0pPG

--HG--
extra : rebase_source : 94809550ccb0a8efe06d4c29407bc32a8aea0e85
2018-01-15 07:23:08 -08:00
Brad Werth 72542e6f81 Bug 1430329: Make StyleSheetActor.update only emit ruleCount change events when necessary. r=tromey
MozReview-Commit-ID: 6rwEo1mCFgG

--HG--
extra : rebase_source : 110a037dd7d4e8de62e1b1f6d74a4ad8138e8c9a
2018-01-12 16:45:51 -08:00
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
Ricky Chien f127cbaff3 Bug 1430117 - Checking NS_BINDING_ABORTED to avoid dispatching navigate event r=ochameau
MozReview-Commit-ID: hMLQS7Sfhg

--HG--
extra : rebase_source : 3b91bcefb582a2373c74958cd1dafa33704cabcf
2018-01-12 22:37:33 +08:00
Alexandre Poirot 5ed414705f Bug 1415545 - Land images related to performance documentation page in DevTools. r=sole
MozReview-Commit-ID: Ferwx7gVx7F

--HG--
extra : rebase_source : 5a8f03b1950d94bb2dc54867b75e6f2b5ba7e530
2018-01-10 05:37:47 -08: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
Chris Peterson 37efe4d0e6 Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
MozReview-Commit-ID: DCPTnyBooIe

--HG--
extra : rebase_source : cfec2d96faeb11656d86d760a34e0a04cacddb13
extra : intermediate-source : 6176724d63788b0fe8caa3f91607c2d93dbaa7ec
extra : source : eebbb0600447f9b64aae3bcd47b4be66c02a51ea
2017-11-05 19:37:28 -08: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
Tom Tromey 9992b11faa Bug 1255384 - fix getCSSValuesForProperty for counter-*; r=heycam
This bug notes that getCSSValuesForProperty does not mention the
"none" value for counter-increment and counter-reset.  This fixes the
problem by mentioning the variants in the entries in nsCSSPropList.h.

MozReview-Commit-ID: HpZIMIIejHc
2018-01-12 13:57:58 -07:00
Tom Tromey 7e80328404 Bug 1255401 - fix getCSSValuesForProperty result for "quotes" property; r=heycam
It seemed valid to simply set the expected variants in
nsCSSPropList.h; other properties (e.g., align-content) do this as
well.

MozReview-Commit-ID: HVZGOofkwi1

--HG--
extra : rebase_source : 53388e48c491843a3fd93a3c46fdcd9c9bd3cc41
2018-01-10 14:08:13 -07:00
Tom Tromey 1d509d63c6 Bug 1255401 - fix values allowed for "all" property; r=heycam
The "all" property in the devtools CSS database included all possible
property values; however only a few are truly appropriate.  This patch
adds a special case for "all" to
InspectorUtils::GetCSSValuesForProperty to fix this.

MozReview-Commit-ID: HEnrvCJylHI

--HG--
extra : rebase_source : 4738129974b95e2c231cd92cd5e4bc04e6708409
2018-01-10 11:48:28 -07: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
Ricky Chien 73a4eebfe6 Bug 1409705 - Adding Cu.isDeadWrapper(window) to avoid accessing dead object r=Honza
MozReview-Commit-ID: 1Qpb6p2Jwnz

--HG--
extra : rebase_source : 1ac0307ffdefe8f231a7b2af8efe5eeb59abecca
2018-01-11 18:03:48 +08: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
Shounak 7aacf7d50e Bug 1210632 - Move the pointer to (0,0) with the New Measure Tool r=pbro
MozReview-Commit-ID: 7XhSGD1QbiA

--HG--
extra : rebase_source : a06e65205e6bf58bb37c0c46f508148ab1e09c82
2017-12-30 21:41:53 +05:30
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 ce7231c196 Bug 1427419 - Part 25: Move inIDOMUtils.parseStyleSheet to InspectorUtils. r=bz
MozReview-Commit-ID: FQlNRP8ycY3
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 3f17a89ba7 Bug 1427419 - Part 23: Move inIDOMUtils.getCSSPseudoElementNames to InspectorUtils. r=bz
MozReview-Commit-ID: A6FhXc2mJm1
2018-01-11 12:38:01 +08:00
Cameron McCormack c4663ea0f0 Bug 1427419 - Part 22: Move inIDOMUtils.getUsedFontFaces to InspectorUtils. r=bz
This also changes the function to return a sequence (JS Array) instead of
an nsFontFaceList object, and converts nsFontFace/nsIDOMFontFace into a
Web IDL implemented object too.

MozReview-Commit-ID: 1iAW3DYe5kO

--HG--
rename : layout/inspector/nsFontFace.cpp => layout/inspector/InspectorFontFace.cpp
2018-01-11 12:38:01 +08:00
Cameron McCormack 0c66b23322 Bug 1427419 - Part 16: Move inIDOMUtils.cssPropertySupportsType to InspectorUtils. r=bz
MozReview-Commit-ID: AfNA6g5lTec
2018-01-11 12:38:00 +08:00
Cameron McCormack 060b4a5e4f Bug 1427419 - Part 15: Move inIDOMUtils.cssPropertyIsShorthand to InspectorUtils. r=bz
MozReview-Commit-ID: LphGIXzOlDB
2018-01-11 12:38:00 +08:00
Cameron McCormack 2212f2845a Bug 1427419 - Part 14: Move inIDOMUtils.getSubpropertiesForCSSProperty to InspectorUtils. r=bz
MozReview-Commit-ID: 8Nyt0V2NUmq
2018-01-11 12:38:00 +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 1a8d3bfd54 Bug 1427419 - Part 8: Move inIDOMUtils.getCSSPropertyNames to InspectorUtils. r=bz
While we're at it, move to a more friendly API. EXCLUDE_SHORTHANDS is
currently unused so we drop that.

MozReview-Commit-ID: H64ou63We4a
2018-01-11 12:37:59 +08:00
Cameron McCormack c81f633513 Bug 1427419 - Part 7: Move inIDOMUtils.isInheritedProperty to InspectorUtils. r=bz
MozReview-Commit-ID: AwILrjGiJ3L
2018-01-11 12:37:59 +08:00
Cameron McCormack 710da9d3e3 Bug 1427419 - Part 6: Move selector methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: 8FKRPeIijkC
2018-01-11 12:37:59 +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 7371ec9f08 Bug 1427419 - Part 4: Move rule line number methods from inIDOMUtils to InspectorUtils. r=bz
MozReview-Commit-ID: HUxWcMPzrSq
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
Cameron McCormack 04c11b322d Bug 1427419 - Part 2: Move nsIDOMUtils.getAllStyleSheets to InspectorUtils. r=bz
MozReview-Commit-ID: J6lIx4uvMlS
2018-01-11 12:37:59 +08:00
Cameron McCormack 563e7a0e4a Bug 1427419 - Part 1: Add an InspectorUtils chrome-only IDL namespace. r=bz,tromey
Also add a way to access it from SpecialPowers for tests and from
importGlobalProperties for system JS scopes.

MozReview-Commit-ID: IewEs0Gf2M9
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 a19f5582cc Merge mozilla-central to mozilla-inbound r=merge 2018-01-11 00:05:23 +02: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
Alexandre Poirot 9c40e3fc71 Bug 1427987 - Fix browser_navigateEvents.js on e10s. r=pbro
MozReview-Commit-ID: F5IP4Pa0P9N

--HG--
extra : rebase_source : 162e3866a521301aacc7ccbc420a068d78a7205c
2018-01-08 01:24:25 -08: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
Dorel Luca 2c934c9cf8 Backed out changeset 2c9fc232f3ca (bug 1210632) for eslint failure on /devtools/server/actors/highlighters/measuring-tool.js:522:66 r=backout on a CLOSED TREE
--HG--
extra : amend_source : 95deeabdf9b876c68bbf90704f500269642689e2
extra : histedit_source : ebe30befc0b2d42d86cc3efe2ce8deac78140f35
2018-01-10 20:28:20 +02:00
Shounak 97e28080c3 Bug 1210632 - Move the pointer to (0,0) with the New Measure Tool r=pbro
MozReview-Commit-ID: 7XhSGD1QbiA

--HG--
extra : rebase_source : 08c0b598e9a71a07ad29975ef946a649f08a84a6
2017-12-30 21:41:53 +05:30
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
Alexandre Poirot 4e2dcbf894 Bug 1415545 - Document working on DevTools performance. r=sole
MozReview-Commit-ID: 4N0Kx7PO4Xc

--HG--
extra : rebase_source : 5c9b6952419984a577038b14b72746dc069daf0c
2017-12-13 09:58:23 -08: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
Julian Descottes 1c1a92115e Bug 1151156 - remove unused b2g code in debugger-client onPacket;r=jryans
MozReview-Commit-ID: IWyGUCKCFAM

--HG--
extra : rebase_source : dd90da67ebd3def595095f0445b6206ba7316a1b
2017-12-13 17:56:14 -06:00
Oriol Brufau 1e5968259b Bug 1424722 - Create actors for symbol values. r=nchevobbe
MozReview-Commit-ID: KZkdOccFhRn

--HG--
extra : rebase_source : 5e3524983f3d373eb0d5b13822102d3c5eb2a196
2017-12-21 01:03:20 +01:00
Patrick Brosset 375a23cd02 Bug 1428043 - Remove useless systemlibs.js import; r=jryans
MozReview-Commit-ID: HzshbzyPraq

--HG--
extra : rebase_source : 71156aafc13e09c8960abf51685cbece9d950b12
2018-01-04 16:20:59 +01: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
Yura Zenevich 4e87c5c02d Bug 1428429 - add role presentation to visual highlighter parts to prevent creation of unnecessary accessible objects. r=gl
MozReview-Commit-ID: GDM9txyiYS5
2018-01-10 13:13:05 -05: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 e0f995ea08 Bug 1421992 - hand written cleanup patch to make xpcshell tests pass after replacing do_check_* with Assert.*, r=Gijs. 2017-12-21 11:08:19 +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
tera_1225@hotmail.com 7363292a26 Bug 1426018 Added padding to request-list-header-wrapper firebug theme. r=Honza
MozReview-Commit-ID: 2OhRT3rvQuP

--HG--
extra : rebase_source : 77c9909957e62b2455806b26a5fc5b665a42e4c8
2017-12-19 23:36:46 +01:00
abhinav 0b870de381 Bug 1419366 - Stop using ImmutableJS in filters reducer. r=Honza
MozReview-Commit-ID: AgBGfJEy8t7

--HG--
extra : rebase_source : 16a2168d17ac01f71cb77c3d9278b3e60de2791e
2017-12-17 23:56:27 +05:30
Nicolas Chevobbe c4a9a8814e Bug 1426108 - devtools-reps v0.17.0: update reps bundle from GitHub;r=Honza.
MozReview-Commit-ID: 9mcunsVZtIf

--HG--
extra : rebase_source : 679eb82fee75894c4a7c63ac9f35b19920c43c2c
2017-12-20 19:43:07 +01:00
Alexandre Poirot e45c2e154b Bug 1420289 - Lazy load optional React components from netmonitor. r=Honza
MozReview-Commit-ID: 9kzmYrzafjj

--HG--
rename : devtools/client/netmonitor/src/components/RequestListColumnRemoteIp.js => devtools/client/netmonitor/src/components/RequestListColumnRemoteIP.js
extra : rebase_source : 523fc019bcae4a0ebe0422bb56cf25328128da18
2017-12-13 10:21:08 -08:00
Cosmin Sabou 02ce5d2807 Backed out changeset 61ec86ef441a (bug 1406415) for ESlint failure on devtools/client/shared/components/devtools-components.js:1:1 r=backout on a CLOSED TREE 2017-12-20 22:53:48 +02:00
Nicolas Chevobbe f3d82f3792 Bug 1406415 - Create a devtools-components bundle; r=gl.
MozReview-Commit-ID: 5jEsz5oBB9F

--HG--
extra : rebase_source : 31639e8b1fb7c0fed04f9c1e5e70dab20cfdeb43
2017-12-16 22:17:54 -06:00
Margareta Eliza Balazs 060948a574 Merge inbound to mozilla-central r=merge a=merge 2017-12-20 11:47:11 +02:00
Bogdan Tara 9ac9aa3461 Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2017-12-20 00:17:00 +02:00
Jason Laster 13de9fd4ca Bug 1425876 - Update Debugger frontend (12-18). r=jdescottes
MozReview-Commit-ID: H6oKTciiKRO

--HG--
extra : rebase_source : 1e45afed51b1296aa4ba89b33cc20730ff8ade82
2017-12-19 18:03:15 +01:00
Ben Kelly 63518babe9 Bug 1425316 P1 Expose a chrome-only Window.shouldReportForServiceWorkerScope() method that initially forwards to ServiceWorkerManager. r=asuth 2017-12-19 10:04:47 -05:00
SagarB 7935458a33 Bug 1421491 - Style fixes in Netmonitor r=Honza
Changed CSS to fix selected row style and removed underline for tree headers

MozReview-Commit-ID: hnmnATPSAw
***
Bug 1421491 - Style fixes in Netmonitor
Updated CSS Styles to fix issues mentioned in the bug

MozReview-Commit-ID: 7ElhjWmTEgM
***
Bug 1421491 - Minor style fixes in netmonitor
Updated CSS to fix style issues in the Bug

--HG--
extra : rebase_source : d0f01d6bd7133b07c66a767d899d93e363dae857
2017-12-11 22:42:22 +05:30
Mike Park 9eae0e83cc Bug 1419086 - Render the ObjectInspector in the console sidebar. r=nchevobbe
MozReview-Commit-ID: RpJf4N5X02

--HG--
extra : rebase_source : b7932851c5108f78969328ce09c3c0db9bd488a6
2017-12-14 14:01:02 -06:00
Oriol Brufau c9ff031c33 Bug 1424721 - Allow long strings and invisible-to-debugger objects to be stored as global variables. r=nchevobbe
MozReview-Commit-ID: IZFKgror7F6

--HG--
extra : rebase_source : ef2073c1338701a3b1d654975e29d21224481c47
2017-12-18 12:52:31 +01:00
Gijs Kruitbosch ffc0ed12d2 Bug 1425363 - remove onWindowTitleChanged given that nobody uses it, r=bgrins
MozReview-Commit-ID: ALslAwZo4K9

--HG--
extra : rebase_source : ca1add0015eea86128c0c5f209252ebb6a228998
2017-12-14 21:55:44 -06:00
Yury Delendik 79f72acfbc Bug 1426251 - Update wasmparser to version 0.4.11. r=jlast
MozReview-Commit-ID: ApiiWfO2T8I

--HG--
extra : rebase_source : 03e0a46bb74cd4688720570421054c6323569ed0
2017-12-19 16:14:13 -06:00
Neerja Pancholi 3b428a8003 Bug 1417725 - (Gecko) Add -moz-column-span alias for column-span property. r=heycam on a CLOSED TREE
MozReview-Commit-ID: G4a0UTVCw9o

--HG--
extra : amend_source : 1a26aeb6712e68375f42c15ef5623faee59c0e2e
2017-11-15 16:39:21 -08:00
Alexandre Poirot adeffba1c4 Bug 1415472 - Document writing new DAMP test. r=sole
MozReview-Commit-ID: vlhuov077c

--HG--
extra : rebase_source : 15ac47b53494d2daac74082c336d6de4e9c0e9bb
2017-12-11 06:07:10 -08:00
James Teh 3721ef104b Bug 1424162: Put the filter bar before the console output in the web console. r=nchevobbe
The filter bar was already positioned before the console output visually.
However, accessibility clients such as screen readers rely on the semantic order, not the visual order, for positioning of content.
This makes it easier for screen reader users to quickly get to the bottom of the console output, which is important for efficiency when reading recent output.

MozReview-Commit-ID: Ae8z6H1k9np

--HG--
extra : rebase_source : 9a5a6cd3db4b5398e6e0f2a648721849e7c0fb78
2017-12-15 15:15:05 -06:00
Emilio Cobos Álvarez dbb3111ff1 Bug 1398492: Remove the grid pref. r=mats
MozReview-Commit-ID: 6Qez8NE8oze
2017-12-17 00:04:35 +01:00
J. Ryan Stinnett 07725c60cd Bug 1306892 - Update style editor fetch test info. r=jdescottes
MozReview-Commit-ID: Eo1yVHm3YSe

--HG--
rename : devtools/client/styleeditor/test/browser_styleeditor_fetch-from-cache.js => devtools/client/styleeditor/test/browser_styleeditor_fetch-from-netmonitor.js
extra : rebase_source : 4d3651180f9a06a0f9b9f361e56e78aea380853b
2018-01-08 12:16:31 -06:00
Alexandre Poirot 74da912044 Bug 1427818 - Fix browser_layoutHelpers-getBoxQuads.js on e10s. r=pbro
MozReview-Commit-ID: 8nA5FVLLm9H

--HG--
extra : rebase_source : 3aa998ce0d51c20b52d5a762ce3042e196b0cf86
2018-01-03 10:19:03 -08:00
Tiberius Oros aed73bde87 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-01-18 00:31:28 +02:00
Andrea Marchesini 35717fcad1 Bug 1431105 - Prefix in Console when used by JSM, r=bgrins, r=smaug 2018-01-17 09:19:36 -08:00
Tom Tromey 1bb2ea3983 Bug 1255402 - fix getCSSValuesForProperty for object-position and perspective-origin; r=heycam
getCSSValuesForProperty was not including "calc" for object-position
and perspective-origin.  Fixed by updating the variants in
nsCSSPropList.h.

MozReview-Commit-ID: 8STipRhqFwT

--HG--
extra : rebase_source : 70cbb9fc1a9b3a1084bd8846f065f0876daccd75
2018-01-16 10:52:28 -07:00
Nicolas Chevobbe 5c75c1eb91 Bug 1404378 - Enable browser_webconsole_iframe_wrong_hud.js in new console frontend; r=jdescottes.
MozReview-Commit-ID: HBfA7lXjVdI

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-593003-iframe-wrong-hud-iframe.html => devtools/client/webconsole/new-console-output/test/mochitest/test-iframe-wrong-hud-iframe.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-593003-iframe-wrong-hud.html => devtools/client/webconsole/new-console-output/test/mochitest/test-iframe-wrong-hud.html
extra : rebase_source : fca51cb43951784007d9997d0c95da5269053dd5
2018-01-17 09:23:12 +01:00
J. Ryan Stinnett 50f195f322 Bug 1303171 - Adjust highlighters to account for writing mode and text dir. r=gl
The `getCurrentMatrix` function is used by grid and other highlighters to
account for the element's position, transforms, etc.  Here we extend it with
extra logic to account for the element's writing mode and text direction.

MozReview-Commit-ID: AZT4cJySLwk

--HG--
extra : rebase_source : 55504705fba929f6209ac8c76a000fd26cd8dd3e
2017-12-08 22:18:21 -06:00
Tom Tromey eb7d822b0c Bug 1430616 - correctly find end of keyword table in InspectorUtils; r=heycam
Currently, InspectorUtils::GetCSSValuesForProperty will not return
"match-parent" for "text-align".  The bug is that InspectorUtils uses
an out-of-date approach to finding the end of the keyword table; and
this approach conflicts with the special "unsafe" handling in
TextAlignUnsafeEnabledPrefChangeCallback:

https://dxr.mozilla.org/mozilla-central/rev/21ddfb9e6cc008e47da89db50e22697dc7b38635/layout/base/nsLayoutUtils.cpp#317-321

MozReview-Commit-ID: 58qfKQwIyMX

--HG--
extra : rebase_source : 022a8c970c121cbe76533a29d0439a64ead63085
2018-01-15 09:14:55 -07:00
Nicolas Chevobbe df698165af Bug 1430770 - Fix batchMessageAdd for test-perf.html; r=bgrins.
MozReview-Commit-ID: Doyj3Dznvnl

--HG--
extra : rebase_source : 9f56babd9d18f9f5bd1145b18ce34c1e2169cc9c
2018-01-16 15:16:57 +01:00
Julian Descottes 08edaf7d34 Bug 1406039 - migrate browser_webconsole_strict_mode_errors to new frontend;r=nchevobbe
MozReview-Commit-ID: ATuyIFj5c4D

--HG--
extra : rebase_source : bcfa0578223194f014214b240c43c4af0afbea2f
2018-01-16 16:51:02 +01:00
Alexandre Poirot 30e8f95fb9 Bug 1425964 - Prevent sync reflows by using document.dir to check for locale direction. r=Honza,jdescottes
MozReview-Commit-ID: H8uYVtnNXLz

--HG--
extra : rebase_source : f87b933f2a1ef385977c6d265dc448589632917d
2018-01-11 08:22:56 -08:00
Alexandre Poirot e1e0d5ea9e Bug 1425964 - Compute locale direction only once in the toolbox code. r=jdescottes
MozReview-Commit-ID: 1owwWecAe0g

--HG--
extra : rebase_source : aa62376b370a63635d24eb8324fb975d23753912
2018-01-11 08:09:33 -08:00
Jessica Jong 4bee56a645 Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug
Most of the Shadow DOM related code are behind "dom.webcomponents.enabled" and
this pref is only used by Shadow DOM right now, so we should rename it to
"dom.webcomponents.shadowdom.enabled"

MozReview-Commit-ID: er1c7AsSSW
2018-01-16 17:16:30 +01:00
J. Ryan Stinnett 102d79149a Bug 1429121 - Manual cleanup of RDM for async / await. r=ochameau
MozReview-Commit-ID: JMaMDw6D8iK

--HG--
extra : rebase_source : d9d83fc231e1323955662905e5f5ee1b8eb8f8be
2018-01-09 17:03:48 -06:00
J. Ryan Stinnett 892fc5c8b0 Bug 1429121 - Automated conversion of RDM to async / await. r=ochameau
MozReview-Commit-ID: BdzxQW6TbEK

--HG--
extra : rebase_source : b8b0b4bbc1ac7b56cf25c0b2fd38475aa869880f
2018-01-09 10:08:35 -06:00
Ricky Chien e1f805614b Bug 1425273 - eventTimings should be loaded lazily r=ochameau
MozReview-Commit-ID: DWITxNNGKHj

--HG--
extra : rebase_source : 09b61d1970bcbca189b6fadb76915085226535e1
2017-12-14 11:41:17 -06:00
Brian Grinstead 46ff68fff1 Bug 1420934 - Ensure `npm install` on netmonitor before installing in webconsole;r=Honza
If the netmonitor hasn't had `npm install` ran, then running the webconsole tests fail,
because the webconsole depends on netmonitor, and the babel plugin "transform-object-rest-spread"
defined in netmonitor/.babelrc cannot be resolved unless if it's been installed.

MozReview-Commit-ID: KyQgja5rRpg

--HG--
extra : rebase_source : 9a8487fccd7c8641f47dcc405be3c8324bf8474c
2018-01-11 09:28:52 -08:00
Adrian Wielgosik 5b113a4b69 Bug 1414554 - handle React 16 event listeners. r=miker
Tests copied directly from older versions and adapted for React 16.
React source downloaded from https://github.com/facebook/react/releases/tag/v16.2.0

MozReview-Commit-ID: 80zwHIK16Cz

--HG--
extra : rebase_source : 0329b8407e38cf5757281456c62ff42c3846d8b2
2018-01-07 21:11:24 +01:00
Julian Descottes 8c053a5c46 Bug 1428191 - create developer toggle widget before first paint in DevEdition;r=ochameau
MozReview-Commit-ID: KEJNzXrDrEE

--HG--
extra : rebase_source : d046029277b34da86457eac4c41ebd1d361dd2e5
2018-01-05 13:44:19 +01:00
Nicolas Chevobbe 56b64bd286 Bug 1404392 - Enable and refactor browser_webconsole_filter_scroll.js to check that filtering does not affect scroll position; r=bgrins.
MozReview-Commit-ID: DEZDnblICnh

--HG--
extra : rebase_source : 259f1098f24f6418d5194c0840802ce52c77259f
2018-01-08 18:02:51 +01:00
Nicolas Chevobbe 44437622ab Bug 1428717 - Fix netProviderEnhancer for MESSAGE_OPEN action for non-network message;r=Honza.
There was an exception thrown by the netProviderEnhancer because it
retrieves the networkMessageUpdate and access a property on it.
On non-network message, the networkMessageUpdate is undefined, and
accessing the property throws.

We fix this by simply checking if message is not falsy before accessing
the property.

A couple of tests were added to make sure we don't regress this case. This
required changing the setupStore helper a bit to pass a hud stub to the
createStore function (the net enhancer is called only if the hud has a proxy
object). This made some test fail because they weren't dispatching enough
argument to the networkMessageUpdate action.

MozReview-Commit-ID: 7h35ebHSdbF

--HG--
extra : rebase_source : 089dce93d1de60e4b44936b514627803aa2c5100
2018-01-08 15:37:23 +01:00
James Teh 91694598dc Bug 1424156 part 4: Add test for aria-live in Web Console messages. r=nchevobbe
MozReview-Commit-ID: A1y18uTbjIJ

--HG--
extra : rebase_source : 186420ee3dd3fc0887cc89619ff452983c428826
2018-01-05 14:32:09 +10:00
James Teh a7b8705ecc Bug 1424156 part 3: Add test for aria-live in Web Console message icon. r=nchevobbe
MozReview-Commit-ID: 9VXYjOoQOco

--HG--
extra : rebase_source : e7597f2b05d9a44461a05b582c531b7c057f0685
2018-01-04 16:02:48 +10:00
James Teh 06e00020fb Bug 1424156 part 2: Don't treat message icons in the Web Console as live content for accessibility. r=nchevobbe
Message icons now get the aria-live="off" attribute.
This stops screen readers from automaticaly reading icon descriptions, which might be interesting to read later but make things inefficient when automatically reading new output.
MozReview-Commit-ID: BQOUnTRVkBE

--HG--
extra : rebase_source : 47f1df96910a92961fc739582ffb49956735fdb3
2018-01-03 09:56:09 +10:00
James Teh 38bc58c8ee Bug 1424156 part 1: Don't treat Web Console input from the user as live content for accessibility. r=nchevobbe
Commands entered by the user now get the aria-live="off" attribute.
This stops screen readers from echoing commands the user typed, which is redundant and inefficient.
MozReview-Commit-ID: GJXiBPMe0W5

--HG--
extra : rebase_source : 9fac3b14115a9f2f54bc8180bed6c0442e0da3f0
2018-01-03 09:52:17 +10:00
pd4d10 bfb81cea7b Bug 1427077 - Make devtools/client/netmonitor work correctly at browser r=rickychien
Replace `loader.lazyGetter` pattern with normal variable assignment

MozReview-Commit-ID: JJTXKgXRgBZ

--HG--
extra : rebase_source : 91e63d7515573a3c55756fd04811fe61515b3cf8
2018-01-03 21:33:57 +08:00
Leo Huang 5213ac90af Bug 1426634 - Rename devtools/client/shared/components/Tree.js to VirtualizedTree.js; r=nchevobbe
MozReview-Commit-ID: 80ebj9CJODR

--HG--
rename : devtools/client/shared/components/Tree.js => devtools/client/shared/components/VirtualizedTree.js
extra : rebase_source : 78d24d5411b2d1dadae6778ba7f05c58641b6a00
2017-12-22 12:10:00 +08:00
Nicolas Chevobbe ffa098ba78 Bug 1428014 - Fix intermittent on browser_webconsole_close_sidebar.js; r=bgrins.
The test was failing because it still had pending request to the server while shutting
down the toolbox. This request was probably the one to retrieve the properties of the
object we put in the sidebar.
By waiting the object properties to be fully loaded when opening the sidebar, we should
make the intermittent go away.

MozReview-Commit-ID: 7tY8hvbDVRp

--HG--
extra : rebase_source : cc5479f21c91df1fc0967900fb1022e3ec6dff3d
2018-01-08 09:47:50 +01:00
Brian Birtles 38a1e34561 Bug 1425548 - Update references to Web Animations spec in devtools; r=hiro
MozReview-Commit-ID: DHFgDwh00eO

--HG--
extra : rebase_source : 4dfc7b7ab4f415b6af4ea2a9b79a4d6178e3a430
2017-12-15 14:55:32 -06:00
Ricky Chien cf0c6d5220 Bug 1418927 - requestHeaders and responseHeaders should be loaded lazily r=Honza,ochameau
MozReview-Commit-ID: 5ADM5AYdJNI

--HG--
extra : rebase_source : 05c1506489ef5af67cd9fd3911e2b3c3e4659e05
2017-12-01 18:40:36 +08:00
Ricky Chien 36f8852817 Bug 1418927 - Introduce fetchNetworkUpdatePacket helper in request-utils r=ochameau
MozReview-Commit-ID: VRu3k3dxtV

--HG--
extra : rebase_source : 74f7038a3e74505c242484e3ce189df1e0f50c2b
2017-12-12 10:30:04 -06:00
Julian Descottes 5993dad148 Bug 1425251 - update comment for aboutdebugging legacy extension warning;r=flod
MozReview-Commit-ID: GwHtS5OONAQ

--HG--
extra : rebase_source : 17d2e4be1891d4c20b81495a371da6a1546f3564
2017-12-14 10:17:07 -06:00
Mike Park 35bbe45a57 Bug 1419083 - Add an "Open in sidebar" context menu entry on ObjectInspector. r=nchevobbe
MozReview-Commit-ID: 9a2fBjpZ6zE

--HG--
extra : rebase_source : f533989d8f01a4f96133efbc98ef57e31806da46
2017-12-05 16:05:13 -05:00
yulia 5cb4b0c571 Bug 1423158 - Update Debugger Frontend (12-5) r=jdescottes
MozReview-Commit-ID: FVjPco3A29I

--HG--
extra : rebase_source : 7ad0910d7a33ec45ef46577659ed8874b5891c3d
2017-12-13 18:18:50 -06:00
Dorel Luca 110706c3c0 Merge mozilla-inbound to mozilla-central r=merge a=merge 2017-12-14 11:54:15 +02:00
Nicolas Chevobbe 7d4e7cb531 Bug 1419479 - devtools-reps v0.16.0: update reps bundle from GitHub;r=miker
MozReview-Commit-ID: FHfU7l6oSXa

--HG--
extra : rebase_source : 228e9bc99bf709b3e1e6155106a697bf42d333d5
2017-12-01 17:18:11 +01:00
Masatoshi Kimura 295faed3f9 Bug 1418914 - Move E10SUtils.jsm into toolkit/. r=mossop
MozReview-Commit-ID: EgDzEEKAeh1

--HG--
rename : browser/modules/E10SUtils.jsm => toolkit/modules/E10SUtils.jsm
extra : rebase_source : 0920ce818773af797a0daf3cf4ae90af41d71d2a
2017-12-12 21:35:16 +09:00
Csoregi Natalia 1134c27c23 Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE 2017-12-14 00:15:40 +02:00
Csoregi Natalia be90f4e875 Merge inbound to mozilla-central r=merge a=merge 2017-12-14 00:01:37 +02:00
Gabriel Luong 9da6ed3ccf Bug 1424669 - Enable negative line numbers in the grid inspector. r=pbro 2017-12-13 09:54:34 -05:00
Cosmin Sabou b0098afaea Merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-12-13 12:14:29 +02:00
Margareta Eliza Balazs 8f80d8a5ba Backed out changeset f37177d85efe (bug 1424669) for ES failure in /builds/worker/checkouts/gecko/devtools/server/actors/highlighters/css-grid.js:7:7 r=backout on a CLOSED TREE 2017-12-13 07:05:44 +02:00
Gabriel Luong 7e5a64dac7 Bug 1424669 - Enable negative line numbers in the grid inspector. r=pbro 2017-12-12 23:37:41 -05:00
Ricky Chien 19a93b1174 Bug 1424916 - Remove widgets.css from netmonitor r=Honza
MozReview-Commit-ID: 80Lsj4zN1at

--HG--
extra : rebase_source : 2e1a7ec7bcd6562b13992d398effea6598579c66
2017-12-12 14:45:09 -06:00
Narcis Beleuzu 0fff6b87cf Merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE 2017-12-13 12:22:54 +02:00
Ben Kelly 9039b0d214 Bug 1293277 P9 Disable browser_service_workers_push_service.js on non-e10s due to races. r=jryans 2017-12-12 15:44:48 -05:00
Gabriel Luong 6175e428c6 Bug 1424658 - Fix network details panel splitter from not rendering. r=me 2017-12-11 15:06:02 -05:00
Patrick Brosset f0ba907ac9 Bug 1411622 - Check for null nodes when searching for image preview targets in the markupview r=miker
MozReview-Commit-ID: 8dHAEJ7CIoV

--HG--
extra : rebase_source : 75d09a89121dde64643f398ff4a0e8480c763d7e
2017-12-04 11:09:45 +01:00
Steve Melia a72a31a227 Bug 1272969: Delete item is enabled on context menu for text nodes in inspector. r=pbro
MozReview-Commit-ID: 1fx5zRPorBs

--HG--
extra : rebase_source : 8b2fc68bc7cce5c9943050caa587f2b7a81bf54f
2017-12-01 08:08:54 +00:00
Julian Descottes 38f14b6373 Bug 1423687 - show warning in about:debugging when loading a temporary legacy extension;r=aswan,pbro
MozReview-Commit-ID: I9U5zzwZCSj

--HG--
extra : rebase_source : 72a8141a50d4420910a6e1051a56b38579ec14e8
2017-12-08 14:44:46 +01:00
Mike Park a49932348c Bug 1419078 - Add a close button to the console sidebar. r=nchevobbe
MozReview-Commit-ID: EAEr3uuhgkd

--HG--
extra : rebase_source : 8d8561b8d05147e995fcdf17073704f7f2188810
2017-11-29 13:17:47 -05:00
Fred Lin c100228fea Bug 1419401 - show HTTP/2.0 200 OK in raw header;r=Honza
MozReview-Commit-ID: 7ApdEDofYwJ

--HG--
extra : rebase_source : c9960ed8128793cc615f6ed62bb7ec5fca5bd15d
2017-12-07 16:22:55 +08:00
Gurzau Raul 15f8898e50 Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE 2017-12-09 00:56:50 +02:00
Gurzau Raul 91d3bc0100 Merge inbound to mozilla-central r=merge a=merge 2017-12-09 00:36:15 +02:00
Gabriel Luong 1902178c75 Bug 1424025 - Replace widgets.css link with only breadcrumbs.css. r=jdescottes 2017-12-08 13:19:54 -05:00
abhinav 24a666806b Bug 1421663 - Allow changing of custom viewport size in RDM with arrow keys. r=jryans
MozReview-Commit-ID: AQwqkt9EPn3

--HG--
extra : rebase_source : 4447d5d9d06a16390ed4f61398f1012a031301b3
2017-12-06 00:31:57 +05:30
Cosmin Sabou c191e25cf5 Merge mozilla-inbound to mozilla-central r=merge a=merge 2017-12-08 11:56:44 +02:00
Gabriel Luong 9fcaf906f7 Bug 1420499 - Update Codemirror to 5.32.0. r=bgrins 2017-12-08 01:30:05 -05:00
Ricky Chien e345a4990a Bug 1423502 - Clean up leftover files under netmonitor/src/* r=Honza
MozReview-Commit-ID: Kvm788NVFz

--HG--
rename : devtools/client/netmonitor/src/request-list-context-menu.js => devtools/client/netmonitor/src/widgets/RequestListContextMenu.js
rename : devtools/client/netmonitor/src/request-list-header-context-menu.js => devtools/client/netmonitor/src/widgets/RequestListHeaderContextMenu.js
rename : devtools/client/netmonitor/src/waterfall-background.js => devtools/client/netmonitor/src/widgets/WaterfallBackground.js
extra : rebase_source : e5ce43f27b461f707d59812b266d33ba5941cc68
2017-12-06 16:36:53 +08:00
Gabriel Luong f353991f53 Bug 1369945 - Display a split rule view panel in the inspector. r=bgrins
MozReview-Commit-ID: If55vBPfU3W
2017-11-27 15:54:18 -05:00
Bill McCloskey 9f4d083047 Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap)
MozReview-Commit-ID: 2nQPOSGTr1s
2017-12-07 12:55:24 -08:00
Julian Descottes 7db9741320 Bug 1386613 - stop using waitForMutations in aboutdebugging tests (remaining tests);r=ochameau
MozReview-Commit-ID: HDNzIFwp4Ur

--HG--
extra : rebase_source : 4a96751f57fda48ce88984131315ba5ddc072147
extra : intermediate-source : 7dbe7af3c33cd7b8ca4f7a57f22b8a4076a191a7
extra : source : 3c1c47ce69787f35cd5e494f332c70daa89cc5f2
2017-12-05 22:44:18 +01:00
Julian Descottes 36bc767e77 Bug 1386613 - stop using waitForMutations in aboutdebugging tests (addons);r=ochameau
MozReview-Commit-ID: Ii32r9Dhjje

--HG--
extra : rebase_source : 5c22faafe77f63d078b53a6d0c6f2fe357fd9690
extra : intermediate-source : 6ffaf00f1b21eb7e91c5a3267146be1f171857bc
extra : source : f10841947763b110ed469eada747d32282fd3651
2017-12-05 22:17:15 +01:00
Julian Descottes fba72c6c62 Bug 1386613 - stop using waitForMutations in aboutdebugging tests (serviceworkers);r=ochameau
MozReview-Commit-ID: 3JMEZUx8rTt

--HG--
extra : rebase_source : ec0af7df8a211955261ae017b19e6098556d3bfb
extra : intermediate-source : 2c407e9501b3d1b444a1801ed813b3019fead47b
extra : source : c4e7a7354d23253c21a87578b206e45379e18334
2017-12-05 17:40:34 +01:00
Csoregi Natalia cc9c96cfe3 Merge mozilla-central to autoland. r=merge a=merge CLOSED TREE
MozReview-Commit-ID: 3aJiWXQpsFU

--HG--
extra : rebase_source : 2d07da0b40980836e6946a53c45739cc02cb60c3
2017-12-14 00:15:40 +02:00
Csoregi Natalia ca490ae168 Merge mozilla-central to inbound. r=merge a=merge CLOSED TREE 2017-12-14 00:20:59 +02:00
Mike Park 288d6e290a Bug 1424275 - Show element quad outline for shape-outside in CSS shapes highlighter. r=gl
MozReview-Commit-ID: x1R9V0ZA3l
2017-12-08 14:38:40 -05:00
Julian Descottes 2693499ab6 Bug 1408933 - enable and rename browser_webconsole_ctrl_key_nav.js;r=bgrins
Initially tried to port the test to work on all OSes, relying on
HOME/END/PAGEUP/PAGEDOWN, but the behavior is not really consistent
(at least not on Linux). The shortcuts listed on MDN at
https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Keyboard_shortcuts
seem a bit out of sync.

Not sure why we cannot use home/end/pageup/pagedown on all platforms here
but as it is not the purpose of this migration, I will leave that up for a
follow up.

MozReview-Commit-ID: DJbmYzYZUok

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_ctrl_key_nav.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_ctrl_key_nav.js
extra : rebase_source : fff90157354b435b541705a923f7d53c7a64c479
2017-12-04 18:55:55 +01:00
Narcis Beleuzu 446b415582 Backed out changeset 232f3a99301c (bug 1408933) for build bustage due to not removing reference to renamed test. r=backout on a CLOSED TREE
--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_ctrl_key_nav.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_ctrl_key_nav.js
2017-12-08 17:02:37 +02:00
Julian Descottes cd1dfe6c68 Bug 1408933 - enable and rename browser_webconsole_ctrl_key_nav.js;r=bgrins
Initially tried to port the test to work on all OSes, relying on
HOME/END/PAGEUP/PAGEDOWN, but the behavior is not really consistent
(at least not on Linux). The shortcuts listed on MDN at
https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Keyboard_shortcuts
seem a bit out of sync.

Not sure why we cannot use home/end/pageup/pagedown on all platforms here
but as it is not the purpose of this migration, I will leave that up for a
follow up.

MozReview-Commit-ID: DJbmYzYZUok

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_ctrl_key_nav.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_ctrl_key_nav.js
extra : rebase_source : 3d91fef9f40e43a40b8f24f0f261726e09a77f2a
2017-12-04 18:55:55 +01:00
Julian Descottes 9a6ee6fff9 Bug 1241131 - Remove DevTools reload addon;r=ochameau
MozReview-Commit-ID: GCS4ZRvwUcs

--HG--
extra : rebase_source : 6669e4ca9fcf0dc89402820fb20b8b152440c011
2017-11-30 19:08:44 +01:00
Jan Odvarko e273e056c7 Bug 1419336 - Update tests; r=nchevobbe
MozReview-Commit-ID: 4EEUWLufth8

--HG--
extra : rebase_source : 9d091b9efebdaebe7126da6a82abb1ee3ced31be
2017-12-07 12:09:27 +01:00
Jan Odvarko c4b6aa580d Bug 1419336 - Properly update HTTPi UI if a request is opened before finish; r=nchevobbe
MozReview-Commit-ID: GwkGlD1UB9G

--HG--
extra : rebase_source : 2fcbbb6848c9fdbff06ffdf1f87d7ada2dcb0e00
2017-12-07 12:08:48 +01:00
Sylvestre Ledru 4591d82b23 Bug 1394734 - Replace CONFIG['CLANG*'] by CONFIG['CC_TYPE'] r=glandium
MozReview-Commit-ID: HbF5oT5HW6f

--HG--
extra : rebase_source : eca479b6ae4bff7f600d1cdb39e11ac2057e4e79
2017-12-07 22:09:38 +01:00
Sylvestre Ledru 9bfe27d903 Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium
MozReview-Commit-ID: 7duJk2gSd4m

--HG--
extra : rebase_source : 7312fe276e561e8c034a5f6749774ae812727f9c
2017-12-07 22:09:15 +01:00
Cosmin Sabou 75435dc3b2 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-01-17 11:49:21 +02:00