Commits
User selector
Commit History
Commits on Jul 27, 2021
Unreviewed, speculative revert of r280193
Show description for 8c35105committed
Commits on Jul 22, 2021
Micro-optimize innerHTML
Show description for 609bedecommitted
Commits on May 12, 2021
Remove the String::toInt family of functions
Show description for ec09c5ecommitted
Commits on Mar 24, 2021
Address undefined behavior found by UBSan in StringToIntegerConversion.h
Show description for 0b98d90committed
Commits on Sep 7, 2020
Make TextCodecCJK and TextCodecSingleByte thread-safe and refactor a bit to share code
Show description for 07d1ea3committed
Commits on Mar 23, 2020
StringView::startsWith and String::startsWith do not treat null strings the same
Show description for 64ea342committed
Commits on Oct 29, 2019
[JSC] Add fast path for String#localeCompare
Show description for 37af710committed
Commits on Aug 6, 2019
Fix inefficiency in HTTPHeaderMap::set(CFStringRef, const String&)
Show description for 079d845committed
Commits on Jul 26, 2018
String(View) should have a splitAllowingEmptyEntries function instead of a flag parameter
Show description for 084b336committed
Commits on Jul 24, 2018
WTF::StringView::split should have an allowEmptyEntries flag
Show description for d6a1027committed
Commits on Jul 9, 2018
StringView operator==(char*) should check the length of the string
Show description for 7d822eacommitted
Commits on Aug 21, 2017
StringView could use a function to strip leading/trailing characters without allocation
Show description for 731071fcommitted
Sam Weinig
Commits on Jan 24, 2017
StringView.split() should use an iterator design pattern instead of allocating a Vector
Show description for 8e81a15committed
Commits on Jan 5, 2017
Unreviewed, build fix after r210313 part 2
Show description for 62f5eb0committedLimit thread name appropriately
Show description for f6f8703committed
Commits on Aug 28, 2016
URLParser should parse relative URLs
Show description for 204365bauthored andcommitted
Commits on Jul 29, 2016
Gardening: removed unused variable.
Show description for 7e1b564committed
Mark Lam
Commits on Jul 14, 2016
Test WTF.StringViewIterators is crashing since r203119
Show description for 6dc9571committed
Commits on Jul 12, 2016
Relax ordering requirements on StringView::CodePoints iterator
Show description for 32612f2committed
Commits on Jul 11, 2016
Implement grapheme cluster iterator on StringView
Show description for 80b29becommitted
Commits on May 20, 2015
Use correct String for StringView in WTF API tests
Show description for ca7eecdcommitted
Commits on May 14, 2015
Add String literal overloads to equalIgnoringASCIICase()
Show description for afa56c2committed
Commits on May 9, 2015
Remove convenience constructors for TextRun
Show description for eb20490committed
Commits on May 8, 2015
Unreviewed, rolling out r183996.
Show description for 38ce10fcommittedRemove convenience constructors for TextRun
Show description for a394610committed
Commits on Mar 23, 2015
CSS Selectors: fix attribute case-insensitive matching of Contain and List
Show description for 14352a7committed
Commits on Mar 19, 2015
Source/WTF:
Show description for 66651bbcommitted
Commits on Mar 15, 2015
Change the exact attribute matching to be ASCII case-insensitive
Show description for 26ce7fdauthored andcommitted
Commits on Oct 3, 2014
Support modern for loops over StringViews
Show description for 185620dcommitted
Commits on Apr 14, 2014
Use #include instead of #import
Show description for 3b8136fcommitted
Commits on Jan 12, 2014
Add support for null StringViews
Show description for 317ab64committed
Sam Weinig
Loading