Reviewed by Alexey Proskuryakov.
Fix some headers with missing or misspelled #ifndef guards
https://bugs.webkit.org/show_bug.cgi?id=52545
* wtf/RefPtrHashMap.h:
2011-01-17 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Alexey Proskuryakov.
Fix some headers with missing or misspelled #ifndef guards
https://bugs.webkit.org/show_bug.cgi?id=52545
No new tests because no new functionality.
* ForwardingHeaders/runtime/InitializeThreading.h:
* editing/SmartReplace.h:
* loader/CrossOriginAccessControl.h:
* loader/NetscapePlugInStreamLoader.h:
* platform/chromium/ClipboardUtilitiesChromium.h:
* platform/graphics/cairo/DrawErrorUnderline.h:
* platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h:
* platform/graphics/cg/GraphicsContextPlatformPrivateCG.h:
* platform/graphics/cg/PDFDocumentImage.h:
* platform/win/WebCoreTextRenderer.h:
2011-01-17 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Alexey Proskuryakov.
Fix some headers with missing or misspelled #ifndef guards
https://bugs.webkit.org/show_bug.cgi?id=52545
* WebKitStatistics.h:
2011-01-17 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Alexey Proskuryakov.
Fix some headers with missing or misspelled #ifndef guards
https://bugs.webkit.org/show_bug.cgi?id=52545
* Shared/UserMessageCoders.h:
* WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:
* WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h:
* WebProcess/WebProcessMain.h:
2011-01-17 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Alexey Proskuryakov.
Fix some headers with missing or misspelled #ifndef guards
https://bugs.webkit.org/show_bug.cgi?id=52545
* DumpRenderTree/chromium/TestEventPrinter.h:
* DumpRenderTree/chromium/WebPreferences.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@75971
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-17 Tony Gentilcore <tonyg@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Fix some headers with missing or misspelled #ifndef guards
+ https://bugs.webkit.org/show_bug.cgi?id=52545
+
+ * wtf/RefPtrHashMap.h:
+
2011-01-17 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Mark Rowe.
*
*/
+#ifndef RefPtrHashMap_h
+#define RefPtrHashMap_h
+
namespace WTF {
// This specialization is a direct copy of HashMap, with overloaded functions
}
} // namespace WTF
+
+#endif // RefPtrHashMap_h
+2011-01-17 Tony Gentilcore <tonyg@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Fix some headers with missing or misspelled #ifndef guards
+ https://bugs.webkit.org/show_bug.cgi?id=52545
+
+ No new tests because no new functionality.
+
+ * ForwardingHeaders/runtime/InitializeThreading.h:
+ * editing/SmartReplace.h:
+ * loader/CrossOriginAccessControl.h:
+ * loader/NetscapePlugInStreamLoader.h:
+ * platform/chromium/ClipboardUtilitiesChromium.h:
+ * platform/graphics/cairo/DrawErrorUnderline.h:
+ * platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h:
+ * platform/graphics/cg/GraphicsContextPlatformPrivateCG.h:
+ * platform/graphics/cg/PDFDocumentImage.h:
+ * platform/win/WebCoreTextRenderer.h:
+
2011-01-17 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: follow-up fix for r52574: do not reuse clear() for navigation.
-#ifndef WebCore_FWD_InitializeThreadingn_h
+#ifndef WebCore_FWD_InitializeThreading_h
#define WebCore_FWD_InitializeThreading_h
#include <JavaScriptCore/InitializeThreading.h>
#endif
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef SmartReplace_h
+#define SmartReplace_h
+
#include <wtf/unicode/Unicode.h>
namespace WebCore {
bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
} // namespace WebCore
+
+#endif // SmartReplace_h
*
*/
+#ifndef CrossOriginAccessControl_h
+#define CrossOriginAccessControl_h
+
#include <wtf/Forward.h>
namespace WebCore {
bool passesAccessControlCheck(const ResourceResponse&, bool includeCredentials, SecurityOrigin*, String& errorDescription);
} // namespace WebCore
+
+#endif // CrossOriginAccessControl_h
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef NetscapePlugInStreamLoader_h
+#define NetscapePlugInStreamLoader_h
+
#include "ResourceLoader.h"
#include <wtf/Forward.h>
};
}
+
+#endif // NetscapePlugInStreamLoader_h
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef ClipboardUtilitiesChromium_h
+#define ClipboardUtilitiesChromium_h
+
#include <wtf/Forward.h>
namespace WebCore {
void replaceNBSPWithSpace(String&);
} // namespace WebCore
+
+#endif // ClipboardUtilitiesChromium_h
#if PLATFORM(CAIRO)
+#ifndef DrawErrorUnderline_h
+#define DrawErrorUnderline_h
+
#include <cairo.h>
//
}
}
+#endif // DrawErrorUnderline_h
+
#endif
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef GraphicsContextPlatformPrivateCairo_h
+#define GraphicsContextPlatformPrivateCairo_h
+
#include "GraphicsContext.h"
#include "ContextShadow.h"
} // namespace WebCore
+#endif // GraphicsContextPlatformPrivateCairo_h
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef GraphicsContextPlatformPrivateCG_h
+#define GraphicsContextPlatformPrivateCG_h
+
#include <wtf/RetainPtr.h>
#include <CoreGraphics/CGContext.h>
};
}
+
+#endif // GraphicsContextPlatformPrivateCG_h
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef PDFDocumentImage_h
+#define PDFDocumentImage_h
+
#include "Image.h"
#include "FloatRect.h"
}
#endif // PLATFORM(CG)
+
+#endif // PDFDocumentImage_h
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef WebCoreTextRenderer_h
+#define WebCoreTextRenderer_h
+
#include <wtf/Forward.h>
namespace WebCore {
bool WebCoreAlwaysUsesComplexTextCodePath();
} // namespace WebCore
+
+#endif // WebCoreTextRenderer_h
+2011-01-17 Tony Gentilcore <tonyg@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Fix some headers with missing or misspelled #ifndef guards
+ https://bugs.webkit.org/show_bug.cgi?id=52545
+
+ * WebKitStatistics.h:
+
2011-01-17 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
*/
#ifndef WebKitStatistics_h
-#define WebkitStatistics_h
+#define WebKitStatistics_h
#include "WebKit.h"
ULONG m_refCount;
};
-#endif
+#endif // WebKitStatistics_h
+2011-01-17 Tony Gentilcore <tonyg@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Fix some headers with missing or misspelled #ifndef guards
+ https://bugs.webkit.org/show_bug.cgi?id=52545
+
+ * Shared/UserMessageCoders.h:
+ * WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:
+ * WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h:
+ * WebProcess/WebProcessMain.h:
+
2011-01-17 Alexey Proskuryakov <ap@apple.com>
Build fix.
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef UserMessageCoders_h
+#define UserMessageCoders_h
+
#include "ArgumentDecoder.h"
#include "ArgumentEncoder.h"
#include "ImmutableArray.h"
};
} // namespace WebKit
+
+#endif // UserMessageCoders_h
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef InjectedBundleNodeHandle_h
+#define InjectedBundleNodeHandle_h
+
#include "APIObject.h"
#include <JavaScriptCore/JSBase.h>
#include <wtf/Forward.h>
};
} // namespace WebKit
+
+#endif // InjectedBundleNodeHandle_h
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef InjectedBundleUserMessageCoders_h
+#define InjectedBundleUserMessageCoders_h
+
#include "UserMessageCoders.h"
#include "WebFrame.h"
#include "WebPage.h"
};
} // namespace WebKit
+
+#endif // InjectedBundleUserMessageCoders_h
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef WebProcessMain_h
+#define WebProcessMain_h
+
#include "WKBase.h"
namespace WebKit {
int WebProcessMain(const CommandLine&);
} // namespace WebKit
+
+#endif // WebProcessMain_h
+2011-01-17 Tony Gentilcore <tonyg@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Fix some headers with missing or misspelled #ifndef guards
+ https://bugs.webkit.org/show_bug.cgi?id=52545
+
+ * DumpRenderTree/chromium/TestEventPrinter.h:
+ * DumpRenderTree/chromium/WebPreferences.h:
+
2011-01-17 Jessie Berlin <jberlin@apple.com>
Reviewed by Anders Carlsson.
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef TestEventPrinter_h
+#define TestEventPrinter_h
+
class TestEventPrinter {
public:
static TestEventPrinter* createDRTPrinter();
virtual void handleImageFooter() const = 0;
virtual void handleTestFooter(bool dumpedAnything) const = 0;
};
+
+#endif // TestEventPrinter_h
*/
#ifndef WebPreferences_h
-#define WebPerferences_h
+#define WebPreferences_h
#include "WebSettings.h"
#include "WebString.h"