* bindings/generic/BindingDOMWindow.h:
(WebCore::BindingDOMWindow::createWindow): Pass security origin.
WebKit2: Get a bit closer to making Qt WebKit2 compile again.
* WebKit2.pro: Add the WebDatabaseManager source files.
Still missing: The Qt version of the databaseDirectory function.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@73450
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2010-12-07 Darin Adler <darin@apple.com>
+ Try to fix V8 build.
+
+ * bindings/generic/BindingDOMWindow.h:
+ (WebCore::BindingDOMWindow::createWindow): Pass security origin.
+
+2010-12-07 Darin Adler <darin@apple.com>
+
Another build fix.
* loader/CrossOriginAccessControl.cpp: Added a missing include.
String referrer = enteredFrame->loader()->outgoingReferrer();
request.setHTTPReferrer(referrer);
FrameLoader::addHTTPOriginIfNeeded(request, enteredFrame->loader()->outgoingOrigin());
- FrameLoadRequest frameRequest(request, frameName);
+ FrameLoadRequest frameRequest(callingFrame->document()->securityOrigin(), request, frameName);
// FIXME: It's much better for client API if a new window starts with a URL,
// here where we know what URL we are going to open. Unfortunately, this
+2010-12-07 Darin Adler <darin@apple.com>
+
+ Get a bit closer to making Qt WebKit2 compile again.
+
+ * WebKit2.pro: Add the WebDatabaseManager source files.
+ Still missing: The Qt version of the databaseDirectory function.
+
2010-12-07 Jessie Berlin <jberlin@apple.com>
Reviewed by Darin Adler.
WebProcess/Plugins/PluginView.h \
WebProcess/WebCoreSupport/WebChromeClient.h \
WebProcess/WebCoreSupport/WebContextMenuClient.h \
+ WebProcess/WebCoreSupport/WebDatabaseManager.h \
WebProcess/WebCoreSupport/WebDragClient.h \
WebProcess/WebCoreSupport/WebEditorClient.h \
WebProcess/WebCoreSupport/WebErrors.h \
WebProcess/Plugins/PluginView.cpp \
WebProcess/WebCoreSupport/WebChromeClient.cpp \
WebProcess/WebCoreSupport/WebContextMenuClient.cpp \
+ WebProcess/WebCoreSupport/WebDatabaseManager.cpp \
WebProcess/WebCoreSupport/WebDragClient.cpp \
WebProcess/WebCoreSupport/WebEditorClient.cpp \
WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp \