summaryrefslogtreecommitdiff
path: root/utils/corestringlist.h
Commit message (Collapse)AuthorAgeFilesLines
* browser: Turn internal nav URLs into corestring_nsurlsDaniel Silverstone2019-08-211-0/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-0/+1
| | | | | | | | In doing this, also propagate why the certificates were bad so that the page can display a reason. We will need FatMessages for all these. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-0/+1
| | | | | | | | | | | | | We now handle authentication requests via an `about:` page which presents a nice form built into the browser window. In order to do this, we add internal navigation as a concept to the browser window and we strip the 401login support from all frontends except monkey. The 401login callback is now intended for password safe type support rather than an immediately interactive prompt. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* HTTP: add minimal parser for Cache-ControlJohn-Mark Bell2019-06-101-0/+2
|
* Add SCRIPT to core domstringsDaniel Silverstone2019-05-051-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add languagechange DOM stringDaniel Silverstone2019-05-031-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* NSURL: add ability to create replacement schemeJohn-Mark Bell2018-04-221-0/+1
|
* HSTS: add parser for Strict-Transport-SecurityJohn-Mark Bell2018-04-221-0/+2
|
* rework corestring implementationVincent Sanders2017-03-191-0/+354
This removes special casing for some strings and importantly the multiple huge lists of variables in code.