Commit Graph

  • 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
  • abb1251461 Try to rationalise the gtk install target somewhat Rob Kendrick (fatigue) 2012-11-04 11:17:41 +0000
  • f5a98defae Enable verbose curl debug John-Mark Bell 2012-11-04 11:11:41 +0000
  • 3675f38cc3 Force GtkAdjustments to have a step -- this is a bodge but makes scrollwheels work again Daniel Silverstone 2012-11-04 11:05:43 +0000
  • 0586b97f25 Revert "Suppress BEAST workaround." John-Mark Bell 2012-11-04 10:57:33 +0000
  • d31e8a7b29 Suppress BEAST workaround. John-Mark Bell 2012-11-04 10:39:24 +0000
  • 1e943b77ae Fix missing includes. John-Mark Bell 2012-11-03 23:30:41 +0000
  • f824ab8af4 Port save complete to libdom. John-Mark Bell 2012-11-03 23:19:28 +0000
  • 3f1b683845 implement dom-getElementsByTagName and nodelist and htmlcollection Vincent Sanders 2012-11-03 21:37:06 +0000
  • 6648ba39ad Merge branch 'master' of git://git.netsurf-browser.org/netsurf Daniel Silverstone 2012-11-03 18:28:48 +0000
  • e7431898ab Fix up amiga/iff_dr2d.c with svgtiny using libdom now Daniel Silverstone 2012-11-03 18:28:12 +0000
  • 85c973f986 add jsstring to jsval conversion macro that copes with null jsstrings Vincent Sanders 2012-11-03 17:37:59 +0000
  • e0f17a8d35 fix cocoa Message generation Vincent Sanders 2012-11-03 16:27:31 +0000
  • d5c88d5e8e Merge branch 'master' of git://git.netsurf-browser.org/netsurf Daniel Silverstone 2012-11-03 15:13:54 +0000
  • 180f7ff42c Merge Vincent's Javascript work onto master Daniel Silverstone 2012-11-03 15:13:43 +0000
  • 7be1682d43 Ignore italian messages Rob Kendrick (fatigue) 2012-11-03 15:12:35 +0000
  • ef5c8c21a6 Allow suffix on language split macro destination Rob Kendrick (fatigue) 2012-11-03 14:31:54 +0000
  • d532fc82eb A little bit of polish? Rob Kendrick (fatigue) 2012-11-03 14:20:54 +0000
  • 082c929334 Minimal fix to get atari rebuilding Rob Kendrick (fatigue) 2012-11-03 14:18:38 +0000
  • 8062b9c5ce Remove languages that only have messages files Rob Kendrick (fatigue) 2012-11-03 14:09:43 +0000
  • 00195f1395 Create split messages files earlier Rob Kendrick (fatigue) 2012-11-03 14:06:54 +0000
  • cf8b05fe0f Have FatMessages macro mkdir -p the destination directory, and have Amiga front end use macro Rob Kendrick (fatigue) 2012-11-03 14:03:34 +0000
  • 45d508487a add global api to window binding Vincent Sanders 2012-11-03 13:52:13 +0000
  • 58202b2dfd Try to get Windows building with FatMessages. This approach makes me ill, and may not even work. Rob Kendrick (fatigue) 2012-11-03 13:40:34 +0000
  • 71acc6b1ab Delete old messages files. This will break some frontends that have not been converted to use Fat/Thin messages. Rob Kendrick (monotony) 2012-11-03 12:31:49 +0000
  • a0e333d669 Try to have RISC OS front end use FatMessages. This is an ugly hack. Rob Kendrick (monotony) 2012-11-03 11:47:43 +0000
  • 118b03a786 Add a macro to split and install messages files, and have gtk front end use it. Rob Kendrick (monotony) 2012-11-03 11:16:33 +0000
  • 19a50699e2 Disable unused-but-set-variable warnings until such time as the JS bindings are complete (or bodged) Daniel Silverstone 2012-11-02 23:04:22 +0000
  • 5631943e40 Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggered Daniel Silverstone 2012-11-02 23:03:20 +0000
  • 48cbca0399 move bindings into the correct place Vincent Sanders 2012-11-02 22:37:57 +0000
  • de074a3ada Deference symlinks when installing. This should be rewritten to use the install tool Rob Kendrick (monotony) 2012-11-02 19:13:09 +0000
  • 7cb3150573 improve example binding docuemntation Vincent Sanders 2012-11-02 13:30:30 +0000
  • b84dc91e3d remove extraneous debug Vincent Sanders 2012-11-02 11:06:14 +0000
  • 70f168b503 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-11-02 10:55:40 +0000
  • 9ab851a5a9 Fix join with rel part of " ". Add a few tests. Michael Drake 2012-11-02 10:54:34 +0000