summaryrefslogtreecommitdiff
path: root/desktop/browser_history.h
Commit message (Collapse)AuthorAgeFilesLines
* make local history navigation return errorsVincent Sanders2014-10-301-3/+102
| | | | | | | The local history interface now reports errors to its callers isntead of inconsistantly waning the user occasionally on error. The documentation comemhts were also updated to match reality
* make history update return error code.Vincent Sanders2014-10-291-1/+10
| | | | | This now returns errors instead of failing and inconsistantly calling user warnings for some error paths.
* make adding a history entry return an error code.Vincent Sanders2014-10-291-1/+11
| | | | | This returns the error code to the caller instead of (sometimes) warning the user directly.
* Rename function arguments to avoid using 'new'.Michael Drake2014-02-191-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-151-0/+141