Patrick

Results 45 issues of Patrick

Just a todo list of things I want to add: ### Remote - [x] alt-speed-{up,down} - [ ] alt-speed-time-\* - [x] dht-enabled - [x] blocklist-\* - [x] pex-enabled - [x]...

enhancement

Allow switching between multiple servers.

enhancement

#### 501c8e679c877fc1b445950759371f9b5248c1c9 [Navigation] Improve maintaining the entries list and their interaction with HistoryItems https://bugs.webkit.org/show_bug.cgi?id=273956 Reviewed by NOBODY (OOPS!). This changes a few areas but it all adds up to solving...

WebCore Misc.

#### 17888d5b9167af1a207affd51dfea16f50ea3a45 [Navigation] Initial implementation of NavigateEvent.scroll() Need the bug URL (OOPS!). Reviewed by NOBODY (OOPS!). This implements a good portion of the scroll logic. The failing tests happen because...

#### 270073d71e1e57eb7488ab472d3d4007dc00a0d4 [Navigation] On intercepted navigations properly update url and history WIP https://github.com/WebKit/WebKit/commit/270073d71e1e57eb7488ab472d3d4007dc00a0d4 | Misc | iOS, visionOS, tvOS & watchOS | macOS | Linux | Windows | | -----...

There are situations where one arch is eol but others are not, such as when an upstream app drops support (Spotify), or when a runtime drop support (fdo 19.08). Something...

infrastructure

#### 5f4623ac459e43c707869961c8cb5879f4a4ea39 [Navigation] Resolve all intercept promise handlers https://bugs.webkit.org/show_bug.cgi?id=277340 This reverts commit df546f0d2c4d20bbe0a59da220fdd0cb1c6efb75. This implements step 33.4 of https://html.spec.whatwg.org/multipage/nav-history-apis.html#update-the-navigation-api-entries-for-a-same-document-navigation Co-authored-by: Rob Buis <[email protected]> * LayoutTests/http/wpt/navigation-api/transition-promises-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/defaultPrevented-navigation-preempted-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/intercept-and-navigate-expected.txt: *...

Page Loading

#### 55ea13bcac8bd071033b2a5ec2e9f40eb39b733f [GTK] Remove usage of GtkSettings from WebProcess https://bugs.webkit.org/show_bug.cgi?id=278875 Reviewed by NOBODY (OOPS!). The UIProcess uses GtkSettings on the host and sends that to the WebProcess. There isn't any...

merging-blocked
WebKitGTK

This is only exposed in Meson as Autotools isn't recommended. This also removes the 'fuse' option as it seems redundant. Fixes #486