summaryrefslogtreecommitdiffstats
path: root/src/dom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dom/xpathparser.h: (Lookup::sval): Change from char* to char const *. ↵Peter Moulder2007-10-111-6/+6
| | | | | Address some related char* string literal warnings from g++-4.2. (bzr r3879)
* dom/prop-svg.cpp: Exit non-zero if any I/O errors.Peter Moulder2007-10-111-13/+24
| | | | | noop: Address some char* string literal warnings from g++-4.2. (bzr r3878)
* Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2007-10-115-19/+19
| | | | | take char const* rather than char*. (bzr r3874)
* trivial: Address some g++-4.2 writable-strings warnings.Peter Moulder2007-09-169-20/+20
| | | (bzr r3758)
* trivial changes to address warning with g++-4.2Peter Moulder2007-09-161-1/+1
| | | (bzr r3757)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
| | | (bzr r3753)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-17/+17
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* remove warningBob Jamison2007-04-031-1/+1
| | | (bzr r2818)
* backout inadvertent change to domconfig.hBob Jamison2007-03-301-1/+1
| | | (bzr r2782)
* forgot #include <vector>Bob Jamison2007-03-302-4/+2
| | | (bzr r2781)
* Fix native path for iriBob Jamison2007-03-291-9/+10
| | | (bzr r2779)
* Begin to support IRI'sBob Jamison2007-03-292-56/+191
| | | (bzr r2778)
* add new test for IRI-style urisBob Jamison2007-03-291-2/+21
| | | (bzr r2777)
* make glib dep configurable againBob Jamison2007-03-2921-60/+235
| | | (bzr r2776)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-2012-19/+32
| | | (bzr r2720)
* change std::string::size_type to DOMString::size_typeBob Jamison2007-03-181-4/+4
| | | (bzr r2701)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-2/+2
| | | | | (Falk Hueffner) (bzr r2695)
* Compile warningsBob Jamison2007-03-181-1/+1
| | | (bzr r2687)
* update JSBob Jamison2007-03-0593-12085/+23644
| | | (bzr r2555)
* add line number to ElementBob Jamison2007-03-032-18/+41
| | | (bzr r2528)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-1780/+1780
| | | (bzr r2399)
* use relaytool to weak link libsslAaron Spike2007-01-071-6/+29
| | | (bzr r2146)
* Slight include tweakBob Jamison2006-11-161-1/+1
| | | (bzr r1962)
* change include to not interfere with other instances of uri.hBob Jamison2006-11-161-1/+1
| | | (bzr r1961)
* Fix non-basenamesBob Jamison2006-11-151-1/+3
| | | (bzr r1956)
* new hash toolBob Jamison2006-10-022-0/+1780
| | | (bzr r1755)
* Fix for now. Probably remove this later, to be deprecated in favor of LSWriterBob Jamison2006-09-052-8/+8
| | | (bzr r1693)
* Massive update for smart pointers. Rework js dom binding to be smarter. ↵Bob Jamison2006-09-0532-6860/+5230
| | | | | Placeholder for dom binding, finish later. (bzr r1692)
* Undo inadvertent commitBob Jamison2006-09-011-1/+1
| | | (bzr r1665)
* Add js defBob Jamison2006-08-301-5/+59
| | | (bzr r1660)
* More binding progress. Fix Node::textContent and child manipulation.Bob Jamison2006-08-305-105/+930
| | | (bzr r1659)
* Start shell. Begin to make prototypes and wrappers.Bob Jamison2006-08-295-20/+325
| | | (bzr r1657)
* Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macroBob Jamison2006-08-281-0/+5
| | | (bzr r1652)
* Finish method and property tables. Clean up comments.Bob Jamison2006-08-281-476/+911
| | | (bzr r1651)
* more property and method table progressBob Jamison2006-08-272-379/+115
| | | (bzr r1647)
* add more property and method tablesBob Jamison2006-08-271-107/+554
| | | (bzr r1646)
* add j-binding filesBob Jamison2006-08-271-0/+2
| | | (bzr r1645)
* provide skeleton wrappers for all DOM core classes. add content laterBob Jamison2006-08-272-29/+3609
| | | (bzr r1644)
* domexception enums should be class scopedBob Jamison2006-08-271-23/+26
| | | (bzr r1643)
* New files. These will be the basis for ECMA-DOM binding using Spidermonkey.Bob Jamison2006-08-273-0/+1429
| | | (bzr r1642)
* fixed parsing of axesBob Jamison2006-07-133-2/+27
| | | (bzr r1404)
* check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476)Ralf Stephan2006-07-131-0/+8
| | | (bzr r1402)
* finally getting closer to processing axes and contexts correctlyBob Jamison2006-07-093-213/+231
| | | (bzr r1389)
* cleaned up token generationBob Jamison2006-07-072-64/+99
| | | (bzr r1375)
* add xpathtoken.cppBob Jamison2006-07-071-0/+1
| | | (bzr r1372)
* remove svglsimplBob Jamison2006-07-071-2/+0
| | | (bzr r1371)
* rearrange axis/context structure. make tokens more robustBob Jamison2006-07-075-1370/+1125
| | | (bzr r1370)
* Adjust to account for removal of svglsimplBob Jamison2006-07-062-6/+6
| | | (bzr r1369)
* undo last commit. oopsBob Jamison2006-07-061-1/+1
| | | (bzr r1368)
* don't need svg 'load and save'. in fact, it doesnt fitBob Jamison2006-07-063-316/+1
| | | (bzr r1367)