firefox-kde.patch
changeset 1007 65e317e42eff
parent 1006 5ba9b67de554
child 1020 d2c159cb9bf2
equal deleted inserted replaced
1006:5ba9b67de554 1007:65e317e42eff
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  2de38c90f96ae846bb664f9a02ddfbcd5f662357
     2 # Parent  9f19902f8bcde21fa63172a85818fb11714878d8
     3 
     3 
     4 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     4 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
     5 new file mode 100644
     5 new file mode 100644
     6 --- /dev/null
     6 --- /dev/null
     7 +++ b/browser/base/content/browser-kde.xul
     7 +++ b/browser/base/content/browser-kde.xul
  1419      'nsSetDefaultBrowser.manifest',
  1419      'nsSetDefaultBrowser.manifest',
  1420 diff --git a/browser/components/shell/nsKDEShellService.cpp b/browser/components/shell/nsKDEShellService.cpp
  1420 diff --git a/browser/components/shell/nsKDEShellService.cpp b/browser/components/shell/nsKDEShellService.cpp
  1421 new file mode 100644
  1421 new file mode 100644
  1422 --- /dev/null
  1422 --- /dev/null
  1423 +++ b/browser/components/shell/nsKDEShellService.cpp
  1423 +++ b/browser/components/shell/nsKDEShellService.cpp
  1424 @@ -0,0 +1,203 @@
  1424 @@ -0,0 +1,204 @@
  1425 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  1425 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  1426 +/* This Source Code Form is subject to the terms of the Mozilla Public
  1426 +/* This Source Code Form is subject to the terms of the Mozilla Public
  1427 + * License, v. 2.0. If a copy of the MPL was not distributed with this
  1427 + * License, v. 2.0. If a copy of the MPL was not distributed with this
  1428 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  1428 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  1429 +
  1429 +
  1508 +  return NS_OK;
  1508 +  return NS_OK;
  1509 +}
  1509 +}
  1510 +
  1510 +
  1511 +NS_IMETHODIMP
  1511 +NS_IMETHODIMP
  1512 +nsKDEShellService::SetDesktopBackground(nsIDOMElement* aElement,
  1512 +nsKDEShellService::SetDesktopBackground(nsIDOMElement* aElement,
  1513 +                                          PRInt32 aPosition)
  1513 +                                        int32_t aPosition,
       
  1514 +                                        const nsACString& aImageName)
  1514 +{
  1515 +{
  1515 +    return NS_ERROR_NOT_IMPLEMENTED;
  1516 +    return NS_ERROR_NOT_IMPLEMENTED;
  1516 +}
  1517 +}
  1517 +
  1518 +
  1518 +NS_IMETHODIMP
  1519 +NS_IMETHODIMP