dom/base/nsGlobalWindowCommands.h

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 /* This Source Code Form is subject to the terms of the Mozilla Public
     2  * License, v. 2.0. If a copy of the MPL was not distributed with this
     3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 #ifndef nsGlobalWindowCommands_h__
     6 #define nsGlobalWindowCommands_h__
     8 #include "nscore.h"
    10 class nsIControllerCommandTable;
    12 class nsWindowCommandRegistration
    13 {
    14 public:
    15   static nsresult  RegisterWindowCommands(nsIControllerCommandTable *ccm);
    16 };
    19 // XXX find a better home for these
    20 #define NS_WINDOWCONTROLLER_CID        \
    21  { /* 7BD05C78-6A26-11D7-B16F-0003938A9D96 */       \
    22   0x7BD05C78, 0x6A26, 0x11D7, {0xB1, 0x6F, 0x00, 0x03, 0x93, 0x8A, 0x9D, 0x96} }
    24 #define NS_WINDOWCONTROLLER_CONTRACTID "@mozilla.org/dom/window-controller;1"
    26 #endif // nsGlobalWindowCommands_h__

mercurial