RESOLVED FIXED 62933
Various editing functions take boolean userTriggered but should be replaced by an enum
https://bugs.webkit.org/show_bug.cgi?id=62933
Summary Various editing functions take boolean userTriggered but should be replaced b...
Ryosuke Niwa
Reported 2011-06-18 11:16:41 PDT
Quite few editing functions take boolean userTriggered argument. We should replace it by an enum.
Attachments
cleanup (40.28 KB, patch)
2011-06-20 13:10 PDT, Ryosuke Niwa
darin: review+
Ryosuke Niwa
Comment 1 2011-06-20 13:10:58 PDT
Created attachment 97844 [details] cleanup
Eric Seidel (no email)
Comment 2 2011-06-20 13:13:05 PDT
Does this need to be FrameSelection::UserTrigggered? or can we have it be global?
Darin Adler
Comment 3 2011-06-20 13:15:49 PDT
Comment on attachment 97844 [details] cleanup Does the enum really need to be a member of FrameSelection? Can’t it be a namespace-level enum?
Darin Adler
Comment 4 2011-06-20 13:16:42 PDT
Heh, Eric and I said the same thing, but I didn’t read his comment until after I posted mine.
Ryosuke Niwa
Comment 5 2011-06-20 13:18:50 PDT
Thank for the review. I'll move EUserTriggered out of FrameSelection.
Ryosuke Niwa
Comment 6 2011-06-20 15:03:33 PDT
Ryosuke Niwa
Comment 7 2011-06-20 15:38:13 PDT
Note You need to log in before you can comment on or make changes to this bug.