OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) | 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) |
4 * (C) 2001 Dirk Mueller (mueller@kde.org) | 4 * (C) 2001 Dirk Mueller (mueller@kde.org) |
5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) | 5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) |
6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All r
ights reserved. | 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All r
ights reserved. |
7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) | 7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) |
8 * Copyright (C) 2008, 2009, 2011, 2012 Google Inc. All rights reserved. | 8 * Copyright (C) 2008, 2009, 2011, 2012 Google Inc. All rights reserved. |
9 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) | 9 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) |
10 * Copyright (C) Research In Motion Limited 2010-2011. All rights reserved. | 10 * Copyright (C) Research In Motion Limited 2010-2011. All rights reserved. |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 #include "sky/engine/core/events/PageTransitionEvent.h" | 77 #include "sky/engine/core/events/PageTransitionEvent.h" |
78 #include "sky/engine/core/events/ScopedEventQueue.h" | 78 #include "sky/engine/core/events/ScopedEventQueue.h" |
79 #include "sky/engine/core/fetch/ResourceFetcher.h" | 79 #include "sky/engine/core/fetch/ResourceFetcher.h" |
80 #include "sky/engine/core/frame/FrameConsole.h" | 80 #include "sky/engine/core/frame/FrameConsole.h" |
81 #include "sky/engine/core/frame/FrameHost.h" | 81 #include "sky/engine/core/frame/FrameHost.h" |
82 #include "sky/engine/core/frame/FrameView.h" | 82 #include "sky/engine/core/frame/FrameView.h" |
83 #include "sky/engine/core/frame/LocalDOMWindow.h" | 83 #include "sky/engine/core/frame/LocalDOMWindow.h" |
84 #include "sky/engine/core/frame/LocalFrame.h" | 84 #include "sky/engine/core/frame/LocalFrame.h" |
85 #include "sky/engine/core/frame/Settings.h" | 85 #include "sky/engine/core/frame/Settings.h" |
86 #include "sky/engine/core/html/HTMLAnchorElement.h" | 86 #include "sky/engine/core/html/HTMLAnchorElement.h" |
87 #include "sky/engine/core/html/HTMLCanvasElement.h" | |
88 #include "sky/engine/core/html/HTMLScriptElement.h" | 87 #include "sky/engine/core/html/HTMLScriptElement.h" |
89 #include "sky/engine/core/html/HTMLStyleElement.h" | 88 #include "sky/engine/core/html/HTMLStyleElement.h" |
90 #include "sky/engine/core/html/HTMLTemplateElement.h" | 89 #include "sky/engine/core/html/HTMLTemplateElement.h" |
91 #include "sky/engine/core/html/HTMLTitleElement.h" | 90 #include "sky/engine/core/html/HTMLTitleElement.h" |
92 #include "sky/engine/core/html/canvas/CanvasRenderingContext.h" | |
93 #include "sky/engine/core/html/canvas/CanvasRenderingContext2D.h" | |
94 #include "sky/engine/core/html/canvas/WebGLRenderingContext.h" | |
95 #include "sky/engine/core/html/imports/HTMLImportChild.h" | 91 #include "sky/engine/core/html/imports/HTMLImportChild.h" |
96 #include "sky/engine/core/html/imports/HTMLImportLoader.h" | 92 #include "sky/engine/core/html/imports/HTMLImportLoader.h" |
97 #include "sky/engine/core/html/imports/HTMLImportTreeRoot.h" | 93 #include "sky/engine/core/html/imports/HTMLImportTreeRoot.h" |
98 #include "sky/engine/core/html/imports/HTMLImportsController.h" | 94 #include "sky/engine/core/html/imports/HTMLImportsController.h" |
99 #include "sky/engine/core/html/parser/HTMLDocumentParser.h" | 95 #include "sky/engine/core/html/parser/HTMLDocumentParser.h" |
100 #include "sky/engine/core/html/parser/HTMLParserIdioms.h" | 96 #include "sky/engine/core/html/parser/HTMLParserIdioms.h" |
101 #include "sky/engine/core/html/parser/NestingLevelIncrementer.h" | 97 #include "sky/engine/core/html/parser/NestingLevelIncrementer.h" |
102 #include "sky/engine/core/html/parser/TextResourceDecoder.h" | 98 #include "sky/engine/core/html/parser/TextResourceDecoder.h" |
103 #include "sky/engine/core/inspector/ConsoleMessage.h" | 99 #include "sky/engine/core/inspector/ConsoleMessage.h" |
104 #include "sky/engine/core/inspector/InspectorCounters.h" | 100 #include "sky/engine/core/inspector/InspectorCounters.h" |
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2214 using namespace blink; | 2210 using namespace blink; |
2215 void showLiveDocumentInstances() | 2211 void showLiveDocumentInstances() |
2216 { | 2212 { |
2217 WeakDocumentSet& set = liveDocumentSet(); | 2213 WeakDocumentSet& set = liveDocumentSet(); |
2218 fprintf(stderr, "There are %u documents currently alive:\n", set.size()); | 2214 fprintf(stderr, "There are %u documents currently alive:\n", set.size()); |
2219 for (WeakDocumentSet::const_iterator it = set.begin(); it != set.end(); ++it
) { | 2215 for (WeakDocumentSet::const_iterator it = set.begin(); it != set.end(); ++it
) { |
2220 fprintf(stderr, "- Document %p URL: %s\n", *it, (*it)->url().string().ut
f8().data()); | 2216 fprintf(stderr, "- Document %p URL: %s\n", *it, (*it)->url().string().ut
f8().data()); |
2221 } | 2217 } |
2222 } | 2218 } |
2223 #endif | 2219 #endif |
OLD | NEW |