Commit Graph

416 Commits

Author SHA1 Message Date
Jan Odvarko
42d6998ea0 Bug 1259819 - HTML Sidebar component. r=pbro 2016-07-15 09:59:21 +02:00
Wes Kocher
6672e5c1f9 Backed out changeset 453c308dcab1 (bug 1259819) for devtools bustage CLOSED TREE 2016-07-14 12:54:41 -07:00
Tim Nguyen
0fba68f1dc Bug 1286872 - followup: move back --tool-options-image to toolbars.css to avoid disappearing icons. r=me
MozReview-Commit-ID: 8PKDa7BO5v4
2016-07-14 19:29:27 +02:00
Ruturaj Vartak
cb9820838f Bug 1285747 - Replace magnifying-glass-*.png with search.svg r=ntim
MozReview-Commit-ID: 8Mpolesv2XU
2016-07-13 21:53:00 +02:00
Jan Odvarko
dbf7715579 Bug 1259819 - HTML Sidebar component; r=pbro
MozReview-Commit-ID: ABPOx2gRZpb
2016-07-14 13:26:02 +02:00
Tim Nguyen
03791602e6 Bug 1286872 - followup: move some leftover command-button styles to toolbox.css. r=me
MozReview-Commit-ID: DonbdYPHGVs
2016-07-14 18:53:20 +02:00
Tim Nguyen
69fefc241d Bug 1286872 - Split out toolbox styles from toolbars.css. r=bgrins
MozReview-Commit-ID: 9AFP1nC8in6
2016-07-14 18:26:28 +02:00
Julian Descottes
f5eec4fa1e Bug 1285540 - HTML Tooltip: always use LTR direction to position arrow;r=bgrins
MozReview-Commit-ID: EGMCAZBu1x5

--HG--
extra : rebase_source : cfdcb0287724176165e7cd4b8bdcea8c61503f30
2016-07-13 18:52:51 +02:00
Ricky Chien
47316715df Bug 1229340 - Move animation inspector scrollbar to timeline container r=pbro
MozReview-Commit-ID: DT37WGBXTiS

--HG--
extra : transplant_source : %86F%D2%2C%17n%B9K%5D%06%9FMjZ%B5%20%06%87%F1%E8
2016-05-27 18:01:19 +08:00
Ricky Chien
c68666cebd Bug 1280791 - Don't apply min-width to the command-button-frames checkbox in firebug theme r=Honza
MozReview-Commit-ID: 1BrYfWKqwsP
2016-07-08 16:44:21 +08:00
Wes Kocher
9f14454fd8 Backed out changeset a097b61f5810 (bug 1247729) for timeouts in browser_layout_update-after-reload.js a=backout 2016-07-13 14:26:06 -07:00
"Helen V. Holmes"
a69c6d47a0 Bug 1247331: Make import snapshot an icon,r=ntim
MozReview-Commit-ID: 4p73KYag0sT
2016-07-12 20:26:00 +02:00
"Helen V. Holmes"
1f0ac93255 Bug 1260523, pixelsnap more toolbar icons and use thin style, r=ntim
MozReview-Commit-ID: 5jOCtKVuhSR
2016-07-13 10:42:00 +02:00
Gabriel Luong
5b057c4044 Bug 1247729 - Move the box model panel into the computed styles panel r=jdescottes 2016-07-13 12:20:57 -07:00
Nancy Pang
6c2a980a72 Bug 1273211 - Add side panel enter and return controls, added keyboard space selection for controls in netmonitor and console key. r=pbro
MozReview-Commit-ID: HGGTeshLBDs

--HG--
extra : transplant_source : e%0A%19%0B%96%8F%11%8B%E8%3A%DA%7B%06%C0n%9C%09-TU
2016-07-12 14:10:57 -04:00
Julian Descottes
6dbdb73654 Bug 1285206 - Use type=arrow for xul panel wrapper in HTMLTooltip;r=bgrins
MozReview-Commit-ID: I1DCXbl05b6

