tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

nsDOMCID.h (1086B)


      1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
      2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
      3 /* This Source Code Form is subject to the terms of the Mozilla Public
      4 * License, v. 2.0. If a copy of the MPL was not distributed with this
      5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      6 
      7 #ifndef nsDOMCID_h__
      8 #define nsDOMCID_h__
      9 
     10 #include "nsISupports.h"
     11 
     12 #define NS_DOM_SCRIPT_OBJECT_FACTORY_CID      \
     13  {/* 9eb760f0-4380-11d2-b328-00805f8a3859 */ \
     14   0x9eb760f0,                                \
     15   0x4380,                                    \
     16   0x11d2,                                    \
     17   {0xb3, 0x28, 0x00, 0x80, 0x5f, 0x8a, 0x38, 0x59}}
     18 
     19 #define NS_SCRIPT_NAMESET_REGISTRY_CID        \
     20  {/* 45f27d10-987b-11d2-bd40-00105aa45e89 */ \
     21   0x45f27d10,                                \
     22   0x987b,                                    \
     23   0x11d2,                                    \
     24   {0xbd, 0x40, 0x00, 0x10, 0x5a, 0xa4, 0x5e, 0x89}}
     25 
     26 #define NS_XPATH_EVALUATOR_CONTRACTID "@mozilla.org/dom/xpath-evaluator;1"
     27 
     28 #endif /* nsDOMCID_h__ */