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

1115 Коммитов

Автор SHA1 Сообщение Дата
Mantaroh Yoshinaga 90bed0a752 Bug 1456056 - Part 3. Use the grid layout to a toolbar in order to display only the chevron button and the controls element if devtool's width is narrow. r=jdescottes,nchevobbe
This patch will apply the grid layout to the toolbar.
If devtools's width is narrow, we expected that devtool display chevron and the
controls elements only(i.e. chevron and meatball and close button).
In order to display these button, a wrapper of toolbar will use grid layout.

Basically, this patch define grid columns as follow:

------------------------------------------------
| Picker |  tooltabs  |  commands |   controls  |
|  auto  | 26px ~ 1fr |    auto   |  max-content|
------------------------------------------------

We can disable the picker and command buttons, in this case, a toolbar will
stretch the tooltabs width by using grid-column-start/end.

MozReview-Commit-ID: ByY2qt2xhAg

--HG--
extra : rebase_source : c86b30acbfc32172eceea365e84ed03d717d5345
2018-05-31 10:25:29 +09:00
Gurzau Raul 40248cf1c1 Backed out changeset 53a3726088f5 (bug 1464336) for failures on /inspector/fonts/test/browser_fontinspector_reveal-in-page.js on a CLOSED TREE 2018-05-30 13:19:07 +03:00
Nicolas Chevobbe 6a3954e6e8 Bug 983473 - Put a CodeMirror instance in JsTerm; r=bgrins.
This is only about adding an editor in the JsTerm and making
sure we can still execute input strings.
The styles should stay the same, except that now we don't have
to do the computation for the input height, since they're already
done in CodeMirror. In-line style, history navigation and
autocompletion will be handled in separate bugs.
The creation of the editor might be done outside of the JsTerm in
the future so we can re-use it to syntax highlight Evaluation input
in the output; but not in this bug since it would need to move
jsterm.execute as well.

MozReview-Commit-ID: 75TmF055mkp

--HG--
extra : rebase_source : ec7edb17ffb13c757ed51e03a1174399ea2bcbde
2018-05-21 10:38:47 +02:00
Razvan Caliman 47ca9cafec Bug 1464336 - Font Editor: Show font family AND font name in editor and overview. r=pbro
- Show font family name as prominent identifier.
- Show font name underneath family in a smaller type.
- Update test to match correct strings.

MozReview-Commit-ID: AzhdirGXHJk

--HG--
extra : rebase_source : 2985add2ba84b1abc9aac2d347d53ba43fdf5d84
2018-05-28 11:14:12 +02:00
Mantaroh Yoshinaga a1dd0621ff Bug 1464265 - Apply photon icon fill to close button of webconsole. r=nchevobbe
Webconsole has two close buttons. (split console and sidebar)
This patch will apply photon icon color fill to these buttons.

MozReview-Commit-ID: EWYxQrHFhJ6

--HG--
extra : rebase_source : 5ef87b48b2e856343fafc492c9c97d80f21977e1
2018-05-25 10:15:28 +09:00
Daisuke Akatsuka 31b374ffcb Bug 1463722: Set outline: none; to root element of animation inspector. r=gl
MozReview-Commit-ID: 2FJiBBcReAF

--HG--
extra : rebase_source : b1e3b268cefde4e9f3fb3038bb4a311f32d757b2
2018-05-24 15:02:12 +09:00
Daisuke Akatsuka 18f4dad11c Bug 1463355: Remove right margin/padding from split console close button in case of the platform is not 'mac'. r=nchevobbe
MozReview-Commit-ID: DB8yM4Ce5TS

--HG--
extra : rebase_source : b52f77ede07db656871714a1541d0d6bb95ddc9c
2018-05-23 16:43:54 +09:00
Nicolas Chevobbe 4dd12eb957 Bug 1461907 - Set sidebar arrows the same colors as in the console output; r=Honza.
MozReview-Commit-ID: 3tuBPN6mPDI

--HG--
extra : rebase_source : 7dece6c7694373f119135b672aa7ad8838c7c345
2018-05-21 12:17:51 +02:00
Razvan Caliman 6838bf9157 Bug 1463055 - Font Editor: remove toggle from rule view and associated logic. r=pbro
MozReview-Commit-ID: JlH1oUh5jaN

--HG--
extra : rebase_source : fe48bebad1c8bbb649d0a1d9db0bd1864775d3c6
2018-05-21 09:44:11 +02:00
Andreea Pavel a8b6f5c456 Backed out 4 changesets (bug 1463055) for failing devtools at browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
Backed out changeset 767352c4858e (bug 1463055)
Backed out changeset 59dd330ceb81 (bug 1463055)
Backed out changeset 52b3ed8fa57d (bug 1463055)
Backed out changeset 125efe55befb (bug 1463055)
2018-05-21 19:08:59 +03:00
Razvan Caliman 9e19f6b4fa Bug 1463055 - Font Editor: remove toggle from rule view and associated logic. r=pbro
MozReview-Commit-ID: JlH1oUh5jaN

