summaryrefslogtreecommitdiffstats
path: root/Source/Platform/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Platform/ChangeLog')
-rw-r--r--Source/Platform/ChangeLog162
1 files changed, 162 insertions, 0 deletions
diff --git a/Source/Platform/ChangeLog b/Source/Platform/ChangeLog
index c9e3f90c5..fa415296d 100644
--- a/Source/Platform/ChangeLog
+++ b/Source/Platform/ChangeLog
@@ -1,3 +1,165 @@
+2012-08-21 Benjamin Poulain <bpoulain@apple.com>
+
+ Store CString data in the CStringBuffer to avoid the double indirection
+ https://bugs.webkit.org/show_bug.cgi?id=94562
+
+ Reviewed by Darin Adler.
+
+ * chromium/src/WebCString.cpp:
+ (WebKit::WebCString::length): Update the length() computation following the changes
+ in CStringBuffer.
+
+2012-08-21 James Robinson <jamesr@chromium.org>
+
+ Unreviewed, rolling out r126170.
+ http://trac.webkit.org/changeset/126170
+ https://bugs.webkit.org/show_bug.cgi?id=94614
+
+ I spoke too soon
+
+ * chromium/public/WebContentLayer.h:
+ (WebCore):
+ (WebKit):
+ (WebContentLayer):
+ (WebKit::WebContentLayer::WebContentLayer):
+ (WebKit::WebContentLayer::operator=):
+ * chromium/public/WebExternalTextureLayer.h:
+ (WebCore):
+ (WebExternalTextureLayer):
+ (WebKit::WebExternalTextureLayer::WebExternalTextureLayer):
+ (WebKit::WebExternalTextureLayer::~WebExternalTextureLayer):
+ * chromium/public/WebIOSurfaceLayer.h:
+ (WebCore):
+ (WebIOSurfaceLayer):
+ (WebKit::WebIOSurfaceLayer::WebIOSurfaceLayer):
+ * chromium/public/WebImageLayer.h:
+ (WebCore):
+ (WebImageLayer):
+ (WebKit::WebImageLayer::WebImageLayer):
+ * chromium/public/WebLayer.h:
+ (WebKit):
+ (WebLayer):
+ (WebKit::WebLayer::WebLayer):
+ (WebKit::WebLayer::~WebLayer):
+ (WebKit::WebLayer::operator=):
+ (WebKit::WebLayer::isNull):
+ (WebKit::WebLayer::to):
+ (WebKit::WebLayer::toConst):
+ (WebKit::WebLayer::unwrap):
+ (WebKit::WebLayer::constUnwrap):
+ (WebKit::operator==):
+ (WebKit::operator!=):
+ * chromium/public/WebScrollableLayer.h: Copied from Source/Platform/chromium/public/WebScrollbarLayer.h.
+ (WebKit):
+ (WebScrollableLayer):
+ (WebKit::WebScrollableLayer::WebScrollableLayer):
+ (WebKit::WebScrollableLayer::~WebScrollableLayer):
+ (WebKit::WebScrollableLayer::operator=):
+ * chromium/public/WebScrollbarLayer.h:
+ (WebCore):
+ (WebKit::WebScrollbarLayer::WebScrollbarLayer):
+ (WebKit::WebScrollbarLayer::operator=):
+ (WebScrollbarLayer):
+ * chromium/public/WebSolidColorLayer.h:
+ (WebKit):
+ (WebSolidColorLayer):
+ * chromium/public/WebVideoLayer.h:
+ (WebCore):
+ (WebVideoLayer):
+ (WebKit::WebVideoLayer::WebVideoLayer):
+
+2012-08-21 James Robinson <jamesr@chromium.org>
+
+ Unreviewed, rolling out r126169.
+ http://trac.webkit.org/changeset/126169
+ https://bugs.webkit.org/show_bug.cgi?id=94614
+
+ Crashes already fixed downstream
+
+ * chromium/public/WebContentLayer.h:
+ (WebContentLayer):
+ * chromium/public/WebExternalTextureLayer.h:
+ (WebExternalTextureLayer):
+ * chromium/public/WebIOSurfaceLayer.h:
+ (WebIOSurfaceLayer):
+ * chromium/public/WebImageLayer.h:
+ (WebImageLayer):
+ * chromium/public/WebLayer.h:
+ (WebKit):
+ (WebLayer):
+ (WebKit::WebLayer::~WebLayer):
+ * chromium/public/WebScrollableLayer.h: Removed.
+ * chromium/public/WebScrollbarLayer.h:
+ (WebScrollbarLayer):
+ * chromium/public/WebSolidColorLayer.h:
+ (WebKit):
+ (WebSolidColorLayer):
+ (WebKit::WebSolidColorLayer::~WebSolidColorLayer):
+ * chromium/public/WebVideoLayer.h:
+ (WebVideoLayer):
+
+2012-08-21 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r126076, r126099, and r126106.
+ http://trac.webkit.org/changeset/126076
+ http://trac.webkit.org/changeset/126099
+ http://trac.webkit.org/changeset/126106
+ https://bugs.webkit.org/show_bug.cgi?id=94614
+
+ Caused crashes during compositor shutdown in Aura builds of
+ Chromium (Requested by kbr_google on #webkit).
+
+ * chromium/public/WebContentLayer.h:
+ (WebCore):
+ (WebKit):
+ (WebContentLayer):
+ (WebKit::WebContentLayer::WebContentLayer):
+ (WebKit::WebContentLayer::operator=):
+ * chromium/public/WebExternalTextureLayer.h:
+ (WebCore):
+ (WebExternalTextureLayer):
+ (WebKit::WebExternalTextureLayer::WebExternalTextureLayer):
+ (WebKit::WebExternalTextureLayer::~WebExternalTextureLayer):
+ * chromium/public/WebIOSurfaceLayer.h:
+ (WebCore):
+ (WebIOSurfaceLayer):
+ (WebKit::WebIOSurfaceLayer::WebIOSurfaceLayer):
+ * chromium/public/WebImageLayer.h:
+ (WebCore):
+ (WebImageLayer):
+ (WebKit::WebImageLayer::WebImageLayer):
+ * chromium/public/WebLayer.h:
+ (WebKit):
+ (WebLayer):
+ (WebKit::WebLayer::WebLayer):
+ (WebKit::WebLayer::~WebLayer):
+ (WebKit::WebLayer::operator=):
+ (WebKit::WebLayer::isNull):
+ (WebKit::WebLayer::to):
+ (WebKit::WebLayer::toConst):
+ (WebKit::WebLayer::unwrap):
+ (WebKit::WebLayer::constUnwrap):
+ (WebKit::operator==):
+ (WebKit::operator!=):
+ * chromium/public/WebScrollableLayer.h: Copied from Source/Platform/chromium/public/WebScrollbarLayer.h.
+ (WebKit):
+ (WebScrollableLayer):
+ (WebKit::WebScrollableLayer::WebScrollableLayer):
+ (WebKit::WebScrollableLayer::~WebScrollableLayer):
+ (WebKit::WebScrollableLayer::operator=):
+ * chromium/public/WebScrollbarLayer.h:
+ (WebCore):
+ (WebKit::WebScrollbarLayer::WebScrollbarLayer):
+ (WebKit::WebScrollbarLayer::operator=):
+ (WebScrollbarLayer):
+ * chromium/public/WebSolidColorLayer.h:
+ (WebKit):
+ (WebSolidColorLayer):
+ * chromium/public/WebVideoLayer.h:
+ (WebCore):
+ (WebVideoLayer):
+ (WebKit::WebVideoLayer::WebVideoLayer):
+
2012-08-20 James Robinson <jamesr@chromium.org>
[chromium] REGRESSION(126076) Should not touch old GraphicsLayerChromium::m_contentsLayer when setting up a new contents layer