jelee53

Results 4 issues of jelee53

#### ce36d5e8aaae77d1d740a47597d944b9fa9ef843 Implement URLPatternInit support for URLPatternAPI https://bugs.webkit.org/show_bug.cgi?id=281711 rdar://138169179 Reviewed by NOBODY (OOPS!). URLPattern API spec for processing a URLPatternInit: https://urlpattern.spec.whatwg.org/#process-a-urlpatterninit * Source/WebCore/Headers.cmake: * Source/WebCore/Modules/url-pattern/URLPattern.cpp: (WebCore::escapeStringForCharacters): (WebCore::escapeString): (WebCore::processBaseURLString): (WebCore::processInit): (WebCore::URLPattern::create):...

merging-blocked
New Bugs

#### 90a4056a3d5fc1aa9d5bb48c76b18ab37ea82d79 Add tokenizer support for URLPattern API https://bugs.webkit.org/show_bug.cgi?id=281730. rdar://138171576 Reviewed by NOBODY (OOPS!). URLPattern API spec for tokenizer: https://urlpattern.spec.whatwg.org/#tokenizer * Source/WebCore/Headers.cmake: * Source/WebCore/Modules/url-pattern/URLPatternTokenizer.cpp: Added. (WebCore::isValidNameCodepoint): (WebCore::Token::isNull): (WebCore::Tokenizer::getNextCodePoint): (WebCore::Tokenizer::seekNextCodePoint): (WebCore::Tokenizer::addToken):...

New Bugs

#### af255e6c81949a2f6691d71d0f06e863a87fd4a6 Adopt more smart pointers in dom/Text https://bugs.webkit.org/show_bug.cgi?id=294640 Include a Radar link (OOPS!). Reviewed by NOBODY (OOPS!). Smart pointer adoption as per the static analyzer. * Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj: * Source/WebCore/SaferCPPExpectations/UncheckedLocalVarsCheckerExpectations:...

New Bugs

#### bf36d6ef5ec4f0f7535c78d373b508c24b0ea568 Layout milestone notifications should be dispatched asynchronously https://bugs.webkit.org/show_bug.cgi?id=303958 rdar://153254633 Reviewed by NOBODY (OOPS!). When a layout milestone notification fires, the layout may not be completed but client callbacks...

merging-blocked
WebKit Misc.