2016-06-20 |
akling@apple.com | When navigating, discard decoded image data that is... |
blob | commitdiff |
2016-03-04 |
darin@apple.com | Remove "virtual" from all lines that have both "virtual... |
blob | commitdiff | diff to current |
2016-02-12 |
akling@apple.com | [Mac] BitmapImage::decodedDataIsPurgeable() is telling... |
blob | commitdiff | diff to current |
2016-01-22 |
akling@apple.com | CGImageSource sometimes retains temporary SharedBuffer... |
blob | commitdiff | diff to current |
2015-05-13 |
antti@apple.com | Cached CSS image resources don't show up after reloadin... |
blob | commitdiff | diff to current |
2015-01-28 |
cdumez@apple.com | Use a Ref<CachedResourceLoader> in Document instead... |
blob | commitdiff | diff to current |
2014-12-18 |
cdumez@apple.com | [iOS] Log why cached resources are being revalidated... |
blob | commitdiff | diff to current |
2014-12-06 |
andersca@apple.com | Fix build with newer versions of clang. |
blob | commitdiff | diff to current |
2014-11-14 |
timothy_horton@app... | [mac] Keep around more decoded image data, since it... |
blob | commitdiff | diff to current |
2014-11-14 |
akling@apple.com | Unreviewed, rolling out r176106. |
blob | commitdiff | diff to current |
2014-11-14 |
akling@apple.com | [mac] Keep around more decoded image data, since it... |
blob | commitdiff | diff to current |
2014-11-04 |
darin@apple.com | Eliminate ResourceBuffer and use SharedBuffer directly... |
blob | commitdiff | diff to current |
2014-11-03 |
commit-queue@webki... | Unreviewed, rolling out r175406, r175413, and r175423. |
blob | commitdiff | diff to current |
2014-10-31 |
darin@apple.com | Eliminate ResourceBuffer and use SharedBuffer directly... |
blob | commitdiff | diff to current |
2014-10-06 |
cdumez@apple.com | Use is<>() / downcast<>() for CachedResource subclasses |
blob | commitdiff | diff to current |
2014-09-04 |
psolanki@apple.com | Remove iOS specific disk image cache |
blob | commitdiff | diff to current |
2014-08-20 |
achristensen@apple.com | Introducing WEBCORE_EXPORT macro. |
blob | commitdiff | diff to current |
2014-08-20 |
commit-queue@webki... | Unreviewed, rolling out r172798. |
blob | commitdiff | diff to current |
2014-08-20 |
achristensen@apple.com | Introducing WEBCORE_EXPORT macro. |
blob | commitdiff | diff to current |
2014-08-19 |
psolanki@apple.com | Remove PurgeableBuffer since it is not very useful... |
blob | commitdiff | diff to current |
2014-08-19 |
commit-queue@webki... | Unreviewed, rolling out r172736. |
blob | commitdiff | diff to current |
2014-08-18 |
psolanki@apple.com | Remove PurgeableBuffer since it is not very useful... |
blob | commitdiff | diff to current |
2014-08-08 |
simon.fraser@apple.com | Clean up image subsampling code, make it less iOS-specific |
blob | commitdiff | diff to current |
2014-08-02 |
commit-queue@webki... | Unreviewed, rolling out r171957. |
blob | commitdiff | diff to current |
2014-08-01 |
simon.fraser@apple.com | Clean up image subsampling code, make it less iOS-specific |
blob | commitdiff | diff to current |
2014-04-02 |
dbates@webkit.org | Remove Settings::maximumDecodedImageSize() |
blob | commitdiff | diff to current |
2014-04-02 |
zalan@apple.com | Subpixel rendering: Transition class CSSImageGeneratorV... |
blob | commitdiff | diff to current |
2014-03-05 |
commit-queue@webki... | Add support for sessions to MemoryCache. |
blob | commitdiff | diff to current |
2014-03-04 |
commit-queue@webki... | Unreviewed, rolling out r165013. |
blob | commitdiff | diff to current |
2014-03-03 |
commit-queue@webki... | Add support for sessions to MemoryCache. |
blob | commitdiff | diff to current |
2014-02-12 |
antti@apple.com | GIF animations should be suspended when outside of... |
blob | commitdiff | diff to current |
2014-02-05 |
ossy@webkit.org | Remove ENABLE(SVG) guards |
blob | commitdiff | diff to current |
2014-02-03 |
ddkilzer@apple.com | Remove CachedImageManual class |
blob | commitdiff | diff to current |
2014-02-01 |
ddkilzer@apple.com | Add security-checked casts for all WebCore::CachedResou... |
blob | commitdiff | diff to current |
2014-01-31 |
ddkilzer@apple.com | Add security-checked cast for WebCore::CachedImage |
blob | commitdiff | diff to current |
2014-01-30 |
ddkilzer@apple.com | De-virtual-ize CachedResource::isImage() |
blob | commitdiff | diff to current |
2014-01-16 |
commit-queue@webki... | Remove workaround for compilers not supporting explicit... |
blob | commitdiff | diff to current |
2014-01-04 |
zandobersek@gmail.com | Explicitly use the std:: nested name specifier when... |
blob | commitdiff | diff to current |
2013-12-21 |
timothy_horton@app... | Revert r160327, r160273, and r160260. |
blob | commitdiff | diff to current |
2013-12-19 |
dbates@webkit.org | [iOS] Upstream WebCore/loader changes |
blob | commitdiff | diff to current |
2013-12-07 |
changseok.oh@colla... | Unreviewed. Build fix for gtk port after r160260. |
blob | commitdiff | diff to current |
2013-12-07 |
timothy_horton@app... | [mac] Keep around more decoded image data, since it... |
blob | commitdiff | diff to current |
2013-11-19 |
commit-queue@webki... | [SVG] Convert OwnPtr/PassOwnPtr to std::unique_ptr |
blob | commitdiff | diff to current |
2013-10-25 |
hmuller@adobe.com | [CSS Shapes] CORS-enabled fetch for shape image values |
blob | commitdiff | diff to current |
2013-10-04 |
dbates@webkit.org | [iOS] Upstream disk image cache |
blob | commitdiff | diff to current |
2013-09-30 |
darin@apple.com | Use RenderElement instead of RenderObject in many places |
blob | commitdiff | diff to current |
2013-08-30 |
simon.fraser@apple.com | Implement object-fit CSS property |
blob | commitdiff | diff to current |
2013-06-14 |
carlosgc@webkit.org | Avoid unnecessary data copies when loading subresources... |
blob | commitdiff | diff to current |
2013-06-07 |
carlosgc@webkit.org | Make CachedResource virtual methods overridden in deriv... |
blob | commitdiff | diff to current |
2013-06-06 |
carlosgc@webkit.org | ResourceLoader::resourceData() should not return a... |
blob | commitdiff | diff to current |
2013-04-25 |
beidson@apple.com | Implementors of CachedResource subclasses should be... |
blob | commitdiff | diff to current |
2013-04-22 |
benjamin@webkit.org | Remove the memory instrumentation code |
blob | commitdiff | diff to current |
2013-04-12 |
timothy_horton@app... | REGRESSION (r138858): GIFs don't start playing when... |
blob | commitdiff | diff to current |
2013-02-21 |
pdr@google.com | Account for transform in SVG background images |
blob | commitdiff | diff to current |
2013-02-01 |
pdr@google.com | Change hasAlpha to isKnownToBeOpaque and correct the... |
blob | commitdiff | diff to current |
2013-01-24 |
pdr@google.com | Preserve container size requests across image loads |
blob | commitdiff | diff to current |
2012-12-20 |
simonjam@chromium.org | Set the original resource's response even on a 304 |
blob | commitdiff | diff to current |
2012-12-18 |
pdr@google.com | Queue container size requests while images are loading. |
blob | commitdiff | diff to current |
2012-11-23 |
junov@google.com | Adding occlusion detection to reduce overdraw in Render... |
blob | commitdiff | diff to current |
2012-11-07 |
eae@chromium.org | Remove LayoutTypes abstraction |
blob | commitdiff | diff to current |
2012-11-01 |
eae@chromium.org | [subpixel] Change intrinsicSize to LayoutUnit |
blob | commitdiff | diff to current |
2012-10-11 |
beidson@apple.com | Switch over CachedResource::data() from taking a Shared... |
blob | commitdiff | diff to current |
2012-10-06 |
commit-queue@webki... | [mac] REGRESSION (r122215): Animated GIF outside the... |
blob | commitdiff | diff to current |
2012-09-25 |
commit-queue@webki... | Reland "Add in-place reload behavior to ImagesEnabled... |
blob | commitdiff | diff to current |
2012-09-24 |
commit-queue@webki... | Unreviewed, rolling out r129388. |
blob | commitdiff | diff to current |
2012-09-24 |
commit-queue@webki... | Reland "Add in-place reload behavior to ImagesEnabled... |
blob | commitdiff | diff to current |
2012-09-18 |
commit-queue@webki... | Revert 128780, 128676, 128645 |
blob | commitdiff | diff to current |
2012-09-14 |
commit-queue@webki... | Add in-place reload behavior to ImagesEnabled setting |
blob | commitdiff | diff to current |
2012-08-08 |
commit-queue@webki... | Improve RenderObject.h compile time - split CachedImage... |
blob | commitdiff | diff to current |
2012-08-06 |
loislo@chromium.org | Web Inspector: native memory instrumentation: cover... |
blob | commitdiff | diff to current |
2012-07-27 |
commit-queue@webki... | Gather the duplicated timer code into CachedResource. |
blob | commitdiff | diff to current |
2012-07-27 |
commit-queue@webki... | Unreviewed, rolling out r123808. |
blob | commitdiff | diff to current |
2012-07-26 |
kseo@webkit.org | Gather the duplicated timer code into CachedResource. |
blob | commitdiff | diff to current |
2012-07-10 |
kseo@webkit.org | Don't destroy the decoded data of an image if WebKit... |
blob | commitdiff | diff to current |
2012-06-11 |
wangxianzhu@chromi... | SVGImageCache leaks image data |
blob | commitdiff | diff to current |
2012-06-09 |
commit-queue@webki... | Unreviewed, rolling out r118618 and r119353. |
blob | commitdiff | diff to current |
2012-06-03 |
wangxianzhu@chromi... | SVGImageCache leaks image data |
blob | commitdiff | diff to current |
2012-05-17 |
jamesr@google.com | CachedImage does not clear the ImageObserver pointer... |
blob | commitdiff | diff to current |
2012-04-30 |
bdakin@apple.com | https://bugs.webkit.org/show_bug.cgi?id=82922 |
blob | commitdiff | diff to current |
2012-03-22 |
bdakin@apple.com | https://bugs.webkit.org/show_bug.cgi?id=80322 |
blob | commitdiff | diff to current |
2012-01-11 |
japhet@chromium.org | SubresourceLoader cleanup post r100311. |
blob | commitdiff | diff to current |
2011-11-08 |
zimmermann@webkit.org | 2011-11-08 Nikolas Zimmermann <nzimmermann@rim.com> |
blob | commitdiff | diff to current |
2011-10-31 |
zimmermann@webkit.org | 2011-10-31 Nikolas Zimmermann <nzimmermann@rim.com> |
blob | commitdiff | diff to current |
2011-10-26 |
jchaffraix@webkit.org | Unreviewed, rolling out r98483. |
blob | commitdiff | diff to current |
2011-10-26 |
zimmermann@webkit.org | 2011-10-26 Nikolas Zimmermann <nzimmermann@rim.com> |
blob | commitdiff | diff to current |
2011-10-18 |
zimmermann@webkit.org | 2011-10-18 Nikolas Zimmermann <nzimmermann@rim.com> |
blob | commitdiff | diff to current |
2011-10-18 |
zimmermann@webkit.org | 2011-10-18 Nikolas Zimmermann <nzimmermann@rim.com> |
blob | commitdiff | diff to current |
2011-10-14 |
zimmermann@webkit.org | 2011-10-13 Nikolas Zimmermann <nzimmermann@rim.com> |
blob | commitdiff | diff to current |
2011-10-12 |
oliver@apple.com | Clang build broken |
blob | commitdiff | diff to current |
2011-10-12 |
japhet@chromium.org | Make CachedResourceClientWalker templates, and |
blob | commitdiff | diff to current |
2011-10-11 |
japhet@chromium.org | Source/WebCore: Most of the functions in CachedResource... |
blob | commitdiff | diff to current |
2011-09-27 |
japhet@chromium.org | Clean up CachedResource::load(). Collapse its |
blob | commitdiff | diff to current |
2011-09-14 |
bdakin@apple.com | https://bugs.webkit.org/show_bug.cgi?id=68054 |
blob | commitdiff | diff to current |
2011-09-12 |
bdakin@apple.com | https://bugs.webkit.org/show_bug.cgi?id=67898 |
blob | commitdiff | diff to current |
2011-09-10 |
bdakin@apple.com | Fix for https://bugs.webkit.org/show_bug.cgi?id=67819 |
blob | commitdiff | diff to current |
2011-05-25 |
japhet@chromium.org | 2011-05-24 Nate Chapin <japhet@chromium.org> |
blob | commitdiff | diff to current |
2011-03-29 |
commit-queue@webki... | 2011-03-29 Gavin Peters <gavinp@chromium.org> |
blob | commitdiff | diff to current |
2011-02-26 |
commit-queue@webki... | 2011-02-26 Yongjun Zhang <yongjun_zhang@apple.com> |
blob | commitdiff | diff to current |
2011-01-08 |
abarth@webkit.org | Move WebCore into Source |
blob | commitdiff | diff to current |
|