--HG--
extra : rebase_source : dbbed174a4bbbe66dff4f24e2decccbbedb52730
2018-05-21 09:44:11 +02:00
Mantaroh Yoshinaga 2eb1b6cef6 Bug 1444302 - Part 2. Make the filtered message element of the split console to be displayed in a new line when devtool width is narrow. r=nchevobbe
Previous part 1 patch will display close button on the right of a primary
element of filter bar. However, a filtered message element will display in the
right of a close button.

So this patch will make the filtered message element to be displayed in a new
line if devtools width is narrow. This patch uses "media query" as the trigger
of replacement, this media query width size is based on Greek language string
since a localized string of this filtered message is longer than other localized
strings.

MozReview-Commit-ID: Ledhrw5I4S5

--HG--
extra : rebase_source : fdf4e6af594f7912f456b8fe7660819d30315cdf
2018-05-18 16:18:15 +09:00
Mantaroh Yoshinaga 736eae6d6d Bug 1444302 - Part 1. Add the close button into the split console. r=nchevobbe
This patch will display the button of closing split console. The FilterBar
should display this close button if target is split console.

MozReview-Commit-ID: 29VjaqHdh2S

--HG--
extra : rebase_source : 443cfb99f8a7454273b058c9614a0906c38681a7
2018-04-02 16:10:53 +09:00
Razvan Caliman 68d7eca9b0 Bug 1462385 - Add styling to Italic toggle in Font Editor. r=pbro
MozReview-Commit-ID: 5NdCmsGpK0v

--HG--
extra : rebase_source : 1337285093938933bbacda1a78062628138ed1f1
2018-05-17 18:24:16 +02:00
Razvan Caliman 31465023e6 Bug 1462385 - Add notches to Weight slider in Font Editor. r=pbro
MozReview-Commit-ID: 5A3zmsQFaLS

--HG--
extra : rebase_source : 65d1a03e22834560c31cbfc55f1665dbc58679d2
2018-05-16 20:15:05 +02:00
Patrick Brosset e5e709834d Bug 1459142 - Flow the color swatch after the grid item text in the layout panel; r=gl
MozReview-Commit-ID: 5HJJvoSToYI

--HG--
extra : rebase_source : f3951acf168e26bbda0ff0b3c6fda701a89a05d2
2018-05-17 17:20:32 +02:00
Alexandre Poirot 565697cebc Bug 1461970 - Remove html and css files related to gcli. r=jryans
MozReview-Commit-ID: CkwBFZq8QVX

--HG--
extra : rebase_source : 10bb6beb47a3afaee8cfba66b33cda83c030aff2
2018-03-21 10:03:22 -07:00
Razvan Caliman ea708528bd Bug 1450695: Add support for editing CSS font properties for non-variable fonts. r=gl
MozReview-Commit-ID: 6WWJEaSBbzm

--HG--
extra : rebase_source : 07eea241fefdd88b55b017dd0f3a6a069a942511
2018-05-09 17:04:18 +02:00
Razvan Caliman a5a17aadf2 Bug 1450695: Generalize FontAxis into FontPropertyValue for reuse with non-variable fonts. r=gl
- Add Redux setup for storing CSS font property values
- Refactor FontAxis component into generalized FontPropertyValue to
support values with units.
- Generalized CSS selectors to apply to UI other than for font axes

MozReview-Commit-ID: 52LAmhfyxuV

--HG--
extra : rebase_source : c5cc4b1b781a0106213182e164250bc4322c44d3
2018-05-08 14:22:03 +02:00
Jan Odvarko 82e30fd3aa Bug 1458092 - Netmonitor - minor visual tweaks to new toolbar; r=davidwalsh
MozReview-Commit-ID: L7tiqvoQCL5

--HG--
extra : rebase_source : dac40933d6e0f4b3f2db7e798c303b9f797d6695
2018-05-03 16:34:13 +02:00
Ciure Andrei 3a5c693e28 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-05-04 00:54:35 +03:00
Gabriel Luong 787fcb84ea Bug 1446944 - Provide onboarding tooltip for the 3 pane inspector feature. r=jdescottes, flod 2018-05-03 13:55:54 -04:00
Jan Odvarko 3501c6ba27 Bug 1429296 - Show MDN link of filter properties when hover the filterbox; r=davidwalsh
MozReview-Commit-ID: H3xmQ95DbiF

