summaryrefslogtreecommitdiff
path: root/embed/ephy-web-view.c
Commit message (Expand)AuthorAgeFilesLines
* Fix HiDPI faviconsAlexander Mikhaylenko2020-11-161-5/+14
* web-view: reduce size of ITP permission request messagemcatanzaro/#1358Michael Catanzaro2020-10-111-1/+1
* web-view: avoid crash destroying ITP permission request info barmcatanzaro/#1357Michael Catanzaro2020-10-101-1/+1
* ephy-reader-handler: Only fetch existing source data for user triggered actionsJan-Michael Brummer2020-09-261-0/+26
* Revert "web-view: Remove handling of plugin errors"Michael Catanzaro2020-09-031-2/+11
* web-view: Remove handling of plugin errorsMichael Catanzaro2020-09-021-11/+2
* ephy-web-view: fix closing curly quotes useRafael Fontenelle2020-08-071-2/+2
* Removed unused variablesJan-Michael Brummer2020-07-291-1/+0
* Support permission requests for webcam and micJan-Michael Brummer2020-07-271-16/+73
* HiDPI scaled favicons in tab labelsStephan Verbuecheln2020-07-181-2/+4
* Store HTTP Auth passwords in password managerCarlos Garcia Campos2020-07-141-10/+97
* Add support for Intelligent Tracking Prevention (ITP)Carlos Garcia Campos2020-07-091-0/+79
* Do not expose PDF URI scheme in address barJan-Michael Brummer2020-07-041-2/+14
* Fix decide policy callbacks after addition of autoplay policy supportMichael Catanzaro2020-07-011-59/+7
* Allow per-site autoplay policies.Charlie Turner2020-06-291-7/+59
* Fix memory leaks in history query resultsJan-Michael Brummer2020-06-251-2/+0
* Revert "Store HTTP Auth passwords in password manager"Michael Catanzaro2020-06-231-11/+2
* Add pdf handlerJan-Michael Brummer2020-06-211-1/+15
* Add reader mode handlerJan-Michael Brummer2020-06-141-112/+36
* Reset document type to HTML on each LOAD_STARTEDJan-Michael Brummer2020-06-081-0/+1
* Use EphyWebViewDocumentType to keep track of PDFJan-Michael Brummer2020-06-061-13/+3
* Update Readability.jsJan-Michael Brummer2020-06-041-2/+2
* Store HTTP Auth passwords in password managerJan-Michael Brummer2020-06-031-2/+11
* web-view: rearrange decide_policy_cb()Michael Catanzaro2020-03-161-15/+15
* Fix download in non main resourcesJan-Michael Brummer2020-03-151-18/+17
* Hide navigation buttons if webapp supports apple-mobile-web-app-capableJan-Michael Brummer2020-03-101-0/+53
* web-view: fix white flash when opening tabs in dark modeMichael Catanzaro2020-01-311-0/+25
* web-view: stop setting background colorMichael Catanzaro2020-01-291-23/+0
* Revert "web-view: avoid unnecessary g_signal_connect()"Michael Catanzaro2020-01-281-55/+97
* Fix PDF subresources hijacking the main resourceMichael Catanzaro2020-01-221-5/+7
* Use EphyDownload for pdf.js supportJan-Michael Brummer2020-01-211-67/+0
* Add pdf.jsJan-Michael Brummer2020-01-031-5/+90
* Use g_clear_handler() when possibleMichael Catanzaro2019-12-231-20/+5
* web-view: avoid unnecessary g_signal_connect()Michael Catanzaro2019-12-171-97/+55
* web-view: rearrangeMichael Catanzaro2019-12-171-422/+421
* Remove unused popup manager implementationMichael Catanzaro2019-12-171-288/+0
* web-view: use a cancellable where requiredMichael Catanzaro2019-12-161-19/+29
* web-view: improve web process crash error pageMichael Catanzaro2019-12-041-7/+3
* Use the new WebKit user messages API instead of DBusCarlos Garcia Campos2019-11-281-33/+140
* Add responsive layout for error pagesJan-Michael Brummer2019-11-181-6/+6
* web-view: fix cppcheck warningsMichael Catanzaro2019-11-171-8/+1
* Handle empty hostnames in hostname_to_tld ()Jan-Michael Brummer2019-11-131-2/+4
* web-view: add protective assertMichael Catanzaro2019-11-131-0/+1
* Use an own user content manager for each webviewJan-Michael Brummer2019-11-121-2/+40
* Treat localhost as a secure originMichael Catanzaro2019-11-061-6/+22
* web-view: Use theme_base_color as backgroundAlexander Mikhaylenko2019-10-011-0/+23
* web-view: don't connect to embed-shell in page-created cbMichael Catanzaro2019-09-061-14/+18
* web-view: remove the previous extension weak pointer before setting a new oneCarlos Garcia Campos2019-09-031-0/+3
* Do not trust URI during WEBKIT_LOAD_STARTEDMichael Catanzaro2019-08-081-19/+22
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-201/+203