Commit Graph

  • c415f9bf98 Start to remove windom, wip. - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling Ole Loots 2012-11-18 23:22:43 +0100
  • e042008f2b Revert "Refactored menu event handling and got rid of several windom calls." This reverts commit d1a5c738e6. this change belongs into a new branch Ole Loots 2012-11-18 23:15:48 +0100
  • 47c0ce6f14 Revert "Added missing Makefile changes for recent deskmenu commit." This reverts commit c5fb16d56d. This change belongs into a new branch Ole Loots 2012-11-18 23:15:21 +0100
  • 6797e1f8ef add nodeValue implementation Vincent Sanders 2012-11-18 21:50:11 +0000
  • 4769698d13 add enumeration test on the document node Vincent Sanders 2012-11-18 21:49:25 +0000
  • 8810bc0163 add nodeName implementation Vincent Sanders 2012-11-18 21:24:29 +0000
  • ba867955a2 add nodeType Vincent Sanders 2012-11-18 21:12:49 +0000
  • fa9046fc97 implement childElementCount Vincent Sanders 2012-11-18 17:35:52 +0000
  • 99d3633e03 implement previousElementSibling and nextElementSibling Vincent Sanders 2012-11-18 12:59:10 +0000
  • bec8711528 implement lastElementChild Vincent Sanders 2012-11-18 12:38:07 +0000
  • b1ca83ad8c implement firstElementChild Vincent Sanders 2012-11-18 12:14:44 +0000
  • 6589c7cc19 add Garbage colelction root set macros Vincent Sanders 2012-11-17 11:19:31 +0000
  • 82cae10284 more enumeration tests and update test index Vincent Sanders 2012-11-16 21:52:27 +0000
  • e36b8f6579 safely deal with NULL strings Vincent Sanders 2012-11-16 15:29:53 +0000
  • c5fb16d56d Added missing Makefile changes for recent deskmenu commit. Ole Loots 2012-11-14 22:00:38 +0100
  • d1a5c738e6 Refactored menu event handling and got rid of several windom calls. Ole Loots 2012-11-14 21:37:35 +0100
  • 2bea506f83 add Node interface binding just to get the prototype Vincent Sanders 2012-11-14 02:11:01 +0000
  • 9acba6cbcc add node enumeration test Vincent Sanders 2012-11-13 23:21:16 +0000
  • 082c76d9c3 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Ole Loots 2012-11-12 21:27:53 +0100
  • 44808e1c52 Added message box, so warn_user works as expected. Ole Loots 2012-11-12 21:23:39 +0100
  • 6641b082f8 Fix the display of the drag save icon Chris Young 2012-11-11 23:17:00 +0000
  • 967d22afe5 These were allocated with c lib functions, not AllocVec Chris Young 2012-11-11 23:05:25 +0000
  • adcbfb9789 Fix options GUI cleanup (credit: Gazelle) Chris Young 2012-11-11 22:49:18 +0000
  • 8c60d38769 Can't clone a content that gets reflowed for a viewport size. Michael Drake 2012-11-11 20:14:18 +0000
  • c040fbc4cc Allow reformats to different size. Michael Drake 2012-11-11 20:02:45 +0000
  • bd3f65b7da Use can_reformat instead of HTML special case. Allow reflow of parent for any object that gets a reformat. Michael Drake 2012-11-11 19:13:36 +0000
  • ddf45cd672 Reformat objects that reach the READY state. Michael Drake 2012-11-11 18:40:55 +0000
  • 7df658618c Close file when we've finished parsing it. Chris Young 2012-11-11 11:48:42 +0000
  • ce640e59fd Report (and ignore) failure to load non-existent document. (Credit: Chris Young) John-Mark Bell 2012-11-11 11:31:34 +0000
  • bb3a6bbb3b Permit hotlist entries to have no title. John-Mark Bell 2012-11-11 11:23:43 +0000
  • f2ab822a83 Prevent NULL pointer access with plain text contents Chris Young 2012-11-10 22:26:43 +0000
  • 41ed8e3da3 Pass UTF-8 text length for conversion Chris Young 2012-11-10 16:05:48 +0000
  • a79e098817 remove redundant domutils and put functionality in existing utils/libdom Vincent Sanders 2012-11-10 11:20:31 +0000
  • 617d655c7b Remove libxml John-Mark Bell 2012-11-10 00:09:11 +0000
  • 4d58ed6562 Port hotlist load/save to libdom. John-Mark Bell 2012-11-09 23:22:19 +0000
  • 79bd44fcb4 Fix conditionals to be sane John-Mark Bell 2012-11-09 23:21:41 +0000
  • 2810fe764d make javascript tests acessible from index and tidy them up a little Vincent Sanders 2012-11-09 18:03:02 +0000
  • 413248d0fc Rough implementation of httponly cookie support Daniel Silverstone 2012-11-09 11:38:46 +0000
  • 9318e66449 add document.createElement Vincent Sanders 2012-11-09 10:52:32 +0000
  • e25cb44814 Remove font_unicode_list - font_unicode is a list now. Chris Young 2012-11-08 23:56:42 +0000
  • 83e2c640cf Remove the fallback font options from the prefs GUI; it isn't really needed 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) Chris Young 2012-11-08 23:41:14 +0000
  • b0e43148b5 JSContext needs to be a pointer Chris Young 2012-11-08 23:28:04 +0000
  • 96ed2e65d9 Fix crash when fallback font is not set and NetSurf was unable to find anything suitable on startup. Chris Young 2012-11-08 20:48:38 +0000
  • 2a63ce87bb Spidermonkey 1.70 headers don't have JS_SET_RVAL Chris Young 2012-11-08 20:09:40 +0000
  • 85ede7192d put correct type casts into constructor Vincent Sanders 2012-11-08 17:30:43 +0000
  • 28ac5fe9c1 implement appendChild so wikipedia lcm script works Vincent Sanders 2012-11-08 17:22:29 +0000
  • 9006a96119 setup spidermonky 1.7.0 compatability macros, derived from ole's macros Vincent Sanders 2012-11-08 01:02:14 +0000
  • b850b3ac49 ensure we do not have double path separators in the webidl include path Vincent Sanders 2012-11-08 00:46:57 +0000
  • bb42a650df ensure JS_EvaluateScript has a variable to return its result Vincent Sanders 2012-11-08 00:45:30 +0000
  • 06b08d3af0 make compatability macros for garbage collection Vincent Sanders 2012-11-08 00:40:21 +0000
  • 55c6841eca Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-11-07 22:52:03 +0000
  • 9482bb464a Merge branch 'master' of git://git.netsurf-browser.org/netsurf Ole Loots 2012-11-07 23:36:22 +0100
  • 5242cd00a4 Fixed syntax error caused by search&replace? Ole Loots 2012-11-07 23:35:43 +0100
  • f37a8ad58b Remove extraneous debug Chris Young 2012-11-07 20:18:33 +0000
  • 882fd4f5c5 implement document.createTextNode operation Vincent Sanders 2012-11-07 19:55:42 +0000
  • ca24b238ed add Text interface Vincent Sanders 2012-11-07 18:52:30 +0000
  • 43fb761f45 add document.body, head and documentElement getters add a dom utility file and use it Vincent Sanders 2012-11-07 18:47:35 +0000
  • ecd8364fe1 Fix font_scan crash (credit: Gazelle) Chris Young 2012-11-07 17:44:38 +0000
  • bf7d8d46ee More useful error type for libdom hubbub binding errors. Michael Drake 2012-11-07 15:33:39 +0000
  • 4c82afa287 Fix GNUisms to make things more portable. Anthony J. Bentley 2012-11-06 18:32:09 -0700
  • 1e4b78af56 noisy debug Chris Young 2012-11-06 20:43:00 +0000
  • e05da2bbc0 Add clip property awareness to box_at_point. Michael Drake 2012-11-06 19:25:23 +0000
  • b68f928cb2 fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkey Vincent Sanders 2012-11-06 18:47:26 +0000
  • e0dc7d40ab implement JSAPI_CLASS_NO_INTERNAL_MEMBERS correctly for differring versions of teh jsapi interface Vincent Sanders 2012-11-06 18:35:59 +0000
  • 16c1059723 add another javascript test Vincent Sanders 2012-11-06 18:10:29 +0000
  • 12f874cd92 separate javascript logging macro Vincent Sanders 2012-11-06 18:08:39 +0000
  • 4bd5e23fff ensure garbage collector knows about created objects Vincent Sanders 2012-11-06 18:06:23 +0000
  • 733fd39417 Add support for CSS clip property. Michael Drake 2012-11-06 18:19:37 +0000
  • b736ea73d4 Create directories before compiling templates. I do not understand why this isn't a problem for Jenkins. Rob Kendrick (humdrum) 2012-11-06 14:56:30 +0000
  • 2385f8269a Fix to escape comments in save complete output. Michael Drake 2012-11-06 10:02:17 +0000
  • af1572be92 Height is already scaled. Make OBJ char bigger. Michael Drake 2012-11-05 19:08:44 +0000
  • 5621bca772 Center broken object indicator. Michael Drake 2012-11-05 18:54:11 +0000
  • d0cb1d4e66 Don't abort redraw on bad image. Michael Drake 2012-11-05 18:17:27 +0000
  • f16d560f6f add math library to link Vincent Sanders 2012-11-05 17:20:04 +0000
  • 5638887a4b Use true/false for verbose_log. Michael Drake 2012-11-05 17:06:49 +0000
  • 621721417d Allow setup of verbose logging from environment variable. Michael Drake 2012-11-05 17:01:41 +0000
  • 36f23e424e Merge branch 'master' of git://git.netsurf-browser.org/netsurf Rob Kendrick (fatigue) 2012-11-05 16:07:59 +0000
  • 7124fcd3ea Use installed NetSurf binary when using development environment Rob Kendrick (fatigue) 2012-11-05 16:07:44 +0000
  • 2b4a359425 reduce call overhead on log messages Vincent Sanders 2012-11-05 15:49:23 +0000
  • 07a53f4b44 Appease ancient "install" by removing -C John-Mark Bell 2012-11-05 09:08:52 +0000
  • 925a830f9e Make step adjustment work on GTK 2.12 John-Mark Bell 2012-11-05 08:59:29 +0000
  • 488c4038fb Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-11-04 20:09:18 +0000
  • 2dcfcd6724 Fix placement of first inline on line below a float, when float has been shifted up by >= its own height with a negative margin. Michael Drake 2012-11-04 19:55:24 +0000
  • 7a3a209940 File input boxen deserve EX width hinting Daniel Silverstone 2012-11-04 17:36:17 +0000
  • b23aee2f09 type=search is a new-fangled HTML5 thing which we treat as input and thus give EX width hinting. Closes #3578446 Daniel Silverstone 2012-11-04 17:29:26 +0000
  • efd6d11e47 Unspecified input types are text and so get EX widths Daniel Silverstone 2012-11-04 17:26:42 +0000
  • dfaa29d5b8 Ensure we wait for the OBJROOT *BEFORE* we try and build javascript bindings Daniel Silverstone 2012-11-04 17:04:43 +0000
  • 25f0bcbaee Fix it so that the JSAPI bindings are rebuilt if sources are touched Daniel Silverstone 2012-11-04 16:57:41 +0000
  • 478b57c5d7 working docuemnt.cookie Vincent Sanders 2012-11-04 16:37:29 +0000
  • aa438d34d2 Only disable TLS1.2 if it can be disabled. John-Mark Bell 2012-11-04 16:01:05 +0000
  • c2c2fc959e Disable TLS1.2 support. John-Mark Bell 2012-11-04 15:54:28 +0000
  • 0bda2196d8 Make test-nsgtk more generic and use installed version when people have set up a suitable environment with a PREFIX Rob Kendrick (fatigue) 2012-11-04 15:40:37 +0000
  • 09bf071ebc Merge branch 'master' of git://git.netsurf-browser.org/netsurf Rob Kendrick (fatigue) 2012-11-04 15:02:29 +0000
  • 8e2d99ef5a Include CryptRand module, and RMEnsure it in the Run file Rob Kendrick (fatigue) 2012-11-04 15:02:02 +0000
  • debe0e345b Disable SSL session ID caching. John-Mark Bell 2012-11-04 14:07:22 +0000
  • 9924bcf850 Revert "Enable verbose curl debug" John-Mark Bell 2012-11-04 12:01:45 +0000
  • 075e4336d8 Use FatMessages in framebuffer frontend Rob Kendrick (fatigue) 2012-11-04 11:44:55 +0000
  • ba2a0fd723 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Rob Kendrick (fatigue) 2012-11-04 11:20:31 +0000
  • df088a4ba9 Try to compress the messages files Rob Kendrick (fatigue) 2012-11-04 11:20:08 +0000
  • 8de9e19077 improve dom reference accounting Vincent Sanders 2012-11-04 11:18:37 +0000