--HG--
extra : rebase_source : cda1c15be67a09fb4be3a11f8b2967de031eb122
2016-07-12 17:24:53 +02:00
Julian Descottes
5330514c42 Bug 1284461 - HTMLTooltip: use variable height only if height==Infinity;r=bgrins
MozReview-Commit-ID: LTraHLeEEp4
2016-07-05 14:35:15 +02:00
Ricky Chien
f8e036af7c Bug 1285455 - Firebug theme - element-picker button is too tall in Animation Inspector. r=Honza
MozReview-Commit-ID: EDmgDU2vJ3V

--HG--
extra : transplant_source : %CA%81w%BD%00G%89%C4%B7%D7%87%0AhtM%16%90T%8C%D1
2016-07-11 16:40:14 +08:00
Alexandre Poirot
c660dc1021 Bug 1267414 - Convert color picker, cubic bezier and filter widgets to HTML Tooltip. r=jdescottes
--HG--
rename : devtools/client/themes/spectrum.css => devtools/client/shared/widgets/spectrum.css
2016-07-11 01:26:02 -07:00
Julian Descottes
d03c3018a5 Bug 1266456 - part9: use HTMLTooltip for autocomplete-popup;r=bgrins
Modify the devtools autocomplete-popup to rely on a HTMLTooltip instance
instead of a XUL panel.

Other than the straightforward migration to HTML, the main difference with
the new implementation is that the richlistbox has now been replace with a
simple HTML list element. The former XUL widget used to be able to take the
focus from the input it was linked to.

This is no longer the case. Most autocomplete users were always keeping the
focus in the input, except for the inspector-search, which was moving the
focus back and forth between the input and the autocomplete's richlistbox.
Now the focus is always in the input. A practical example to illustrate how
this changes the UX: before when the user had the focus on the first element
of the list, pressing "DOWN" would keep the element selected but visually move
the focus in the input. Now the selection simply cycles to the next item.

Even though this introduces a difference in behaviour compared to the previous
implementation, it makes the inspector search UX consistent with the other
autocomplete widgets used in devtools.

Another difference is about the display for the inspector-search. The position
of the autocomplete popup used to be above the input. This is now impossible to
achieve because the search input is at the top of the toolbox and the HTML tooltip
can not exceed the limits of the toolbox.

For this #2 issue, either we manage to use XUL panel wrappers, in which case, the
autocomplete will be displayed as it used to. Or we can invert the order in which
items are inserted and explicitly ask for the autocomplete to be displayed below the
input. I prefered not to change this here in order to make the code change easier to
understand, but it should be addressed in a follow-up.

MozReview-Commit-ID: jH9aXm9Jvz

--HG--
extra : rebase_source : 57267be0d214ed807f3152838c4123400ab7b7e3
2016-07-07 16:32:42 +02:00
Julian Descottes
74d5a93a8f Bug 1266456 - part8: move HTML search autocomplete css to tooltips.css;r=bgrins
MozReview-Commit-ID: 56QVG5IPS97

--HG--
extra : rebase_source : 5e04aacd9d441ed19115805b7d4a7aff77816c2e
2016-06-20 15:18:47 +02:00
Tim Nguyen
f332c75bae Bug 1283998 - Fix Fonts panel 'Show all' position on RTL locales. r=bgrins
MozReview-Commit-ID: 3VupMtAhcbD
2016-07-09 10:29:31 +02:00
Ruturaj
6a39600b18 Bug 1253195 - Separate filter and search boxes visually, and make the text styling consistent. r=ntim
MozReview-Commit-ID: 1KZQA9X44Qi
2016-07-08 23:03:00 +02:00
Ian Moody
327e597570 Bug 1260297 - Force LTR direction for the eydropper color value so the # character doesn't move depending on colour in RTL locales. r=jryans
MozReview-Commit-ID: 3T5kjXB3i8d

--HG--
extra : transplant_source : Gx%20%7FZ%06%93k%EF%D0%C9%C8%A7%0F%9Du9%8E%5E%B6
2016-07-02 22:49:52 +01:00
Julian Descottes
7302908ebc Bug 1284851 - fix HTMLTooltip capturing events on invisible arrow container;r=bgrins
MozReview-Commit-ID: Ik85IPt7BIB

