Bug 26203 - Move parsing of 'attr(X)' values to own method
Summary: Move parsing of 'attr(X)' values to own method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P5 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 20:07 PDT by Roland Steiner
Modified: 2009-06-04 20:30 PDT (History)
0 users

See Also:


Attachments
patch - add new method for parsing of 'attr(X)' values (3.38 KB, patch)
2009-06-04 20:10 PDT, Roland Steiner
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roland Steiner 2009-06-04 20:07:39 PDT
[separated out from bug #26198]

CSSParser.cpp/.h - move parsing of 'attr(X)' to own method

move parsing of 'attr(X)' to its own method, in order to make re-using it
easier. (E.g., CSS3 'ruby-span' would also use 'attr(X)')
Comment 1 Roland Steiner 2009-06-04 20:10:49 PDT
Created attachment 30984 [details]
patch - add new method for parsing of 'attr(X)' values
Comment 2 Eric Seidel (no email) 2009-06-04 20:26:07 PDT
Comment on attachment 30984 [details]
patch - add new method for parsing of 'attr(X)' values

Great!
Comment 3 Eric Seidel (no email) 2009-06-04 20:30:13 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/css/CSSParser.cpp
	M	WebCore/css/CSSParser.h
Committed r44448