Bug 12164 - Cleanup Tokenizers
Summary: Cleanup Tokenizers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 09:51 PST by Sam Weinig
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
patch (29.06 KB, patch)
2007-01-08 09:54 PST, Sam Weinig
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2007-01-08 09:51:53 PST
Forthcoming patch puts the Tokenizer class into its own file, moves the XMLTokenizer class declaration from XMLTokenizer.cpp to XMLTokenizer.h (I am unclear on why it was in the .cpp file in the first place), and does a little surrounding cleanup.
Comment 1 Sam Weinig 2007-01-08 09:54:05 PST
Created attachment 12301 [details]
patch
Comment 2 Maciej Stachowiak 2007-01-08 10:04:20 PST
Comment on attachment 12301 [details]
patch

r=me
Comment 3 Sam Weinig 2007-01-08 10:06:48 PST
Landed in r18669.
Comment 4 Lucas Forschler 2019-02-06 09:03:18 PST
Mass moving XML DOM bugs to the "DOM" Component.