Commit Graph

6253 Commits

Author SHA1 Message Date
Sebastian Hengst
421f12508b Backed out changeset a417d046f2f9 (bug 1005755) 2017-10-16 13:34:10 +02:00
Sebastian Hengst
d3f7dd057e Backed out changeset 99b7794639c8 (bug 1005755) 2017-10-16 13:34:05 +02:00
Sebastian Hengst
4412767f4b Backed out changeset 1d56f718253d (bug 1005755) 2017-10-16 13:33:59 +02:00
Jan Odvarko
cdf4d412a1 Bug 1005755 - Test for pause/stop button; r=nchevobbe
MozReview-Commit-ID: CrAlkLopl9U

--HG--
extra : rebase_source : 18ed0010e5e19f641229111a1108cf0791c641b3
2017-10-16 12:18:25 +02:00
Jan Odvarko
861ac6df85 Bug 1005755 - Update Net logging in the Console; r=nchevobbe
MozReview-Commit-ID: 9FpO4FMBIcC

--HG--
extra : rebase_source : 4575794d29a19c02a9f05d3d50541462e9b21fb7
2017-10-16 12:08:49 +02:00
Jan Odvarko
be8d26f12d Bug 1005755 - Update tests; r=rickychien
MozReview-Commit-ID: Lh34CqJGEkQ

--HG--
extra : rebase_source : 32857dcff0a9bc3126e19cca5319d4c180d67415
2017-10-16 12:08:39 +02:00
Jan Odvarko
bd9a48299c Bug 1005755 - Stop using Connector as a singleton; r=rickychien
MozReview-Commit-ID: KtBcN1JpEk6

--HG--
extra : rebase_source : d74a836fcab1352031528136e45e382a830a9f5e
2017-10-16 12:08:28 +02:00
Jan Odvarko
294ab07530 Bug 1005755 - Introduce pause/resume button; r=rickychien
MozReview-Commit-ID: 3dRhufJweD3

--HG--
extra : rebase_source : e6b4563f005557c650dc88bdbdc7cd4a796768a9
2017-10-16 12:08:10 +02:00
Jan Odvarko
724f0dc529 Bug 1406100 - Test also response body; r=nchevobbe
MozReview-Commit-ID: 9SbfKg7lD98

--HG--
extra : rebase_source : 6205aa1073cd66ed30003297bdb062800ca2e34c
2017-10-14 08:39:31 +02:00
Julian Descottes
64786ee049 Bug 1407426 - add smoke test for debugger in browser content toolbox;r=jlast
This test is a simpler version of the breakpoints test, but runs from the
browser content toolbox. We don't particularly assess that the debugger can
see more sources than the web content sources, but at least this ensures that
the debugger is correctly initialized.

MozReview-Commit-ID: 5rSb7z3HP4F

--HG--
extra : rebase_source : e95c35b0d23a8eb569f89c8e223c71a506030efb
2017-10-10 10:43:32 +02:00
Julian Descottes
b4e038b582 Bug 1407426 - return the toolbox created when opening BrowserContentToolbox;r=jlast
We need to retrieve the toolbox object created in openContentProcessToolbox in order
to use it in tests;

MozReview-Commit-ID: BC8bWaiYAnS

--HG--
extra : rebase_source : 50d135beac736720aebce587d69ea59281152db4
2017-10-10 23:21:20 +02:00
Nicolas Chevobbe
4c8a822b8e Bug 1408321 - Change EvaluationResult message shape to match other messages;r=bgrins.
The parameters property in EvaluationResult message was a plain object,
whereas in other message types, it is an array. This could cause some issues
in the reducer, in particular for releasing actors.
Changing the parameters from object to array gives us a consistent way
of dealing with this property through the console app.
The change required the stubs to be updated, as well as a minor change in the
EvaluationResult component.
A test was added to make sure we do release actors from EvaluationResult messages.

MozReview-Commit-ID: LKQEFqCCw1U

--HG--
extra : rebase_source : 932a339fc440fe98446d586f02e47941b30a1e8d
2017-10-13 11:46:13 +02:00
Nicolas Chevobbe
5668671730 Bug 1404882 - Enable browser_webconsole_No_input_change_and_Tab_key_pressed.js and rename it;r=Honza
This required to add an extra-check to the hasFocus function to make sure
the console document is also focused, since document.activeElement could
still be the jsterm input, even if the focus is on another document.

