issues
search
yosinch
/
editing
document.execCommand in JavaScript for Blink
4
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
removeFormat: Should push down styled element into grouping element
#76
yosinch
opened
10 years ago
0
insertOrderedList: Remove isListMergableContainer; Use isTable(Cell) instead
#75
hajimehoshi
closed
10 years ago
0
content_model: Bug fix: lack of space char in a variable
#74
hajimehoshi
closed
10 years ago
0
insertOrderedList: Refactoring
#73
hajimehoshi
closed
10 years ago
0
checker: Include extern files in checker.py
#72
hajimehoshi
closed
10 years ago
0
insertOrderedList: Set a selection correctly
#71
hajimehoshi
closed
10 years ago
1
insertOrderedList: Implement saving selections
#70
hajimehoshi
closed
10 years ago
0
insertOrderedList: fix incompatible tests (style attributes)
#69
hajimehoshi
closed
10 years ago
0
insertOrderedList: (almost) all W3C tests pass
#68
hajimehoshi
closed
10 years ago
1
[WIP] Pass all tests of insertOrderedList
#67
hajimehoshi
closed
10 years ago
1
normalizeSelection() in "editing_context.js" should not use JS trimLeft() and trimRight()
#66
yosinch
opened
10 years ago
1
node: /^\s*$/ should be /^[\r\n\t\f ]*$/ in nodes.js
#65
hajimehoshi
closed
10 years ago
1
insertOrderedList: bug fix: add type casts
#64
hajimehoshi
closed
10 years ago
0
Pass ClosureCompiler tests
#63
hajimehoshi
closed
10 years ago
0
insertOrderedList: Pass all (w3c) tests
#62
hajimehoshi
opened
10 years ago
0
Remove redundant "?" from JS externs
#61
yosinch
closed
10 years ago
0
insertOrderedList: implement replacing lists (#49)
#60
hajimehoshi
closed
10 years ago
0
insertOrderedList: Implement swapping the list and a <div>
#59
hajimehoshi
opened
10 years ago
0
unlink: Bug fix: replace 'return' with 'continue'
#58
hajimehoshi
closed
10 years ago
0
insertOrderedList: Fix #50, #51, #52
#57
hajimehoshi
closed
10 years ago
0
Get rid of editing.define()
#56
hajimehoshi
closed
10 years ago
0
Use assignment to Object prototype directly instead of using Object.defineProperties
#55
hajimehoshi
closed
10 years ago
0
Consider preserve-whitespace CSS property when we use String.prototype.trim{,Left,Right}
#54
hajimehoshi
opened
10 years ago
1
Should use Node.prototype.contains in EditingContext.prototype.inDocument
#53
hajimehoshi
opened
10 years ago
1
Move 'use strict' to inside a function
#52
hajimehoshi
closed
10 years ago
0
Array.prototype.forEach should be replaced with for-of
#51
hajimehoshi
opened
10 years ago
1
[].method() should be replaced with Array.prototype.method()
#50
hajimehoshi
closed
10 years ago
0
insertOrderedList: Implement replacing <ul> with <ol>
#49
hajimehoshi
opened
10 years ago
0
insertOrderList: implement unlistifying
#48
hajimehoshi
closed
10 years ago
0
insertOrderedList: remove [].forEach and use while instead
#47
hajimehoshi
closed
10 years ago
0
insertOrderedList: implement unlistifying
#46
hajimehoshi
closed
10 years ago
0
Introduce EditingStyle to handle inline style from STYLE attribute
#45
yosinch
closed
10 years ago
0
We should execute multiple setStyle operations in same order in undo/redo
#44
yosinch
closed
10 years ago
0
createLink: Order of STYLE attribute serialization
#43
yosinch
closed
10 years ago
0
pass checker.py
#42
hajimehoshi
closed
10 years ago
0
nodes: add ancestorsWhile
#41
hajimehoshi
closed
10 years ago
0
insertOrderedList: implement listifying
#40
hajimehoshi
closed
10 years ago
0
insertOrderedList: Implement merging lists beyond nested <blockquote>s
#39
hajimehoshi
opened
10 years ago
0
Remove the first argument from context.removeChild / replaceChild
#38
hajimehoshi
opened
10 years ago
0
Move editor.undoStack and editor.redoStack to editing
#37
yosinch
opened
10 years ago
0
insertOrderedList: pass 53 tests
#36
hajimehoshi
closed
10 years ago
1
unlink should not create A elements which has same "name" attribute
#35
yosinch
opened
10 years ago
0
createLink should not create A elements which has same "name" attribute
#34
yosinch
opened
10 years ago
0
createLink: How do we handle anchor text in middle of SPAN?
#33
yosinch
closed
10 years ago
0
editing: Move |editing.ndoes.normalizeSelection()| to |EditingContext|
#32
yosinch
closed
10 years ago
0
editing: Move |editing.nodes.setUpEffectiveNodes()| to |EditingContext|
#31
yosinch
closed
10 years ago
0
nodes: have setUpEffectiveNodes return null in some cases
#30
hajimehoshi
closed
10 years ago
0
Unify new line characters to LF
#29
hajimehoshi
closed
10 years ago
0
Pass type checking
#28
hajimehoshi
closed
10 years ago
0
nodes: bug fix: split nodes in the right place
#27
hajimehoshi
closed
10 years ago
0
Next