Commit Graph

6341 Commits

Author SHA1 Message Date
Nicolas Chevobbe
9bf7d76660 Bug 1409836 - Fix setting filters prefs when filters are reset or cleared; r=bgrins.
We were getting the filter state after dispatching the action, which made
all the filters to have an enabled state. Getting the state before dispatching
fixes the issue.
This patch enhance the Service mock in order to have a better idea of what is going on
with prefs. This allow us to introduce some tests to make sure prefs are updated in
reaction to given actions.

MozReview-Commit-ID: Byay0TwF25I

--HG--
extra : rebase_source : fd9e022c872783e2c6baa6ee0be5bf98f7eced78
2017-10-19 10:07:54 +02:00
Julian Descottes
4db2619112 Bug 1406375 - update animation inspector test to support formatted numbers;r=pbro
Integers used to skip localization & formatting.
We used to have (for 2 decimals formatting)
1000   -> 1000
1000.1 -> 1,000.10

With the other patches attached here, the behavior is now consistent
1000   -> 1,000
1000.1 -> 1,000.10

This changeset updates some regexp in an animation inspector test to be
compatible with the new format.

MozReview-Commit-ID: 4YUNGlKp98z

--HG--
extra : rebase_source : 638fced7a884a01c5fcd41e0df68e7c8d39c2e8c
2017-10-19 17:00:43 +02:00
Julian Descottes
3ec8ed626a Bug 1406375 - test integers in browser_num-l10n.js;r=Honza
MozReview-Commit-ID: 49UwLBMZTiv

--HG--
extra : rebase_source : 983c1dd7194c5d702f92686b3507861fb8a1e861
2017-10-18 12:16:30 +02:00
Sebastian Hengst
24583b9443 merge mozilla-central to autoland. r=merge a=merge 2017-10-20 01:08:09 +02:00
Sebastian Hengst
20d769ea9c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: Gc5JIILUrPi
2017-10-20 00:05:39 +02:00
Patrick Brosset
714264d3e8 Bug 1406061 - Remove the unused Jsbeautify.jsm module; r=jdescottes
MozReview-Commit-ID: KF39qXJ2s11

--HG--
extra : rebase_source : 29394e085bf80d394dd4e1c6013082c0ebe94069
2017-10-19 09:58:19 +02:00
Sebastian Hengst
3148182768 Backed out changeset 6b88d856e00f (bug 1403927) for failing mochitest-clipboard's devtools/client/netmonitor/test/browser_net_copy_params.js. r=backout
--HG--
extra : amend_source : 8381b242fb5d6625f922413d1255157c3887d178
2017-10-19 11:40:42 +02:00
Sebastian Hengst
3b72f7b75f Backed out changeset ac5ebd3c7e82 (bug 1403927) 2017-10-19 11:40:36 +02:00
Jan Odvarko
e14412541c Bug 1403927 - Test for HTTPi Params panel; r=nchevobbe
MozReview-Commit-ID: 4k4kF3cGSTh

--HG--
extra : rebase_source : e1888f036624557015a72f15e45100067099ae4b
2017-10-18 20:45:54 +02:00
Jan Odvarko
7e514e201b Bug 1403927 - Fix Params panel in HTTPi; r=nchevobbe
MozReview-Commit-ID: 16djEqkEJMj

--HG--
extra : rebase_source : b717fd9fbdba85739d847269503788f686faca60
2017-10-18 18:58:38 +02:00
Sebastian Hengst
c6b9718eb1 Bug 1408468 - Shapes highlighter handles for shapes in iframe cannot be clicked outside iframe. Follow-up: Add new line at end to make eslint happy. r=eslint-fix a=eslint-fix
MozReview-Commit-ID: AdlX5ArtKeg
2017-10-19 09:48:19 +02:00
Ryan VanderMeulen
cb612851ed Merge inbound to m-c. a=merge 2017-10-18 21:01:34 -04:00
Mike Park
c304a07e7a Bug 1408468 - Shapes highlighter handles for shapes in iframe cannot be clicked outside iframe. r=gl
MozReview-Commit-ID: 3J4J6vM96sj
2017-10-13 13:19:50 -04:00
Tim Nguyen
91e239073d Bug 1409684 - Polish d3 graphs style. r=bgrins
MozReview-Commit-ID: FUaRBk9knBW

--HG--
extra : rebase_source : f9b1adb7923e985b13b607d755813f926bd48eab
2017-10-18 18:43:11 +01:00
Miguel Useche
cdc677c157 Bug 1402390 - CamelCase all React component files in \devtools\client\netmonitor\src\components\. r=pbro
MozReview-Commit-ID: LseEecjdU7I

--HG--
rename : devtools/client/netmonitor/src/components/app.js => devtools/client/netmonitor/src/components/App.js
rename : devtools/client/netmonitor/src/components/cookies-panel.js => devtools/client/netmonitor/src/components/CookiesPanel.js
rename : devtools/client/netmonitor/src/components/custom-request-panel.js => devtools/client/netmonitor/src/components/CustomRequestPanel.js
rename : devtools/client/netmonitor/src/components/headers-panel.js => devtools/client/netmonitor/src/components/HeadersPanel.js
rename : devtools/client/netmonitor/src/components/mdn-link.js => devtools/client/netmonitor/src/components/MdnLink.js
rename : devtools/client/netmonitor/src/components/monitor-panel.js => devtools/client/netmonitor/src/components/MonitorPanel.js
rename : devtools/client/netmonitor/src/components/network-details-panel.js => devtools/client/netmonitor/src/components/NetworkDetailsPanel.js
rename : devtools/client/netmonitor/src/components/params-panel.js => devtools/client/netmonitor/src/components/ParamsPanel.js
rename : devtools/client/netmonitor/src/components/properties-view.js => devtools/client/netmonitor/src/components/PropertiesView.js
rename : devtools/client/netmonitor/src/components/request-list.js => devtools/client/netmonitor/src/components/RequestList.js
rename : devtools/client/netmonitor/src/components/request-list-column-cause.js => devtools/client/netmonitor/src/components/RequestListColumnCause.js
rename : devtools/client/netmonitor/src/components/request-list-column-content-size.js => devtools/client/netmonitor/src/components/RequestListColumnContentSize.js
rename : devtools/client/netmonitor/src/components/request-list-column-cookies.js => devtools/client/netmonitor/src/components/RequestListColumnCookies.js
rename : devtools/client/netmonitor/src/components/request-list-column-domain.js => devtools/client/netmonitor/src/components/RequestListColumnDomain.js
rename : devtools/client/netmonitor/src/components/request-list-column-duration.js => devtools/client/netmonitor/src/components/RequestListColumnDuration.js
rename : devtools/client/netmonitor/src/components/request-list-column-end-time.js => devtools/client/netmonitor/src/components/RequestListColumnEndTime.js
rename : devtools/client/netmonitor/src/components/request-list-column-file.js => devtools/client/netmonitor/src/components/RequestListColumnFile.js
rename : devtools/client/netmonitor/src/components/request-list-column-latency.js => devtools/client/netmonitor/src/components/RequestListColumnLatency.js
rename : devtools/client/netmonitor/src/components/request-list-column-method.js => devtools/client/netmonitor/src/components/RequestListColumnMethod.js
rename : devtools/client/netmonitor/src/components/request-list-column-protocol.js => devtools/client/netmonitor/src/components/RequestListColumnProtocol.js
rename : devtools/client/netmonitor/src/components/request-list-column-remote-ip.js => devtools/client/netmonitor/src/components/RequestListColumnRemoteIp.js
rename : devtools/client/netmonitor/src/components/request-list-column-response-header.js => devtools/client/netmonitor/src/components/RequestListColumnResponseHeader.js
rename : devtools/client/netmonitor/src/components/request-list-column-response-time.js => devtools/client/netmonitor/src/components/RequestListColumnResponseTime.js
rename : devtools/client/netmonitor/src/components/request-list-column-scheme.js => devtools/client/netmonitor/src/components/RequestListColumnScheme.js
rename : devtools/client/netmonitor/src/components/request-list-column-set-cookies.js => devtools/client/netmonitor/src/components/RequestListColumnSetCookies.js
rename : devtools/client/netmonitor/src/components/request-list-column-start-time.js => devtools/client/netmonitor/src/components/RequestListColumnStartTime.js
rename : devtools/client/netmonitor/src/components/request-list-column-status.js => devtools/client/netmonitor/src/components/RequestListColumnStatus.js
rename : devtools/client/netmonitor/src/components/request-list-column-transferred-size.js => devtools/client/netmonitor/src/components/RequestListColumnTransferredSize.js
rename : devtools/client/netmonitor/src/components/request-list-column-type.js => devtools/client/netmonitor/src/components/RequestListColumnType.js
rename : devtools/client/netmonitor/src/components/request-list-column-waterfall.js => devtools/client/netmonitor/src/components/RequestListColumnWaterfall.js
rename : devtools/client/netmonitor/src/components/request-list-content.js => devtools/client/netmonitor/src/components/RequestListContent.js
rename : devtools/client/netmonitor/src/components/request-list-empty-notice.js => devtools/client/netmonitor/src/components/RequestListEmptyNotice.js
rename : devtools/client/netmonitor/src/components/request-list-header.js => devtools/client/netmonitor/src/components/RequestListHeader.js
rename : devtools/client/netmonitor/src/components/request-list-item.js => devtools/client/netmonitor/src/components/RequestListItem.js
rename : devtools/client/netmonitor/src/components/response-panel.js => devtools/client/netmonitor/src/components/ResponsePanel.js
rename : devtools/client/netmonitor/src/components/security-panel.js => devtools/client/netmonitor/src/components/SecurityPanel.js
rename : devtools/client/netmonitor/src/components/source-editor.js => devtools/client/netmonitor/src/components/SourceEditor.js
rename : devtools/client/netmonitor/src/components/stack-trace-panel.js => devtools/client/netmonitor/src/components/StackTracePanel.js
rename : devtools/client/netmonitor/src/components/statistics-panel.js => devtools/client/netmonitor/src/components/StatisticsPanel.js
rename : devtools/client/netmonitor/src/components/status-bar.js => devtools/client/netmonitor/src/components/StatusBar.js
rename : devtools/client/netmonitor/src/components/tabbox-panel.js => devtools/client/netmonitor/src/components/TabboxPanel.js
rename : devtools/client/netmonitor/src/components/timings-panel.js => devtools/client/netmonitor/src/components/TimingsPanel.js
rename : devtools/client/netmonitor/src/components/toolbar.js => devtools/client/netmonitor/src/components/Toolbar.js
2017-10-15 22:46:03 -04:00
Aleksander Gurin
0485f5a283 Bug 1408143 - JSON Viewer: navigable (clickable) links (enhancement proposal). r=Honza 2017-10-12 23:05:46 +03:00
Jason Laster
ebfefa4a4c Bug 1408562 - Update Debugger frontend (10-13). r=jdescottes
MozReview-Commit-ID: 6qEViJ9Z2Nw

