[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: WebView.Cookies.Clear() is a new method that removes all cookies.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat Jun 18 23:55:58 CEST 2022



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
2acba6ca by Benoît Minisini at 2022-06-18T23:47:15+02:00
WebView.Cookies.Clear() is a new method that removes all cookies.

[GB.GTK3.WEBVIEW]
* NEW: WebView.Cookies.Clear() is a new method that removes all cookies.

[GB.QT4.WEBVIEW]
* NEW: WebView.Cookies.Clear() is a new method that removes all cookies.

[GB.QT5.WEBVIEW]
* NEW: WebView.Cookies.Clear() is a new method that removes all cookies.

- - - - -
a39e6477 by Benoît Minisini at 2022-06-18T23:55:51+02:00
Allows to configurate the browser used for debugging web application. Add an internal browser too.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Remove the ability to choose the external browser. The default one given by the environment is always used.
* NEW: Add an internal browser for debugging web applications.
* NEW: Debugger options dialog: Allow to choose the browser used for debugging web applications, between Firefox, Chromium or the internal debug browser.
* NEW: The browser used for debugging is now run in its own process and in private mode. Create a custom profile in Firefox for that.

- - - - -


21 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/Design.module
- + app/src/gambas3/.src/Debug/FBrowser.class
- + app/src/gambas3/.src/Debug/FBrowser.form
- app/src/gambas3/.src/Debug/FDebugConfig.class
- app/src/gambas3/.src/Debug/FDebugConfig.form
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/Project.module
- gb.gtk3/src/webview/c_websettings.c
- gb.gtk3/src/webview/c_webview.c
- gb.gtk3/src/webview/c_webview.h
- gb.gtk3/src/webview/main.c
- gb.qt4/src/webview/c_webview.cpp
- gb.qt4/src/webview/c_webview.h
- gb.qt4/src/webview/main.cpp
- gb.qt5/src/webview/c_webview.cpp
- gb.qt5/src/webview/c_webview.h
- gb.qt5/src/webview/main.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b9ec608cde4b19a9135c1946a7bd79cc90304ac4...a39e6477e5d82c5ed83e29e18dd17ce21c41a3ab

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b9ec608cde4b19a9135c1946a7bd79cc90304ac4...a39e6477e5d82c5ed83e29e18dd17ce21c41a3ab
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220618/3c4ea0fb/attachment.htm>


More information about the Notification mailing list