|
|
@295270
|
3 years |
cdumez |
Drop operator==() overload for comparing a String to a const char* …
|
|
|
@294611
|
3 years |
cdumez |
Start preparing the code base for marking the StringView(const char*) …
|
|
|
@294399
|
3 years |
cdumez |
Inline FrameDestructionObserver::frame() …
|
|
|
@293701
|
3 years |
cdumez |
Move starAtom() / xmlAtom() / xmlnsAtom() from WTF to WebCore …
|
|
|
@293484
|
3 years |
cdumez |
Update equalLettersIgnoringASCIICase() / …
|
|
|
@293292
|
3 years |
cdumez |
Start preparing the code base for making the AtomString(const String&) …
|
|
|
@292487
|
3 years |
cdumez |
Start replacing String(const char*) constructor with a …
|
|
|
@291992
|
3 years |
cdumez |
Prepare WebCore for making the String(const char*) constructor …
|
|
|
@287021
|
3 years |
jya |
PerformanceTests:
Distinguish contiguous SharedBuffer from …
|
|
|
@286937
|
3 years |
jya |
Distinguish contiguous SharedBuffer from non-contiguous one and …
|
|
|
@284080
|
4 years |
jer.noble |
[Build-time perf] Forward-declare more things in Document.h …
|
|
|
@283237
|
4 years |
jer.noble |
Build-time optimization: forward declare more things in MediaPlayer.h …
|
|
|
@280855
|
4 years |
cdumez |
Document.baseURI is inaccurate for iframe srcdoc documents …
|
|
|
@279370
|
4 years |
commit-queue |
Crash in SharedBuffer::data …
|
|
|
@278516
|
4 years |
cdumez |
Use Vector<uint8_t> instead of Vector<char> to store bytes in …
|
|
|
@278253
|
4 years |
darin |
Remove WTF::Optional synonym for std::optional, using that class …
|
|
|
@278146
|
4 years |
cdumez |
Leverage the new Vector(const T*, size_t) constructor …
|
|
|
@266681
|
5 years |
darin |
TextCodec refinements
https://bugs.webkit.org/show_bug.cgi?id=216219
…
|
|
|
@262369
|
5 years |
commit-queue |
Rename ResourceResponseBase::isHTTP to isInHTTPFamily …
|
|
|
@261443
|
5 years |
ddkilzer |
XML external entity resources should only be loaded from XML MIME …
|
|
|
@259523
|
5 years |
commit-queue |
Add SPI to make WKUserScripts wait for a notification …
|
|
|
@259241
|
5 years |
don.olmstead |
Non-unified build fixes late March 2020 edition …
|
|
|
@258907
|
5 years |
stephan.szabo |
[WinCairo][PlayStation] Failure to build with ENABLE_XSLT=OFF …
|
|
|
@258799
|
5 years |
ddkilzer |
Content-Type & Nosniff Ignored on XML External Entity Resources …
|
|
|
@252658
|
6 years |
ross.kirsling |
Unreviewed non-unified build fixes.
Source/WebCore:
* …
|
|
|
@252230
|
6 years |
commit-queue |
Default NamepaceURI must be gotten from the topmost parent before the …
|
|
|
@248846
|
6 years |
ysuzuki |
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique …
|
|
|
@248762
|
6 years |
ysuzuki |
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, …
|
|
|
@246490
|
6 years |
darin |
Rename AtomicString to AtomString …
|
|
|
@244828
|
6 years |
ryanhaddad |
WebKit has too much of its own UTF-8 code and should rely more on …
|
|
|
@244827
|
6 years |
sroberts |
Unreviewed, rolling out r244821.
LayoutTests/imported/w3c:
Causing
…
|
|
|
@244821
|
6 years |
darin |
WebKit has too much of its own UTF-8 code and should rely more on …
|
|
|
@243817
|
6 years |
cdumez |
[XML Parser] Insert the error message block when stopping parsing and …
|
|
|
@239569
|
6 years |
keith_miller |
SourceProviders should use an actual URL instead of a string …
|
|
|
@239427
|
6 years |
cdumez |
wtf/Optional.h: move-constructor and move-assignment operator should …
|
|
|
@237714
|
7 years |
Hironori.Fujii |
Rename <wtf/unicode/UTF8.h> to <wtf/unicode/UTF8Conversion.h> in order …
|
|
|
@230681
|
7 years |
youenn |
Use NetworkLoadChecker to handle synchronous HTTP loads …
|
|
|
@225731
|
7 years |
utatane.tea |
Unreviewed, follow-up patch after r225470 …
|
|
|
@225618
|
7 years |
darin |
Modernize some aspects of text codecs, eliminate WebKit use of …
|
|
|
@225470
|
7 years |
utatane.tea |
WTF shouldn't have both Thread and ThreadIdentifier …
|
|
|
@225117
|
7 years |
darin |
Reduce WTF::String operations that do unnecessary Unicode operations …
|
|
|
@225037
|
8 years |
darin |
Eliminate some cases of double hashing, other related refactoring …
|
|
|
@224146
|
8 years |
rniwa |
Style::Scope::flushPendingUpdate() can replace the entire document in …
|
|
|
@224116
|
8 years |
ryanhaddad |
Unreviewed, rolling out r223999.
Caused xsl LayoutTest flakiness.
…
|
|
|
@223999
|
8 years |
rniwa |
Style::Scope::flushPendingUpdate() can replace the entire document in …
|
|
|
@223728
|
8 years |
dbates |
Use "= default" to denote default constructor or destructor …
|
|
|
@222467
|
8 years |
cdumez |
Make StoredCredentials an enum class and rename its header …
|
|
|
@221152
|
8 years |
ddkilzer |
Fix -Wcast-qual and -Wunused-lambda-capture warnings in WebCore with …
|
|
|
@219237
|
8 years |
utatane.tea |
[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for …
|
|
|
@219199
|
8 years |
jlewis3 |
Unreviewed, rolling out r219178.
This caused a consistent failure …
|
|
|
@219178
|
8 years |
utatane.tea |
[WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for …
|
|
|
@219051
|
8 years |
rniwa |
Frame.h doesn't need to include FrameLoader.h, IntRect.h, and …
|
|
|
@218748
|
8 years |
annulen |
Remove excessive headers from …
|
|
|
@216968
|
8 years |
ddkilzer |
Remove C-style casts by using xmlDocPtr instead of void* …
|
|
|
@215535
|
8 years |
achristensen |
Parsing large XML strings fails …
|
|
|
@211591
|
8 years |
cdumez |
Rename Node::inDocument() to isConnected() …
|
|
|
@210859
|
8 years |
akling |
Document::securityOrigin() should return a reference. …
|
|
|
@210697
|
8 years |
commit-queue |
Remove unnecessary includes of Page.h …
|
|
|
@210627
|
8 years |
utatane.tea |
Implement InlineClassicScript …
|
|
|
@210319
|
8 years |
darin |
Remove PassRefPtr use from the "html" directory, other improvements …
|
|
|
@209689
|
8 years |
darin |
Use std::vsnprintf instead of vasprintf …
|
|
|
@209627
|
8 years |
ggaren |
TextPosition and OrdinalNumber should be more like idiomatic numbers …
|
|
|
@209129
|
8 years |
darin |
Streamline and speed up tokenizer and segmented string classes …
|
|
|
@209120
|
8 years |
commit-queue |
Unreviewed, rolling out r209058 and r209074. …
|
|
|
@209058
|
8 years |
darin |
Streamline and speed up tokenizer and segmented string classes …
|
|
|
@208840
|
9 years |
utatane.tea |
[WebCore] Clean up script loading code in XML …
|
|
|
@208659
|
9 years |
darin |
Remove a few assorted uses of ExceptionCode …
|
|
|
@208658
|
9 years |
darin |
Remove LegacyException support from bindings script …
|
|
|
@208144
|
9 years |
darin |
Convert Document from ExceptionCode to Exception …
|
|
|
@208135
|
9 years |
darin |
Move Element, NamedNodeMap, and DOMStringMap from ExceptionCode to …
|
|
|
@208096
|
9 years |
darin |
Move all classes in the HTML directory from ExceptionCode to Exception …
|
|
|
@207669
|
9 years |
antti |
Style resolver should be updated lazily …
|
|
|
@206917
|
9 years |
antti |
Rename AuthorStyleSheets to Style::Scope …
|
|
|
@206867
|
9 years |
commit-queue |
CachedResource client handling methods should take reference …
|
|
|
@206361
|
9 years |
antti |
AuthorStyleSheets shouldn't trigger synchronous style resolutions …
|
|
|
@206351
|
9 years |
antti |
Move stylesheet change logic from Document to AuthorStyleSheets …
|
|
|
@206312
|
9 years |
commit-queue |
Unreviewed, rolling out r206311. …
|
|
|
@206311
|
9 years |
antti |
Move stylesheet change logic from Document to AuthorStyleSheets …
|
|
|
@206118
|
9 years |
cdumez |
Update XHTMLParser to recognize "-W3CDTD MathML 2.0EN" public …
|
|
|
@205581
|
9 years |
utatane.tea |
Introduce abstract class LoadableScript for classic script and module …
|
|
|
@205411
|
9 years |
darin |
Streamline DOMImplementation, and move it to our new DOM exception …
|
|
|
@203720
|
9 years |
commit-queue |
Remove ClientCredentialPolicy cross-origin option from …
|
|
|
@203322
|
9 years |
cdumez |
Use emptyString() / nullAtom when possible …
|
|
|
@200934
|
9 years |
cdumez |
Use more references in JS wrappers related code …
|
|
|
@200895
|
9 years |
beidson |
Rename all protector variables that should be called protectedThis …
|
|
|
@200696
|
9 years |
cdumez |
Update Node::appendChild() / replaceChild() / removeChild() / …
|
|
|
@200075
|
9 years |
rniwa |
Remove the build flag for template elements …
|
|
|
@197591
|
9 years |
commit-queue |
Added missing override specifiers under Source/WebCore. …
|
|
|
@194496
|
9 years |
aestes |
Replace WTF::move with WTFMove …
|
|
|
@190760
|
10 years |
commit-queue |
Gracefully handle XMLDocumentParser being detached by mutation events. …
|
|
|
@190068
|
10 years |
ossy |
Fix the !ENABLE(TEMPLATE_ELEMENT) build after r189945 …
|
|
|
@189945
|
10 years |
antti |
De-template ContainerNodeAlgorithms …
|
|
|
@184622
|
10 years |
commit-queue |
nullptr cleanup in WebCore/xml. …
|
|
|
@183537
|
10 years |
youenn.fablet |
Synchronous XMLHttpRequest should get access to AppCache resources …
|
|
|
@183408
|
10 years |
commit-queue |
Unreviewed, rolling out r183393. …
|
|
|
@183393
|
10 years |
youenn.fablet |
Synchronous XMLHttpRequest should get access to AppCache resources …
|
|
|
@179242
|
10 years |
cdumez |
Use a Ref<CachedResourceLoader> in Document instead of a RefPtr …
|
|
|
@178648
|
10 years |
ap |
Console log sometimes prefixed with line number …
|
|
|
@177559
|
10 years |
akling |
Ref-ify various Document-related things.
<https://webkit.org/b/139796> …
|
|
|
@174225
|
11 years |
cdumez |
Have is<>(T*) function do a null check on the pointer argument …
|
|
|