MozReview-Commit-ID: 72VfES8sXob

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_No_input_change_and_Tab_key_pressed.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_no_input_change_and_tab_key_pressed.js
extra : rebase_source : ab4f454590556c0fa57d4a3cf2e85cbfffd57fb5
2017-10-12 16:56:23 +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
Hiroyuki Ikezoe
a70fdbfb6e Bug 1399314 - Introdue CssLogic.getCSSStyleRules to get style rules for ::before and ::after pseudo elements handy. r=bgrins
For pseudo elements, inIDOMUtils.getCSSStyleRules needs to take the parent
element of the pseudo element and pseudo name. This new function wraps
inIDOMUtils.getCSSStyleRules so that we can get style rules for pseudo elements
handy.

MozReview-Commit-ID: LRQBdiizoL7

--HG--
extra : rebase_source : ca409443da52d25630f52052aabf508ee79a6bd1
2017-10-13 07:19:54 +09:00
Jason Laster
c03ee529f8 Bug 1407840 - Update Debugger frontend (10-12). r=jdescottes
MozReview-Commit-ID: J6xJ6RGbnkZ

--HG--
extra : rebase_source : b7ee8b8b76d80e5e5609c1264ec74bce3e60cd8f
2017-10-13 10:27:47 +02:00
Sebastian Hengst
1c1a5cef77 Merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 5oI3jfNbQVt
2017-10-13 11:12:47 +02:00
Gabriel Luong
2c011f5096 Bug 1406778 - Lazily load the font inspector. r=ochameau 2017-10-12 23:19:29 -04:00
Phil Ringnalda
12ae8e07c1 Backed out changeset bb6f23916cb1 (bug 1406778) for eslint failure
MozReview-Commit-ID: GDreMjtv7yO
2017-10-12 21:02:19 -07:00
Gabriel Luong
d8e3624639 Bug 1406778 - Lazily load the font inspector. r=ochameau 2017-10-12 23:19:29 -04:00
Felipe Gomes
782fcdbd30 Bug 1407351 - Back out to avoid a merge conflict with bug 1406212. I'll reland tomorrow
MozReview-Commit-ID: 612TlR0MgR4
2017-10-12 21:59:18 -03:00
Felipe Gomes
8d67452c0a 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: 6Omdvj6SbaV
2017-10-12 21:44:59 -03:00
Jan Odvarko
7887a7fd5d Bug 1395759 - Properly wait on payload ready in tests; r=nchevobbe
MozReview-Commit-ID: Mvhwoihk53

--HG--
extra : rebase_source : 794cc6387ad0ede48cc52140da6f84aeb06a5187
2017-10-12 13:27:22 +02:00
Jan Odvarko
3777fc65c9 Bug 1395759 - Properly declare request payload as ready; r=nchevobbe
MozReview-Commit-ID: FQJpWYjBWmq

--HG--
extra : rebase_source : 80c3bf2a62adab41a8ec411792daba069ecfd1d8
2017-09-19 09:47:20 +02:00
Oriol Brufau
b8394ce023 Bug 1407026 - Fix CPOW class mistake in the console. r=nchevobbe
MozReview-Commit-ID: 3Mk2kclTReX

--HG--
extra : rebase_source : a52bdf1d1c56f53f6723fe5465958adb81e0cc35
2017-10-10 22:37:29 +02:00
Nicolas Chevobbe
6a7851cf21 Bug 1404843 - Enable and rename browser_jsterm_dollar.js; r=Honza
MozReview-Commit-ID: 81tYed0VL0K

--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_jsterm_dollar.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_dollar.js
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-621644-jsterm-dollar.html => devtools/client/webconsole/new-console-output/test/mochitest/test-jsterm-dollar.html
extra : rebase_source : 1e71c7882cf8aa956c1733e08861dc05b2a6baa6
2017-10-11 16:52:01 +02:00
J. Ryan Stinnett
88c55f4a2c Bug 1342549 - Trim RDM DPR to ~3 decimal places. r=gl
MozReview-Commit-ID: 9xRV2OvOtuW

--HG--
extra : rebase_source : 784107362e89bfc3e19f3a5e6367e563d8b74f81
2017-10-05 22:30:03 -07:00
abhinav
bc9ef2d072 Bug 1406312 - Lazy loading of tooltip text on hover in Waterfall Timing boxes. r=gasolin
MozReview-Commit-ID: 5y4EPkpqcBr

