OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2010 Google Inc. All rights reserved. | 2 * Copyright (C) 2010 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 17 matching lines...) Expand all Loading... |
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 */ | 29 */ |
30 | 30 |
31 #ifndef InspectorInstrumentation_h | 31 #ifndef InspectorInstrumentation_h |
32 #define InspectorInstrumentation_h | 32 #define InspectorInstrumentation_h |
33 | 33 |
34 #include "bindings/v8/ScriptString.h" | 34 #include "bindings/v8/ScriptString.h" |
35 #include "core/css/CSSSelector.h" | 35 #include "core/css/CSSSelector.h" |
36 #include "core/css/CSSStyleSheet.h" | 36 #include "core/css/CSSStyleSheet.h" |
37 #include "core/dom/Element.h" | 37 #include "core/dom/Element.h" |
38 #include "core/events/EventContext.h" | 38 #include "core/dom/EventContext.h" |
39 #include "core/dom/ScriptExecutionContext.h" | 39 #include "core/dom/ScriptExecutionContext.h" |
40 #include "core/inspector/ConsoleAPITypes.h" | 40 #include "core/inspector/ConsoleAPITypes.h" |
41 #include "core/page/Frame.h" | 41 #include "core/page/Frame.h" |
42 #include "core/page/Page.h" | 42 #include "core/page/Page.h" |
43 #include "core/platform/network/FormData.h" | 43 #include "core/platform/network/FormData.h" |
44 #include "core/rendering/HitTestResult.h" | 44 #include "core/rendering/HitTestResult.h" |
45 #include "core/rendering/RenderImage.h" | 45 #include "core/rendering/RenderImage.h" |
46 #include "core/storage/StorageArea.h" | 46 #include "core/storage/StorageArea.h" |
47 #include "modules/websockets/WebSocketFrame.h" | 47 #include "modules/websockets/WebSocketFrame.h" |
48 #include "modules/websockets/WebSocketHandshakeRequest.h" | 48 #include "modules/websockets/WebSocketHandshakeRequest.h" |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 } // namespace WebCore | 176 } // namespace WebCore |
177 | 177 |
178 // This file will soon be generated | 178 // This file will soon be generated |
179 #include "InspectorInstrumentationInl.h" | 179 #include "InspectorInstrumentationInl.h" |
180 | 180 |
181 #include "InspectorInstrumentationCustomInl.h" | 181 #include "InspectorInstrumentationCustomInl.h" |
182 | 182 |
183 #include "InspectorOverridesInl.h" | 183 #include "InspectorOverridesInl.h" |
184 | 184 |
185 #endif // !defined(InspectorInstrumentation_h) | 185 #endif // !defined(InspectorInstrumentation_h) |
OLD | NEW |