--HG--
extra : rebase_source : 011c428d3fd66410f599570af28e8a894e7ecf80
2016-07-06 22:03:57 +02:00
Julian Descottes
3aa417586a Bug 1267403 - HTMLTooltip: add useXulWrapper option when displayed in a XUL document;r=ochameau
The HTMLTooltip supports an additional configuration parameter "useXulWrapper".
When set to true, if the tooltip is displayed in a XUL document, a XUL panel
will be used as an additional container for the tooltip.

This allows the tooltip to be displayed anywhere on the screen and can be
useful when displayed in small toolboxes.

MozReview-Commit-ID: 63kv4vAeW5R

--HG--
extra : source : fc4d902ff01ee92a5b6742d44286e5feaaba1500
extra : intermediate-source : 126f43ff3be5505920946a77ad82401c6bbaebef
extra : histedit_source : 863888c014723f7e95742079395497ba1a30aa36%2C13ba9aaf80acb96c587739c767c20a8f0f6a9a5a
2016-07-06 14:50:44 +02:00
Greg Tatum
84f5e124c1 Bug 1226898 - Make autoscroll distance depend on the document height r=pbro
--HG--
rename : devtools/client/inspector/markup/test/browser_markup_dragdrop_autoscroll.js => devtools/client/inspector/markup/test/browser_markup_dragdrop_autoscroll_01.js
rename : devtools/client/inspector/markup/test/doc_markup_dragdrop_autoscroll.html => devtools/client/inspector/markup/test/doc_markup_dragdrop_autoscroll_02.html
2016-07-05 11:52:25 -07:00
Jan Odvarko
86677d02a2 Bug 1266420 - Implement SidebarToggle component; r=bgrins 2016-07-04 16:47:48 +02:00
Ian Moody
c7bd381abc Bug 1268738 - Remove the background image from devtools breadcrumbs in the firebug theme. r=ntim
Prevents two breadcrumb arrows from appearing because the light-theme breadcrumb
is a background while the firebug-theme one is a CSS generated element

MozReview-Commit-ID: 20DEHid7lOP

--HG--
extra : transplant_source : kh%A0%F2%14%0B%FF%F3%BC%A6%28%1E%A39%9E%F2F%04%15%7B
2016-07-03 17:04:47 +01:00
Ian Moody
199accd19e Bug 1205569 - Use margin-inline-start instead of margin-left for the webconsole filter icons so they look right on RTL locales. r=ntim
MozReview-Commit-ID: GTVUmgM45Yf

--HG--
extra : transplant_source : d%BA%FB%1B%FB%B06%19%96%F3%F0%88C%C3%D6%92%EF%DA4%DF
2016-07-02 22:58:18 +01:00
Julian Descottes
4d95e26734 Bug 1283764 - fix display of noResults message in inspector computedview;r=gl
MozReview-Commit-ID: BRZZXCRHRyW

--HG--
extra : rebase_source : 1126efefe73800aea6602c9c3f0134bf1d3d1a58
2016-07-01 12:12:13 +02:00
Joseph Yeh
c6939fca31 Bug 1279651 - The show-all button overlaps on inspector-breadcrumbs-toolbar
MozReview-Commit-ID: 5QqTsbh50PT
2016-06-27 00:01:00 +02:00
djmdev
e2dfb7824c Bug 1172412 - Moved the markers to the right of the checkbox, before the label. r=ntim
MozReview-Commit-ID: 3DYIoVO2an4
2016-06-30 21:50:27 +05:30
Jarda Snajdr
d095253488 Bug 1281732 - Part 6: Use StackTrace React component in webconsole, cleanup message-location r=linclark 2016-06-29 04:06:00 +02:00
Jarda Snajdr
c259458149 Bug 1281732 - Part 3: Remove duplicate styles for stack frames in Performance tool r=bgrins 2016-06-24 09:13:00 +02:00
Jarda Snajdr
ff687663ee Bug 1281732 - Part 1: React components for displaying stack traces and frames r=linclark 2016-06-24 09:10:00 +02:00
Tom Tromey
5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Michael Ratcliffe
ed0e455d77 Bug 1249445 - Remove empty space when devtools docked right r=pbro
--HG--
extra : rebase_source : 97242d4811d073d83f50da9d4fe1922a7c57dd2e
2016-06-29 16:51:39 +01:00
Greg Tatum
8b9104efd4 Bug 1261477 - Make values of long watch expressions visible r=jlongster 2016-06-20 08:47:00 +02:00
Jaideep Bhoosreddy
5b0915aa18 Bug 1282472 - Add camera effects to screenshot; r=jryans 2016-06-29 00:13:00 +02:00
Julian Descottes
410925da80 Bug 1266456 - part7: tooltips.css remove unused event details tooltip rule;r=jsnajdr
MozReview-Commit-ID: K0nL7Jthc98

--HG--
extra : rebase_source : 27a8f7942918bf4d5dd8f4734c548786f6603d9f
2016-06-09 16:29:29 +02:00
Julian Descottes
fa6cf14cb1 Bug 1266456 - part5: HTMLTooltip setContent() support "auto" width parameter;r=bgrins
The autocomplete popup defines its width by finding the longest label
to display and then applying a "width:Xch" to its content, where X is
the length of the longest label + 3.

In order to support this, the HTMLTooltip setContent() methods allows to
use width: "auto" (which also becomes the default value). In this case,
the HTMLTooltip show() method will automatically compute the preferred
width for the tooltip. It will first calculate the tooltip height, then
measure the width of the tooltip for this computed height and use it as
the preferred width.

MozReview-Commit-ID: KDxZNB3KDdR

--HG--
extra : rebase_source : 8ceedd73434551050f8d63cbf03d66870e275b03
2016-06-23 17:30:50 +02:00
Brian Grinstead
50ae546b6e Bug 1277207 - Show tooltip arrow in rtl locales. r=jdescottes
MozReview-Commit-ID: Jc1jdlKhkLz

--HG--
extra : transplant_source : %92%17fl%8F_%90%91poD%02%B7%7E%99%D5iA%AE%D4
2016-06-22 18:09:45 -07:00
Jan Odvarko
9fc49ca3c9 Bug 1279649 - Rotate inspector-pane-toggle 90 deg for vertical mode. r=ntim 2016-06-22 16:20:50 +02:00
Jarda Snajdr
196c4493fd Bug 1280247 - Netmonitor JS stack traces should show the frame's asyncCause r=ochameau 2016-06-15 23:30:00 +02:00
Tim Nguyen
f90e79fb40 Bug 1256314 - Fix twitching of RDM toolbar on startup. r=jryans
MozReview-Commit-ID: GQbdVwfvh1N
2016-06-22 07:57:59 +02:00
Gabriel Luong
0e5d2013cc Bug 1288238 - Move the computed toolbar below the box model r=jdescottes 2016-07-22 14:24:19 -04:00
Julian Descottes
5989b201c1 Bug 1288375 - ruleview: fix invisible icons in filter widget tooltip;r=pbro
Scoped stylesheets cannot make reference to an element outside of the scope in any
part of a selector. This means a selector such as ".theme-light .scoped-element"
can not work in a scoped stylesheet.

Theme specific rules have been removed from the filter&bezier tooltip css. Instead
CSS variables defined for each theme are used in the scoped stylesheets.

MozReview-Commit-ID: 7apGbPc0CYy

--HG--
extra : rebase_source : e71f33b395b0a6d21bb4352507a3947ed2b81766
extra : amend_source : 55e0c78a006fd2b580d6d0e345c950a4e7ab472a
extra : source : 0be81bdc2e08b658f91dc05443ab15ced91025f2
2016-07-21 16:26:36 +02:00
Patrick Brosset
f5bb80b8d5 Bug 1278552 - Make sidebar containers focusable so shortcuts work when they are active; r=jdescottes
The rule-view and computed-view now have tabindex="-1" on their containers
so that clicking anywhere in the views will focus them, so will tabbing
through the inspector to them.
This means that any user activity on them ends up focusing them (or any
focusable element in them, which was the case before anyway).
Because of this, pressing ctrl+F (or any other shortcut) will work correctly:
the _onShortcut callback in each of these views will detect that the active
element is the view itself and will therefore handle the event.
Note that the container element that has the tabindex attribute is a child of
the main container element that is scrollable (overflow:auto). That is
because if we use only one element for both, then grabbing the scrollbar will
focus the element and blur any field that's currently focused.

