| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
DOMTS stuff currently disabled.
svn path=/trunk/dom/; revision=6883
|
|
|
|
| |
svn path=/trunk/dom/; revision=6711
|
|
|
|
| |
svn path=/trunk/dom/; revision=6681
|
|
|
|
|
|
|
|
|
|
| |
parser to use.
Make binding testcase attempt to load an HTML document.
Hubbub parser binding constructor takes Aliases file path as a parameter.
Hubbub parser binding's token handler now spews debug at stdout.
svn path=/trunk/dom/; revision=3648
|
|
|
|
| |
svn path=/trunk/dom/; revision=3647
|
|
|
|
|
|
|
|
|
| |
why this wasn't done in the first place is currently beyond me.
Tidy up XML binding -- ensure all public API is prefixed dom_xml_ to avoid confusion, remove xml_alloc (it's pointless), and move xml_msg to <dom/functypes.h> (as dom_msg, as it's more useful there)
Fix up testobject to compile once more
svn path=/trunk/dom/; revision=3643
|
|
|
|
|
|
|
| |
'throw' variable propagated in same way to 'vardefs'
'condition-before' allows the creation of temporary DOMStrings before they're needed
svn path=/trunk/dom/; revision=3623
|
|
|
|
|
|
|
|
| |
hidden away in a header only meant for inclusion by bindings. Client applications are responsible for initialisation and finalisation of the dom library. This must happen before/after (respectively) any call to a dom library or dom binding library function.
The reason for this change is that, if multiple bindings are required, then the dom library should still only be initialised/finalised once. Only the client can enforce this sensibly.
svn path=/trunk/dom/; revision=3606
|
|
|
|
|
|
| |
Ensure testcases clean up after themselves by calling xml_dom_binding_finalise()
svn path=/trunk/dom/; revision=3605
|
|
|
|
| |
svn path=/trunk/dom/; revision=3602
|
|
|
|
| |
svn path=/trunk/dom/; revision=3594
|
|
|
|
| |
svn path=/trunk/dom/; revision=3575
|
|
|
|
| |
svn path=/trunk/dom/; revision=3574
|
|
|
|
| |
svn path=/trunk/dom/; revision=3573
|
|
|
|
| |
svn path=/trunk/dom/; revision=3571
|
|
|
|
|
|
| |
Make test/binding.c include stdio.h itself rather than relying on other things to include it.
svn path=/trunk/dom/; revision=3568
|
|
|
|
| |
svn path=/trunk/dom/; revision=3565
|
|
|
|
|
|
| |
at end of file
svn path=/trunk/dom/; revision=3564
|
|
|
|
|
|
|
| |
Sprinkle some assertions about so as to catch malloc failure at the earliest opportunity.
Pedantic line length and brace position changes.
svn path=/trunk/dom/; revision=3563
|
|
|
|
| |
svn path=/trunk/dom/; revision=3562
|
|
|
|
| |
svn path=/trunk/dom/; revision=3560
|
|
|
|
| |
svn path=/trunk/dom/; revision=3559
|
|
|
|
|
|
|
|
| |
testcases already have it appended.
Fixup binding testcase appropriately.
svn path=/trunk/dom/; revision=3552
|
|
|
|
| |
svn path=/trunk/dom/; revision=3541
|
|
|
|
|
|
| |
libexslt 0.8.13) complains otherwise
svn path=/trunk/dom/; revision=3539
|
|
|
|
| |
svn path=/trunk/dom/; revision=3506
|
|
|
|
| |
svn path=/trunk/dom/; revision=3505
|
|
|
|
| |
svn path=/trunk/dom/; revision=3495
|
|
|
|
|
|
| |
ctypes.xml. Bugfix get-ctype to translate primitive typename when specified.
svn path=/trunk/dom/; revision=3494
|
|
|
|
| |
svn path=/trunk/dom/; revision=3492
|
|
|
|
| |
svn path=/trunk/dom/; revision=3491
|
|
|
|
| |
svn path=/trunk/dom/; revision=3490
|
|
|
|
| |
svn path=/trunk/dom/; revision=3473
|
|
|
|
| |
svn path=/trunk/dom/; revision=3472
|
|
|
|
|
|
| |
temporary DOMStrings with autogenned, globally unique identifiers.
svn path=/trunk/dom/; revision=3471
|
|
|
|
|
|
| |
guess-var-or-literal-type template.
svn path=/trunk/dom/; revision=3464
|
|
|
|
|
|
| |
Modify testcase Makefile to build things other than the XML-based testsuite
svn path=/trunk/dom/; revision=3460
|
|
|
|
|
|
| |
names are now held in ctypes.xml. produce-specific-method and <assertEquals> are not yet reimplemented.
svn path=/trunk/dom/; revision=3457
|
|
|
|
|
|
| |
Improve structure of xml-based testsuite
svn path=/trunk/dom/; revision=3452
|
|
|
|
| |
svn path=/trunk/dom/; revision=3451
|
|
|
|
| |
svn path=/trunk/dom/; revision=3446
|
|
|
|
|
|
| |
Ensure generated testcase source files are deleted from clean target.
svn path=/trunk/dom/; revision=3445
|
|
|
|
| |
svn path=/trunk/dom/; revision=3443
|
|
|
|
|
|
| |
literal in <assertEquals>. documentgetdoctype.c now compiles and runs.
svn path=/trunk/dom/; revision=3434
|
|
|
|
|
|
|
| |
rethinking. Partially fix
attribute generation to call method on the right interface.
svn path=/trunk/dom/; revision=3428
|
|
|
|
| |
svn path=/trunk/dom/; revision=3423
|
|
|
|
|
|
| |
documentcreateelement.c
svn path=/trunk/dom/; revision=3421
|
|
|
|
|
|
| |
Rudimentary test of libxml binding, so I can see what's needed
svn path=/trunk/dom/; revision=3419
|
|
|
|
|
|
|
| |
ints. Extend convert_var_type and convert_attribute_name in order to
generate the documentcreateelement test.
svn path=/trunk/dom/; revision=3415
|
|
|
|
|
|
|
| |
on DOMStrings. dom_string_create_from_const_ptr lookup is currently
hardwired.
svn path=/trunk/dom/; revision=3410
|