summaryrefslogtreecommitdiff
path: root/desktop/browser_window.c
Commit message (Expand)AuthorAgeFilesLines
* browser_window: Don't attempt to unref NULL lwc stringDaniel Silverstone2020-03-221-1/+3
* browser_window: Re-add clearing of loading_content in downloadDaniel Silverstone2020-03-221-0/+1
* JS: Move ownership of jsthread from browser to htmlcDaniel Silverstone2020-03-221-38/+17
* Browser: Split JS threads between current and loadingDaniel Silverstone2020-03-211-12/+38
* JS: Split concept of JS context into heap and threadDaniel Silverstone2020-03-211-12/+16
* JS: Remove unused slow script callbackDaniel Silverstone2020-03-211-18/+1
* Browser window: Clean up cert chains when bw is destroyed.Michael Drake2020-03-121-0/+5
* Browser window: Rework constification of bw for show_certificates.Michael Drake2020-02-241-2/+2
* implement browser_window_show_certificatesVincent Sanders2020-02-241-4/+65
* browser_window: Use messages for unknown errorsDaniel Silverstone2020-02-241-0/+2
* Browser window: Set the search string on show cookies.Michael Drake2020-02-241-2/+14
* browser_window: Various little SSL fixesDaniel Silverstone2020-02-231-2/+13
* Browser window: Add stubs for new interfaces for page-info dialogue.Michael Drake2020-02-231-0/+24
* Browser window: Constify bw through page_info_state getter.Michael Drake2020-02-231-1/+1
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-231-23/+23
* browser_window: Propagate error code when handling errorsDaniel Silverstone2020-02-231-1/+1
* Browser window: Constify the bw in the URL access function.Michael Drake2020-02-221-1/+1
* browser_window: Inform GUI about redirects and final URLDaniel Silverstone2020-02-221-30/+25
* Browser: Support requesting location focusDaniel Silverstone2020-02-221-0/+2
* Browser: Add FOREGROUND flag to window creationDaniel Silverstone2020-02-221-0/+2
* browser_window: Don't use the fetch parameters for page infoDaniel Silverstone2019-12-011-4/+4
* browser_window: Remove spurious stopping of throbberDaniel Silverstone2019-12-011-2/+0
* browser_window: Dispatch page info notification on root browserDaniel Silverstone2019-12-011-1/+2
* Add missing unrefsDaniel Silverstone2019-12-011-0/+5
* browser_window: Add an event for page info state changeDaniel Silverstone2019-12-011-0/+5
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-011-3/+6
* browser_window: Add basic page info state and SSL accessorsDaniel Silverstone2019-12-011-0/+72
* browser_window: Set referer and flags in ssl error pathwayDaniel Silverstone2019-11-301-0/+2
* remove unecessary user warning calls and improve error propogation in html boxVincent Sanders2019-11-051-4/+0
* add internal query handler for fetch errorsVincent Sanders2019-10-301-27/+92
* add internal query page for request timeoutsVincent Sanders2019-10-291-18/+113
* ensure all error messages have text if not provided by callerVincent Sanders2019-10-251-3/+3
* clear the favicon at the beginning of navigationVincent Sanders2019-09-291-0/+3
* re-indent browser window and cleanup commentsVincent Sanders2019-09-291-283/+366
* browser_window: use about:blank if current_parameters is emptyDaniel Silverstone2019-08-231-0/+5
* Browser: Do a better job of not leaking query URIs to the frontendDaniel Silverstone2019-08-211-4/+14
* browser: Turn internal nav URLs into corestring_nsurlsDaniel Silverstone2019-08-211-14/+3
* browser_window: Ensure that back works like 'back to safety'Daniel Silverstone2019-08-211-18/+33
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-201-7/+10
* browser_window: handle 'back to safety' cleanlyDaniel Silverstone2019-08-141-1/+5
* make internal url navigation check safeVincent Sanders2019-08-121-14/+38
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-17/+128
* browser_window: Improve history behaviour on internal navDaniel Silverstone2019-08-061-3/+9
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-59/+432
* Browser window navigate: Ensure child.quirks is initialised.Michael Drake2019-08-051-0/+2
* browser_window: Stop the throbber right at the end of handling errorsDaniel Silverstone2019-08-051-2/+2
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-53/+107
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-051-3/+26
* browser_window: Add fetch parameters and split navigateDaniel Silverstone2019-08-051-14/+111
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-051-41/+8