summaryrefslogtreecommitdiff
path: root/desktop/page-info.h
Commit message (Collapse)AuthorAgeFilesLines
* page-info: Provide support to indicate if action did somethingDaniel Silverstone2020-05-081-1/+3
| | | | | | | | | | Some mouse actions perform a positive action (such as opening the SSL certificate viewer). As such, provide an out param which will be set to true if the action did something. This parameter is not touched in the case of nothing happening in case it is used in alternating logic in the caller. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Page info: We need a non-const browser window.Michael Drake2020-02-241-1/+1
| | | | Due to where we pass it back out to browser window.
* Desktop: Add page-info API.Michael Drake2020-02-231-0/+141
This will be a core window intended to show information about the page currently shown in the associated browser window.