Bug 55974 - Move StyleChange and other global functions from ApplyStyleCommand to EditingStyle
Summary: Move StyleChange and other global functions from ApplyStyleCommand to Editing...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 54932
  Show dependency treegraph
 
Reported: 2011-03-08 15:02 PST by Ryosuke Niwa
Modified: 2011-04-12 12:02 PDT (History)
4 users (show)

See Also:


Attachments
cleanup (33.45 KB, patch)
2011-03-08 15:21 PST, Ryosuke Niwa
eric: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-03-08 15:02:09 PST
ApplyStyleCommand.cpp currently hosts many style-related functions but they should really be in EditingStyle instead.
Comment 1 Ryosuke Niwa 2011-03-08 15:21:22 PST
Created attachment 85098 [details]
cleanup
Comment 2 Hajime Morrita 2011-04-11 14:10:41 PDT
Although I don't know the context of this change, The change itself looks trivial and ready to r+.
Comment 3 Eric Seidel (no email) 2011-04-11 15:01:38 PDT
Comment on attachment 85098 [details]
cleanup

OK.
Comment 4 WebKit Commit Bot 2011-04-11 15:08:26 PDT
Comment on attachment 85098 [details]
cleanup

Rejecting attachment 85098 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-4', 'apply-..." exit_code: 2

Last 500 characters of output:
ce/WebCore/editing/ApplyStyleCommand.cpp
Hunk #2 FAILED at 49.
Hunk #3 succeeded at 111 (offset -2 lines).
1 out of 3 hunks FAILED -- saving rejects to file Source/WebCore/editing/ApplyStyleCommand.cpp.rej
patching file Source/WebCore/editing/ApplyStyleCommand.h
patching file Source/WebCore/editing/EditingStyle.cpp
patching file Source/WebCore/editing/EditingStyle.h

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Eric Seidel', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/8386637
Comment 5 Ryosuke Niwa 2011-04-12 12:02:16 PDT
Committed r83618: <http://trac.webkit.org/changeset/83618>