Commits
User selector
Commit History
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 2, 2021
Rename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on May 19, 2021
Move CFStringRef and NSString support from StringBuilder into StringConcatenateCF
Show description for c8156cccommitted
Commits on Dec 4, 2020
Add safety checks to xsltParamArrayFromParameterMap()
Show description for e09d2f5committed
Commits on Aug 12, 2019
Replace multiparameter overloads of append() in StringBuilder as a first step toward standardizinging on the flexibleAppend() implementation
Show description for 4a9938fcommitted
Sam Weinig
Commits on May 1, 2019
WebKit has too much of its own UTF-8 code and should rely more on ICU's UTF-8 support
Show description for e4da7bdauthored andcommittedUnreviewed, rolling out r244821.
Show description for bad642bcommitted
Shawn RobertsWebKit has too much of its own UTF-8 code and should rely more on ICU's UTF-8 support
Show description for 8cac1bacommitted
Commits on Nov 2, 2018
Rename <wtf/unicode/UTF8.h> to <wtf/unicode/UTF8Conversion.h> in order to avoid conflicting with ICU's unicode/utf8.h
Show description for da59c8ecommitted
Commits on Oct 31, 2018
XSLTProcessor should limit max transform depth
Show description for bc64320committed
Commits on Oct 2, 2018
Remove ParsedURLString
Show description for f3c41dacommitted
Commits on Sep 28, 2018
Use enum class in createMarkup arguments
Show description for 1a89acecommitted
Commits on Apr 16, 2018
Use NetworkLoadChecker to handle synchronous HTTP loads
Show description for 4e48c1acommitted
Commits on Oct 17, 2017
Change WebCore sources to work with unified source builds
Show description for e822200committed
Commits on Sep 25, 2017
Make StoredCredentials an enum class and rename its header
Show description for ffba6b8committed
Commits on Aug 24, 2017
Fix -Wcast-qual and -Wunused-lambda-capture warnings in WebCore with new clang compiler
Show description for 774a204committed
Commits on Jul 6, 2017
[WTF] Move SoftLinking.h into WTF
Show description for c1dc207committed
Commits on Jul 1, 2017
Frame.h doesn't need to include FrameLoader.h, IntRect.h, and NavigationScheduler.h
Show description for e7495dfcommitted
Commits on Jun 23, 2017
Remove excessive headers from WebCore/{editing,fileapi,history,html,loader,page}
Show description for f86bae2committed
Commits on May 17, 2017
Remove C-style casts by using xmlDocPtr instead of void*
Show description for 9f6e46ecommitted
Commits on Feb 17, 2017
Remove EFL from WebCore
Show description for eedce20committed
Anders Carlsson
Commits on Jan 18, 2017
Document::securityOrigin() should return a reference.
Show description for 9534d50committed
Andreas Kling
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Jul 26, 2016
Remove ClientCredentialPolicy cross-origin option from ResourceLoaderOptions
Show description for 586bb52authored andcommitted
Commits on May 21, 2016
Remove LegacyProfiler
Show description for ef7a3b1committed
Commits on May 16, 2016
Unreviewed rollout r200924. Caused js/regress/string-replace-generic.html to fail.
Show description for 72f341fcommitted
Commits on May 14, 2016
Remove LegacyProfiler
Show description for e6be68dauthored andcommitted
Commits on May 20, 2015
nullptr cleanup in WebCore/xml.
Show description for 99ff87aauthored andcommitted
Commits on May 19, 2015
Use modern for-loops in WebCore/xml.
Show description for 19df0acauthored andcommitted
Commits on Apr 29, 2015
Synchronous XMLHttpRequest should get access to AppCache resources stored as flat files
Show description for 4c41e78committed
Commits on Apr 27, 2015
Unreviewed, rolling out r183393.
Show description for 0822a5ecommittedSynchronous XMLHttpRequest should get access to AppCache resources stored as flat files
Show description for 5aea175committed
Commits on Feb 26, 2015
[Win] Use WEBCORE_EXPORT instead of Definition file
Show description for cc45612committed
Commits on Jan 28, 2015
Use a Ref<CachedResourceLoader> in Document instead of a RefPtr
Show description for 1d731f2committed
Commits on Sep 4, 2014
Web Inspector: fix prefixes for subclasses of JSC::ConsoleClient
Show description for f4ac990committed
Brian Burg