Bug 128951 - FrameSelection::textWasReplaced and setSelectedRange shouldn't trigger synchronous layout
Summary: FrameSelection::textWasReplaced and setSelectedRange shouldn't trigger synchr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 127832
  Show dependency treegraph
 
Reported: 2014-02-17 21:16 PST by Ryosuke Niwa
Modified: 2014-02-18 14:30 PST (History)
1 user (show)

See Also:


Attachments
Cleanup (2.68 KB, patch)
2014-02-17 21:21 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-02-17 21:16:00 PST
FrameSelection::textWasReplaced and FrameSelection::setSelectedRange triggers superflous synchronous layout.
We shouldn't do that.
Comment 1 Ryosuke Niwa 2014-02-17 21:21:10 PST
Created attachment 224466 [details]
Cleanup
Comment 2 WebKit Commit Bot 2014-02-18 14:30:00 PST
Comment on attachment 224466 [details]
Cleanup

Clearing flags on attachment: 224466

Committed r164319: <http://trac.webkit.org/changeset/164319>
Comment 3 WebKit Commit Bot 2014-02-18 14:30:02 PST
All reviewed patches have been landed.  Closing bug.