MozReview-Commit-ID: 97a1tpdlbmZ

--HG--
extra : rebase_source : 607f025a0f06064180a9cb3e72129e3c734598c6
2016-07-18 14:38:10 +02:00
Patrick Brosset
f9d2dc2d7d Bug 1262439 - 5 - Move eyedropper btn to inspector and update gcli command; r=bgrins
This moves the eyedropper button from the toolbar into the inspector,
therefore the old eyedropper command isn't needed anymore,
or at least not as it was.
The button in the inspector simply uses the pickColorFromPage inspector
actor method.
And to preserve a eyedropper gcli command, a new simpler one was added.

MozReview-Commit-ID: B1yr1EqLFBD

--HG--
extra : rebase_source : 47c2effe193f4d1a64a8d16ea3609ff5ae1f793b
2016-07-20 16:06:42 +02:00
Jarda Snajdr
1c20c2504b Bug 1277264 - Part 1: Migrate netmonitor tooltips to HTML Tooltip. r=jdescottes
--HG--
extra : rebase_source : 01d928759882d7f34d3389ed5a7a718cde8d89bb
2016-06-12 12:01:00 +01:00
Jan Odvarko
17def8d479 Bug 1278050 - Fix perf icon in the Net panel; r=ntim 2016-06-09 10:49:18 +02:00
Jan Odvarko
d707265e1d Bug 1274760 - Fix colors in Rules side panel; r=pbro 2016-06-07 10:38:20 +02:00
Julian Descottes
0f7dbc517b Bug 1266450 - part6: migrate EventDetails tooltip;r=bgrins
For now this is a 1 to 1 migration of the existing Tooltip
helper method from XUL to HTML.

MozReview-Commit-ID: 9YiJLgibV9h

--HG--
extra : rebase_source : af428055060a105d270d70b1e4694717e0869b2b
extra : source : d03cca0c048c9ba1f3062519650e37ae986d4bc7
2016-05-31 11:25:43 +02:00
Julian Descottes
3615d9843b Bug 1266450 - part5: move event details tooltip css to tooltips.css;r=bgrins
MozReview-Commit-ID: 9b1C1g0e6K5

--HG--
extra : rebase_source : 5200605483812de478e5275993624259b8d3c6af
extra : source : 435400acef3b987c73e797ca3fa743d2269f11d9
2016-06-03 15:07:23 +02:00
Julian Descottes
632539b70d Bug 1266450 - part4: allow tooltips to have a variable height;r=bgrins
With this changeset the tooltip's effective height can be smaller than
the height specified when calling setContent. If the tooltip content is
dynamic, this allows to display a small tooltip frame if the content is
collapsed, and a bigger tooltip frame when it is expanded.

MozReview-Commit-ID: 44vA0Rdz62m

--HG--
extra : rebase_source : 0e796f611e3462579f6e84a25671e5d44ed2314d
extra : source : 8583ea99abef8f25a1822178bab823f9fb7f2d01
2016-06-03 12:52:59 +02:00
Julian Descottes
973205986c Bug 1266450 - part1: move devtools tooltip styles to dedicated file;r=bgrins
Tooltip styles are scattered between common.css and panel-specific CSS
files (e.g. inspector.css). For the HTML tooltip, the panel specific CSS
files will not be applied since the tooltip container is appended to the
devtools top window.

This changeset creates a new tooltips.css file which is loaded by default
with devtools themes.

MozReview-Commit-ID: BnoRi9gLfD5