--HG--
extra : rebase_source : cc99bd7f7f369588023e3c84e35b5253e4fbb6b5
2017-10-19 11:05:49 +02:00
Brian Grinstead
46fd998eb4 Bug 1408387 - Only run browser_webconsole_view_source.js task in the new debugger r=jmaher
MozReview-Commit-ID: HjzJsTLUD0O

--HG--
extra : rebase_source : 9bb0ef5c9a31fdc171fb594038b5ea1482506e1e
2017-10-19 09:36:33 -07:00
Nicolas Chevobbe
cc3e3b19aa Bug 1408916 - Rename and enable browser_webconsole_autocomplete-properties-with-non-alphanumeric-names.js in the new console frontend; r=bgrins.
MozReview-Commit-ID: DCFWNLGhCSM

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_autocomplete-properties-with-non-alphanumeric-names.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_autocomplete-properties-with-non-alphanumeric-names.js
extra : rebase_source : 9c6a4e51bcfa323105778ccfe8705f71d37e347f
2017-10-19 09:16:39 +02:00
Jan Odvarko
75159e0ad3 Bug 1403927 - Test for HTTPi Params panel; r=nchevobbe
MozReview-Commit-ID: 1DzpCgxlrQg

--HG--
extra : rebase_source : de3a5e16f136d42bfc1197c64c12fc50608bb9b0
2017-10-19 14:53:23 +02:00
Jan Odvarko
17a67c84d7 Bug 1403927 - Fix Params panel in HTTPi; r=nchevobbe
MozReview-Commit-ID: 8KIWYs5sDoG

