History log of /external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3718b58e4da76b7025aa5316a51264c5e38f2569 04-Aug-2012 John Reck <jreck@google.com> Remove usages of getCanvas

Everything goes through either PlatformGraphicsContext or recordingCanvas()

Change-Id: I375a4294d2e8d4b467b70c6b8a7f0b96f402f252
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
64e4b265f84573b97d408f7d3e5aa99a647be057 03-Apr-2012 Nicolas Roard <nicolasroard@google.com> Implements a recording GraphicsContext

Change-Id: I41feadb23dce25af321331c459eb159c6141831b
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
faf2b5dab67cbe9c5a9244f3912e916d0184f765 06-Feb-2012 Derek Sollenberger <djsollen@google.com> resolved conflicts for merge of 6f1bf086 to master

Change-Id: I104f02e5e6ec50c002a2bdc960b428ece13528dd
2857538e8cd8c752b06ee75dd039791a186455b3 31-Jan-2012 Derek Sollenberger <derek@android.com> Skia API changes as a result of an update to the Skia library.

These changes are required to work with r3022 of Skia

Change-Id: I4d4a13bad9acc54934bbb46bdfc08ee424c7a33a
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
638aaf75a16aa7ad95fd6a129f52f3890274b2e9 26-Oct-2011 Steve Block <steveblock@google.com> Fix debug build

- FrameLoaderClientAndroid::dispatchDidClearWindowObjectInWorld()
FrameLoader::url() was removed in
http://trac.webkit.org/changeset/76872. We should use Document::url()
instead.

- ImageBufferAndroid
See http://trac.webkit.org/changeset/77286 and
http://trac.webkit.org/changeset/77398

- Add PluginDebug.cpp to build

- ChromiumIncludes.h
Don't build Chromium code without NDEBUG set

- Frame.cpp
We should not include WebKit files from WebCore. WebViewCore.h introduces
problems due to the change to ChromiumIncludes.h and is not required here.

Bug: 5448972
Change-Id: I82c5c95591bf01fb65179282d03f865df4255c89
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
50dfa6485ba2846de19ccb19bda0872ced920e17 17-Oct-2011 Ben Murdoch <benm@google.com> Fix crash in ImageBufferAndroid.

In the case that we do not have sufficient free
memory to create a copy of a bitmap, we must return
an Image wrapping an empty bitmap, rather than
null itself.

This handling is particular (but not exclusive) to
Android, where we cannot pass a null NativeImagePtr
like some other platforms do (as we need it to be
valid in the BitmapImage constructor).

Bug:5409973
Change-Id: I888cf1db73a9176db2a3ea2721ca0e258d9c7773
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
3e556736c899f74f2ccc010a8bc7401c36e9a1a0 10-Aug-2011 Ben Murdoch <benm@google.com> Check the available memory when allocating an ImageBuffer.

The ImageBuffers used by canvas can eat a ton of memory quickly, so
be mindful of the available memory on the device before allocating
them.

See also frameworks/base change
I3d0f85075497c2a374cd866b0223eecaaa4b5f46

Bug: 5142892

Change-Id: I74d243ef9d0d63aac168c16653e9aae0430dfa21
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
1ed8c4d16ac986307f1c0589a3a720a37e60f313 18-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r78450: IntRect::bottom()/right() renamed

See http://trac.webkit.org/changeset/77286 and
http://trac.webkit.org/changeset/77398

Change-Id: I0ae670bff327fb981e037f5394c55bfb4aeb81eb
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
e4427b844b712104108d886d50294f7d3a052a32 20-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r76408: Fix ImageBufferAndroid.

Implement missing dataSize function introduced in
http://trac.webkit.org/changeset/76371 (JSC only)

Change-Id: Ie9a714cdb41894ceb2d928b6e42ed6a41d8d04a7
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
4ed508b9dbd29b5ad961f6677bd00d644955b110 09-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r75315: Fix ImageBuffer

See http://trac.webkit.org/changeset/74868

Change-Id: Iacb6ca5dd044a7bf08eb43012457b92f3a6beccd
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp
31dbc523d9ee6fd7d7e46c540b5f675eeb559ed7 09-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r75315: Move Android-specific WebCore files to Source

This moves files in the following WebCore subdirectories ...
- bindings/js
- bindings/v8/custom
- plugins/android
- platform/android
- platform/graphics/android
- page/
- css/
- dom/
- loader/archive/android
/external/webkit/Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp