Commit Graph

10 Commits

Author SHA1 Message Date
Masatoshi Kimura
4f2e64ad3d Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg
2017-02-23 06:10:07 +09:00
Jaideep Bhoosreddy
8440fce98b Bug 1334126 - Fix "Screenshot icon beside Screenshot Behavior label looks inconsistent". r=ntim.bugs 2017-01-30 14:00:00 +01:00
Tomer Cohen
51d77fc2af Bug 1323504 - Add RTL support for the Toolbox Options r=jdescottes
MozReview-Commit-ID: DkAfbQyIdkR
2016-12-20 12:42:43 +02:00
Jaideep Bhoosreddy
b53e50167d Bug 1257913 - Add copy screenshot to clipboard feature; r=jryans
MozReview-Commit-ID: 6pMNR8hCR7d
2016-09-09 12:17:08 -04:00
Jason Laster
7aabf6bf38 Bug 1307580 - Preferences Pane should show Debugger source maps checkbox. r=jlongster 2016-10-20 14:16:40 -04:00
rsx11m
601b174610 Bug 1297546 - Title of Default Developer Tools in Toolbox Options should not hard-code the application name. r=jdescottes 2016-08-25 11:02:15 -05:00
J. Ryan Stinnett
55d79ff191 Bug 1253018 - Rename cache option to mention HTTP. r=bgrins
MozReview-Commit-ID: GZH2IKaoXCm
2016-05-07 18:49:48 -05:00
Yura Zenevich
f08058188d Bug 1242851 - adding keyboard focus styles for better accessibility. r=bgrins
MozReview-Commit-ID: Cb6JO5OxAay
---
 devtools/client/framework/toolbox-options.xhtml |  2 +-
 devtools/client/themes/common.css               | 26 +++++++++++++++++++++++++
 devtools/client/themes/toolbars.css             | 19 +++++++++++-------
 devtools/client/themes/variables.css            | 20 +++++++++++++++++++
 devtools/client/themes/webconsole.css           |  9 ++++++++-
 devtools/client/themes/widgets.css              |  9 +++++++++
 6 files changed, 76 insertions(+), 9 deletions(-)
2016-05-02 13:47:55 -04:00
Brian Grinstead
d929050a3d Bug 1264436 - Make enable persist logs option markup consistent with others. r=ntim
MozReview-Commit-ID: LZaRzOlggi1
2016-04-13 14:42:01 -07:00
Nicolas Chevobbe
2e522ce0ee Bug 1246514 - Switch toolbox-options.xul to HTML. r=bgrins
Change the XUL label + vbox to fieldset + legend as it's the most relevant
element for describing form sections.
Moreover, we don't have to look for a previous label when we hide a fieldset.
Edit scripts and tests files to adapt them to the HTML file structure.

MozReview-Commit-ID: LBfXfLRX6aj
2016-02-26 23:40:14 +01:00