[Webkit-unassigned] [Bug 23430] New: Frame Refactor: Move methods from Frame to Editor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 20 03:58:53 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23430

           Summary: Frame Refactor: Move methods from Frame to Editor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zecke at selfish.org


const Selection& mark() const; // Mark, to be used as emacs uses it.
void setMark(const Selection&);

void computeAndSetTypingStyle(CSSStyleDeclaration* , EditAction =
EditActionUnspecified);
String selectionStartStylePropertyValue(int stylePropertyID) const;
void applyEditingStyleToBodyElement() const;
void applyEditingStyleToElement(Element*) const;

IntRect firstRectForRange(Range*) const;

void respondToChangedSelection(const Selection& oldSelection, bool
closeTyping);
bool shouldChangeSelection(const Selection& oldSelection, const Selection&
newSelection, EAffinity, bool stillSelecting) const;

RenderStyle* styleForSelectionStart(Node*& nodeToRemove) const;

unsigned markAllMatchesForText(const String&, bool caseFlag, unsigned limit);
bool markedTextMatchesAreHighlighted() const;
void setMarkedTextMatchesAreHighlighted(bool flag);

PassRefPtr<CSSComputedStyleDeclaration> selectionComputedStyle(Node*&
nodeToRemove) const;

void textFieldDidBeginEditing(Element*);
void textFieldDidEndEditing(Element*);
void textDidChangeInTextField(Element*);
bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*);
void textWillBeDeletedInTextField(Element* input);
void textDidChangeInTextArea(Element*);

DragImageRef dragImageForSelection();


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list