summaryrefslogtreecommitdiff
path: root/desktop/browser_window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove core snapping for values set in absolute modeVincent Sanders2019-08-041-7/+2
* change browser_window_drop_file_at_point() to take unscaled coordinatesVincent Sanders2019-08-041-38/+65
* change browser_window_redraw to use unscaled coordinatesVincent Sanders2019-08-041-0/+3
* Add content handlers for queriesDaniel Silverstone2019-08-041-0/+24
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-031-8/+0
* improve browser_window_set_scaleVincent Sanders2019-08-031-22/+59
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-031-48/+64
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-153/+175
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-118/+140
* remove scaled parameter from get_dimensionsVincent Sanders2019-08-021-2/+2
* remove scaling from internal browser get_dimensions callsVincent Sanders2019-08-021-8/+12
* Browser window: Make invalidate gui callback use unsacled coordinates.Michael Drake2019-08-011-7/+9
* reformat and tidy up browser window code ready for corewindow changesVincent Sanders2019-08-011-1067/+1146
* split browser and browser_window operationsVincent Sanders2019-08-011-0/+3490