source: webkit/trunk/Source/WebCore/css/CSSCursorImageValue.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @283851   4 years jer.noble [Build-time perf] Forward-declare more things in Element.h …
(edit) @283049   4 years drousso Add typechecking is overloads for std::unique_ptr, …
(edit) @279096   4 years don.olmstead Non-unified build fixes late June 2021 edition …
(edit) @279050   4 years darin Fix CSS serialization issues affecting css-counter-styles tests …
(edit) @260709   5 years commit-queue Prepare to remove automatic URL->String conversion operators …
(edit) @254861   5 years commit-queue -webkit-image-set should support all the image functions WebKit …
(edit) @246034   6 years darin Finish cleanup of String::number for floating point …
(edit) @238698   6 years youenn CSS subresource loads should not be observable from resource timing if …
(edit) @238524   6 years rniwa SVG use element inside a shadow tree cannot reference an element in …
(edit) @238452   6 years rniwa Modernize SVGURIReference::targetElementFromIRIString …
(edit) @218890   8 years annulen Remove excessive includes from WebCore/css sources …
(edit) @210828   8 years commit-queue Remove unnecessary includes …
(edit) @206744   9 years aestes ASSERTION FAILED: url.containsOnlyASCII() in …
(edit) @205419   9 years antti Reverse ownership relation of StyleCachedImage and CSSImageValue …
(edit) @205346   9 years commit-queue Unreviewed, rolling out r205344. …
(edit) @205344   9 years antti Reverse ownership relation of StyleCachedImage and CSSImageValue …
(edit) @205181   9 years antti Remove StylePendingImage …
(edit) @204566   9 years antti Remove CSS_IMAGE_SET feature define …
(edit) @204560   9 years antti Remove StyleCachedImageSet …
(edit) @202656   9 years antti Factor pending CSS resources into a struct …
(edit) @199625   9 years antti CSSCursorImageValue shouldn't mutate element during style resolution …
(edit) @194496   9 years aestes Replace WTF::move with WTFMove …
(edit) @186388   10 years dbates Isolated worlds should respect Content Security Policy; User Agent …
(edit) @179242   10 years cdumez Use a Ref<CachedResourceLoader> in Document instead of a RefPtr …
(edit) @177259   10 years akling Replace PassRef with Ref/Ref&& across the board. …
(edit) @174836   11 years cdumez Use is<>() / downcast<>() for StyleImage …
(edit) @174300   11 years cdumez Use is<>() / downcast<>() for CSSValue subclasses …
(edit) @174225   11 years cdumez Have is<>(T*) function do a null check on the pointer argument …
(edit) @173921   11 years cdumez Use is<SVG*Element>() instead of isSVG*Element() …
(edit) @173859   11 years cdumez Use downcast<SVG*Element>() instead of toSVG*Element() …
(edit) @170774   11 years dbates Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
(edit) @164310   11 years ddkilzer Follow-up: Add type-checked casts for StyleImage and subclasses …
(edit) @164298   11 years ddkilzer Add type-checked casts for StyleImage and subclasses …
(edit) @163440   11 years ossy Remove ENABLE(SVG) guards …
(edit) @160479   11 years darin StylePendingImage needs to correctly manage the CSSValue pointer …
(edit) @159188   12 years ossy Cleanup the build from unused parameters in WebCore …
(edit) @159187   12 years akling Refalize CSSCursorImageValue. <https://webkit.org/b/124272> Make …
(edit) @158505   12 years akling CSSImageValue constructors should return PassRef. …
(edit) @156601   12 years gyuyoung.kim Generate toCSSFooValue() for CSSImageValue …
(edit) @156550   12 years darin rename KURL to URL https://bugs.webkit.org/show_bug.cgi?id=16214
(edit) @156408   12 years weinig CTTE: More Document references please …
(edit) @156313   12 years gyuyoung.kim Introduce CSS_VALUE_TYPE_CASTS macro in order to cast CSSValue type …
(edit) @156260   12 years commit-queue Unreviewed, rolling out r156253. …
(edit) @156253   12 years gyuyoung.kim Introduce CSS_VALUE_TYPE_CASTS macro in order to cast CSSValue type …
(edit) @155412   12 years akling Generate more SVG type checks and conversions. …
(edit) @155060   12 years timothy_horton Rename customCssText -> customCSSText to match WebKit style …
(edit) @154877   12 years akling Node::document() should return a reference. …
(edit) @149980   12 years andersca Stop including UnusedParam.h …
(edit) @148921   12 years benjamin Remove the memory instrumentation code …
(edit) @145377   12 years pdr Replace SVG's static_cast<SVGElement> with toSVGElement() …
(edit) @142444   12 years commit-queue Implement CSSValue::equals(const CSSValue&) to optimise CSSValue …
(edit) @141570   12 years loislo Web Inspector: Native Memory Instrumentation: provide edge names to …
(edit) @136919   12 years commit-queue CSS cursor property should support webkit-image-set …
(edit) @136256   12 years simonjam Report CSS as initiator instead of elements, except body …
(edit) @134930   13 years commit-queue Add initiator to CachedResourceRequest. …
(edit) @134466   13 years abarth Unreviewed, rolling out r134442. …
(edit) @134442   13 years commit-queue Add initiator to CachedResourceRequest. …
(edit) @132966   13 years commit-queue cssText for cursor property doesn't include hotspot …
(edit) @129637   13 years loislo Web Inspector: extract HashSet instrumentation from core NMI code and …
(edit) @127869   13 years loislo Web Inspector: NMI: move WebCore specific code to separate header …
(edit) @127757   13 years weinig Part 2 of removing PlatformString.h, remove PlatformString.h …
(edit) @127593   13 years loislo Web Inspector: NMI: extract MemoryObjectType constants from …
(edit) @124884   13 years commit-queue Web Inspector: make the MemoryClassInfo class a not-template …
(edit) @124768   13 years yurys Web Inspector: add memory instrumentation for CSSValue and its …
(edit) @111387   13 years kling Let CSSImageValue inherit directly from CSSValue. …
(edit) @100075   14 years zimmermann 2011-11-12 Nikolas Zimmermann <[email protected]> Finish …
(edit) @99468   14 years andreas.kling CSSValue: Devirtualize isFooType(). <http://webkit.org/b/71668> …
(edit) @97854   14 years apavlov Strip trailing whitespace in the WebCore/css C++ code. …
(edit) @92047   14 years rwlbuis 2011-07-29 Rob Buis <[email protected]> URL references are …
(edit) @85617   14 years rolandsteiner 2011-05-02 Roland Steiner <[email protected]> …
(copy) @75314   14 years abarth Move WebCore into Source
copied from trunk/WebCore/css/CSSCursorImageValue.cpp
(edit) @74574   14 years jschuh 2010-12-23 Justin Schuh <[email protected]> Reviewed by …
Note: See TracRevisionLog for help on using the revision log.