--HG--
extra : rebase_source : 3fee4731f65563c4b61371e3a3c51fb797d1a12b
extra : source : bd8878532e1f370fb49e0c50de0b2da267f7de8a
2016-06-03 14:36:56 +02:00
Jarda Snajdr
2276274acd Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI r=ochameau
MozReview-Commit-ID: HauaLcPTZ5r
2016-06-03 03:24:00 +02:00
Carsten "Tomcat" Book
2777857538 Merge mozilla-central to fx-team 2016-06-06 12:03:36 +02:00
Yura Zenevich
4b0480b626 Bug 1277858 - adding more polish to console input focus style. r=bgrins
MozReview-Commit-ID: 1LVCcYe1a0S

--HG--
extra : rebase_source : aa9127344471d051e791214a2e7bedfa83199ebc
2016-06-03 14:15:29 -04:00
Julian Descottes
a11cd38818 Bug 1271899 - inspector box-model: add div wrapper to close editors on click;r=gl
The XUL tabpanel can no longer receive userfocus to avoid scrollbars
stealing the focus. Editors are using the blur event to destroy
themselves, which was no longer working if a user click ended up on
the tabpanel element.

Add a wrapper inside the layout view panel taking
100% width and height to make sure clicks performed outside of the layout
container will trigger a blur event on a focused editor.

MozReview-Commit-ID: JmZluQ6LzFl

--HG--
extra : rebase_source : d705512a5898e392abceb72e70f45989ee0bf0f1
2016-05-30 13:30:06 +02:00
Tim Nguyen
b45619ad94 Backed out 3 changesets (bug 1134073) for browser_net_statistics-01.js failures
Backed out a58743e540f5 (bug 1134073)
Backed out 616b2bbf8fd0 (bug 1134073)
Backed out 691b0e0a6ca1 (bug 1134073)

MozReview-Commit-ID: 3LwVxPXX8SZ
2016-06-04 19:01:29 +02:00
Jarda Snajdr
e9eb52b1c2 Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI r=ochameau
MozReview-Commit-ID: GPm9u84SL1d
2016-06-03 03:24:00 +02:00
Wes Kocher
ab58bab2bf Backed out 3 changesets (bug 1134073) because maybe it broke the clipboard tests
Backed out changeset a43d99734390 (bug 1134073)
Backed out changeset 572ebec612e8 (bug 1134073)
Backed out changeset f12a69ba9122 (bug 1134073)
2016-06-03 14:01:27 -07:00
Jarda Snajdr
ec1e427b5d Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI. r=ochameau
--HG--
extra : rebase_source : 6efa4fdec35a7f9ca0acdafba3aba1886bac8602
2016-06-03 16:26:35 +02:00
Steve Melia
be63605b00 Bug 1259812: Replace XUL elements with XHTML in inspector breadcrumbs;r=pbro
MozReview-Commit-ID: 4LQfN5GwZH5
2016-05-31 20:29:50 +01:00
Jan Odvarko
c3dac6ee30 Bug 1266419 - Fix toggle side bar button and text in search box for the Inspector panel; r=bgrins 2016-05-19 11:01:21 +02:00
Jan Odvarko
1634c31011 Bug 1266419 - HTML replacement for Toolbars and Toolbar buttons; r=bgrins, ntim 2016-05-04 20:58:49 +02:00
Nicolas Chevobbe
102c0402cd Bug 1253869 - Don't assume that rule in the Rules view match the selected node when checking for overidden properties. r=gl
Unmatched rules created via the "Add New Rule" button was wrongfully make other rules look not applied.
Fix returned isMatching boolean in PageStyleActor's function when the evaluated rule has multiple selectors.
Add CSS rules to make look unmatched rules' properties unmatched, like the rule's selector.
Add tests to make sur we handle unmatch rule selectors right.

MozReview-Commit-ID: FPQ7XJoa7Ba

--HG--
extra : transplant_source : %C4%F1sa%ED4%E6%8CV%8F/nK%E4%FBA%2C%A7%F5%0F
2016-05-25 18:16:26 +02:00
Wes Kocher
9ca4638c24 Merge m-c to inbound, a=merge 2016-05-25 15:39:57 -07:00
Julian Descottes
ba25739323 Bug 1267401 - part3: Create arrow style for HTML tooltips;r=bgrins
MozReview-Commit-ID: Bp2RylafolP

