summaryrefslogtreecommitdiff
path: root/embed/web-extension/ephy-web-extension.c
Commit message (Expand)AuthorAgeFilesLines
* Rename webextension to webprocessextensionJan-Michael Brummer2019-05-131-851/+0
* Revert "Rename webextension to webprocessextension"Michael Catanzaro2019-05-131-0/+851
* Rename webextension to webprocessextensionJan-Michael Brummer2019-05-121-851/+0
* Remove final leftovers of HTTPS Everywhere supportMichael Catanzaro2019-05-101-14/+4
* Revert "Remove final leftovers of HTTPS Everywhere support"Jan-Michael Brummer2019-05-101-4/+14
* web-extension: log to JS console when blocking resourcesMichael Catanzaro2019-05-081-1/+31
* Remove final leftovers of HTTPS Everywhere supportMichael Catanzaro2019-05-081-14/+4
* Rename sensitive form -> password formMichael Catanzaro2019-04-291-4/+4
* web-extension: fix sensitiveFormMessageSerializerMichael Catanzaro2019-04-161-2/+2
* web-extension: Don't prompt to remember passwords when disabledMichael Catanzaro2019-04-151-6/+18
* web-extension: improve robustness of isWebApplication callbackMichael Catanzaro2019-03-211-1/+7
* web-extension: code style improvementMichael Catanzaro2019-03-211-2/+1
* web-extension: use the right GType for page ID in PasswordManager constructor...Carlos Garcia Campos2019-03-061-4/+2
* Add adblocker option to security popoverJan-Michael Brummer2019-03-051-5/+18
* web-extension: Print better JS error messagesMichael Catanzaro2019-03-051-2/+3
* web-extension: Fix D-Bus connection after autoptr conversionMichael Catanzaro2019-03-011-1/+1
* web-extension: Use g_autoptrMichael Catanzaro2019-02-271-80/+54
* Remove support for do-not-track headersMichael Catanzaro2019-02-051-13/+3
* Revert "Remove support for do-not-track headers"Michael Catanzaro2019-02-051-0/+10
* Remove support for do-not-track headersMichael Catanzaro2019-02-051-10/+0
* Rename ephy_dot_dir() to ephy_profile_dir()Patrick Griffis2019-01-311-1/+1
* Store web extension settings in a keyfilePatrick Griffis2019-01-311-3/+3
* Fix potentially uninitialized valuesPatrick Griffis2019-01-211-2/+2
* Don't store WebPage in EphyWebExtensionPatrick Griffis2019-01-201-20/+27
* Fix issues found through static code analysisJan-Michael Brummer2018-12-151-1/+1
* Move password management out of web processPatrick Griffis2018-08-281-244/+59
* Bump WebKitGTK+ requirements and update to the new APICarlos Garcia Campos2018-07-201-2/+2
* Use webkit_web_view_run_javascript_in_world() to execute Ephy js code from th...Carlos Garcia Campos2018-06-121-1/+2
* web-extension: run internal JavaScript in an isolated worldCarlos Garcia Campos2018-06-011-6/+19
* overview: Use the new JavaScriptCore GLib API instead of DOM APICarlos Garcia Campos2018-04-191-18/+42
* web-extension: Use the new JavaScriptCore GLib API instead of DOM APICarlos Garcia Campos2018-04-191-1009/+284
* Remove the HTTPS Everywhere supportMichael Catanzaro2018-03-291-50/+2
* web-extension: Null-check before destroying sync serviceMichael Catanzaro2018-03-271-1/+1
* web-extension: Fix password promptExalm2018-01-181-1/+1
* web-extension: Save password in memory when handling form eventsExalm2018-01-101-27/+24
* web-extension: Handle forms submitted through JSExalm2018-01-101-10/+30
* Purge unnecessary use of g_str_equalMichael Catanzaro2017-09-131-1/+1
* Purge g_return from embed/Michael Catanzaro2017-09-131-1/+1
* web-extension: Do not re-fill username field on blur eventMichael Catanzaro2017-09-101-14/+0
* Make sure that sync happens only in BROWSER modeGabriel Ivascu2017-09-081-5/+8
* Adblocker must not block main resource during redirectsMichael Catanzaro2017-08-301-5/+12
* web-extension: Remove that extra loggingMichael Catanzaro2017-08-301-3/+0
* web-extension: Add more debug loggingMichael Catanzaro2017-08-301-0/+4
* form-auth: Change type of target origin from SoupURI to char *Gabriel Ivascu2017-08-301-4/+2
* password-manager: Handle security origins only (no more URIs)Gabriel Ivascu2017-08-271-5/+17
* web-extension: Stop crashing in private profile modeMichael Catanzaro2017-08-251-0/+8
* web-extension: Implement Firefox form heuristicExalm2017-08-251-2/+8
* sync: Store target_origin for password recordsExalm2017-08-251-3/+40
* password-manager: Query by ID when handling single recordsGabriel Ivascu2017-08-191-0/+2
* sync: Use GList instead of GSList when handling recordsGabriel Ivascu2017-08-151-8/+8