Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-10 | Update deprecated JavaScript eval function | Quentin Rameau | |
Function webkit_web_view_run_javascript has been deprecated since 2.40. | |||
2024-06-10 | Move TLS parameters handling to datamanager | Quentin Rameau | |
Using web context is deprecated since 2.32. | |||
2024-06-10 | Remove Java support toggle | Quentin Rameau | |
This has been deprecated since 2.38. | |||
2024-06-10 | Remove frame flattening toggle | Quentin Rameau | |
This has been deprecated since 2.38. | |||
2023-11-29 | Play external patch | Rafael Marçalo | |
2023-11-29 | MultiJS patch | Rafael Marçalo | |
2023-11-29 | Homepage patch | Rafael Marçalo | |
2023-11-29 | Short title patch | Rafael Marçalo | |
2023-11-29 | Websearch patch | Rafael Marçalo | |
2023-11-18 | Fix usage message: -Pp don't exist anymore | Quentin Rameau | |
Thanks to Eric Pruitt <eric.pruitt@gmail.com> for reporting! | |||
2022-10-22 | webext: add missing gio/gunixfdlist.h includes | Petr Vaněk | |
This resolves two set of warnings pointed by compiler -Wimplicit-function-declaration and -Wint-conversion, where the later one can result with segfault caused by invalid cast from int to pointer. Fixes: 665a709b522a ("webext: Exchange fd over webkit messages") | |||
2022-10-16 | webext: Exchange fd over webkit messages | Quentin Rameau | |
This is more complex, but webkit2gtk prevents passing file descriptors to processes in 2.38.0. | |||
2022-05-04 | Do not reload page when toggling dark mode | Quentin Rameau | |
This change had actually been applied in previous commit d3ee652 by mistake. | |||
2022-04-10 | Fix dark mode parameter application | Quentin Rameau | |
2022-04-10 | Only get webkit context and settings once | Quentin Rameau | |
2022-04-10 | Add dark mode toggle | Quentin Rameau | |
This sets dark gtk theme variant, which should make webkit2gtk use dark css variant from websites that provide it. | |||
2021-07-19 | Improve non-ASCII character search handling | Quentin Rameau | |
Before, the XA_STRING would only let use ASCII characters properly. Now UTF-8 characters should be handled correctly. | |||
2021-05-21 | Fix togglestats array | Quentin Rameau | |
2021-04-30 | Remove accelerated canvas parameter | Quentin Rameau | |
This has been deprecated since release 2.32. | |||
2021-04-30 | Remove external plugin handling | Quentin Rameau | |
This has been deprecated since release 2.32. | |||
2020-11-01 | Simplify communication with webext | Quentin Rameau | |
2020-11-01 | Set title on committed load | Quentin Rameau | |
2020-11-01 | Communicate through a Unix socket instead of a pipe pair | Quentin Rameau | |
2020-11-01 | Add support for ephemeral (zero disk access) | Quentin Rameau | |
2020-11-01 | Add support for configuring plugins directories | Quentin Rameau | |
2020-11-01 | Remove common | Quentin Rameau | |
2018-10-15 | Send message size inside messages through pipes | Quentin Rameau | |
2018-10-08 | Add a file for shared functions | Quentin Rameau | |
New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die(). | |||
2018-10-08 | Communicate with webextension via a pipe | Quentin Rameau | |
2018-10-08 | Request cookiemanager only once at creation | Quentin Rameau | |
2018-10-08 | Exit more gracefully on web process crash. | Quentin Rameau | |
2018-10-08 | Allow tilde expansion in loaduri | nzl | |
also fixed a bug that ~foo/ was expanded to /home/fo/o/ | |||
2018-06-09 | Force printing the winid when requested | Quentin Rameau | |
Do not wait for the libc to decide flushing buffers, force it ourselves. Thanks to koniu for reporting the issue. | |||
2018-02-23 | Script text shouldn't go through formatted conversion | nzl | |
2018-02-23 | Add support for WebGL | Eon S. Jeon | |
Allows enabling and disabling WebGL support built into WebKit. The feature is turned off by default. | |||
2017-05-30 | Store modified parameters list | Quentin Rameau | |
2017-05-22 | Use priority values instead of “forced” parameters | Quentin Rameau | |
This makes parameter handling a bit easier and lets the user override parameters as he sees fit. | |||
2017-05-22 | Get rid of config parameter MACROs | Quentin Rameau | |
There's no need to obfuscate so much what is done, the user can deal with a few extra knobs to set instead. | |||
2017-05-22 | Get rid of integer member b in Arg | Quentin Rameau | |
There's no need to keep another integer member there, use directly the i integer one. | |||
2017-05-22 | Only apply parameters when needed | Quentin Rameau | |
Specify which parameter should be applied on which load state. | |||
2017-05-22 | Fix handling of uri-specific parameters | Quentin Rameau | |
We need to (re)apply uri-specific parameters for each new uri even if the parameter has already been set to get the correct value. Thanks to Julien STEINHAUSER <julien.steinhauser@orange.fr> for the report! | |||
2017-05-22 | Unset previous user styles before applying another one | Quentin Rameau | |
2017-05-22 | Add config option for cross requests from file URLs | Constantine Bytensky | |
I use it to open local .xml files with .xsl style-sheets. | |||
2017-05-21 | Add config option for microphone and webcam access | Quentin Rameau | |
2017-05-12 | Fix synchronization issue with atoms | Quentin Rameau | |
Be sure to sync after setting an atom. Sync too before reading one. | |||
2017-05-12 | There's no need to call geturi() again in loadchanged | Quentin Rameau | |
Also call the variable “uri” instead of “title” which was ambiguous regarding what it is. | |||
2017-05-11 | Add config option for smooth scrolling activation | Quentin Rameau | |
2017-05-11 | Add config option for Java activation | Quentin Rameau | |
2017-05-11 | Add config option for setting default charset. | Quentin Rameau | |
This will be used for pages with no specified charset. | |||
2017-05-11 | Improve parameters handling | Quentin Rameau | |
There's no need to reload all parameters each time a new url is loaded, instead set only custom parameters and restore those to defaults when needed. |