summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* implement lastElementChildVincent Sanders2012-11-184-1/+44
|
* implement firstElementChildVincent Sanders2012-11-181-5/+46
|
* add Garbage colelction root set macrosVincent Sanders2012-11-171-25/+55
|
* more enumeration tests and update test indexVincent Sanders2012-11-163-7/+37
|
* safely deal with NULL stringsVincent Sanders2012-11-162-22/+33
|
* Added missing Makefile changes for recent deskmenu commit.Ole Loots2012-11-141-1/+1
|
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-147-563/+721
|
* add Node interface binding just to get the prototypeVincent Sanders2012-11-144-0/+45
|
* add node enumeration testVincent Sanders2012-11-131-0/+21
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-11-123-26/+29
|\
| * Fix the display of the drag save iconChris Young2012-11-111-15/+15
| |
| * These were allocated with c lib functions, not AllocVecChris Young2012-11-111-5/+5
| |
| * Fix options GUI cleanup (credit: Gazelle)Chris Young2012-11-111-5/+5
| |
| * Can't clone a content that gets reflowed for a viewport size.Michael Drake2012-11-111-1/+4
| |
* | Added message box, so warn_user works as expected.Ole Loots2012-11-124-3/+101
|/
* Allow reformats to different size.Michael Drake2012-11-111-5/+8
|
* Use can_reformat instead of HTML special case. Allow reflow of parent for ↵Michael Drake2012-11-111-8/+9
| | | | any object that gets a reformat.
* Reformat objects that reach the READY state.Michael Drake2012-11-111-0/+7
|
* Close file when we've finished parsing it.Chris Young2012-11-111-0/+1
|
* Report (and ignore) failure to load non-existent document. (Credit: Chris Young)John-Mark Bell2012-11-113-10/+15
|
* Permit hotlist entries to have no title.John-Mark Bell2012-11-111-6/+8
|
* Prevent NULL pointer access with plain text contentsChris Young2012-11-101-1/+1
|
* Pass UTF-8 text length for conversionChris Young2012-11-101-3/+1
|
* 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 ↵Chris Young2012-11-081-33/+1
| | | | now we have the font scanner and any advanced tweaking needs to be actioned through the Choices file anyway (the GUI would need a lot of work to add all the new options)
* 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 ↵Chris Young2012-11-081-8/+8
| | | | anything suitable on startup.
* 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
| | | | | | | | | | | | add a dom utility file and use it
| | * 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
| | | | | | | | | | | | | | | On OpenBSD, install does not take a -v flag, and tar does not default to stdin/stdout.
| * | Fixed syntax error caused by search&replace?Ole Loots2012-11-071-346/+347
| |/