summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unspecified input types are text and so get EX widthsDaniel Silverstone2012-11-041-2/+3
|
* Ensure we wait for the OBJROOT *BEFORE* we try and build javascript bindingsDaniel Silverstone2012-11-041-1/+1
|
* Fix it so that the JSAPI bindings are rebuilt if sources are touchedDaniel Silverstone2012-11-042-2/+5
|
* working docuemnt.cookieVincent Sanders2012-11-043-72/+91
|
* Only disable TLS1.2 if it can be disabled.John-Mark Bell2012-11-041-0/+2
|
* Disable TLS1.2 support.John-Mark Bell2012-11-041-0/+2
|
* Make test-nsgtk more generic and use installed version when people have set ↵Rob Kendrick (fatigue)2012-11-041-0/+0
| | | | up a suitable environment with a PREFIX
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfRob Kendrick (fatigue)2012-11-041-4/+4
|\
| * Disable SSL session ID caching.John-Mark Bell2012-11-041-0/+3
| |
| * Revert "Enable verbose curl debug"John-Mark Bell2012-11-041-4/+1
| | | | | | | | This reverts commit f5a98defaec97cf7a18516c8c9af49f10b93f0cf.
* | Include CryptRand module, and RMEnsure it in the Run fileRob Kendrick (fatigue)2012-11-043-0/+50
|/
* Use FatMessages in framebuffer frontendRob Kendrick (fatigue)2012-11-041-5/+6
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfRob Kendrick (fatigue)2012-11-048-20/+46
|\
| * improve dom reference accountingVincent Sanders2012-11-046-19/+34
| |
| * Enable verbose curl debugJohn-Mark Bell2012-11-041-1/+4
| |
| * Force GtkAdjustments to have a step -- this is a bodge but makes ↵Daniel Silverstone2012-11-041-0/+8
| | | | | | | | scrollwheels work again
| * Revert "Suppress BEAST workaround."John-Mark Bell2012-11-041-3/+0
| | | | | | | | This reverts commit d31e8a7b29ea7b3dd3838c628fcfe30d2269859d.
| * Suppress BEAST workaround.John-Mark Bell2012-11-041-0/+3
| |
* | Try to compress the messages filesRob Kendrick (fatigue)2012-11-041-1/+1
| |
* | Try to rationalise the gtk install target somewhatRob Kendrick (fatigue)2012-11-0412-34/+25
|/
* Fix missing includes.John-Mark Bell2012-11-031-0/+2
|
* Port save complete to libdom.John-Mark Bell2012-11-0322-1202/+943
|
* implement dom-getElementsByTagName and nodelist and htmlcollectionVincent Sanders2012-11-037-2/+263
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfDaniel Silverstone2012-11-033-1/+22
|\
| * add jsstring to jsval conversion macro that copes with null jsstringsVincent Sanders2012-11-032-0/+17
| |
| * fix cocoa Message generationVincent Sanders2012-11-031-1/+5
| |
* | Fix up amiga/iff_dr2d.c with svgtiny using libdom nowDaniel Silverstone2012-11-031-2/+2
|/
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfDaniel Silverstone2012-11-031-0/+1
|\
| * Ignore italian messagesRob Kendrick (fatigue)2012-11-031-0/+1
| |
* | Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-0333-2008/+3642
|\ \ | |/ |/|
| * add global api to window bindingVincent Sanders2012-11-031-0/+2
| |
| * Disable unused-but-set-variable warnings until such time as the JS bindings ↵Daniel Silverstone2012-11-021-1/+1
| | | | | | | | are complete (or bodged)
| * Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggeredDaniel Silverstone2012-11-023-8/+8
| |
| * move bindings into the correct placeVincent Sanders2012-11-029-6/+6
| |
| * improve example binding docuemntationVincent Sanders2012-11-021-44/+183
| |
| * remove extraneous debugVincent Sanders2012-11-021-5/+1
| |
| * add location bindingVincent Sanders2012-11-014-36/+108
| |
| * remove old handmade binding codeVincent Sanders2012-11-0112-1877/+0
| |
| * add HTMLElement interface bindingVincent Sanders2012-11-016-14/+92
| |
| * improve testsVincent Sanders2012-11-012-5/+9
| |
| * console interface from IDLVincent Sanders2012-10-315-4/+91
| |
| * add navigator interfaceVincent Sanders2012-10-316-9/+225
| |
| * Move WebIDL to be available for all binding types not just jsapi (spidermonkey)Vincent Sanders2012-10-304-1/+2
| | | | | | | | Add conversion message display
| * get minimal window property functionality working on window objectVincent Sanders2012-10-291-1/+9
| |
| * add binding for window classVincent Sanders2012-10-293-3/+134
| |
| * fix obtaining the "this" objectVincent Sanders2012-10-282-6/+15
| |
| * add include for bindingsVincent Sanders2012-10-261-0/+1
| |
| * Merge branch 'vince/nsgenbind' of git://git.netsurf-browser.org/netsurf into ↵Vincent Sanders2012-10-261-1/+0
| |\ | | | | | | | | | vince/nsgenbind
| | * use generated htmldocument bindingVincent Sanders2012-10-244-10/+49
| | |
| | * add initial binding files for nsgenbindVincent Sanders2012-10-233-31/+53
| | |