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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @284857   4 years Hironori.Fujii [WebCore] Remove unneeded WTF:: namespace prefix …
(edit) @279050   4 years darin Fix CSS serialization issues affecting css-counter-styles tests …
(edit) @277967   4 years darin Remove StringBuilder::appendLiteral …
(edit) @266027   5 years darin Make some small improvements involving sorting …
(edit) @257474   5 years aperez Unreviewed build fix for non-unified builds with assertions enabled. …
(edit) @255228   5 years noam -webkit-image-set should support resolution units other than 'x' …
(edit) @254861   5 years commit-queue -webkit-image-set should support all the image functions WebKit …
(edit) @238698   6 years youenn CSS subresource loads should not be observable from resource timing if …
(edit) @225499   7 years jfbastien Update std::expected to match libc++ coding style …
(edit) @223728   8 years dbates Use "= default" to denote default constructor or destructor …
(edit) @221377   8 years commit-queue The SVG fragment identifier is not respected if it is a part of an …
(edit) @220760   8 years cdumez Update CachedResourceLoader::requestResource() to return a …
(edit) @218890   8 years annulen Remove excessive includes from WebCore/css sources …
(edit) @218501   8 years cdumez Use WTF::Function instead of std::function in more places in WebCore/ …
(edit) @209969   8 years hyatt [CSS Values] Make separate wrapper classes for the deprecated CSS …
(edit) @207396   9 years darin Move CSS classes from ExceptionCode to Exception …
(edit) @207281   9 years commit-queue Remove CachedResourceRequest::mutableResourceRequest …
(edit) @206016   9 years commit-queue CachedResource should efficiently construct its ResourceRequest …
(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) @204014   9 years commit-queue [Fetch API] Pass directly FetchRequest fetch options to …
(edit) @202811   9 years commit-queue Remove RequestOriginPolicy from ResourceLoaderOptions …
(edit) @202765   9 years dino "image-src" support is missing. We only support "-webkit-image-src" …
(edit) @202674   9 years commit-queue Pass SecurityOrigin as references in CORS check code …
(edit) @202656   9 years antti Factor pending CSS resources into a struct …
(edit) @188315   10 years gyuyoung.kim Reduce use of PassRefPtr in WebCore/css …
(edit) @186388   10 years dbates Isolated worlds should respect Content Security Policy; User Agent …
(edit) @184315   10 years antti Cached CSS image resources don't show up after reloading …
(edit) @179242   10 years cdumez Use a Ref<CachedResourceLoader> in Document instead of a RefPtr …
(edit) @174836   11 years cdumez Use is<>() / downcast<>() for StyleImage …
(edit) @174300   11 years cdumez Use is<>() / downcast<>() for CSSValue subclasses …
(edit) @170381   11 years bfulgham [Win] MSVC mishandles enums in bitfields …
(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) @161980   11 years hmuller [CSS Shapes] Shape images are now <image> types, not just URIs …
(edit) @160479   11 years darin StylePendingImage needs to correctly manage the CSSValue pointer …
(edit) @156705   12 years gyuyoung.kim Generate toCSSFooValue for CSSPrimitiveValue …
(edit) @156601   12 years gyuyoung.kim Generate toCSSFooValue() for CSSImageValue …
(edit) @156408   12 years weinig CTTE: More Document references please …
(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) @155060   12 years timothy_horton Rename customCssText -> customCSSText to match WebKit style …
(edit) @150417   12 years benjamin Minor String fixes in CSS …
(edit) @148921   12 years benjamin Remove the memory instrumentation code …
(edit) @141816   12 years inferno Add ASSERT_WITH_SECURITY_IMPLICATION to detect out of bounds access …
(edit) @141783   12 years inferno Add ASSERT_WITH_SECURITY_IMPLICATION to detect bad cast in DOM, CSS, …
(edit) @141570   12 years loislo Web Inspector: Native Memory Instrumentation: provide edge names to …
(edit) @136560   12 years inferno Heap-use-after-free in WebCore::StyleCachedImageSet::cssValue …
(edit) @135452   12 years simonjam Remove the concept of initiatorDocument from CachedResourceRequest …
(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) @132388   13 years commit-queue image-set doesn't round-trip properly with cssText …
(edit) @132157   13 years commit-queue Refactor CachedResourceLoader: add CachedResourceRequest …
(edit) @129466   13 years loislo Web Inspector: extract Vector instrumentation from core NMI code into …
(edit) @128762   13 years loislo Web Inspector: NMI: now when we can detect instrumented classes we can …
(edit) @127869   13 years loislo Web Inspector: NMI: move WebCore specific code to separate header …
(edit) @127593   13 years loislo Web Inspector: NMI: extract MemoryObjectType constants from …
(edit) @126154   13 years loislo Web Inspector: NMI: rename addMember for strings and KURL to …
(edit) @125051   13 years commit-queue Improve RenderObject.h compile time - split CachedImage and …
(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) @124720   13 years antti Don't reuse cached stylesheet with failed or canceled resource loads …
(edit) @116719   13 years ap Crash in 3rd party WebKit apps that disable cache at a wrong time …
(edit) @114669   13 years macpherson Initialize all member variables in CSSImageSetValue's copy …
(edit) @113588   13 years antti Don't expose internal CSSValues in API …
(edit) @113490   13 years bdakin https://bugs.webkit.org/show_bug.cgi?id=81939 -webkit-image-set should …
(add) @111637   13 years bdakin https://bugs.webkit.org/show_bug.cgi?id=80322 Implement image-set …
Note: See TracRevisionLog for help on using the revision log.