| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Communication from web extension to surf isn't used,
this code can always be brought back if needed.
|
| |
|
|
|
| |
webkit_navigation_policy_decision_get_frame_name has been deprecated
since 2.40.
|
| |
|
|
|
| |
The processing model we want is actually the only one supported
since 2.40.
|
| |
|
|
| |
Function webkit_web_view_run_javascript has been deprecated since 2.40.
|
| |
|
|
| |
Using web context is deprecated since 2.32.
|
| |
|
|
| |
This has been deprecated since 2.38.
|
| |
|
|
| |
This has been deprecated since 2.38.
|
| | |
|
| |
|
|
| |
Thanks to Eric Pruitt <eric.pruitt@gmail.com> for reporting!
|
| |
|
|
|
|
|
|
| |
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")
|
| |
|
|
|
| |
This is more complex, but webkit2gtk prevents passing file descriptors
to processes in 2.38.0.
|
| |
|
|
|
| |
This change had actually been applied in previous commit d3ee652
by mistake.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This sets dark gtk theme variant,
which should make webkit2gtk use dark css variant
from websites that provide it.
|
| |
|
|
|
| |
Before, the XA_STRING would only let use ASCII characters properly.
Now UTF-8 characters should be handled correctly.
|
| | |
|
| |
|
|
| |
This has been deprecated since release 2.32.
|
| |
|
|
| |
This has been deprecated since release 2.32.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
New common.[hc] files where shared functions between surf and
webkitextension will be put. First addition is die().
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
also fixed a bug that ~foo/ was expanded to /home/fo/o/
|
| |
|
|
|
|
| |
Do not wait for the libc to decide flushing buffers, force it ourselves.
Thanks to koniu for reporting the issue.
|
| | |
|
| |
|
|
|
| |
Allows enabling and disabling WebGL support built into WebKit.
The feature is turned off by default.
|
| | |
|
| |
|
|
|
| |
This makes parameter handling a bit easier and lets the user override
parameters as he sees fit.
|
| |
|
|
|
| |
There's no need to obfuscate so much what is done, the user can deal
with a few extra knobs to set instead.
|
| |
|
|
|
| |
There's no need to keep another integer member there, use directly the i
integer one.
|
| |
|
|
| |
Specify which parameter should be applied on which load state.
|
| |
|
|
|
|
|
|
| |
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!
|
| | |
|
| |
|
|
| |
I use it to open local .xml files with .xsl style-sheets.
|
| | |
|
| |
|
|
|
| |
Be sure to sync after setting an atom.
Sync too before reading one.
|
| |
|
|
|
| |
Also call the variable “uri” instead of “title” which was ambiguous
regarding what it is.
|
| | |
|
| | |
|
| |
|
|
| |
This will be used for pages with no specified charset.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
There's no real need for using the real executable call name, especially
with basename requiring special care.
|