--HG--
rename : devtools/client/netmonitor/src/assets/styles/MdnLink.css => devtools/client/shared/components/MdnLink.css
rename : devtools/client/netmonitor/src/components/MdnLink.js => devtools/client/shared/components/MdnLink.js
extra : rebase_source : d11cc6da4d27e89710868d81ea2fe8390c576b08
2018-04-30 14:58:26 +02:00
Nicolas Chevobbe d63d487c3f Bug 1455645 - Ensure we don't show an horizontal scrollbar in the console; r=bgrins.
Switching the body to a grid and adding some constraints seems
to do nicely the trick.
This was tested with the STR in this bug as well as with repeatable
messages and plain messages.

MozReview-Commit-ID: GI1tugaomFv

--HG--
extra : rebase_source : 73a5377575a6c529224bdf032f17547287853895
2018-04-27 16:17:27 +02:00
Julian Descottes 633d168bde Bug 1454888 - Autocomplete postLabel overlaps with the scrollbar of the suggestions popup. r=jdescottes
MozReview-Commit-ID: FpfqEvdYg3z
2018-05-01 23:45:03 +02:00
Gabriel Luong 047a8388d4 Bug 1452206 - Tweak spacing and alignment of items in the Inspector Layout panel. r=jdescottes 2018-04-30 11:24:04 -04:00
Gabriel Luong 895e5c6a92 Bug 1453529 - Update box model diagram in dark theme with new darker colors. r=jdescottes 2018-04-30 11:22:09 -04:00
Daisuke Akatsuka aca0528d53 Bug 1453010 - Part 1: Lock highlighted element by clicking on the inspect icon in AnimationTarget component. r=gl
MozReview-Commit-ID: 1FzOpsVLiwX

--HG--
extra : rebase_source : 22d48ea3c2d622884eef99444dd905f3c12ff548
2018-04-27 15:19:40 +09:00
Razvan Caliman 5946ba102a Bug 1435370 - Replace shape editor icon. r=pbro
MozReview-Commit-ID: HwDJKAgnnzk

--HG--
extra : rebase_source : 4d39e67fe3e334a56531ce5921a2de31d25b0bc8
2018-04-26 14:26:55 +02:00
Razvan Caliman 1c17bec4b8 Bug 1455335 - Extract font name and origin into reusable component. r=gl
- Extract font name and origin (URL + copy URL) into FontMeta component.
- Reuse FontMeta in font overview and font editor.
- Tweak CSS for improved spacing and flex-grow behaviour.

MozReview-Commit-ID: 4W2E48r8Yps

--HG--
extra : rebase_source : 5159468f943cb505fd1ca9aeb50954fbb690af07
2018-04-20 17:52:08 +02:00
Nicolas Chevobbe 819e227c2d Bug 1456061 - Remove lambda chars in front of the frame function name; r=Honza.
This is confusing for some people and does not bring
much value. Let's remove it both in the frame component
and in the Error rep stacktrace.

MozReview-Commit-ID: Jy1jEJG4pRa

--HG--
extra : rebase_source : ee266d2c26be9733d9ec6dbddcb8e61a256bf9c5
2018-04-25 17:30:56 +02:00
Brian Birtles c0e85bb1d3 Bug 1455589 - Drop margin at right end of DevTools toolbox toolbar on non-Mac platforms; r=jryans
This margin only appears to be needed on Mac hence this patch makes the setting
apply only on OSX. It also switches to using logical properties so that the
margin appears in the correct place in RTL builds.

MozReview-Commit-ID: Chp1HJcretg

--HG--
extra : rebase_source : ef16f6175628be864b002ddf8d3a318570e39942
2018-04-24 14:41:44 +09:00
Razvan Caliman 17323e1e56 Bug 1435370 - Replace shape editor icon. r=pbro
MozReview-Commit-ID: B3XQrtwacF9

--HG--
extra : rebase_source : fc8f0c5fe82bb274c011aac89e75b6124802f791
2018-04-25 12:46:58 +02:00
Mantaroh Yoshinaga 42e8c39e36 Bug 1455487 - Rotate the chevron icon 180 degree when RTL. r=jdescottes
If the browser ui direction is RTL, this patch will rotate the chevron menu
icon of devtool 180 degree.

MozReview-Commit-ID: 72vLKnF1FkF

--HG--
extra : rebase_source : f7905e66da57eaba5e03e850f6305a3d4ed534f5
2018-04-24 17:04:57 +09:00
Ciure Andrei 33e644e1da Merge inbound to mozilla-central. a=merge 2018-04-24 04:14:21 +03:00
Daisuke Akatsuka 9f38b4533c Bug 1453294: Reduce devtools min-width when docked to side. r=jdescottes
MozReview-Commit-ID: 19NWuivvY1k

--HG--
extra : rebase_source : bb66443ba9f35c04dd58a28d4b6100067fc1a585
2018-04-23 14:39:20 +09:00
Jason Laster a8ddb25f47 Bug 1455887 - Update Debugger Frontend v43. r=jdescottes
MozReview-Commit-ID: EI8UAJgHRwW

