[hackers] [surf/surf-webkit2] Add webkit URI scheme || Quentin Rameau

2024-06-02 Thread git
commit f1d47112d6a9fa1848289a4a48e581992e5f91d7 Author: Quentin Rameau AuthorDate: Sun Mar 17 08:15:39 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:17 2024 +0100 Add webkit URI scheme diff --git a/surf.c b/surf.c index f8c8dec..2780072 100644 --- a/surf.c +++ b/sur

[hackers] [surf/surf-webkit2] Remove frame flattening toggle || Quentin Rameau

2024-06-02 Thread git
commit 175710126c27f4906218e40ece00abae179a1b44 Author: Quentin Rameau AuthorDate: Sun Mar 17 06:40:28 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Remove frame flattening toggle This has been deprecated since 2.38. diff --git a/config.def.h

[hackers] [surf/surf-webkit2] Remove Java support toggle || Quentin Rameau

2024-06-02 Thread git
commit 3f4292b7ccc4d25002a17d9f821ea0274c57098b Author: Quentin Rameau AuthorDate: Sun Mar 17 06:47:51 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Remove Java support toggle This has been deprecated since 2.38. diff --git a/config.def.h b/co

[hackers] [surf/surf-webkit2] Move TLS parameters handling to datamanager || Quentin Rameau

2024-06-02 Thread git
commit 85bfff10837d655e1b199108b2be82e5c79abc9d Author: Quentin Rameau AuthorDate: Sun Mar 17 07:14:37 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Move TLS parameters handling to datamanager Using web context is deprecated since 2.32. diff -

[hackers] [surf/surf-webkit2] Update deprecated JavaScript eval function || Quentin Rameau

2024-06-02 Thread git
commit 5e591b89a1879941a8bde2f0959f658cfa4732d4 Author: Quentin Rameau AuthorDate: Sun Mar 17 07:22:05 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Update deprecated JavaScript eval function Function webkit_web_view_run_javascript has been dep

[hackers] [surf/surf-webkit2] Update get frame name function || Quentin Rameau

2024-06-02 Thread git
commit 7513a622e3d0d0fd2cc1a372dd1fd8b087922691 Author: Quentin Rameau AuthorDate: Sun Mar 17 07:48:56 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Update get frame name function webkit_navigation_policy_decision_get_frame_name has been deprec

[hackers] [surf/surf-webkit2] Remove setting processing model || Quentin Rameau

2024-06-02 Thread git
commit 4bab57968dfd889c2f89309c6bf0fe9690946682 Author: Quentin Rameau AuthorDate: Sun Mar 17 07:39:00 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 Remove setting processing model The processing model we want is actually the only one supported

[hackers] [surf/surf-webkit2] webext: Remove unused functions || Quentin Rameau

2024-06-02 Thread git
commit 2ea91766bbd2f0689df3fbc9793c10c4376c0389 Author: Quentin Rameau AuthorDate: Sun Mar 17 07:59:30 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 08:22:18 2024 +0100 webext: Remove unused functions Communication from web extension to surf isn't used, this c

[hackers] [surf/surf-webkit2] Fix message sizes for web extension communication || Quentin Rameau

2024-06-02 Thread git
commit b48be75179e5e2839b60f713111a1789b868cede Author: Quentin Rameau AuthorDate: Sun Mar 17 08:06:01 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 17 09:13:56 2024 +0100 Fix message sizes for web extension communication diff --git a/surf.c b/surf.c index f35cb05..18d65d7 1

[hackers] [surf/surf-webkit2] webext: Free JavaScript objects || Quentin Rameau

2024-06-02 Thread git
commit d5f45bffe0c3a54344f61662b4b643e168539251 Author: Quentin Rameau AuthorDate: Sun Mar 24 15:21:59 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 24 15:27:20 2024 +0100 webext: Free JavaScript objects Webkit documentation says JavaScript objects refcount is always

[hackers] [surf/surf-webkit2] webext: Process full messages || Quentin Rameau

2024-06-02 Thread git
commit 9ef79bf7106496c736ba613c51d2fd5af9d873a8 Author: Quentin Rameau AuthorDate: Sun Mar 24 15:24:22 2024 +0100 Commit: Quentin Rameau CommitDate: Sun Mar 24 15:27:20 2024 +0100 webext: Process full messages Piped messages would not always be fully sent in a single read.