summaryrefslogtreecommitdiff
path: root/desktop/browser_window.c
Commit message (Expand)AuthorAgeFilesLines
* browser_window: Check for bw==NULL before dereferencing itDaniel Silverstone2020-10-031-3/+3
* improve desktop text search header usageVincent Sanders2020-06-241-0/+1
* remove unecessary headers from browser windowVincent Sanders2020-05-251-25/+15
* remove box handling from browser windowVincent Sanders2020-05-251-57/+28
* make browser_window_update internal to browser window as intendedVincent Sanders2020-05-251-119/+124
* rename browser window internal redraw request functionVincent Sanders2020-05-251-5/+6
* Browser window: Handle counting cookies when URLdb gives use none.Michael Drake2020-05-231-1/+4
* misc: Add a present_cookies to guit->misc and use itDaniel Silverstone2020-05-231-3/+1
* browser_window: Implement cookie counterDaniel Silverstone2020-05-231-2/+11
* fix: Make it OK if the chain isn't avilable during bad-ssl queryingDaniel Silverstone2020-05-231-14/+12
* query/ssl: Include link to view certificate detailsDaniel Silverstone2020-05-221-0/+17
* chore: Perform sslcert_viewer-ectomyDaniel Silverstone2020-05-221-8/+0
* use content messages to inform frontend of text search changesVincent Sanders2020-05-131-0/+32
* move ssl certificate serialisation into a url to the ssl_cert utility codeVincent Sanders2020-05-091-52/+10
* 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