summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* HTML: Update selection media data for new libcss API.Michael Drake2019-05-071-4/+7
* CSS: One inch is 96 css pixels.Michael Drake2019-05-071-2/+2
* HTML: Set up the CSS length measuring context in CSS pixels.Michael Drake2019-05-061-2/+2
* CSS: Use helper to convert form css to physical pixels.Michael Drake2019-05-061-2/+1
* CSS: Add helpers to convert between css and physical pixels.Michael Drake2019-05-061-0/+25
* CSS: Extern the nscss_baseline_pixel_density value.Michael Drake2019-05-061-0/+3
* Convert css_len2pt and css_len2px for CSS pixels.Michael Drake2019-05-061-15/+20
* HTML: Squash error-path leaks in select box construction.Michael Drake2019-05-061-0/+2
* Curl fetcher: Force HTTP1.1 to fix HTTP2 crash.Michael Drake2019-05-061-0/+4
* HTML: Before building the box tree, get viewport dimensions.Michael Drake2019-05-061-0/+21
* HTML content handler: Handle content msg for getdims.Michael Drake2019-05-061-0/+7
* Content: Add content message to get viewport dimensions.Michael Drake2019-05-061-0/+7
* Quieten dukky a little more in default log levelsDaniel Silverstone2019-05-061-3/+3
* Do not prevent reattempting conversion of HTML contentsDaniel Silverstone2019-05-061-8/+0
* Use new safe context dumpDaniel Silverstone2019-05-061-9/+3
* Support context dump safely in duktapeDaniel Silverstone2019-05-062-2/+24
* Add some missing unrefsDaniel Silverstone2019-05-061-0/+4
* complete basic binding documentationVincent Sanders2019-05-061-3/+13
* Properly set log levelsDaniel Silverstone2019-05-061-8/+8
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-0518-69/+77
* Use consoleFormatter in Console.bndDaniel Silverstone2019-05-051-6/+27
* Generics: Add consoleFormatterDaniel Silverstone2019-05-051-0/+76
* Dukky: Change from specifically named genericsDaniel Silverstone2019-05-053-8/+18
* Logging: migrate and provide content interfaceDaniel Silverstone2019-05-052-1/+10
* data url handler: drop logging to DEEPDEBUG.Michael Drake2019-05-051-1/+1
* data url handler: Keep nsurl to avoid copy.Michael Drake2019-05-051-15/+8
* data url handling: avoid needless allocation / copy.Michael Drake2019-05-051-11/+2
* data URL handler: constify some string pointers.Michael Drake2019-05-051-2/+2
* Force a GC to ensure old compartment goes awayDaniel Silverstone2019-05-051-1/+5
* Ensure we clear the cbt entry after finishing a non-recurring callbackDaniel Silverstone2019-05-051-7/+21
* make missing xxd command fail the build correctlyVincent Sanders2019-05-051-1/+2
* Support content_exec for content_htmlDaniel Silverstone2019-05-051-0/+85
* Add content_exec and associated vtable entryDaniel Silverstone2019-05-053-0/+33
* Replace zd with PRIsizet to appease WindowsDaniel Silverstone2019-05-052-7/+8
* Add missing semi-colon. SorryDaniel Silverstone2019-05-041-1/+1
* change back to unsigned long to avoid warning on gnueabihf platformsVincent Sanders2019-05-041-1/+1
* Support nodelist indexingDaniel Silverstone2019-05-046-3/+99
* add some comments to window location bindingVincent Sanders2019-05-041-0/+2
* Support Document::createDocumentFragmentDaniel Silverstone2019-05-041-0/+14
* Expose Number and Error on WindowDaniel Silverstone2019-05-041-0/+2
* Add createElementNSDaniel Silverstone2019-05-042-1/+42
* JS: Attribute external JS to the URI it came from in backtracesDaniel Silverstone2019-05-044-9/+16
* Expose encodeURI{,Component}Daniel Silverstone2019-05-041-0/+2
* Restore newlines for unimplemented javascript in doxygenDaniel Silverstone2019-05-041-1/+1
* Clean up async/defer JS contents during parent finalisationDaniel Silverstone2019-05-041-10/+15
* Support Window as an event target for dukkyDaniel Silverstone2019-05-041-5/+28
* Unref body when finished getting event handlerDaniel Silverstone2019-05-041-0/+4
* Better dukky debug for node creationDaniel Silverstone2019-05-041-1/+12
* CSS: Update for change to libcss append sheet API.Michael Drake2019-05-041-1/+7
* CSS: Update for change to libcss select style API.Michael Drake2019-05-045-3/+6