summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-109-212/+184
* Remove libxmlJohn-Mark Bell2012-11-1023-125/+30
* Port hotlist load/save to libdom.John-Mark Bell2012-11-093-231/+403
* Fix conditionals to be saneJohn-Mark Bell2012-11-091-2/+2
* make javascript tests acessible from index and tidy them up a littleVincent Sanders2012-11-095-16/+36
* Rough implementation of httponly cookie supportDaniel Silverstone2012-11-094-8/+25
* add document.createElementVincent Sanders2012-11-093-12/+48
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-083-14/+3
* Remove the fallback font options from the prefs GUI; it isn't really needed n...Chris Young2012-11-081-33/+1
* JSContext needs to be a pointerChris Young2012-11-081-1/+1
* Fix crash when fallback font is not set and NetSurf was unable to find anythi...Chris Young2012-11-081-8/+8
* Spidermonkey 1.70 headers don't have JS_SET_RVALChris Young2012-11-081-0/+1
* put correct type casts into constructorVincent Sanders2012-11-081-2/+2
* implement appendChild so wikipedia lcm script worksVincent Sanders2012-11-085-4/+68
* setup spidermonky 1.7.0 compatability macros, derived from ole's macrosVincent Sanders2012-11-081-6/+12
* ensure we do not have double path separators in the webidl include pathVincent Sanders2012-11-081-1/+1
* ensure JS_EvaluateScript has a variable to return its resultVincent Sanders2012-11-081-1/+2
* make compatability macros for garbage collectionVincent Sanders2012-11-083-7/+124
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-11-0713-396/+597
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-11-0712-50/+250
| |\
| | * implement document.createTextNode operationVincent Sanders2012-11-074-4/+38
| | * add Text interfaceVincent Sanders2012-11-074-0/+57
| | * add document.body, head and documentElement gettersVincent Sanders2012-11-075-43/+152
| | * Fix font_scan crash (credit: Gazelle)Chris Young2012-11-071-1/+0
| | * More useful error type for libdom hubbub binding errors.Michael Drake2012-11-071-0/+1
| | * Fix GNUisms to make things more portable.Anthony J. Bentley2012-11-071-6/+6
| * | Fixed syntax error caused by search&replace?Ole Loots2012-11-071-346/+347
| |/
* / Remove extraneous debugChris Young2012-11-071-5/+1
|/
* noisy debugChris Young2012-11-061-0/+4
* Add clip property awareness to box_at_point.Michael Drake2012-11-061-0/+59
* fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkeyVincent Sanders2012-11-061-1/+1
* implement JSAPI_CLASS_NO_INTERNAL_MEMBERS correctly for differring versions o...Vincent Sanders2012-11-061-1/+10
* add another javascript testVincent Sanders2012-11-063-0/+83
* separate javascript logging macroVincent Sanders2012-11-063-10/+16
* ensure garbage collector knows about created objectsVincent Sanders2012-11-061-0/+17
* Add support for CSS clip property.Michael Drake2012-11-061-1/+42
* Create directories before compiling templates. I do not understand why this ...Rob Kendrick (humdrum)2012-11-061-0/+1
* Fix to escape comments in save complete output.Michael Drake2012-11-061-0/+8
* Height is already scaled. Make OBJ char bigger.Michael Drake2012-11-052-2/+2
* Center broken object indicator.Michael Drake2012-11-051-5/+12
* Don't abort redraw on bad image.Michael Drake2012-11-053-2/+45
* add math library to linkVincent Sanders2012-11-051-1/+1
* Use true/false for verbose_log.Michael Drake2012-11-051-3/+3
* Allow setup of verbose logging from environment variable.Michael Drake2012-11-052-1/+25
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfRob Kendrick (fatigue)2012-11-052-11/+11
|\
| * reduce call overhead on log messagesVincent Sanders2012-11-052-11/+11
* | Use installed NetSurf binary when using development environmentRob Kendrick (fatigue)2012-11-051-4/+1
|/
* Appease ancient "install" by removing -CJohn-Mark Bell2012-11-051-4/+4
* Make step adjustment work on GTK 2.12John-Mark Bell2012-11-051-0/+4
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-11-048-77/+108
|\