--HG--
extra : rebase_source : b7e9fc2dc41dad8187b53294c73bf67c37946873
2018-04-22 18:16:17 +02:00
Razvan Caliman d265ff3a16 Bug 1449893 - Implementation for managing variation instances. r=gl
MozReview-Commit-ID: DoJig5FAMQn
2018-04-20 05:13:00 +03:00
Jason Laster 85bba01ca2 Bug 1455345 - Update Debugger Frontend v42. r=jdescottes 2018-04-21 07:49:05 -04:00
Julian Descottes 20d06fef31 Bug 1445197 - part 2: Add a temporary icon for the application panel;r=sole
Basic icon to display something while we wait for a better icon to replace
it.

MozReview-Commit-ID: 2BT6jqLrd95

--HG--
extra : rebase_source : f51e5dff37694442becd83341fca03a94f5ccc15
2018-03-21 11:40:56 +01:00
Daisuke Akatsuka a1056f191a Bug 1226272 - Part 4: Change the style which is for while dragging. r=jdescottes
MozReview-Commit-ID: 1JQ0bix8eZ

--HG--
extra : rebase_source : 24d2f411dd47382dac6897f1969d7632a496e13a
2018-04-19 18:48:58 +09:00
Daisuke Akatsuka 740415b61d Bug 1226272 - Part 1: Make devtools tab draggable and reorderable. r=jdescottes
MozReview-Commit-ID: 3EdbVvG69H8

--HG--
extra : rebase_source : 544d099fa8634cc82da8541d9ffe3544c8cc9569
2018-04-19 18:41:56 +09:00
Noemi Erli 875e5ed0a1 Merge inbound to mozilla-central. a=merge 2018-04-19 12:53:30 +03:00
Mantaroh Yoshinaga 80d5fe7c55 Bug 1444793 - Make focus style of tool tab to be same as hover style. r=nchevobbe
This patch removed the border and outline from focus style of tool tab and make
its style to be same as hover styles.

MozReview-Commit-ID: KD97vYiyUX2

--HG--
extra : rebase_source : 83fd2d5b743ac8488c711e98e316a39e9c8be30f
2018-04-18 17:37:48 +09:00
Ciure Andrei 319ba4c0d1 Backed out 4 changesets (bug 1445197)for ESlint failure, on a CLOSED TREE a=backout
Backed out changeset 422bbd33b4e3 (bug 1445197)
Backed out changeset 086638cc851c (bug 1445197)
Backed out changeset 11f5214dc193 (bug 1445197)
Backed out changeset eae47509bc27 (bug 1445197)
2018-04-18 23:50:12 +03:00
Julian Descottes ee4dd8bd2a Bug 1445197 - part 2: Add a temporary icon for the application panel;r=sole
Basic icon to display something while we wait for a better icon to replace
it.

MozReview-Commit-ID: 2BT6jqLrd95

--HG--
extra : rebase_source : a8d725f2f1bd49fdb2c2418b19baa0ac3b54afd0
2018-03-21 11:40:56 +01:00
Andreea Pavel f970070b39 Backed out 4 changesets (bug 1445197) for failing mochitest devtools on multiple files e.g. devtools/client/aboutdebugging/test/browser_service_workers.js on a CLOSED TREE
Backed out changeset 4b6f77cfd686 (bug 1445197)
Backed out changeset ba9ffea6d216 (bug 1445197)
Backed out changeset a0345830e1cf (bug 1445197)
Backed out changeset 3e9acd2c8bd3 (bug 1445197)
2018-04-18 20:19:34 +03:00
Julian Descottes fabe2dcb6f Bug 1445197 - part 2: Add a temporary icon for the application panel;r=sole
Basic icon to display something while we wait for a better icon to replace
it.

MozReview-Commit-ID: 2BT6jqLrd95

--HG--
extra : rebase_source : a8d725f2f1bd49fdb2c2418b19baa0ac3b54afd0
2018-03-21 11:40:56 +01:00
Greg Tatum 1e70fb391f Bug 1454061 - Introduce redux to performance recording panel; r=julienw
MozReview-Commit-ID: 1jdAAo1Kb21

--HG--
rename : devtools/client/performance-new/components/PerfSettings.js => devtools/client/performance-new/components/Settings.js
extra : rebase_source : 8670fd718c05491dfb769a1da49c4941c2a7c7ef
2018-04-13 15:29:34 -05:00
Brian Grinstead 8241bb2431 Bug 1454012 - Part 3 - Remove CSS that was used only for the old webconsole frontend;r=nchevobbe
MozReview-Commit-ID: 6o4xxzzWX5z

--HG--
extra : rebase_source : 240b49b2d126919bea5119ba26e59139cd5e4aeb
2018-04-16 10:38:14 -07:00