summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* web-view: handle WEBKIT_MEDIA_ERROR_WILL_HANDLE_LOADMichael Catanzaro2023-01-301-1/+4
* Stop using webkit_web_view_new_with_context()Michael Catanzaro2023-01-282-2/+6
* embed-shell: stop trying to set the process modelMichael Catanzaro2023-01-281-2/+0
* Remove all property nicks/blurbsMichael Catanzaro2023-01-2510-70/+35
* Update for removal of WebKitGTK sandbox APIMichael Catanzaro2023-01-201-0/+2
* file-dialog-utils: remove ephy_file_dialog_add_shortcuts()Michael Catanzaro2023-01-061-2/+0
* embed-prefs: fix double free on error pathMichael Catanzaro2023-01-041-4/+2
* web-process-extension: fix form manager after 62a83a87Michael Catanzaro2022-12-301-2/+2
* web-view: remove handling of WEBKIT_PLUGIN_ERRORsMichael Catanzaro2022-12-291-10/+1
* embed-prefs: stop disabling pluginsMichael Catanzaro2022-12-291-1/+0
* general: Update GtkFileDialog usageChristopher Davis2022-12-282-8/+8
* Replace deprecated gtk_widget_show/hideMichael Catanzaro2022-12-273-13/+20
* web-process-extension: Use new WebKit API for auto-fill and password savingCarlos Garcia Campos2022-12-272-57/+31
* Replace "web application" with "web app"Jake Dane2022-12-111-5/+5
* file-chooser: Rename to ephy-file-dialog-utilsAlexander Mikhaylenko2022-12-082-2/+1
* file-chooser: Port to GtkFileDialogAlexander Mikhaylenko2022-12-081-32/+48
* download: Port to GtkFileDialogAlexander Mikhaylenko2022-12-081-34/+34
* web-view: Stop using webkit_file_chooser_request_get_mime_types_filter()Alexander Mikhaylenko2022-12-081-5/+36
* overview.js: fix thumbnails when loading from session stateMichael Catanzaro2022-12-011-5/+1
* overview: fix TypeError when displaying empty stateMichael Catanzaro2022-12-011-0/+3
* download: Redesign download confirmation dialogAlexander Mikhaylenko2022-11-301-17/+38
* Port message dialogs to AdwMessageDialogAlexander Mikhaylenko2022-11-302-31/+29
* web-view: properly check for main resource in decide-policymcatanzaro/webkitgtk-6.0Michael Catanzaro2022-11-211-11/+3
* Revert "Revert "embed: do not download subresources that can't be handled by ...Michael Catanzaro2022-11-211-27/+36
* embed-shell: PSON is now mandatory, and its setting has been removedMichael Catanzaro2022-11-211-1/+0
* Update to webkitgtk-6.0 API versionMichael Catanzaro2022-11-2117-18/+18
* Allow short name server uriJan-Michael Brummer2022-11-191-0/+3
* embed: Rename NautilusFloatingBar to EphyFloatingBarvanadiae2022-11-114-38/+37
* Drop lib/widgets layer and move remaining code to src/vanadiae2022-11-111-1/+0
* lib/widgets/: Move EphySearchEntry to embed/vanadiae2022-11-113-0/+559
* lib/widgets/: Move Nautilus's floating bar widget to embed/vanadiae2022-11-113-1/+187
* Revert "embed: do not download subresources that can't be handled by the web ...Michael Catanzaro2022-10-251-36/+27
* embed: do not download subresources that can't be handled by the web viewCarlos Garcia Campos2022-10-191-27/+36
* Silence deprecation warnings for tree view and style context callsAlexander Mikhaylenko2022-10-171-0/+2
* Port to GTK4Alexander Mikhaylenko2022-10-1712-1759/+276
* Add warning comments about policy decision handlingMichael Catanzaro2022-10-141-0/+1
* web-view: Use term "Force Stop" instead of "Kill"Cassidy James Blaede2022-09-231-1/+1
* find-toolbar: fix leak of entry_tagMichael Catanzaro2022-09-171-0/+2
* find-toolbar: simplify disposeMichael Catanzaro2022-09-171-13/+4
* Fix loss of tab history if placeholder page is not removedMichael Catanzaro2022-08-312-0/+10
* Remove PDF.jsMichael Catanzaro2022-07-148-416/+5
* WebExtensions: Add initial commands APIJamie Murphy2022-07-101-0/+7
* WebExtensions: Pass frameId to all API handlersPatrick Griffis2022-07-054-1/+12
* WebExtensions: Implement menus APIPatrick Griffis2022-06-283-3/+33
* Support view-source: schemeJan-Michael Brummer2022-06-255-47/+11
* WebExtension: Stub out tabs.onReplacedPatrick Griffis2022-06-221-0/+1
* WebExtensions: Implement runtime.getPlatformInfo()Patrick Griffis2022-06-221-0/+1
* Add window.browser.tabs.reloadJan-Michael Brummer2022-06-221-0/+2
* WebExtensions: Implement the downloads APIPatrick Griffis2022-06-215-10/+295
* WebExtensions: Fix double definition of browser.windowsPatrick Griffis2022-06-121-4/+1