RESOLVED FIXED 41276
Make it possible to test the new HTML5 TreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=41276
Summary Make it possible to test the new HTML5 TreeBuilder
Eric Seidel (no email)
Reported 2010-06-28 01:37:53 PDT
Make it possible to test the new HTML5 TreeBuilder
Attachments
Patch (13.60 KB, patch)
2010-06-28 01:39 PDT, Eric Seidel (no email)
no flags
Patch for landing (13.71 KB, patch)
2010-06-28 01:52 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2010-06-28 01:39:52 PDT
WebKit Review Bot
Comment 2 2010-06-28 01:41:41 PDT
Attachment 59884 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1 WebCore/page/Settings.h:304: setHTML5TreeBuilderEnabled_DO_NOT_USE is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 1 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Adam Barth
Comment 3 2010-06-28 01:42:35 PDT
Comment on attachment 59884 [details] Patch WebCore/html/HTMLTreeBuilder.cpp:64 + return document && document->settings() && !document->settings()->html5TreeBuilderEnabled(); You should default the other way if we can't find the settings object
Eric Seidel (no email)
Comment 4 2010-06-28 01:52:30 PDT
Created attachment 59885 [details] Patch for landing
WebKit Commit Bot
Comment 5 2010-06-28 02:44:47 PDT
Comment on attachment 59885 [details] Patch for landing Clearing flags on attachment: 59885 Committed r61989: <http://trac.webkit.org/changeset/61989>
WebKit Commit Bot
Comment 6 2010-06-28 02:44:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.