Bug 70429 - HTMLBodyElement: Simplify link/alink/vlink attribute parsing.
Summary: HTMLBodyElement: Simplify link/alink/vlink attribute parsing.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 09:57 PDT by Andreas Kling
Modified: 2011-10-19 14:27 PDT (History)
3 users (show)

See Also:


Attachments
Proposed patch (4.68 KB, patch)
2011-10-19 10:02 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-10-19 09:57:55 PDT
HTMLBodyElement: Simplify link/alink/vlink attribute parsing.
Comment 1 Andreas Kling 2011-10-19 10:02:01 PDT
Created attachment 111641 [details]
Proposed patch
Comment 2 Antonio Gomes 2011-10-19 10:09:08 PDT
Comment on attachment 111641 [details]
Proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=111641&action=review

I was just working on a change that depends on this code :)

> Source/WebCore/html/HTMLBodyElement.h:-95
> -    virtual void didMoveToNewOwnerDocument();

related removal?
Comment 3 Andreas Kling 2011-10-19 14:27:36 PDT
Comment on attachment 111641 [details]
Proposed patch

Clearing flags on attachment: 111641

Committed r97877: <http://trac.webkit.org/changeset/97877>
Comment 4 Andreas Kling 2011-10-19 14:27:45 PDT
All reviewed patches have been landed.  Closing bug.