Bug 76833 - Move m_rootEditableElementForSelectionOnMouseDown off of HTMLAnchorElement.
Summary: Move m_rootEditableElementForSelectionOnMouseDown off of HTMLAnchorElement.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 08:21 PST by Andreas Kling
Modified: 2012-01-23 09:00 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.69 KB, patch)
2012-01-23 08:27 PST, 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 2012-01-23 08:21:28 PST
Because memory usage!
Comment 1 Andreas Kling 2012-01-23 08:27:27 PST
Created attachment 123562 [details]
Patch
Comment 2 Antti Koivisto 2012-01-23 08:39:19 PST
Quite a bit of code for something that looks like a rather narrow detail. I wonder if some refactoring would eliminate the concept completely. r=me in any case as this is an improvement.
Comment 3 Andreas Kling 2012-01-23 09:00:43 PST
Comment on attachment 123562 [details]
Patch

Clearing flags on attachment: 123562

Committed r105631: <http://trac.webkit.org/changeset/105631>
Comment 4 Andreas Kling 2012-01-23 09:00:52 PST
All reviewed patches have been landed.  Closing bug.