Stefan Radomski
|
dc1c1c0225
|
Dispatch DOMCharacterDataModified as well
|
2013-01-10 22:18:45 +01:00 |
|
Stefan Radomski
|
d04316460c
|
Fixed memory leak
- initialize refCount
- return true for hasFeature Events and MutationEvents
|
2013-01-07 03:02:04 +01:00 |
|
Stefan Radomski
|
2e486cfd96
|
More work on DOM Level2 events
- dispatchEvent follows standard now
- actually dsipatch events when modifying the dom
|
2013-01-01 23:35:42 +01:00 |
|
Stefan Radomski
|
0619f2deb0
|
Started DOM Level2 Events
|
2012-12-30 01:10:31 +01:00 |
|
Jez Higgins
|
304ddc6124
|
Fix for gcc4.7 provided by oncaphillis@snafu.de
|
2012-09-07 19:50:16 +01:00 |
|
jez
|
deca6907e1
|
Massage ArabicaConfig.hpp so all macros are prefixed ARABICA_
|
2011-11-25 23:26:39 +00:00 |
|
jez
|
e4fd3c8239
|
If node doesn't belong to this element, complain
|
2010-12-29 15:41:56 +00:00 |
|
jez
|
90156036c0
|
return oldChild not newChild when replacing with a docfragment
|
2010-12-29 00:11:20 +00:00 |
|
jez
|
6c749609c0
|
recalculate value if child nodes are fiddled with
|
2010-12-29 00:10:05 +00:00 |
|
jez
|
a71a89e918
|
calculate proper node value when it has entity ref children
|
2010-12-27 13:43:39 +00:00 |
|
jez
|
6dd167b363
|
factored out attribute node value
|
2010-12-27 13:35:40 +00:00 |
|
jez
|
d7b9375eba
|
rejigged overrides
|
2010-12-27 13:06:18 +00:00 |
|
jez
|
16463bbd83
|
pop exception if trying to remove an item that doesn\'t exist. yay\!
|
2010-12-27 00:27:57 +00:00 |
|
jez
|
d45b5bbcb5
|
Check that inserted node isn't an ancestor of the new parent
|
2010-12-26 22:56:15 +00:00 |
|
jez
|
a8540e640a
|
check ownerdocument of inserted node
|
2010-12-26 22:20:33 +00:00 |
|
jez
|
56a3f9397f
|
Check attribute names in setAttribute
|
2010-12-24 22:44:43 +00:00 |
|
jez
|
92090f6377
|
Checked element/attribute/pi names are valid
|
2010-12-24 22:00:49 +00:00 |
|
jez
|
968671c82d
|
Checked element/attribute/pi names are valid
|
2010-12-24 21:42:30 +00:00 |
|
jez
|
c29604d553
|
set attributes readonly when its owner element is readonly
|
2010-12-19 23:22:17 +00:00 |
|
jez
|
7e9722ddc3
|
Corrected normalization - only adjacent text nodes should be combined
|
2010-12-17 10:18:14 +00:00 |
|
jez
|
dcbb59b2e8
|
Default setNodeValue is to do nothing.
|
2010-12-11 01:12:03 +00:00 |
|
jez
|
9643b42edd
|
Can now safely add an attribute the element that already owns it
|
2010-12-11 01:11:22 +00:00 |
|
jez
|
ce69150111
|
Improved error reporting. Fixed a couple of test functions in dom_conf_test. Skip a couple of entityRef tests
|
2010-12-09 19:03:23 +00:00 |
|
Jez Higgins
|
ef878d91a2
|
Got conformance tests compiling and running on Linux
|
2010-12-09 14:04:13 +00:00 |
|
jez
|
33d08c77a1
|
DOM Level 1 Conformance fixes found with first pass of W3C conf tests
|
2010-12-09 11:35:54 +00:00 |
|
Jez Higgins
|
7f8d20b46f
|
more warnings fixed
|
2010-01-10 18:47:09 +00:00 |
|
jez
|
5ec2316aa5
|
fixed segfault when created doctype before owner doc has been set
|
2010-01-06 21:52:49 +00:00 |
|
Jez Higgins
|
7e62969c6c
|
Fixed double delete problem when removing and readding an attribute
|
2010-01-01 23:03:01 +00:00 |
|
jez
|
719829f10a
|
Ash Berlin's patch to get Text.splitText working properly
|
2009-12-06 21:34:46 +00:00 |
|
Ash Berlin
|
31c13685d1
|
Remove warnings:
* Unused variable
* Unsigned value always >= 0
* Parameter initialization order
* Virtual destructors for virtual classes
|
2009-11-28 01:12:28 +00:00 |
|
jez
|
d173537cde
|
sync with home
|
2008-09-03 00:39:39 +01:00 |
|
jez
|
8f6b783dc7
|
don't actually need to worry about refcounting here - in fact even though I was keeping count, I wasn't actually doing anything with it :)
|
2007-11-12 09:06:25 +00:00 |
|
jez
|
c3bffa005a
|
renamed include/Utils to include/Arabica
|
2007-09-10 17:52:04 +00:00 |
|
jez
|
63ed794d58
|
finished adding string adaptor param to DOM. everything builds and runs now
|
2007-09-08 22:31:24 +00:00 |
|
jez
|
7b43037a37
|
Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go.
|
2007-09-07 23:52:30 +00:00 |
|
jez
|
90685582ea
|
working on DOM template params - build is currently broken
|
2007-09-07 22:03:27 +00:00 |
|
jez
|
7d46f6f4e2
|
Moved DOM:: into Arabica::DOM::
|
2007-09-05 11:47:13 +00:00 |
|
jez
|
7cf3897061
|
renamed all .h to .hpp
|
2007-09-04 22:55:47 +00:00 |
|
jez
|
78c783b7c1
|
bug fix to Attr::setValue
|
2006-12-14 11:51:23 +00:00 |
|
jez
|
543f7357df
|
started moving headers out into an include directory
|
2006-08-07 21:08:11 +00:00 |
|