--HG--
extra : rebase_source : 87d364ab98dca9ffb275fa979050e062a00daf65
2017-10-19 14:49:05 +02:00
Tom Tromey
a018db05a1 Bug 1409606 - use full URL in rule view's source tooltip; r=gl
MozReview-Commit-ID: E704sOJV4wp

--HG--
extra : rebase_source : 64a3ae2a0781e9003235e9dc8d933d0537311c63
2017-10-18 13:03:11 -06:00
Brian Grinstead
25d7f09a0e Bug 1400176 - Prevent extra reflows by resetting html and body to display:block;r=nchevobbe
MozReview-Commit-ID: 38cBYjNgVZo

--HG--
extra : rebase_source : 3aebceafaedfd0fc58f549761c8dab04d1a8fa04
2017-10-18 13:18:48 -07:00
Nicolas Chevobbe
760e1f9ef7 Bug 1409436 - Fix jsterm font-size warning; r=Honza.
The font-size property was trying to retrieve a non existing variable, which
was spamming the terminal with warning messages. Putting the property to
inherit since it was defaulted to that.

MozReview-Commit-ID: nMWUOvOTIt

--HG--
extra : rebase_source : 35b07bccdb7fd2da89957393c01d68268e6b99fe
2017-10-17 17:50:49 +02:00
Nicolas Chevobbe
cde551eee9 Bug 1408915 - Enable and rename browser_webconsole_add_edited_input_to_history.js in the new console frontend; r=Honza.
MozReview-Commit-ID: 41xj6osEFOM

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_add_edited_input_to_history.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_add_edited_input_to_history.js
extra : rebase_source : c088eb951b44fce1f5a17c12e7f1554ff759c913
2017-10-19 08:59:32 +02:00
Nicolas Chevobbe
4d400dcd9d Bug 1404829 - Test the repeat mechanism with different category in mocha;r=Honza.
Also, remove the useless mochitest that was doing the same thing.

MozReview-Commit-ID: AiSXglrcRfa

--HG--
extra : rebase_source : 3d311901937d2d440397e9f5576237ea548a217b
2017-10-18 10:05:20 +02:00
Sebastian Hengst
fea24c0daf merge mozilla-central to autoland. r=merge a=merge
--HG--
extra : rebase_source : 819bdfcc5e3f50cb5a3d8d76ce1f88ceeb0dd5a9
2017-10-17 23:54:52 +02:00
Sebastian Hengst
34714cebde merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 2KL1o3EPUk
2017-10-17 23:52:28 +02:00
Sebastian Hengst
c01c54ce55 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: FppFukd8eis
2017-10-17 23:49:39 +02:00
Ryan VanderMeulen
e8cd5f653b Backed out 5 changesets (bug 1407351) for causing bug 1409395 and breaking nightlies.
Backed out changeset e6ee25ad6a9f (bug 1407351)
Backed out changeset 8e04412824b5 (bug 1407351)
Backed out changeset effeee94316e (bug 1407351)
Backed out changeset a53f34a45f9b (bug 1407351)
Backed out changeset 86a360e12b8a (bug 1407351)
2017-10-17 10:07:55 -04:00
Sebastian Hengst
32f7c8fec3 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 1h3kZyrtqSt
2017-10-17 11:45:16 +02:00
Felipe Gomes
a26b26c9a0 Bug 1407351 - Remove E10S_TESTING_ONLY from devtools. r=gregtatum
E10s is always supported now, so there's no need for the unsupported notice anymore

MozReview-Commit-ID: DtXWa9zCq6w