--HG--
extra : rebase_source : 174fcf52494b1dc16e85855ee2a0fabbf22e49ea
2017-10-09 13:10:47 +05:30
Sebastian Hengst
f04f6bdf66 Backed out changeset 2f3dd84d4d22 (bug 1407178) for frequently failing enabled test. r=backout 2017-10-11 17:13:07 +02:00
Nicolas Chevobbe
355174b048 Bug 1407178 - Enable browser_webconsole_certificate_messages.js in the new console; r=Honza.
MozReview-Commit-ID: GHSJAnkj6Pv

--HG--
extra : rebase_source : ce6ebf41de862771a719eafd93368f1dfcbed4ad
2017-10-10 11:04:57 +02:00
Sebastian Hengst
ed86a2c11f merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: AgDEPuT8DNK
2017-10-11 11:41:04 +02:00
Sebastian Hengst
044775ad49 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-11 00:01:28 +02:00
Pradeep
237c13489c Bug 1404130- Cache L10N values in status bar; r=gasolin
MozReview-Commit-ID: 23sm6hux6mf
***
Bug 1404130- Cache L10N values in status bar; r=gasolin

MozReview-Commit-ID: ECs1Td12ajW

--HG--
extra : rebase_source : 20cf9ef88cad04555b970d5316c3e58d02d6fbbd
2017-10-09 20:21:37 +05:30
Jason Laster
3cb6f71dec Bug 1406551 - Update Debugger frontend (10-8). r=jdescottes
MozReview-Commit-ID: GRBFwFsL8Cs

--HG--
extra : rebase_source : e2504eccc3915ec4de469157ea9b6a699956aa1a
2017-10-10 10:31:00 -04:00
Simon Sapin
f23c797cc7 Bug 1378861 - Update test expectations for Servo PR #18808 r=emilio
Note: `cssMessages.js` changes were generated by running
`mach test devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/browser_webconsole_update_stubs_css_message.js`

MozReview-Commit-ID: 4UHmHcC5eWm

--HG--
extra : rebase_source : 9ff1f1966f46968865084a24a00dd3a69b52e73b
2017-10-06 15:41:57 +02:00
Tom Tromey
0892e733f3 Bug 1407230 - Don't set devtools.debugger.client-source-maps-enabled pref; r=jdescottes
This removes the last spot that sets the obsolete
devtools.debugger.client-source-maps-enabled pref.  Note that the
definition of the pref remains; it will be deleted upstream once this
lands, and then removed from M-C by the next debugger bundle landing.

MozReview-Commit-ID: DTd2iDJI1y0

--HG--
extra : rebase_source : f7ac30f2ef707c11ad3d717ea49d13e1e883bd95
2017-10-10 07:35:49 -06:00
Julian Descottes
18b14bf9ff Bug 1407322 - use currentColor for selected stylesheet icon in styleeditor;r=ntim
MozReview-Commit-ID: HysqhWk4y4G

--HG--
extra : rebase_source : d1a9416336dc53e05890c11e95a73c77e8450696
2017-10-10 19:44:27 +02:00
Sebastian Hengst
5171c16eb0 Backed out changeset 804b3282f778 (bug 1407026) for failing devtools/client/webconsole/test/browser_console.js on Windows 7 debug without e10s. r=backout
--HG--
extra : amend_source : 969438fbe7623611a02be5d05fa776269bbd7adc
2017-10-10 19:11:17 +02:00
Miguel Useche
da46f0c3cf Bug 1402391 - CamelCase all React component files in \devtools\client\responsive.html\src\components\. r=jdescottes
MozReview-Commit-ID: Am14gw4EugN

