Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions qtwebkit/0001-Add-LunaServiceBridge-interface.patch
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ index 0000000..e763655
+#include <lunaservice.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <wtf/text/CString.h>
+
+namespace WebCore {
Expand Down Expand Up @@ -366,7 +367,6 @@ index 0000000..e763655
+ */
+void LunaServiceManager::cancel(LunaServiceManagerListener* inListener)
+{
+ bool retVal;
+ LSError lserror;
+
+ if (!inListener || !inListener->listenerToken)
Expand Down Expand Up @@ -453,7 +453,7 @@ new file mode 100644
index 0000000..838ce50
--- /dev/null
+++ b/Source/WebCore/platform/webos/PalmServiceBridge.cpp
@@ -0,0 +1,414 @@
@@ -0,0 +1,413 @@
+
+#include "config.h"
+#if ENABLE(PALM_SERVICE_BRIDGE)
Expand Down Expand Up @@ -696,7 +696,6 @@ index 0000000..838ce50
+
+int PalmServiceBridge::call(const String& uri, const String& payload, ExceptionCode& ec)
+{
+ const char* callerId = 0;
+ bool usePrivateBus = false;
+
+ JSValue identifier;
Expand Down Expand Up @@ -877,7 +876,7 @@ index 0000000..83f723f
+#ifndef PalmServiceBridge_h
+#define PalmServiceBridge_h
+
+#ifdef ENABLE(PALM_SERVICE_BRIDGE)
+#if ENABLE(PALM_SERVICE_BRIDGE)
+
+#include "ActiveDOMObject.h"
+#include "Event.h"
Expand Down