| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
yay
|
|
|
|
| |
and with that, resolve the unknown input type issue
|
| |
|
| |
|
|
|
|
|
|
|
| |
Split out parts of the JS module, because it was starting to confuse
the compiler a little.
(Peakmem is back at 750M. Interesting.)
|
|
|
|
|
|
|
|
| |
Use current document's URL if window && window.document, otherwise
default to about:blank.
Also, it seems that passing nil to window is really necessary in some
cases, so remove notes indicating otherwise.
|
|
|
|
|
| |
Now pages (once again) do not break when a meta charset tag is
defined. Hooray!
|
|
|
|
| |
Operation "modularize Chawan somewhat" part 2
|
|
|
|
| |
Operation "modularize Chawan somewhat" part 1
|
|
|
|
| |
This makes it possible to use non-reference types as Handle.
|
| |
|
|
|
|
|
|
|
| |
associateWithForm was checking whether the element was in the same
tree as the form, however associateWithForm is called when element
is has not been inserted into the tree yet. As a fix, pass the
intended parent and perform the check on that.
|
| |
|
|
Instead of directly appending nodes to the DOM, use a DOMBuilder
interface.
|