Bug 49956
Summary: | [meta] Deploy EditingStyle in ApplyStyleCommand | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 49938, 50641, 53911, 54528, 54944, 55025, 55207, 55338, 55349, 55950 | ||
Bug Blocks: | 54932 |
Ryosuke Niwa
Member functions of ApplyStyleCommand should use EditingStyle internally so that we can integrate StyleChange into EditingStyle. This change is required to fix the bug 27818.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
EditingStyle has been deployed in ApplyStyleCommand to a satisfactory level, closing the bug.