Bug 128421 - FrameSelection's destructor shouldn't notify accessibility
Summary: FrameSelection's destructor shouldn't notify accessibility
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-07 17:18 PST by Ryosuke Niwa
Modified: 2014-02-07 19:45 PST (History)
5 users (show)

See Also:


Attachments
Cleanup (6.81 KB, patch)
2014-02-07 17:47 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixed crashes (9.86 KB, patch)
2014-02-07 18:37 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Reverted chagnes to xcscheme (7.89 KB, patch)
2014-02-07 18:39 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-07 17:18:39 PST
There is no point in notifying accessibility code during frame destruction.
Comment 1 Ryosuke Niwa 2014-02-07 17:47:39 PST
Created attachment 223528 [details]
Cleanup
Comment 2 Ryosuke Niwa 2014-02-07 18:37:42 PST
Created attachment 223538 [details]
Fixed crashes
Comment 3 Ryosuke Niwa 2014-02-07 18:39:07 PST
Created attachment 223539 [details]
Reverted chagnes to xcscheme
Comment 4 Ryosuke Niwa 2014-02-07 19:45:23 PST
Comment on attachment 223539 [details]
Reverted chagnes to xcscheme

Clearing flags on attachment: 223539

Committed r163689: <http://trac.webkit.org/changeset/163689>
Comment 5 Ryosuke Niwa 2014-02-07 19:45:25 PST
All reviewed patches have been landed.  Closing bug.