yosinch / editing

document.execCommand in JavaScript for Blink
4 stars 6 forks source link

Move editor.undoStack and editor.redoStack to editing #37

Open yosinch opened 10 years ago

yosinch commented 10 years ago

Since C++ uses global undo stack rather than per-document undo stack, JS implementation should follow it.

Note: http://crbug.com/349272 suggests per-document undo stack.