diff options
author | Martin Stransky <stransky@anakreon.cz> | 2012-03-13 11:15:37 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2012-03-13 11:15:37 +0100 |
commit | ab8ce9bf19a197b0cc18e8f3e2daec8b3606add2 (patch) | |
tree | 035b46e5500da51e79a100e111765893f807b59f /mozilla-703633.patch | |
parent | Add ARM config options to fix compile on ARM (diff) | |
download | librewolf-fedora-ff-ab8ce9bf19a197b0cc18e8f3e2daec8b3606add2.tar.gz librewolf-fedora-ff-ab8ce9bf19a197b0cc18e8f3e2daec8b3606add2.tar.bz2 librewolf-fedora-ff-ab8ce9bf19a197b0cc18e8f3e2daec8b3606add2.zip |
* Tue Mar 13 2012 Martin Stransky <stransky@redhat.com> - 11.0-1
- Update to 11.0
- Fixed rhbz#800622 - make default home page of fedoraproject.org conditional
- Fixed rhbz#801796 - enable debug build by some simple way
Diffstat (limited to 'mozilla-703633.patch')
-rw-r--r-- | mozilla-703633.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mozilla-703633.patch b/mozilla-703633.patch deleted file mode 100644 index b2a9451..0000000 --- a/mozilla-703633.patch +++ /dev/null @@ -1,29 +0,0 @@ -# HG changeset patch -# User Mike Hommey <mh+mozilla@glandium.org> -# Date 1321637776 -3600 -# Node ID a5c78674f5edf4c1cea091ae900e187f4f8ce6a9 -# Parent 4a16dc96aab3c56b1dda84e197e1e6c0db8fab6d -Bug 703633 - TreePanel.jsm uses a resource:/// url that ought to be resource://gre/ - -diff --git a/browser/devtools/highlighter/TreePanel.jsm b/browser/devtools/highlighter/TreePanel.jsm ---- a/browser/devtools/highlighter/TreePanel.jsm -+++ b/browser/devtools/highlighter/TreePanel.jsm -@@ -40,17 +40,17 @@ - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - - const Cu = Components.utils; - - Cu.import("resource:///modules/domplate.jsm"); - Cu.import("resource:///modules/InsideOutBox.jsm"); --Cu.import("resource:///modules/Services.jsm"); -+Cu.import("resource://gre/modules/Services.jsm"); - - var EXPORTED_SYMBOLS = ["TreePanel", "DOMHelpers"]; - - const INSPECTOR_URI = "chrome://browser/content/inspector.html"; - - /** - * TreePanel - * A container for the Inspector's HTML Tree Panel widget constructor function. |