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

20 Коммитов

Автор SHA1 Сообщение Дата
djmdev 2f679a09e9 Bug 1201750 - Prevent "select all" command from selecting content in hidden tabs. r=jdescottes
Now "select all" command no more selects the content of hidden tabs.

MozReview-Commit-ID: GPK2293JqnP

--HG--
extra : rebase_source : 41bc448402606e6b6ec333c4dc90906be45208c8
2017-02-01 15:32:55 +01:00
Towkir Ahmed 3557ef1b42 Bug 1311795 - Use padding instead of margin for the gap in browser styles checkbox and label. r=jdescottes
--HG--
extra : rebase_source : 918729e3531444777d718e632ea5bc5d22b0bd19
2016-11-08 07:09:00 -05:00
Gabriel Luong 87907d0efd Bug 1295575 - Fix the stylesheet link position and use inline-start/end to fix RTL issues with the computed view r=jdescottes 2016-09-30 02:12:59 -04:00
Julian Descottes 6d5e17f451 Bug 1294186 - Migrate inspector.xul from DTDs to .properties files;r=pbro
MozReview-Commit-ID: 7YE3QzqiPoG

--HG--
extra : rebase_source : 5e8274100ca70661087dad13d7f73d31218b7f27
2016-09-21 12:15:30 +02:00
Steve Chung ebefbe7ea4 Bug 1205590 - [RTL] Waterfall twisty direction is wrong in RTL locales. r=ntim
MozReview-Commit-ID: 63gZ4NA3qSi

--HG--
extra : rebase_source : 7c09612639bc8443fe3ebcba68938b2e22d159e5
2016-08-05 14:42:53 +08:00
Steve Chung 7ac5d82204 Bug 1288341 - Don't overlap layout-expander in RTL Locales. r=ntim
MozReview-Commit-ID: Gp4SeTZctIT

--HG--
extra : transplant_source : %DC%F1fd%EE%7B%E6%9F%13%9C%88%0E%85%B5%8A%E0%26-%E3%60
2016-08-04 11:32:06 +08:00
Gabriel Luong 90e500675b Bug 1289995 - Implement the basic design spec of the box model in the computed view r=bgrins
- Moves the computed view toolbar back to the top
- Removes the outline to the property name and values and the arrow beside the
property values in the computed view
- Use the compact form of the box model
- Hide the box model when filtering the computed view
2016-07-29 15:05:54 -04:00
Gabriel Luong 0e5d2013cc Bug 1288238 - Move the computed toolbar below the box model r=jdescottes 2016-07-22 14:24:19 -04: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
Gabriel Luong 8db07dfbc4 Bug 1247729 - Move the box model panel into the computed styles panel r=jdescottes 2016-07-19 04:30:13 -04:00
Jan Odvarko 42d6998ea0 Bug 1259819 - HTML Sidebar component. r=pbro 2016-07-15 09:59:21 +02: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
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
Jan Odvarko 6bb5f58257 Bug 1244054 - Firebug Theme, tools; r=bgrins,ntim
MozReview-Commit-ID: 2hsODdK4bdL

--HG--
extra : rebase_source : a432f1f6a0ab0c367329372d2c76ba45cd15e3a5
extra : histedit_source : fe000cd4d63ae095bf8a86701dfd7c114e472424
2016-04-06 17:32:18 +02:00
Gabriel Luong 4ce6caae0f Bug 1250323 - Don't hide overflow-y on the pseudo class panel r=pbro
MozReview-Commit-ID: FSwY458OBBq
2016-03-03 12:55:09 -08:00
Wes Kocher 801dc5a585 Backed out changeset 35b992d5c335 (bug 1250323) because browser_rules_pseudo_lock_options.js is still busted
MozReview-Commit-ID: G5F3LZHAw2P
2016-03-03 12:44:21 -08:00
Gabriel Luong 3d10357055 Bug 1250323 - Don't hide overflow-y on the pseudo class panel r=pbro 2016-03-03 09:54:05 -05:00
Gabriel Luong 5192b095d2 Bug 1243598 - Make sure the inspector sidebar overflows correctly r=bgrins 2016-02-17 11:13:01 -05:00
Gabriel Luong f5172856d6 Bug 1238133 - Part 4: Make the computed view live inside the inspector panel frame r=bgrins 2016-01-26 11:17:48 -05:00
Gabriel Luong f556d5ffe0 Bug 1235178 - Part 1: Move the Computed Styles Inspector into the Inspector directory r=pbro
--HG--
rename : devtools/client/styleinspector/computed-view.js => devtools/client/inspector/computed/computed.js
rename : devtools/client/styleinspector/computedview.xhtml => devtools/client/inspector/computed/computed.xhtml
rename : devtools/client/themes/computedview.css => devtools/client/themes/computed.css
2016-01-05 21:05:46 -08:00