Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Side by Side Diff: Source/core/html/parser/HTMLDocumentParser.h

Issue 17388003: Remove unused includes from core/{editing,fileapi,history,html} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 23 matching lines...) Expand all
34 #include "core/html/parser/HTMLParserOptions.h" 34 #include "core/html/parser/HTMLParserOptions.h"
35 #include "core/html/parser/HTMLPreloadScanner.h" 35 #include "core/html/parser/HTMLPreloadScanner.h"
36 #include "core/html/parser/HTMLScriptRunnerHost.h" 36 #include "core/html/parser/HTMLScriptRunnerHost.h"
37 #include "core/html/parser/HTMLSourceTracker.h" 37 #include "core/html/parser/HTMLSourceTracker.h"
38 #include "core/html/parser/HTMLToken.h" 38 #include "core/html/parser/HTMLToken.h"
39 #include "core/html/parser/HTMLTokenizer.h" 39 #include "core/html/parser/HTMLTokenizer.h"
40 #include "core/html/parser/HTMLTreeBuilderSimulator.h" 40 #include "core/html/parser/HTMLTreeBuilderSimulator.h"
41 #include "core/html/parser/XSSAuditor.h" 41 #include "core/html/parser/XSSAuditor.h"
42 #include "core/html/parser/XSSAuditorDelegate.h" 42 #include "core/html/parser/XSSAuditorDelegate.h"
43 #include "core/loader/cache/CachedResourceClient.h" 43 #include "core/loader/cache/CachedResourceClient.h"
44 #include "core/platform/Timer.h"
45 #include "core/platform/text/SegmentedString.h" 44 #include "core/platform/text/SegmentedString.h"
46 #include <wtf/Deque.h> 45 #include "wtf/Deque.h"
47 #include <wtf/OwnPtr.h> 46 #include "wtf/OwnPtr.h"
48 #include <wtf/text/TextPosition.h> 47 #include "wtf/WeakPtr.h"
49 #include <wtf/WeakPtr.h> 48 #include "wtf/text/TextPosition.h"
50 49
51 namespace WebCore { 50 namespace WebCore {
52 51
53 class BackgroundHTMLParser; 52 class BackgroundHTMLParser;
54 class CompactHTMLToken; 53 class CompactHTMLToken;
55 class Document; 54 class Document;
56 class DocumentFragment; 55 class DocumentFragment;
57 class HTMLDocument; 56 class HTMLDocument;
58 class HTMLParserScheduler; 57 class HTMLParserScheduler;
59 class HTMLScriptRunner; 58 class HTMLScriptRunner;
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 196
198 bool m_isPinnedToMainThread; 197 bool m_isPinnedToMainThread;
199 bool m_endWasDelayed; 198 bool m_endWasDelayed;
200 bool m_haveBackgroundParser; 199 bool m_haveBackgroundParser;
201 unsigned m_pumpSessionNestingLevel; 200 unsigned m_pumpSessionNestingLevel;
202 }; 201 };
203 202
204 } 203 }
205 204
206 #endif 205 #endif
OLDNEW
« no previous file with comments | « Source/core/html/parser/HTMLConstructionSite.cpp ('k') | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698