--HG--
rename : devtools/client/responsive.html/components/browser.js => devtools/client/responsive.html/components/Browser.js
rename : devtools/client/responsive.html/components/device-adder.js => devtools/client/responsive.html/components/DeviceAdder.js
rename : devtools/client/responsive.html/components/device-modal.js => devtools/client/responsive.html/components/DeviceModal.js
rename : devtools/client/responsive.html/components/device-selector.js => devtools/client/responsive.html/components/DeviceSelector.js
rename : devtools/client/responsive.html/components/dpr-selector.js => devtools/client/responsive.html/components/DprSelector.js
rename : devtools/client/responsive.html/components/global-toolbar.js => devtools/client/responsive.html/components/GlobalToolbar.js
rename : devtools/client/responsive.html/components/network-throttling-selector.js => devtools/client/responsive.html/components/NetworkThrottlingSelector.js
rename : devtools/client/responsive.html/components/resizable-viewport.js => devtools/client/responsive.html/components/ResizableViewport.js
rename : devtools/client/responsive.html/components/viewport.js => devtools/client/responsive.html/components/Viewport.js
rename : devtools/client/responsive.html/components/viewport-dimension.js => devtools/client/responsive.html/components/ViewportDimension.js
rename : devtools/client/responsive.html/components/viewport-toolbar.js => devtools/client/responsive.html/components/ViewportToolbar.js
rename : devtools/client/responsive.html/components/viewports.js => devtools/client/responsive.html/components/Viewports.js
extra : rebase_source : cc84e61c907200af8e99c5b59cb6d705270305c8
extra : amend_source : 5f0bc9ca7d1abb107d451d57d0c76291340f8fc8
2017-10-09 22:56:20 -04:00
Julian Descottes
38de8f751a Bug 1407077 - remove background color for highlighted devtools tabs;r=gl
MozReview-Commit-ID: 7r2tCtFiTuA

--HG--
extra : rebase_source : 500e836f9415ef60501e76452af531f56b532f0b
2017-10-10 01:05:35 +02:00
Julian Descottes
5459fdb30e Bug 1407077 - use photon colors for highlighted devtools toolbar icons;r=gl
MozReview-Commit-ID: LCEArSoizyk

--HG--
extra : rebase_source : 944a57f9aa0c3ebec7e2f7d8f9c66f9c22ce36af
2017-10-05 17:07:24 +02:00
Patrick Brosset
3705a46373 Bug 1402389 - CamelCase all React components oin devtools/client/memory/components; r=ystartsev+600802
MozReview-Commit-ID: 7xYrykIkLIv

--HG--
rename : devtools/client/memory/components/census.js => devtools/client/memory/components/Census.js
rename : devtools/client/memory/components/census-header.js => devtools/client/memory/components/CensusHeader.js
rename : devtools/client/memory/components/census-tree-item.js => devtools/client/memory/components/CensusTreeItem.js
rename : devtools/client/memory/components/dominator-tree.js => devtools/client/memory/components/DominatorTree.js
rename : devtools/client/memory/components/dominator-tree-header.js => devtools/client/memory/components/DominatorTreeHeader.js
rename : devtools/client/memory/components/dominator-tree-item.js => devtools/client/memory/components/DominatorTreeItem.js
rename : devtools/client/memory/components/heap.js => devtools/client/memory/components/Heap.js
rename : devtools/client/memory/components/individuals.js => devtools/client/memory/components/Individuals.js
rename : devtools/client/memory/components/individuals-header.js => devtools/client/memory/components/IndividualsHeader.js
rename : devtools/client/memory/components/list.js => devtools/client/memory/components/List.js
rename : devtools/client/memory/components/shortest-paths.js => devtools/client/memory/components/ShortestPaths.js
rename : devtools/client/memory/components/snapshot-list-item.js => devtools/client/memory/components/SnapshotListItem.js
rename : devtools/client/memory/components/toolbar.js => devtools/client/memory/components/Toolbar.js
rename : devtools/client/memory/components/tree-map.js => devtools/client/memory/components/TreeMap.js
extra : rebase_source : 03964042473cbad89e83578b9dcf664f1b2f99ea
2017-10-09 11:05:34 +02:00
Oriol Brufau
5a9cffd40a Bug 1407026 - Fix CPOW class mistake in the console. r=nchevobbe
MozReview-Commit-ID: LDmbQEuU3JE

--HG--
extra : rebase_source : c1293c2780a22953a8783795a82d4db2e1b34540
2017-10-09 22:03:18 +02:00
abhinav
f0c8fb3d09 Bug 1168092 - Introduce defaultIncrement property in InplaceEditor so that css properties like opacity can increment by 0.1 instead of 1. r=jdescottes
MozReview-Commit-ID: KvCJ1HCQxIJ

--HG--
extra : rebase_source : 9688ebdd443944781cff30deed0e682ec27f790c
2017-10-06 00:18:05 +05:30