--HG--
extra : rebase_source : 9c13d93999265296d3ceb1fb3d3e58542650290a
extra : intermediate-source : 36ba78da21e53f729898696e39a939db54e4958c
extra : source : 6ee4fe593a89fc2e49a49a1b2a19f518e29b9c22
2016-05-16 17:53:19 +02:00
Yura Zenevich
a92d4eb02f Bug 1273904 - reverting webconsole blue focus highlight to dotted outline. r=bgrins
MozReview-Commit-ID: CbLcsPzCGFB

--HG--
extra : rebase_source : 0bf6f2b0adfd3a80c2d6d43449cd57eacbce01b9
2016-05-20 10:22:53 -04:00
Yura Zenevich
bae1923a44 Bug 1242694 - improving inspector markup view accessibility (semantics and keyboard). r=gl
MozReview-Commit-ID: 4EvLALR4NIv

--HG--
extra : rebase_source : 98323a24c41f2753dd6a39f0fe30bb8adca235ca
2016-05-19 16:50:23 -04:00
Yura Zenevich
780b59f210 Bug 1272999 - fixing multiline text clipping in console on Windows. r=bgrins
MozReview-Commit-ID: LvNQRoG6AZc

--HG--
extra : rebase_source : 8845b1b25acb5fc6166b3cdd266ab603fd7bb565
2016-05-18 12:43:33 -04:00
"Helen V. Holmes"
29d12b9229 Bug 1270990: Dark refresh theme issue hotfixes;r=bgrins
MozReview-Commit-ID: KINokI1GC1s
2016-05-13 06:39:00 +02:00
L. David Baron
d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Yura Zenevich
9812410679 Bug 1271095 - fixing padding for JS terminal input when pasting multiline code. r=bgrins
MozReview-Commit-ID: 6gTfjzn0v7h

--HG--
extra : rebase_source : 157582e715642ae701d25558932ec05622304c9f
2016-05-10 14:50:14 -04:00
Nikhil Handa
bbae341c72 Bug 1014533: Moved spectrum.css to /client/themes/ from /client/shared/widgets and changed the respective references made to it. r=helenvholmes
MozReview-Commit-ID: 5R1KAmzQ6Ss

--HG--
rename : devtools/client/shared/widgets/spectrum.css => devtools/client/themes/spectrum.css
2016-05-09 19:56:24 +05:30
Julian Descottes
b873e263bd Bug 1259834 - Create basic HTML tooltip API;r=bgrins
First implementation of HTML based tooltip to be used in devtools
instead of XUL panels. API is similar to the current API of
Tooltip.js

MozReview-Commit-ID: 8njiKBubLSj

--HG--
extra : rebase_source : 930bf7aef48e6c16d7a560d261e2bfd06fe02a63
extra : source : 09874a1e6f2c942a1f9de827fedd14da7e67a6e5
2016-05-04 14:44:57 +02:00
Astley Chen
d626fe0c49 bug 859301 : Part 2 - unprefix internal css files. r=dbaron
MozReview-Commit-ID: CRyp3zQxayh

--HG--
extra : rebase_source : 6b4a5d3e5292a1bdeceab37c5067c78fac69834a
2016-05-04 13:31:24 +08:00
Julian Descottes
25f8d97318 Bug 1260419 - part2: do not hide inplace editor autocomplete popup when scrolling;r=pbro
MozReview-Commit-ID: W5N9tFCyOM

--HG--
extra : rebase_source : 516307dbc3d6142e107a10e9c3fb44ee93acc551
extra : histedit_source : d735e4b810f9648572dee5265b220dc659025814
2016-05-04 16:39:29 +02:00
Julian Descottes
c00e9f4fa4 Bug 1260419 - part1: ruleview shows more CSS suggestions, with better sorting;r=pbro
Usability changes to the ruleview autocomplete:
- max suggestions is now capped to 500 to make sure as many suggestions as possible
  as possible are displayed
- vendor-prefixed properties are moved to the end of the list
- !important is no longer the first suggested item

MozReview-Commit-ID: AOfHyqS3n8s

