source: webkit/trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp

Revision Log Mode:


Legend:

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