From 2826b54e7c10178a503fad44e8d0990e2c997fd4 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Fri, 30 Jan 2009 11:43:17 +0330 Subject: [PATCH] Bug 437844 - [RTL] about:plugins is hardcoded to LTR; r=bz --- toolkit/content/directionDetector.html | 9 + toolkit/content/jar.mn | 1 + toolkit/content/plugins.css | 8 +- toolkit/content/plugins.html | 24 +++ toolkit/content/tests/chrome/Makefile.in | 3 + toolkit/content/tests/chrome/bug437844.css | 2 + .../content/tests/chrome/bug437844.manifest | 2 + .../content/tests/chrome/test_bug437844.xul | 160 ++++++++++++++++++ 8 files changed, 205 insertions(+), 4 deletions(-) create mode 100644 toolkit/content/directionDetector.html create mode 100644 toolkit/content/tests/chrome/bug437844.css create mode 100644 toolkit/content/tests/chrome/bug437844.manifest create mode 100644 toolkit/content/tests/chrome/test_bug437844.xul diff --git a/toolkit/content/directionDetector.html b/toolkit/content/directionDetector.html new file mode 100644 index 00000000000..4c5faf01fd1 --- /dev/null +++ b/toolkit/content/directionDetector.html @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn index 8e40179a144..f088158e579 100644 --- a/toolkit/content/jar.mn +++ b/toolkit/content/jar.mn @@ -9,6 +9,7 @@ toolkit.jar: content/global/XPCNativeWrapper.js (XPCNativeWrapper.js) * content/global/xul.css (xul.css) * content/global/about.xhtml (about.xhtml) + content/global/directionDetector.html content/global/plugins.html content/global/plugins.css *+ content/global/buildconfig.html (buildconfig.html) diff --git a/toolkit/content/plugins.css b/toolkit/content/plugins.css index 2935a4b674b..edfd0a61330 100644 --- a/toolkit/content/plugins.css +++ b/toolkit/content/plugins.css @@ -71,7 +71,7 @@ div#findmore { margin-top: 2em; margin-bottom: 1em; font-size: large; - text-align: left; + text-align: start; font-weight: bold; } @@ -83,7 +83,7 @@ table { background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; - text-align: left; + text-align: start; width: 100%; border: 1px solid ThreeDShadow; border-spacing: 0px; @@ -102,11 +102,11 @@ th { th + th, td + td { - border-left: 1px dotted ThreeDShadow; + -moz-border-start: 1px dotted ThreeDShadow; } td { - text-align: left; + text-align: start; border-top: 1px dotted ThreeDShadow; } diff --git a/toolkit/content/plugins.html b/toolkit/content/plugins.html index 168a7bca603..853b2ceac96 100644 --- a/toolkit/content/plugins.html +++ b/toolkit/content/plugins.html @@ -26,6 +26,7 @@ - Frank Tang - Mike Connelly - Robert Kaiser + - Ehsan Akhgari - - Alternatively, the contents of this file may be used under the terms of - either the GNU General Public License Version 2 or later (the "GPL"), or @@ -57,6 +58,29 @@
+ + + + + Mozilla Bug 437844 + + +

+ +
+    
+ + + + + + +