Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: Source/WebKit/chromium/ChangeLog

Issue 6465012: Merge 77599 - 2011-02-03 Victoria Kirst <vrk@google.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/ChangeLog
===================================================================
--- Source/WebKit/chromium/ChangeLog (revision 78002)
+++ Source/WebKit/chromium/ChangeLog (working copy)
@@ -1,133 +1,3 @@
-2011-02-04 Charlie Reis <creis@chromium.org>
-
- Reviewed by Mihai Parparita.
-
- Crash in WebCore::HistoryController::itemsAreClones
- https://bugs.webkit.org/show_bug.cgi?id=52819
-
- Removes unneeded sanity checks used for diagnosing a memory error.
-
- * src/WebFrameImpl.cpp:
-
-2011-02-04 Daniel Cheng <dcheng@chromium.org>
-
- Reviewed by Dmitry Titov.
-
- Clone WebClipboard to be frame-specific.
- https://bugs.webkit.org/show_bug.cgi?id=53727
-
- For drop operations, Chrome currently snapshots the data and copies it
- into the renderer process. As we add more supported drag data types, the
- copy will become increasingly expensive. Instead, we'd like to snapshot
- data in the browser to reduce the amount of data copied and to support
- Blob in DataTransferItem. In order to allow this, we associated
- WebClipboard with a frame so it can correctly route its IPCs to the
- corresponding Chromium host.
-
- * public/WebFrameClient.h:
- (WebKit::WebFrameClient::clipboard):
- * src/PlatformBridge.cpp:
- (WebCore::getClipboard):
- (WebCore::PlatformBridge::clipboardReadAvailableTypes):
- (WebCore::PlatformBridge::clipboardReadData):
- (WebCore::PlatformBridge::clipboardReadFilenames):
- * src/WebFrameImpl.cpp:
- (WebKit::WebFrameImpl::fromFrame):
- * src/WebFrameImpl.h:
- * src/WebViewImpl.cpp:
- (WebKit::WebViewImpl::dragTargetDragEnterNew):
-
-2011-02-04 Robert Hogan <robert@webkit.org>
-
- Reviewed by Darin Fisher.
-
- Move chromium iframe shim code to cross-platform file
- https://bugs.webkit.org/show_bug.cgi?id=52594
-
- * src/WebPluginContainerImpl.cpp: Move code to WebCore/plugin/IFrameShimSupport.cpp
-
-2011-02-04 Xiaomei Ji <xji@chromium.org>
-
- Reviewed by David Levin.
-
- Implement "<option> should implement the dir attribute" for chromium port after r76983.
- https://bugs.webkit.org/show_bug.cgi?id=50969
-
- * src/ChromeClientImpl.cpp:
- (WebKit::ChromeClientImpl::selectItemAlignmentFollowsMenuWritingDirection): Override as true.
- * src/WebViewImpl.cpp: Remove directionality hint from autofill drop-down setting.
-
-2011-02-01 Jeremy Orlow <jorlow@chromium.org>
-
- Reviewed by Nate Chapin.
-
- Remove the timeout event from IndexedDB
- https://bugs.webkit.org/show_bug.cgi?id=53521
-
- * public/WebIDBDatabase.h:
- (WebKit::WebIDBDatabase::transaction):
- * public/WebIDBTransactionCallbacks.h:
- * src/IDBDatabaseProxy.cpp:
- (WebCore::IDBDatabaseProxy::transaction):
- * src/IDBDatabaseProxy.h:
- * src/IDBTransactionCallbacksProxy.cpp:
- * src/IDBTransactionCallbacksProxy.h:
- * src/WebIDBDatabaseImpl.cpp:
- (WebKit::WebIDBDatabaseImpl::transaction):
- * src/WebIDBDatabaseImpl.h:
- * src/WebIDBTransactionCallbacksImpl.cpp:
- * src/WebIDBTransactionCallbacksImpl.h:
-
-2011-02-04 Ilya Tikhonovsky <loislo@chromium.org>
-
- Unreviewed.
-
- Roll chromium to 73764.
-
- * DEPS:
-
-2011-02-03 James Kozianski <koz@chromium.org>
-
- Reviewed by Dimitri Glazkov.
-
- Add navigator.registerProtocolHandler behind a flag.
- https://bugs.webkit.org/show_bug.cgi?id=52609
-
- * features.gypi:
- * public/WebViewClient.h:
- * src/ChromeClientImpl.cpp:
- (WebKit::ChromeClientImpl::registerProtocolHandler):
- * src/ChromeClientImpl.h:
-
-2011-02-03 Brian Ryner <bryner@chromium.org>
-
- Reviewed by Darin Fisher.
-
- Add a field to the ResourceResponse for tracking the socket address
- of the host that the resource was fetched from. Patch was originally
- by Paul Marks.
- https://bugs.webkit.org/show_bug.cgi?id=53699
-
- * public/WebURLResponse.h:
- * src/WebURLResponse.cpp:
- (WebKit::WebURLResponse::socketAddress):
- (WebKit::WebURLResponse::setSocketAddress):
-
-2011-02-03 Adam Langley <agl@chromium.org>
-
- Reviewed by Adam Barth.
-
- Plumb mixed script URL to FrameLoaderClient
- https://bugs.webkit.org/show_bug.cgi?id=52384
-
- Regressions covered by http/tests/security/mixedContent/*
-
- * public/WebFrameClient.h:
- (WebKit::WebFrameClient::didRunInsecureContent):
- * src/FrameLoaderClientImpl.cpp:
- (WebKit::FrameLoaderClientImpl::didRunInsecureContent):
- * src/FrameLoaderClientImpl.h:
-
2011-02-03 Victoria Kirst <vrk@google.com>
Reviewed by James Robinson.
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698