Sihui

Results 14 issues of Sihui

#### 8776122f019c3b8bc70eb1ad5dc631c5acc8dd32 Rename localOriginStorageManager to originStorageManager https://bugs.webkit.org/show_bug.cgi?id=243830 The name "localOriginStorageManager" was used because we used to have "sessionOriginStorageManager" and we need to distinguish between two types of OriginStorageManager. Since each...

New Bugs
WebKit Nightly Build

#### 1176faa2e50c4c9ad6034fac590e7cb516502d45 Create IndexedDB version directory in network process https://bugs.webkit.org/show_bug.cgi?id=270192 rdar://123725258 Reviewed by NOBODY (OOPS!). We currently create a v0 directory under IndexedDB root directory on main thread of UI...

Website Storage

#### 1db9bbd7ae5a3587a0029a1aa76284711d177224 Resolve directories on WorkQueue in UI process https://bugs.webkit.org/show_bug.cgi?id=270300 rdar://123841003 Reviewed by NOBODY (OOPS!). Schedule a background task to resolve directories when WebsiteDataStore is created so the main thread...

merging-blocked
Website Storage

According to existing draft on [processing the protocol_handlers member](https://wicg.github.io/manifest-incubations/#processing-the-protocol_handlers-member), two processed protocol handlers cannot have the same URL. > If processedProtocolHandlers [contains](https://infra.spec.whatwg.org/#list-contain) the [normalizedUrl](https://wicg.github.io/manifest-incubations/#dfn-normalizedurl), [continue](https://infra.spec.whatwg.org/#iteration-continue). It seems protocol handlers should...

#### df2d68f9d141ea2f72aa576cf560c0d79be10fb0 [Site Isolation] Update http/tests/cookies/third-party-cookie-relaxing.html and unskip it https://bugs.webkit.org/show_bug.cgi?id=274196 rdar://128106751 Reviewed by NOBODY (OOPS!). Make a few updates to http/tests/cookies/third-party-cookie-relaxing.html and related files so it is more robust: 1....

merging-blocked
New Bugs

If an open IndexedDB connection on a cached page blocks requests from an active page, the connection should be closed automatically to unblock the requests. In this case, we don't...

IndexedDB
wg-webapps

#### f06d3bea28a15959f9e8c46568475fa567d57585 Add SPI to decode image data with size https://bugs.webkit.org/show_bug.cgi?id=281776 rdar://136706482 Reviewed by NOBODY (OOPS!). Provide a way for client to generate icon data and decode image data in...

merge-queue
WebKit API

#### 6e57ecd0717cdd6e042b950c09c81c0ee4f8ab69 Avoid static_cast in NetworkNotificationManager::sharedPreferencesForWebProcess https://bugs.webkit.org/show_bug.cgi?id=281866 rdar://138335796 Reviewed by NOBODY (OOPS!). Instead of static casting connection client to NetworkConnectionToClient, make NetworkNotificationManager track NetworkSession and let NetworkProcess find the right...

New Bugs

#### 1128b03794361c7748c11c19c37357666665eb0a Annotate AudioSessionRoutingArbitratorProxy message endpoints with feature flag https://bugs.webkit.org/show_bug.cgi?id=281779 rdar://138210038 Reviewed by NOBODY (OOPS!). * Source/WebKit/UIProcess/Media/AudioSessionRoutingArbitratorProxy.cpp: (WebKit::AudioSessionRoutingArbitratorProxy::sharedPreferencesForWebProcess const): * Source/WebKit/UIProcess/Media/AudioSessionRoutingArbitratorProxy.h: * Source/WebKit/UIProcess/Media/AudioSessionRoutingArbitratorProxy.messages.in: https://github.com/WebKit/WebKit/commit/1128b03794361c7748c11c19c37357666665eb0a | Misc | iOS, visionOS, tvOS...

New Bugs

In [step 4.2.2](https://wicg.github.io/cookie-store/#dom-cookiestoremanager-subscribe), the spec requests to resolve url with: > Let url be the result of [parsing](https://url.spec.whatwg.org/#concept-basic-url-parser) entry["[url](https://wicg.github.io/cookie-store/#dom-cookiestoregetoptions-url)"] with settings’s [API base URL](https://html.spec.whatwg.org/multipage/webappapis.html#api-base-url). This means when `entry["url"]` is not...