summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-utils.c
Commit message (Expand)AuthorAgeFilesLines
* sync: Fix issues pointed in the code reviewGabriel Ivascu2017-08-061-1/+1
* search-engine-manager: Add convenience function to get default addressMichael Catanzaro2017-07-121-4/+1
* embed-utils: Fix leak is is_bang_search()Michael Catanzaro2017-02-241-0/+1
* implement search engine managercedlemo2017-02-241-12/+52
* Remove view source handlerMichael Catanzaro2017-02-111-4/+0
* Revert "Implement search engine manager"Michael Catanzaro2017-01-261-15/+10
* Implement search engine managercedlemo2017-01-251-10/+15
* ephy-embed-utils: overview and incognito URLs should also be considered as emptyCarlos Garcia Campos2016-12-051-8/+5
* Remove private headersMichael Catanzaro2016-10-311-1/+0
* Revert "webapp: Open links to the same base domain inside the web app"Michael Catanzaro2016-10-121-17/+3
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* Add URI handler for view source modeMichael Catanzaro2016-09-121-0/+4
* UncrustifyMichael Catanzaro2016-03-291-15/+13
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* Reenable and placate -Wformat-nonliteralMichael Catanzaro2015-11-071-0/+4
* webapp: Open links to the same base domain inside the web appCarlos Garcia Campos2015-06-271-3/+17
* ephy-embed-utils: add ephy_embed_utils_autosearch_address()Claudio Saavedra2015-06-091-5/+12
* Use user a script message instead of a DBus signal for AllowTLSCertificateCarlos Garcia Campos2014-11-241-0/+11
* Use user a script message instead of a DBus signal for RemoveItemFromOverviewCarlos Garcia Campos2014-11-241-0/+22
* embed: Add ephy_embed_utils_urls_have_same_origin()Carlos Garcia Campos2014-10-141-0/+22
* Fix a couple more uses of HTTP DuckDuckGoMichael Catanzaro2014-08-221-1/+1
* ephy-web-view: Move get_title_from_address to ephy-embed-utilsCarlos Garcia Campos2014-03-101-0/+13
* Revert "embed-utils: Invert the logic of condition in ephy_embed_utils_addres...Carlos Garcia Campos2014-03-031-9/+9
* embed-utils: Move ephy_web_view_normalize_or_autosearch_url to embed-utilsCarlos Garcia Campos2014-03-031-0/+26
* embed-utils: do not try to prepend http:// to normalize a URL if it already h...Carlos Garcia Campos2014-03-031-32/+24
* embed-utils: Add ephy_embed_utils_address_is_validCarlos Garcia Campos2014-03-031-0/+91
* embed-utils: Invert the logic of condition in ephy_embed_utils_address_has_we...Carlos Garcia Campos2014-03-031-9/+9
* ephy-about-handler: add a about:incognito handlerClaudio Saavedra2013-03-051-0/+1
* ephy-embed-utils: protect against NULL address in methodXan Lopez2013-02-121-0/+4
* ephy-embed-utils: add ephy_embed_utils_is_no_show_address()Claudio Saavedra2012-09-171-0/+18
* embed-utils: remove extra indentation level in methodXan Lopez2012-09-041-27/+24
* ephy-embed-utils: use new coding styleXan Lopez2012-08-021-115/+110
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-261-1/+1
* ephy-web-view: status message should be constCarlos Garcia Campos2012-06-251-2/+2
* Include libsoup header explicitly when requiredCarlos Garcia Campos2012-06-211-0/+1
* Automatically prefix existing absolute paths with file://Gustavo Noronha Silva2012-03-141-1/+11
* ephy-embed-utils: fix loading of <IP address>:<port> URIsXan Lopez2012-02-231-7/+9
* ephy-embed-utils: load again stuff like 'localhost:3000"Xan Lopez2012-01-241-5/+16
* Never append "http://" to an address with a schemeXan Lopez2012-01-241-1/+6
* ephy-embed-utils: consider 'ephy-about' as a web schemeXan Lopez2012-01-241-0/+1
* ephy-embed-utils: mailto is not a web schemeDiego Escalante Urrelo2012-01-231-2/+1
* ephy-embed-utils: make URI normalization for about: genericXan Lopez2011-06-101-3/+3
* Added about:plugins support.Sergio Villar Senin2011-06-011-4/+15
* Move helper function into ephy-embed-utils.cXan Lopez2010-05-031-0/+15
* Ignore case of URL schemesJose Millan Soto2010-04-071-9/+14
* Make SoupCookieJarAcceptPolicy match our cookie policiesXan Lopez2010-02-041-1/+0
* Pass mailto: URI to gtk_show_uri()Frédéric Péters2009-10-181-0/+1
* Execute "javascript:" URIs instead of browsing for them.Chris Lamb2009-10-181-0/+1
* Move URL normalization into a utility functionXan Lopez2009-08-101-0/+15
* Move the get_title_composite function to EphyWebView.Xan Lopez2009-06-161-36/+0