Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CodeMirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Aurel Pascal Schubotz
CodeMirror
Graph
cb403a8996cf2a6f9a01999d3ebeec73d4f81d17
Select Git revision
Branches
6
coordsCharRtlPerf
direction
master
default
protected
rtlMode
v2
v3
Tags
20
5.37.0
5.36.0
5.35.0
5.34.0
5.33.0
5.32.0
5.31.0
5.30.0
5.29.0
5.28.0
5.27.4
5.27.2
5.27.0
5.26.0
5.25.2
5.25.0
5.24.2
5.24.0
5.23.0
5.22.2
26 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Feb
23
20
19
18
17
16
15
14
13
12
11
9
3
2
30
Jan
29
27
24
23
22
19
17
14
13
12
9
7
5
3
2
31
Dec
29
24
23
22
21
19
18
17
16
15
14
12
11
10
9
8
7
6
4
3
2
1
30
Nov
27
26
25
22
21
18
17
15
12
11
7
6
4
3
2
31
Oct
30
29
28
27
24
23
22
20
19
17
16
14
13
12
10
9
8
6
3
2
1
30
Sep
29
26
25
23
22
21
19
18
17
16
15
9
8
4
3
1
28
Aug
27
26
23
21
18
15
14
11
9
5
1
30
Jul
29
28
25
23
22
21
20
18
17
16
15
14
11
9
8
7
4
2
29
Jun
28
27
24
23
20
19
17
13
10
9
8
6
5
4
3
2
1
31
May
29
26
25
[htmlembedded mode] Strip down to a simple addon/mode/multiplex wrapper
[contenteditable input] Work around mobile firefox randomly resetting selection sometimes
Fix scroll position jump on mousedown in Chrome
[asciiarmor mode] Add to mode list
[asciiarmor mode] Add
[sql-hint addon] Remove uses of Array.isArray
[sql-hint addon] Fix defaultTable for new tables format
[release notes] Fix bad patches link
Bump version number post-5.0
Mark release 5.0
5.0.0
5.0.0
Document inputStyle option
[contenteditable input] Fix selection-to-pos hack when node is a span around a text node
[contenteditable input] Fix another bug in pollContent
[contenteditable display] Fix polling for collapsed text
[contenteditable input] Only return true from pollContent when an actual change was found
Handle double- and triple-tap events ourselves
[contenteditable input] Force composition end on touchstart event
[contenteditable input] Fix compositionend data-overwriting exception
[contenteditable input] Fix selection adjustment for compositionstart
[contenteditable input] Fix bug in pollContent
Don't try to use contenteditable=plaintext-only
Fix for copying large chunks of text
When polling input, set prevInput before ending the operation
Don't immediately focus on click in IE
[contenteditable input] Fix pollContent when cursor ends up in a zero-width element
[contenteditable input] Resolve race condition in composition end
[contenteditable input] Fix empty array issues in pollContent
Work around broken iOS clipboard API
[contenteditable input] Try to handle Google Keyboard's weird composition events
[contenteditable input] Guard against wrapped or replaced nodes in patchDisplay
[contenteditable input] Make sure zero-width elements aren't counted as text
[contenteditable input] Improve handling of forced completionend
Force redraw of native selection when it is in a bogus state
[contenteditable input] Make dom poll hack work with tabs and special chars
Style in-editor selections to match default selection style
[contenteditable input] Kill composition when key is handled or input is reset
[contenteditable input] Properly handle compositionend events
Override tap events to avoid Chrome's magnifying behavior
[contenteditable input] React to input invent by reading text from DOM
Don't treat single-pixel-radius touch events as touch events
Loading