--HG--
extra : rebase_source : 3e1df72422514d06a264dfb5b7f778d2c26557af
2017-10-17 13:39:59 -02:00
Ryan VanderMeulen
1e72d17cb8 Merge m-c to inbound. a=merge 2017-10-17 10:08:56 -04:00
Dragana Damjanovic
ea3c619848 Bug 1384679 - Fix timing for TFO. r=mcmanus r=honza 2017-10-17 15:28:33 +02:00
Sebastian Hengst
05889a48b5 Backed out changeset 3df6520e217f (bug 1408468) for failing shape highlighter related tests, e.g. xpcshell's devtools/server/tests/unit/test_shapes_highlighter_helpers.js. r=backout
--HG--
extra : amend_source : 7de8f44cf8e6efd015cfd9c21f0a817fdaeaf962
2017-10-17 00:34:11 +02:00
Sebastian Hengst
a32d6e8b12 Backed out changeset d9ab5b748c99 (bug 1408468) 2017-10-17 00:33:53 +02:00
Sebastian Hengst
379eb7d3d6 Backed out changeset a52945a497c8 (bug 1408562) for leak in dt1 job on Linux x64 asan. r=backout on a CLOSED TREE
--HG--
extra : amend_source : de81f48b29a820fb46ace77295911344902ed202
2017-10-17 00:05:09 +02:00
Gabriel Luong
45b8022b6e Bug 1408468 - Part 2: Fix eslint errors in shapes.js and doc_inspector_highlighter_csshapes_iframes.html. r=me CLOSED TREE 2017-10-16 17:38:40 -04:00
Nicolas Chevobbe
3867f9768c Bug 1408845 - Release longString actors;r=bgrins.
MozReview-Commit-ID: H3Z1pp5vgUm

--HG--
extra : rebase_source : 6fa120a8f3c6837f7b7877d5a873bae6790e8b1d
2017-10-16 09:55:50 +02:00
Mike Park
e1f01572eb Bug 1408468 - Shapes highlighter handles for shapes in iframe cannot be clicked outside iframe. r=gl
MozReview-Commit-ID: 3J4J6vM96sj
2017-10-13 13:19:50 -04:00
Julian Descottes
03fe9f57c9 Bug 1406311 - more tests for devtools l10n numbers method;r=ochameau
MozReview-Commit-ID: EwJxfER0qyV

--HG--
extra : rebase_source : e9cb0cbb6bedd29a506f36fe35eb37772a82ce3c
extra : source : 002176cb97a90f1019ae71486d9c19409d5ad2c7
2017-10-06 15:18:32 +02:00
Joel Maher
b5c9bf0e08 Bug 1387827 - Disable 2 devtools tests on coverage builds for frequent timeouts. r=gbrown, a=test-only 2017-10-16 11:42:23 -04:00
Jason Laster
ec2b8dcbf8 Bug 1408562 - Update Debugger frontend (10-13). r=jdescottes
MozReview-Commit-ID: K8MnQctGfsO

--HG--
extra : rebase_source : 19b8644b6be1428f5f91ab8d63939cc8a68f7081
2017-10-16 11:23:12 +02:00
abhinav
395e318aaa Bug 1407552 - Caching L10N values in netmonitor toolbar. r=gasolin
MozReview-Commit-ID: GP20ERnX6xG

--HG--
extra : rebase_source : 90059f0fa6b0f697d36dbaca7fb5ae99e5bdd40f
2017-10-12 01:16:20 +05:30
Pradeep
6c43d57fdc Bug 1407548- Cache L10N values in request-list-empty-notice; r=gasolin
MozReview-Commit-ID: 6V4MNg8LWwS
***
Bug 1407548- Cache L10N values in request-list-empty-notice; r=gasolin

MozReview-Commit-ID: FfojJJ6uBdI

--HG--
extra : rebase_source : d8867d50a9fd5abda02111707fd77d7e799febe0
2017-10-12 16:36:28 +05:30
Sebastian Hengst
87626a0ece merge mozilla-central to autoland. r=merge a=merge 2017-10-14 00:02:17 +02:00
Sebastian Hengst
373bdd8602 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 9adaYBJ4tlo
2017-10-13 23:37:41 +02:00
Gabriel Luong
14c3320daf Bug 1355747 - Disable and remove layout panel promotion code in release 58. r=jdescottes 2017-10-13 10:42:32 -04:00
Sebastian Hengst
97d6d2c4a3 Backed out changeset 508179b0dad5 (bug 1355747) for linting failure at devtools/client/inspector/layout/layout.js:7: 'Services' is assigned a value but never used. r=backout
--HG--
extra : amend_source : 5bb79fd7f5c4d55500536d65ef46d5b60afc9a6c
2017-10-13 17:18:00 +02:00
Gabriel Luong
1227230888 Bug 1355747 - Disable and remove layout panel promotion code in release 58. r=jdescottes 2017-10-13 10:42:32 -04:00