SOURCES: iceape-branding.patch - reverted to revision 1.4, broken

hawk hawk at pld-linux.org
Wed Mar 25 01:11:25 CET 2009


Author: hawk                         Date: Wed Mar 25 00:11:24 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reverted to revision 1.4, broken

---- Files affected:
SOURCES:
   iceape-branding.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/iceape-branding.patch
diff -u SOURCES/iceape-branding.patch:1.5 SOURCES/iceape-branding.patch:1.6
--- SOURCES/iceape-branding.patch:1.5	Wed Mar 25 00:14:54 2009
+++ SOURCES/iceape-branding.patch	Wed Mar 25 01:11:19 2009
@@ -278,10 +278,10 @@
  #endif
          content/global/aboutAbout.html              (resources/content/aboutAbout.html) 
          content/global/about.xul                    (resources/content/about.xul) 
-diff -burNp mozilla/xpfe/global/resources/content/about.xhtml mozilla-dud/xpfe/global/resources/content/about.xhtml
---- mozilla/xpfe/global/resources/content/about.xhtml	2009-03-03 19:51:46.000000000 +0100
-+++ mozilla-dud/xpfe/global/resources/content/about.xhtml	2009-03-24 22:58:03.990746310 +0100
-@@ -50,79 +50,71 @@
+diff -urN mozilla.orig/xpfe/global/resources/content/about.xhtml mozilla/xpfe/global/resources/content/about.xhtml
+--- mozilla.orig/xpfe/global/resources/content/about.xhtml	2008-07-29 13:32:16.000000000 +0200
++++ mozilla/xpfe/global/resources/content/about.xhtml	2008-07-29 13:34:10.000000000 +0200
+@@ -50,79 +50,79 @@
  <head>
  <title>About:</title>
  <style type="text/css">
@@ -290,14 +290,16 @@
 -  text-align: center;
 +html {
 +  background: -moz-Dialog;
-+}
+ }
++
 +body {
 +  margin: 0;
 +  padding: 0 1em;
 +  color: -moz-FieldText;
 +  font: message-box;
 +}
-+#aboutPageContainer {
++
++ #aboutPageContainer {
 +  position: relative;
 +  min-width: 330px;
 +  max-width: 50em;
@@ -308,22 +310,26 @@
 +  -moz-padding-start: 30px;
 +  background: -moz-Field;
 +}
-+#aboutLogoContainer {
++
++ #aboutLogoContainer {
 +  border: 1px solid ThreeDLightShadow;
 +  width: 300px;
 +  margin-bottom: 2em;
- }
++}
++
  img {
    border: 0;
  }
 -p {
 -  font-size: smaller;
++
 + #version {
 +  font-weight: bold;
 +  color: #909090;
 +  margin: -24px 0 9px 17px;
  }
 -h1 {
++
 +ul {
    margin: 0;
 +  -moz-margin-start: 1.5em;
@@ -338,13 +344,34 @@
 -}
 -:link:active, :visited:active {
 -  color: #f00;
++
 +ul > li {
 +  margin-top: .5em;
  }
  </style>
  </head>
  <body>
--
++<div id="aboutPageContainer">
++  <div id="aboutLogoContainer">
++    <img src="about:logo" alt="&brandShortName;" />
++#expand <p id="version">&brandShortName; __MOZ_APP_VERSION__</p>
++  </div>
++
++  <ul id="aboutPageList">
++    <li>Copyright &copy; 1998-2008 by <a href="about:credits">contributors</a> to the Mozilla Project.</li>
++    <li>Read the <a href="about:license">licensing information</a> for this product.</li>
++    <li>See the <a href="about:buildconfig">build configuration</a> used for this version.</li>
++    <script type="application/x-javascript">
++      // add build identifier
++      var ua = navigator.userAgent;
++      if (ua) {
++        var list = document.getElementById("aboutPageList");
++        var listItem = list.appendChild(document.createElement("li"));
++        listItem.appendChild(document.createTextNode("Build identifier: " + ua));
++      }
++    </script>
++  </ul>
+ 
 -<table>
 -<tbody>
 -<tr>
@@ -370,7 +397,7 @@
 -<hr />
 -
 -<ul>
--<li>Copyright &copy; 1998&ndash;2009 by <a href="about:credits">Contributors</a> to 
+-<li>Copyright &copy; 1998&ndash;2008 by <a href="about:credits">Contributors</a> to 
 -the Mozilla codebase under the <a href="about:license">Mozilla Public License
 -and other licenses</a>.  All Rights Reserved.</li>
 -
@@ -393,26 +420,6 @@
 -those rights set forth herein.
 -</p>
 -
-+<div id="aboutPageContainer">
-+  <div id="aboutLogoContainer">
-+    <img src="about:logo" alt="&brandShortName;" />
-+#expand <p id="version">&brandShortName; __MOZ_APP_VERSION__</p>
-+  </div>
-+
-+  <ul id="aboutPageList">
-+    <li>Copyright &copy; 1998-2009 by <a href="about:credits">contributors</a>to the Mozilla Project.</li>
-+    <li>Read the <a href="about:license">licensing information</a> for this product.</li>
-+    <li>See the <a href="about:buildconfig">build configuration</a> used for this version.</li>
-+    <script type="application/x-javascript">
-+      // add build identifier
-+      var ua = navigator.userAgent;
-+      if (ua) {
-+        var list = document.getElementById("aboutPageList");
-+        var listItem = list.appendChild(document.createElement("li"));
-+	 listItem.appendChild(document.createTextNode("Build identifier: " + ua));
-+      }
-+    </script>
-+  </ul>
 +</div>
  </body>
  </html>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/iceape-branding.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list