1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/tools/layout-debug/src/nsLayoutDebugCIID.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 + 1.9 +#ifndef nsFrameDebugCIID_h__ 1.10 +#define nsFrameDebugCIID_h__ 1.11 + 1.12 +#include "nsISupports.h" 1.13 +#include "nsIFactory.h" 1.14 +#include "nsIComponentManager.h" 1.15 + 1.16 +#define NS_REGRESSION_TESTER_CID \ 1.17 +{ 0x698c54f4, 0x4ea9, 0x11d7, \ 1.18 +{ 0x85, 0x9f, 0x00, 0x03, 0x93, 0x63, 0x65, 0x92 } } 1.19 + 1.20 +#define NS_LAYOUT_DEBUGGINGTOOLS_CONTRACTID \ 1.21 + "@mozilla.org/layout-debug/layout-debuggingtools;1" 1.22 +// 3f4c3b63-e640-4712-abbf-fff1301ceb60 1.23 +#define NS_LAYOUT_DEBUGGINGTOOLS_CID { 0x3f4c3b68, 0xe640, 0x4712, \ 1.24 + { 0xab, 0xbf, 0xff, 0xf1, 0x30, 0x1c, 0xeb, 0x60}} 1.25 + 1.26 +#endif // nsFrameDebugCIID_h__ 1.27 +