summaryrefslogtreecommitdiff
path: root/desktop/searchweb.c
Commit message (Expand)AuthorAgeFilesLines
* make web search icon setting work properlyVincent Sanders2019-09-211-2/+33
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-20/+0
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-051-6/+2
* trivial documentation cleanupsVincent Sanders2019-08-041-1/+1
* Add content handlers for queriesDaniel Silverstone2019-08-041-0/+20
* annotate error case fall through in switch to supress warningsVincent Sanders2017-09-111-0/+4
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-4/+10
* Search web: Ensure hlcache callbacks handle errorcode.Michael Drake2017-08-281-0/+2
* fix spelling of retrivedVincent Sanders2016-11-211-6/+6
* URL escape: Simplify to avoid unnecessary allocation.Michael Drake2016-07-251-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-0/+1
* reduce content header interdependancyVincent Sanders2016-04-181-0/+3
* Change LOG() macro to be varadicVincent Sanders2015-05-281-10/+4
* Desktop doxygen fixesVincent Sanders2014-11-091-1/+1
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+1
* Add iterator for search providersDaniel Silverstone2014-06-031-0/+15
* fix default search provider icon handlingVincent Sanders2014-06-031-36/+82
* ensure hlcache handle is not passed as NULLVincent Sanders2014-05-271-3/+4
* Fix fread error handling.Michael Drake2014-05-261-0/+1
* Ensure the search URL is NULL-terminatedChris Young2014-05-251-0/+1
* Completely re-write web search provider handlingVincent Sanders2014-05-251-232/+412
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-3/+2
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-3/+2
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+0
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-1/+1
* Let the frontend construct the correct URL for the default search ico.Chris Young2014-01-181-8/+1
* split browser gui operations upVincent Sanders2014-01-151-1/+1
* confine the gui table acessor to the gui factory headerVincent Sanders2014-01-141-0/+1
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-1/+1
* Remove asserts for default cases from all content message handlers; this is l...Rob Kendrick2014-01-051-7/+1
* move options includeVincent Sanders2013-05-281-1/+1
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-3/+3
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-6/+24
* Revert r13235 as we can now log URLs for hlcache_handles without an underlyin...John Mark Bell2011-12-041-1/+3
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
* Can't log an erroring content's URL.Michael Drake2011-12-041-3/+1
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-3/+15
* Fix bug #3413611: results page should be added to historyJohn Mark Bell2011-09-261-1/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-11/+2
* Neuter utterly broken search web from url bar hackeryJohn Mark Bell2011-02-151-12/+2
* Ensure we correctly release all icon resources associated with trees, SSL cer...Daniel Silverstone2011-01-201-0/+11
* Squash leakJohn Mark Bell2010-04-181-0/+3
* Don't bother trying to fetch search provider icons when BMP support is disabl...Rob Kendrick2010-04-081-6/+14
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-1/+10
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-33/+25
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-1/+4
* C89.François Revel2010-01-021-2/+4
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-2/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+292