index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
js
/
dom.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace `doAssert false` with `raiseAssert` in lib, which works better with s...
ringabout
2023-08-11
1
-3
/
+3
*
Fixed `window.find` return (#21621)
Thiago
2023-04-19
1
-1
/
+1
*
dom: remove X* = ref XObj [backport] (#20910)
metagn
2022-11-29
1
-76
/
+37
*
Documentation only, dom (#20584)
Juan Carlos
2022-10-17
1
-0
/
+31
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
1
-1
/
+2
*
Add missing proc to dom (#20378)
Juan Carlos
2022-09-19
1
-0
/
+57
*
Add `document.hidden` and `document.visibilityState` properties (#19817)
tandy1000
2022-05-24
1
-0
/
+2
*
Add support for `Window.matchMedia` (#19648)
tandy1000
2022-03-26
1
-0
/
+6
*
Implement RFC-413 (#18749)
Juan Carlos
2021-08-26
1
-0
/
+3
*
Cleanup interval and timeout procs (#18431)
Antonis Geralis
2021-07-05
1
-8
/
+10
*
readAsText supports both Blob and File (fixes #18187) (#18189)
mantielero
2021-06-21
1
-2
/
+2
*
add `dom.scrollIntoView` with options; refs #18093 (#18181)
Rainbow Asteroids
2021-06-05
1
-0
/
+6
*
Add `checked` to dom (#18033)
Joey
2021-05-17
1
-0
/
+3
*
Documentation only, dom (#17770)
Juan Carlos
2021-04-19
1
-1
/
+3
*
add createElementNS, will hopefully fix svgs for karax (#16938)
Antonis Geralis
2021-02-05
1
-0
/
+1
*
Add StorageEvent and correct Storage object (#16865)
Antonis Geralis
2021-01-29
1
-8
/
+18
*
clean up the docs of some modules under lib/js (#16579)
flywind
2021-01-04
1
-1
/
+1
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
1
-5
/
+5
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-1
/
+1
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-0
/
+1
*
Add documentElement to Document. (#15943)
treeform
2020-11-13
1
-0
/
+1
*
add parent property to window in dom.nim (#15922)
Bung
2020-11-12
1
-0
/
+1
*
dom.Navigator add missing attributes (#15310)
Juan Carlos
2020-09-14
1
-1
/
+16
*
Shadow Dom apis (#14979)
Bung
2020-07-21
1
-0
/
+32
*
add missing props,procs (#14978)
Bung
2020-07-14
1
-0
/
+12
*
Add missing dom.nim things (#14944)
treeform
2020-07-09
1
-2
/
+30
*
Clean out dom (#14855)
Juan Carlos
2020-06-30
1
-4
/
+0
*
Add all missing css properties to dom.nim. (#14825)
treeform
2020-06-26
1
-4
/
+270
*
Add hasAttribute method to dom.nim. (#14814)
treeform
2020-06-25
1
-0
/
+1
*
Export fields from the Selection object. (#14752)
treeform
2020-06-21
1
-0
/
+7
*
Add css white-space property to dom.nim. (#14743)
treeform
2020-06-21
1
-0
/
+1
*
Add clipPath to dom.nim. (#14435)
treeform
2020-05-24
1
-1
/
+2
*
Add missing attributes and methods to JavaScript DOM (#14428)
Mildred Ki'Lya
2020-05-22
1
-0
/
+14
*
fixes a bug reported in https://forum.nim-lang.org/t/6361 (#14422)
Andreas Rumpf
2020-05-21
1
-31
/
+31
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
add FileReader Web API to js dom (#14105)
cooldome
2020-04-27
1
-9
/
+59
*
Fix the getSelection method. (#13632)
treeform
2020-04-21
1
-1
/
+8
*
fix newDomParser (#13981)
Timothee Cour
2020-04-16
1
-1
/
+1
*
Add jsdomparser (#13920)
Juan Carlos
2020-04-13
1
-1
/
+18
*
Add more JS stuff to dom.nim (#13483)
treeform
2020-03-11
1
-26
/
+45
*
scrollTop must be settable (#13263)
Jairo
2020-01-27
1
-0
/
+1
*
Add "origin" to window.location (#13251)
Jairo
2020-01-24
1
-0
/
+1
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
fix failing JS tests
narimiran
2019-07-22
1
-1
/
+0
*
Add `opacity` to JS `Style`
Benjamin Summerton
2019-07-21
1
-0
/
+2
*
some dom proc correction and complement (#10684)
liuxiaodong
2019-02-15
1
-4
/
+9
*
DOM module: re-add more missing stuff
Araq
2019-02-08
1
-1
/
+36
*
DOM module: add more missing stuff
Araq
2019-02-07
1
-0
/
+3
*
DOM.nim: fix regression, missing procs
Araq
2019-02-06
1
-0
/
+2
*
DOM API: make compatible with Karax's requirements (#10517)
Andreas Rumpf
2019-02-02
1
-130
/
+759
[next]