summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nsurl: Expose scheme type accessor.Michael Drake2020-05-193-12/+28
* about: Rework freeing the san_names structureDaniel Silverstone2020-05-191-1/+11
* add subject alternative names to certificate viewerVincent Sanders2020-05-181-0/+103
* Page info: Improve certificate fault display style.Michael Drake2020-05-182-10/+9
* Display errors properly in certificate windowVincent Sanders2020-05-182-5/+23
* Improve certificate page styling.Michael Drake2020-05-172-10/+44
* add fingerprints to the certificate viewerVincent Sanders2020-05-171-0/+115
* split out public key table formatted outputVincent Sanders2020-05-171-55/+68
* use entity for colon in certificate hex values to allow netsurf to break prop...Vincent Sanders2020-05-171-2/+10
* get the sign right on the certificate openssl compatability interfaceVincent Sanders2020-05-171-2/+2
* fix typo in certificate openssl compatabilityVincent Sanders2020-05-171-1/+1
* add openssl compatability to certificate decodeVincent Sanders2020-05-171-12/+91
* make about handler ssenddataf cope with longer dataVincent Sanders2020-05-161-2/+24
* improve certificate viewerVincent Sanders2020-05-162-77/+610
* implement content opacity check through the function tableVincent Sanders2020-05-1313-16/+125
* use content messages to inform frontend of text search changesVincent Sanders2020-05-134-231/+422
* make free text search content handler agnosticVincent Sanders2020-05-125-267/+377
* consolodate the textsearch code into a single moduleVincent Sanders2020-05-124-107/+102
* hoist common text search out of content handlersVincent Sanders2020-05-129-203/+111
* move free text search general interface to content.Vincent Sanders2020-05-109-233/+302
* remove unecessary includesVincent Sanders2020-05-102-13/+6
* move ssl certificate serialisation into a url to the ssl_cert utility codeVincent Sanders2020-05-093-52/+91
* GTK: Add transient popup behaviour for local history tooDaniel Silverstone2020-05-0910-7/+131
* GTK: Change toolbar page-info to use compat allocation functionDaniel Silverstone2020-05-091-1/+4
* Haiku: Better map mouse cursorsFrançois Revol2020-05-091-68/+54
* GTK: Cause the page-info popup to appear in the right placeDaniel Silverstone2020-05-088-0/+90
* GTK RES: Make page info windows popup typeDaniel Silverstone2020-05-082-0/+2
* GTK: Make page info transient properly, handle events, etc.Daniel Silverstone2020-05-081-4/+44
* page-info: Provide support to indicate if action did somethingDaniel Silverstone2020-05-082-4/+11
* add missing header includes from previous changeVincent Sanders2020-05-083-0/+3
* improve content header usageVincent Sanders2020-05-0732-173/+281
* clean up content headers and documentation commentsVincent Sanders2020-05-0611-444/+661
* remove junk content_add_error apiVincent Sanders2020-05-065-14/+0
* remove unused junk error values from content structVincent Sanders2020-05-062-8/+0
* desktop: clamp dpi in browser_set_dpi() to sensible valuesFrançois Revol2020-05-051-0/+7
* split dom event handling into separate moduleVincent Sanders2020-05-054-727/+837
* Clean up html content dom element insertion processingVincent Sanders2020-05-052-89/+159
* curl: Pass cert chain on even if we get no headersDaniel Silverstone2020-05-041-0/+4
* llcache: Actually pass on certificate chain properlyDaniel Silverstone2020-05-041-5/+10
* FatMessages: Fix typo, occour -> occur, occoured -> occurredDaniel Silverstone2020-05-041-2/+2
* remove the forward references in html form internal handlingVincent Sanders2020-05-032-549/+615
* remove forward delcarations and clean up formatting in html table layout proc...Vincent Sanders2020-05-032-581/+561
* Improve hsndling of html content objects with no associated boxVincent Sanders2020-05-031-12/+39
* remove unecessary includeVincent Sanders2020-05-031-1/+0
* improve html content handler private headersVincent Sanders2020-05-0226-125/+279
* add missing includeVincent Sanders2020-05-011-1/+2
* put html content handler object interface into its own headerVincent Sanders2020-05-015-23/+98
* remove unused available width and height parameters from html_fecth_object()Vincent Sanders2020-04-305-34/+37
* remove unecessary filename prefixes in the html content handlerVincent Sanders2020-04-308-10/+10
* split html box processing codeVincent Sanders2020-04-2923-2674/+2961