Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcom Nexus API support for ANGLE WebGL #1343

Draft
wants to merge 55 commits into
base: main-next
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
090ff40
[PSON] Disable PSON for the WPE port
magomez Aug 18, 2023
e496014
Ensure we check for WEBKIT_EXEC_PATH even without developer mode
pgorszkowski-igalia Nov 29, 2022
ae62fcc
Allow WEBKIT_INJECTED_BUNDLE_PATH even in non developer mode
pgorszkowski-igalia Nov 30, 2022
abc5ee3
Relax user agent validation
pgorszkowski-igalia Nov 16, 2022
2523172
Use API version 1.1 instead of 2.0
magomez Aug 28, 2023
695c76a
Add web extensions API to allowlist access to a security origin
pgorszkowski-igalia Aug 23, 2023
3fd2ed5
Implement mixed content whitelist
jacek-manko-red Jul 20, 2023
1dd3034
[API] Add webkit_web_context_garbage_collect_javascript_objects method
pgorszkowski-igalia Dec 7, 2022
3050220
Add did-start-provisional-load-for-frame signal
magomez Aug 31, 2023
8830313
[Responsiveness] Add API to manually check WebProcess responsiveness
magomez Jan 25, 2023
7bf8a30
[Responsiveness] Add API to get the WebProcess ID
magomez Jan 25, 2023
e846875
Expose JSC "C" API
emutavchi Dec 22, 2021
7508775
Add a setting to allow closing windows from scripts
magomez Jan 25, 2023
fb00101
Add setting to enable/disable directory upload
magomez Jan 27, 2023
7a2e741
Add provision to allow insecure content
pgorszkowski-igalia Feb 16, 2023
a979873
Add a property to WebKitWebsiteDataManager to set the LocalStorage qu…
magomez Mar 2, 2023
7789c4b
provision wal_autocheckpoint to prevent the log file growing to large…
abstractmachines Mar 1, 2023
14527e9
Control on-disk cache size with env var WPE_DISK_CACHE_SIZE
abstractmachines Mar 13, 2023
f4aae52
Add configuration option to allow moving window to background when wi…
jakub-gocol-red Jun 29, 2023
c6fa543
Add env var to allow keeping the existent navigation on a fragment load
magomez Jan 10, 2023
c3b13d6
Add API to send memory pressure events
magomez Sep 27, 2023
0e9a5f8
[MemoryPressure] Add WPE_RAM_SIZE env var to define a custom RAM size
magomez Jan 17, 2023
926d994
Disable caching of XHR ArrayBuffer and/or env variable
abstractmachines Feb 1, 2023
df304d0
Jettison on top level navigation
pgorszkowski-igalia Feb 15, 2023
627a2f5
[JSC] Enable SharedArrayBuffer feature by default
magomez Aug 31, 2023
ee25625
Do not try to swap navigation as we're not using PSON
magomez Feb 1, 2023
b77f822
[JSC] Add option to disable console logging
magomez Aug 31, 2023
edb2da8
[Network] Add TCPKeepAlive option
pgorszkowski-igalia Dec 15, 2022
9915aa1
[soup] Add env var to allow reusing POST connections
magomez Jul 26, 2023
74eb1c6
OptionsWPE: compile with -ffunction-sections -fdata-sections, link wi…
zdobersek May 23, 2017
44b1aa5
Use -ffunction-sections/-fdata-sections/--gc-sections with clang too
blino Jun 8, 2017
ce6e581
OptionWPE: Optimize binary size of debug build
pgorszkowski-igalia Feb 14, 2023
a606907
Condition section anchoring to ARM/ARM64 platforms
charlie-ht Mar 5, 2018
679f867
Added option to enable logs
varumugam123 May 19, 2022
858cbe9
Disable systemd logging by default
pgorszkowski-igalia Feb 9, 2023
b6ebe42
[INSPECTOR] Wait a max of 60s before failing on loading libWPEWebInsp…
magomez Jun 22, 2022
c4b8d7e
[INSPECTOR] Never destroy RemoteInspectorHTTPServer singleton
asurdej-comcast Sep 14, 2022
57c8b7b
[INSPECTOR] Listen on both ipv4 and ipv6
emutavchi May 19, 2022
d4efa23
Use static port for internal webinspector communication
jacek-manko-red Jun 28, 2023
932e27e
Take into account scaling operations when deciding backingStore scale…
magomez Mar 9, 2023
62ba6db
Handle all types of headers for accessibility read out
asurdej-comcast Mar 31, 2022
9fdc992
Add Generic, Cell, GridCell and Caption roles for visibleText computa…
asurdej-comcast Mar 29, 2022
daa496d
Voice Guidance reads iframe when added to DOM.
pgorszkowski-igalia Mar 15, 2023
a8b1182
Adapt speech synthesis changes from 2.28
Scony Mar 21, 2023
fbb355f
Add support for triggering notifications on WPE
filipe-norte-red Oct 3, 2023
61b6e2a
[OIPF] Add window.KeyEvent interface with VK keys mapping
magomez Nov 10, 2023
039ccfe
Add logging for loading failures
magomez Nov 30, 2023
30f2909
Support unrestricted ports usage for custom URI schemes
filipe-norte-red Dec 21, 2023
903aacc
Add support to enable/disable service workers at runtime
filipe-norte-red Apr 15, 2024
ac6b407
Enable MemoryPressureHandler for MALLOC_HEAP_BREAKDOWN
asurdej-comcast Apr 12, 2024
d675935
Fix remaining !ENABLE(VIDEO) build failures https://bugs.webkit.org/s…
q66 Apr 26, 2024
7e675fd
[suspend/resume][hide/show] Implement features
magomez May 8, 2024
2e6058c
Add a provision in WebKitURIResponse to check if the response is from…
varumugam123 May 8, 2024
ca63a1c
Remove unneeded this captures causing build fail
q66 May 22, 2024
36c6ef6
Implement Broadcom Nexus API for ANGLE WebGL
zdobersek May 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Do not try to swap navigation as we're not using PSON
  • Loading branch information
magomez authored and pgorszkowski-igalia committed May 2, 2024
commit ee25625bc40764a84a2e8f0c0c06aa2ba601d2ea
3 changes: 3 additions & 0 deletions Source/WebKit/NetworkProcess/NetworkResourceLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,9 @@ void NetworkResourceLoader::processClearSiteDataHeader(const WebCore::ResourceRe

static BrowsingContextGroupSwitchDecision toBrowsingContextGroupSwitchDecision(const std::optional<CrossOriginOpenerPolicyEnforcementResult>& currentCoopEnforcementResult)
{
// PSON is disabled, so return a value that doesn't cause the navigation to be swapped to a new WebProcess.
return BrowsingContextGroupSwitchDecision::StayInGroup;

if (!currentCoopEnforcementResult || !currentCoopEnforcementResult->needsBrowsingContextGroupSwitch)
return BrowsingContextGroupSwitchDecision::StayInGroup;
if (currentCoopEnforcementResult->crossOriginOpenerPolicy.value == CrossOriginOpenerPolicyValue::SameOriginPlusCOEP)
Expand Down