Michael Drake
736bbbed71
Duktape 2.X: Update to Duktape 2.0.2.
...
Note that DUK_OPT_XXX feature selection has been removed.
This means we can't use `DUK_OPT_HAVE_CUSTOM_H`, so we need another
way to tell duktape about our custom header.
This means assembling our own duktape distribution with a
duktape "tools/configure.py" invocation.
Instructions for updating duktape have been added to NetSurf's
`Docs/` directory.
See:
https://github.com/svaarala/duktape/blob/master/doc/release-notes-v2-0.rst#duk_opt_xxx-feature-option-support-removed
2017-03-23 14:56:32 +00:00
Vincent Sanders
1f19fe05cf
Update doxygen config and use svg instead of png for graphs
2017-02-27 13:20:49 +00:00
Daniel Silverstone
f1c98ccfa4
Record that we have implemented EventTarget
2017-02-05 12:39:50 +00:00
Vincent Sanders
7dab7cb43d
move plot style header to netsurf include directory
...
move plotter style header and adjust all callers to use only what they
actually require.
2017-01-13 10:03:24 +00:00
Vincent Sanders
8acb224e90
fix spelling in backing store documentation
2016-11-20 15:12:46 +00:00
Daniel Silverstone
71d3e7b4ca
Docs: Fix for zsh in env.sh
2016-11-13 18:29:17 +00:00
Vincent Sanders
3940a078b1
add some example code to aid in explaining the core window interface
2016-10-26 13:59:24 +01:00
Vincent Sanders
af5f4a5704
Initial attempt to document the core window interface
2016-10-24 17:17:44 +01:00
John-Mark Bell
d8dd2e2457
env: add m68k-unknown-amigaos
2016-10-05 23:08:05 +00:00
Vincent Sanders
1de0ebf2e5
fix gtk install target to cope with gtk3
2016-10-05 19:44:49 +01:00
Vincent Sanders
1ef1edc9e0
enable use of netsurf public suffix library to prevent supercookies
2016-09-20 21:45:35 +01:00
Vincent Sanders
c71b1ec91b
add some sanity checking for HOST variable if already set in environment
2016-08-29 13:51:11 +01:00
Vincent Sanders
378d975474
add basic documentation on unit testing using check
2016-07-31 13:25:20 +01:00
Vincent Sanders
042fcb82b8
Move javascript content handler as appropriate for updated source format
2016-06-07 16:01:04 +01:00
Vincent Sanders
6722943b81
move the CSS content handler
2016-05-26 11:18:41 +01:00
Vincent Sanders
cab33679f8
update doxygen to accomodate image content handler relocation
2016-05-23 23:35:12 +01:00
Vincent Sanders
a47a6dd52e
Update Doxygen config to follow new frontend locations
2016-05-15 16:26:26 +01:00
Vincent Sanders
c428775c0d
update gource generation script for this years upload
2016-05-06 23:08:54 +01:00
Vincent Sanders
e181a7fcf2
Fix several doxygen errors
2016-05-05 22:41:03 +01:00
Michael Drake
592ff0ef76
Spidermonkey isn't needed.
2016-02-19 20:18:51 +00:00
Vincent Sanders
718f17a57f
Use automatically generated event handers on Document
2015-11-06 11:06:07 +00:00
Vincent Sanders
0397a6637d
Use automatic generation for all HTMLElement event handler attributes
2015-11-05 23:58:16 +00:00
Vincent Sanders
5e4011bee7
Improve the manual section in the gtk manual page
2015-11-05 23:15:01 +00:00
Vincent Sanders
b54174e54a
Add CSS object model and DOM parsing IDL ready for implementation
2015-11-04 16:15:00 +00:00
Michael Drake
bfe3e6abbc
Implement Element::hasAttribute().
2015-11-01 09:28:15 +00:00
Michael Drake
f65ea4b096
Add Element::getAttribute() implementation.
2015-10-31 23:23:38 +00:00
Michael Drake
78067fc29a
Log window.alert() messages.
2015-10-31 09:23:56 +00:00
Michael Drake
0fabb20cc5
Add support for Element::removeAttribute.
2015-10-29 16:51:57 +00:00
Michael Drake
d795f1ca2d
Add support for Element::setAttribute method.
...
This fixes test/js/dom-html-div-element.html test case.
2015-10-29 14:13:49 +00:00
Michael Drake
6098646e72
Add binding for DIV element's align getter/setter, and test.
...
Currently the second part of the test fails.
2015-10-29 11:47:53 +00:00
Vincent Sanders
8c04742e39
Use automatically generated unsigned long bindings on HTMLTableRowElement
2015-10-25 23:58:28 +00:00
Vincent Sanders
d7924a5849
add automaticaly generated property setter and getters to HTMLPreElement
2015-10-25 23:23:25 +00:00
Vincent Sanders
3a67d34f69
Use automatically generated unsigned long bindings on HTMLLIElement
2015-10-25 23:23:25 +00:00
Vincent Sanders
b07f4db579
Use automatically generated unsigned long bindings on HTMLInputElement
2015-10-25 23:23:25 +00:00
Daniel Silverstone
0423704eb1
Fix env.sh some more [ns-pull] for zsh
2015-10-25 21:27:51 +01:00
Vincent Sanders
4458b96ff2
Use automatically generated unsigned long bindings on HTMLImageElement
2015-10-25 09:17:41 +00:00
Vincent Sanders
9409bc2ad7
add automaticaly generated property setter and getters to HTMLTitleElement
2015-10-14 15:54:22 +01:00
Vincent Sanders
9666888f0c
add automaticaly generated property setter and getters to HTMLTextAreaElement
2015-10-14 15:48:35 +01:00
Vincent Sanders
c7ca9ae819
add automaticaly generated property setter and getters to HTMLTableSectionElement
2015-10-14 15:39:45 +01:00
Vincent Sanders
f624e9f272
add automaticaly generated property setter and getters to HTMLTableRowElement
2015-10-14 15:36:43 +01:00
Vincent Sanders
3e6feede1f
add automaticaly generated property setter and getters to HTMLTableElement
2015-10-14 15:15:42 +01:00
Vincent Sanders
0805bf2cd6
add automaticaly generated property setter and getters to HTMLTableColElement
2015-10-14 15:09:16 +01:00
Vincent Sanders
0d4105907d
add automaticaly generated property setter and getters to HTMLTableCellElement
2015-10-14 14:46:31 +01:00
Vincent Sanders
47fb74ee88
add automaticaly generated property setter and getters to HTMLTableCaptionElement
2015-10-14 14:22:56 +01:00
Vincent Sanders
3bcc9922ee
add automaticaly generated property setter and getters to HTMLStyleElement
2015-10-14 14:17:30 +01:00
Vincent Sanders
d676b64bec
add automaticaly generated property setter and getters to HTMLSelectElement
2015-10-14 13:28:19 +01:00
Vincent Sanders
c1937ee617
add automaticaly generated property setter and getters to HTMLScriptElement
2015-10-14 13:20:28 +01:00
Vincent Sanders
4f843d3b6f
add automaticaly generated property setter and getters to HTMLQuoteElement
2015-10-14 12:51:35 +01:00
Vincent Sanders
02fb81009e
add automaticaly generated property setter and getters to HTMLParamhElement
2015-10-14 09:21:26 +01:00
Vincent Sanders
b516854d0a
add automaticaly generated property setter and getters to HTMLParagraphElement
2015-10-14 09:15:59 +01:00