--HG--
extra : rebase_source : 5a4842974672bebc7427a546b4e4014201147465
extra : histedit_source : 0c008a8e7aedb60c2df0774977e54074702d555d
2016-04-07 00:43:30 +02:00
"Helen V. Holmes"
f90d2f6327 Bug 1246313 - Change the devtools syntax highlighting colors to be higher contrast;r=bgrins
MozReview-Commit-ID: FEYhP6Oq5Sn
2016-03-17 08:58:32 -04:00
Brian Grinstead
fb02b7fa44 Bug 1205330 - Fixup border color for devtool inputs;r=helenvholmes
MozReview-Commit-ID: Iw4j3rqVe8v
2016-05-04 11:19:35 -07:00
"Helen V. Holmes"
5fededb359 Bug 1205330 - Changes to the devtools/devedition dark theme colors;r=bgrins
MozReview-Commit-ID: 7gOuqTPBFcf
2016-05-02 09:38:44 -04:00
Carsten "Tomcat" Book
ad9214381b merge mozilla-inbound to mozilla-central a=merge 2016-05-04 11:54:42 +02:00
Alexandre Poirot
dca4ae52c4 Bug 1266128 - Show tabs in about:debugging. r=janx
--HG--
rename : devtools/client/aboutdebugging/components/moz.build => devtools/client/aboutdebugging/components/tabs/moz.build
2016-05-03 09:06:32 -07:00
Ryo Motozawa
be5a1aae1f Bug 1254408 - Part 1 - Expose animation performance information in DevTools. r=pbro
MozReview-Commit-ID: FHC41UoFEUl
2016-04-22 20:17:58 +09:00
Nicolas Chevobbe
8ac826b23f Bug 820926 - Hide void-element's closing tag if the page is an HTML page. r=pbro
Though, if the element has pseudo-elements, and thus can be expanded, show
the closing tag when the void element is expanded.

MozReview-Commit-ID: 7UMMlVjYqLX
2016-04-28 01:51:46 -07:00
Jan Odvarko
cf416c090e Bug 1266716 - Fix Firebug theme in the Storage inspector; r=ntim 2016-04-27 14:30:05 +02:00
Jan Odvarko
b6a03a0310 Bug 1267998 - Firebug theme: better CSS for memory heap-tree. r=ntim 2016-04-27 16:16:37 +02:00
Jan Odvarko
be6d109116 Bug 1267274 - Firebug theme: fix position of the Inspector button; r=helenvholmes 2016-04-26 08:52:32 +02:00
Jan Odvarko
805383743a Bug 1266733 - Firebug theme: use white color for selected elements in the Inspector panel; r=bgrins 2016-04-25 17:27:17 +02:00
Jan Odvarko
913472a7fa Bug 1266310 - Firebug theme, fix row height in the Memory panel; r=fitzgen 2016-04-25 16:59:33 +02:00
Phil
fcde8e479b Bug 1260912 Instead of generating background image in JS in drawGraphElementBackground, use CSS styling; r=pbro 2016-04-25 09:43:00 +02:00
Jan Odvarko
5493538baa Bug 1201475 - Implement DOM Panel; r=linclark, bgrins, helenvholmes
MozReview-Commit-ID: IMYSW7ObOSh
2016-02-09 23:23:29 +01:00
Tim Nguyen
f9f09db5af Bug 1265985 - New icons for Firebug theme; r=Honza, helenvholmes
MozReview-Commit-ID: 9NHK9PJDDfM
2016-04-21 09:48:41 +02:00
Carsten "Tomcat" Book
9292556dcd Backed out changeset f80643f3c767 (bug 1201475) for test failures in dt1 tests on a CLOSED TREE
--HG--
extra : rebase_source : a9e9b15a33b443986220cc274134009a19013818
2016-04-21 14:26:57 +02:00
Carsten "Tomcat" Book
4a8a549f81 Backed out changeset 51135b23fb79 (bug 1201475)
--HG--
extra : rebase_source : cf3958ed6bb1c2eadf0aec8ed11e7564f3fbd04e
2016-04-21 14:24:08 +02:00
Gabriel Luong
f01f20a78a Bug 1241720 - Modal to promote devices from larger DB r=jyrans 2016-04-20 17:15:34 -04:00