RESOLVED FIXED 45334
TextDocument should come in from the cold
https://bugs.webkit.org/show_bug.cgi?id=45334
Summary TextDocument should come in from the cold
Adam Barth
Reported 2010-09-07 16:25:10 PDT
TextDocument should come in from the cold
Attachments
Patch (26.50 KB, patch)
2010-09-07 16:28 PDT, Adam Barth
no flags
Patch (26.00 KB, patch)
2010-09-07 16:53 PDT, Adam Barth
no flags
Patch for landing (26.06 KB, patch)
2010-09-07 16:57 PDT, Adam Barth
commit-queue: commit-queue-
Adam Barth
Comment 1 2010-09-07 16:28:35 PDT
Eric Seidel (no email)
Comment 2 2010-09-07 16:38:20 PDT
Comment on attachment 66786 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=66786&action=prettypatch > WebCore/html/parser/HTMLViewSourceParser.cpp:47 > + m_tokenizer->setState(HTMLTokenizer::PLAINTEXTState); We talked about just making HTMLViewTextSourceParser a subclass which does this in the constructor. > WebCore/html/parser/TextDocumentParser.cpp:52 > + attributes->insertAttribute(styleAttribute.release(), false); What does false do? > WebCore/html/parser/TextDocumentParser.cpp:78 > + pumpTokenizer(); m_treeBuilder->finished() is needed. Lame that every document parser needs to write all this stuff.
Adam Barth
Comment 3 2010-09-07 16:53:31 PDT
Eric Seidel (no email)
Comment 4 2010-09-07 16:56:41 PDT
Adam Barth
Comment 5 2010-09-07 16:57:41 PDT
Created attachment 66791 [details] Patch for landing
WebKit Commit Bot
Comment 6 2010-09-07 19:30:41 PDT
Comment on attachment 66791 [details] Patch for landing Rejecting patch 66791 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--wait-for-httpd', '--ignore-tests', 'compositing,media', '--quiet']" exit_code: 1 Running build-dumprendertree Compiling Java tests make: Nothing to be done for `default'. Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests Testing 20935 test cases. http/tests/appcache/fallback.html -> failed Exiting early after 1 failures. 19967 tests run. 635.60s total testing time 19966 test cases (99%) succeeded 1 test case (<1%) had incorrect layout 27 test cases (<1%) had stderr output Full output: http://queues.webkit.org/results/3939280
Adam Barth
Comment 7 2010-09-08 01:52:31 PDT
Note You need to log in before you can comment on or make changes to this bug.