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

Side by Side Diff: sky/engine/core/html/parser/HTMLDocumentParser.h

Issue 678533003: Remove HTMLTreeBuilderSimulator (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 19 matching lines...) Expand all
30 #include "core/dom/ParserContentPolicy.h" 30 #include "core/dom/ParserContentPolicy.h"
31 #include "core/dom/ScriptableDocumentParser.h" 31 #include "core/dom/ScriptableDocumentParser.h"
32 #include "core/fetch/ResourceClient.h" 32 #include "core/fetch/ResourceClient.h"
33 #include "core/frame/UseCounter.h" 33 #include "core/frame/UseCounter.h"
34 #include "core/html/parser/CompactHTMLToken.h" 34 #include "core/html/parser/CompactHTMLToken.h"
35 #include "core/html/parser/HTMLInputStream.h" 35 #include "core/html/parser/HTMLInputStream.h"
36 #include "core/html/parser/HTMLParserOptions.h" 36 #include "core/html/parser/HTMLParserOptions.h"
37 #include "core/html/parser/HTMLScriptRunner.h" 37 #include "core/html/parser/HTMLScriptRunner.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"
41 #include "core/html/parser/TextResourceDecoder.h" 40 #include "core/html/parser/TextResourceDecoder.h"
42 #include "platform/text/SegmentedString.h" 41 #include "platform/text/SegmentedString.h"
43 #include "wtf/Deque.h" 42 #include "wtf/Deque.h"
44 #include "wtf/OwnPtr.h" 43 #include "wtf/OwnPtr.h"
45 #include "wtf/WeakPtr.h" 44 #include "wtf/WeakPtr.h"
46 #include "wtf/text/TextPosition.h" 45 #include "wtf/text/TextPosition.h"
47 46
48 namespace blink { 47 namespace blink {
49 48
50 class BackgroundHTMLParser; 49 class BackgroundHTMLParser;
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 171
173 bool m_isFragment; 172 bool m_isFragment;
174 bool m_endWasDelayed; 173 bool m_endWasDelayed;
175 bool m_haveBackgroundParser; 174 bool m_haveBackgroundParser;
176 unsigned m_pumpSessionNestingLevel; 175 unsigned m_pumpSessionNestingLevel;
177 }; 176 };
178 177
179 } 178 }
180 179
181 #endif 180 #endif
OLDNEW
« no previous file with comments | « sky/engine/core/html/parser/BackgroundHTMLParser.cpp ('k') | sky/engine/core/html/parser/HTMLTreeBuilderSimulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698