summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary user warning calls and improve error propogation in html boxVincent Sanders2019-11-051-4/+0
* remove user warnings from hotlist load and curl pollVincent Sanders2019-11-051-5/+12
* improve error returns throughout complete save and remove user warningsVincent Sanders2019-11-042-101/+123
* add internal query handler for fetch errorsVincent Sanders2019-10-301-27/+92
* add internal query page for request timeoutsVincent Sanders2019-10-291-18/+113
* save complete: Change de-duplication to compare URLs, rather than contents.Michael Drake2019-10-261-2/+6
* save complete: ctx_find_content: compare contents, not hlcache_handlesMichael Drake2019-10-261-1/+2
* ensure all error messages have text if not provided by callerVincent Sanders2019-10-251-3/+3
* fix some formatting in save completeVincent Sanders2019-10-241-27/+47
* ensure save_complete resources are correctly finalised before quitVincent Sanders2019-10-242-0/+13
* resolve leak of attribute value lwc string in complete saveVincent Sanders2019-10-241-0/+1
* fix save_complete usage of posix regex so it does not run off the end of stringsVincent Sanders2019-10-211-22/+55
* make download core store size in at least 64bits to allow for large filesVincent Sanders2019-10-192-7/+9
* add regex compatability to utils and enable it for serenity OSVincent Sanders2019-10-122-2/+2
* 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
* make web search icon setting work properlyVincent Sanders2019-09-212-2/+44
* netsurf_exit(): Finalise DOM namespace stringsDaniel Silverstone2019-09-071-0/+4
* netsurf_exit(): Release user-agent string on exitDaniel Silverstone2019-09-071-0/+3
* 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-213-18/+59
* fix spelling mistakes from miscellaneous event commitVincent Sanders2019-08-201-1/+1
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-204-57/+17
* 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-064-265/+442
* 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-058-147/+128
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-054-7/+49
* browser_window: Add fetch parameters and split navigateDaniel Silverstone2019-08-052-14/+135
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-052-47/+10
* enable gnu extensions to get strcasestr from string.hVincent Sanders2019-08-051-0/+2
* 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
* trivial documentation cleanupsVincent Sanders2019-08-041-1/+1
* Add content handlers for queriesDaniel Silverstone2019-08-043-0/+54
* desktop: Expose llcache query handler temporarilyDaniel Silverstone2019-08-042-1/+17
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-032-8/+9
* download: Include log.hDaniel Silverstone2019-08-031-0/+1
* Migrate query dispatch up from llcache to hlcacheDaniel Silverstone2019-08-031-0/+7
* local_history: Improve up/down navigationDaniel Silverstone2019-08-031-10/+67
* Corewindow helper: Add documentation for cw_helper_scroll_visible()Michael Drake2019-08-031-1/+8
* Corewindow: Sanitise scrolling API.Michael Drake2019-08-033-11/+9
* Corewindow helper: Add helper to scroll to visible rectangle.Michael Drake2019-08-032-0/+130