Bug 40406

Summary: Move HTML5 entity parser to its own file
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 39259    
Attachments:
Description Flags
Patch eric: review+

Description Adam Barth 2010-06-10 00:43:33 PDT
Move HTML5 entity parser to its own file
Comment 1 Adam Barth 2010-06-10 00:45:35 PDT
Created attachment 58341 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-06-10 00:47:53 PDT
Comment on attachment 58341 [details]
Patch

rs=me.
Comment 3 WebKit Review Bot 2010-06-10 00:47:58 PDT
Attachment 58341 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/html/HTML5EntityParser.cpp:69:  Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.  [readability/comparison_to_zero] [5]
Total errors found: 1 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Adam Barth 2010-06-10 00:49:07 PDT
Committed r60941: <http://trac.webkit.org/changeset/60941>