[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

weinig at apple.com weinig at apple.com
Wed Dec 22 18:44:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e740087615ffffb1551fbdae9852ab206fcce92a
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 17 02:20:48 2010 +0000

    Add svn:eol-style native to the message.in files as a favor to Darin Adler.
    
    Reviewed by Darin Adler.
    
    * PluginProcess/PluginControllerProxy.messages.in: Added property svn:eol-style.
    * PluginProcess/PluginProcess.messages.in: Added property svn:eol-style.
    * PluginProcess/WebProcessConnection.messages.in: Added property svn:eol-style.
    * Shared/Plugins/NPObjectMessageReceiver.messages.in: Added property svn:eol-style.
    * UIProcess/Downloads/DownloadProxy.messages.in: Added property svn:eol-style.
    * UIProcess/Plugins/PluginProcessProxy.messages.in: Added property svn:eol-style.
    * UIProcess/WebContext.messages.in: Added property svn:eol-style.
    * UIProcess/WebDatabaseManagerProxy.messages.in: Added property svn:eol-style.
    * UIProcess/WebInspectorProxy.messages.in: Added property svn:eol-style.
    * UIProcess/WebPageProxy.messages.in: Added property svn:eol-style.
    * UIProcess/WebProcessProxy.messages.in: Added property svn:eol-style.
    * WebProcess/Authentication/AuthenticationManager.messages.in: Added property svn:eol-style.
    * WebProcess/Plugins/PluginProxy.messages.in: Added property svn:eol-style.
    * WebProcess/WebCoreSupport/WebDatabaseManager.messages.in: Added property svn:eol-style.
    * WebProcess/WebPage/WebInspector.messages.in: Added property svn:eol-style.
    * WebProcess/WebPage/WebPage.messages.in: Added property svn:eol-style.
    * WebProcess/WebProcess.messages.in: Added property svn:eol-style.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74224 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index debe6e7..93c60d8 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,29 @@
 2010-12-16  Sam Weinig  <sam at webkit.org>
 
+        Reviewed by Darin Adler.
+
+        Add svn:eol-style native to the message.in files as a favor to Darin Adler.
+
+        * PluginProcess/PluginControllerProxy.messages.in: Added property svn:eol-style.
+        * PluginProcess/PluginProcess.messages.in: Added property svn:eol-style.
+        * PluginProcess/WebProcessConnection.messages.in: Added property svn:eol-style.
+        * Shared/Plugins/NPObjectMessageReceiver.messages.in: Added property svn:eol-style.
+        * UIProcess/Downloads/DownloadProxy.messages.in: Added property svn:eol-style.
+        * UIProcess/Plugins/PluginProcessProxy.messages.in: Added property svn:eol-style.
+        * UIProcess/WebContext.messages.in: Added property svn:eol-style.
+        * UIProcess/WebDatabaseManagerProxy.messages.in: Added property svn:eol-style.
+        * UIProcess/WebInspectorProxy.messages.in: Added property svn:eol-style.
+        * UIProcess/WebPageProxy.messages.in: Added property svn:eol-style.
+        * UIProcess/WebProcessProxy.messages.in: Added property svn:eol-style.
+        * WebProcess/Authentication/AuthenticationManager.messages.in: Added property svn:eol-style.
+        * WebProcess/Plugins/PluginProxy.messages.in: Added property svn:eol-style.
+        * WebProcess/WebCoreSupport/WebDatabaseManager.messages.in: Added property svn:eol-style.
+        * WebProcess/WebPage/WebInspector.messages.in: Added property svn:eol-style.
+        * WebProcess/WebPage/WebPage.messages.in: Added property svn:eol-style.
+        * WebProcess/WebProcess.messages.in: Added property svn:eol-style.
+
+2010-12-16  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Anders Carlsson.
 
         Move NSURLCache initialization from the ProcessLauncherMac to the centralized
diff --git a/WebKit2/WebProcess/WebPage/WebPage.messages.in b/WebKit2/WebProcess/WebPage/WebPage.messages.in
index 404095a..e2239b0 100644
--- a/WebKit2/WebProcess/WebPage/WebPage.messages.in
+++ b/WebKit2/WebProcess/WebPage/WebPage.messages.in
@@ -1,123 +1,123 @@
-# Copyright (C) 2010 Apple Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1.  Redistributions of source code must retain the above copyright
-#     notice, this list of conditions and the following disclaimer.
-# 2.  Redistributions in binary form must reproduce the above copyright
-#     notice, this list of conditions and the following disclaimer in the
-#     documentation and/or other materials provided with the distribution.
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR
-# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-messages -> WebPage {
-    SetActive(bool active)
-    SetFocused(bool focused)
-    SetIsInWindow(bool isInWindow)
-
-    SetDrawsBackground(bool drawsBackground)
-    SetDrawsTransparentBackground(bool drawsTransparentBackground)
-
-    KeyEvent(WebKit::WebKeyboardEvent event)
-    MouseEvent(WebKit::WebMouseEvent event)
-    WheelEvent(WebKit::WebWheelEvent event)
-#if ENABLE(TOUCH_EVENTS)
-    TouchEvent(WebKit::WebTouchEvent event)
-#endif
-
-    GoBack(uint64_t backForwardItemID)
-    GoForward(uint64_t backForwardItemID)
-    GoToBackForwardItem(uint64_t backForwardItemID)
-    LoadHTMLString(WTF::String htmlString, WTF::String baseURL)
-    LoadAlternateHTMLString(WTF::String htmlString, WTF::String baseURL, WTF::String unreachableURL); 
-    LoadPlainTextString(WTF::String string)
-    LoadURL(WTF::String url, WebKit::SandboxExtension::Handle sandboxExtensionHandle)
-    LoadURLRequest(WebCore::ResourceRequest request, WebKit::SandboxExtension::Handle sandboxExtensionHandle)
-    Reload(bool reloadFromOrigin)
-    StopLoading()
-
-    DidReceivePolicyDecision(uint64_t frameID, uint64_t listenerID, uint32_t policyAction, uint64_t downloadID)
-
-    # Callbacks.
-    GetRenderTreeExternalRepresentation(uint64_t callbackID)
-    GetContentsAsString(uint64_t callbackID)
-    GetSourceForFrame(uint64_t frameID, uint64_t callbackID)
-    RunJavaScriptInMainFrame(WTF::String script, uint64_t callbackID)
-
-    PreferencesDidChange(WebKit::WebPreferencesStore store)
-
-    SetUserAgent(WTF::String userAgent)
-
-#if ENABLE(TILED_BACKING_STORE)
-    SetActualVisibleContentRect(WebCore::IntRect rect)
-    SetResizesToContentsUsingLayoutSize(WebCore::IntSize size)
-#endif
-
-    Close()
-    TryClose()
-
-    ValidateMenuItem(WTF::String name)
-    ExecuteEditCommand(WTF::String name)
-
-    DidRemoveEditCommand(uint64_t commandID)
-    ReapplyEditCommand(uint64_t commandID)
-    UnapplyEditCommand(uint64_t commandID)
-
-    SetPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor)
-    SetPageZoomFactor(double zoomFactor)
-    SetTextZoomFactor(double zoomFactor)
-
-    ScaleWebView(double scale, WebCore::IntPoint origin)
-
-    # Find.
-    FindString(WTF::String string, uint32_t findOptions, unsigned maxMatchCount)
-    HideFindUI()
-    CountStringMatches(WTF::String string, uint32_t findOptions, unsigned maxMatchCount)
-
-    # Popup menu.
-    DidChangeSelectedIndexForActivePopupMenu(int32_t newIndex);
-    
-    # Context menu.
-    DidSelectItemFromActiveContextMenu(WebKit::WebContextMenuItemData menuItem);
-
-    # Open panel.
-    DidChooseFilesForOpenPanel(Vector<WTF::String> fileURLs)
-    DidCancelForOpenPanel()
-
-    SetWindowResizerSize(WebCore::IntSize intersectsView)
-
-	// This is a dummy message to avoid breaking the build for platforms that don't require
-	// synchronous messages.
-    // FIXME: should be removed when <rdar://problem/8775115> is fixed.
-	Dummy() -> (bool dummyReturn)
-	
-#if PLATFORM(MAC)
-    # Complex text input support for plug-ins.
-    SendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, String textInput)
-
-    SetWindowIsVisible(bool windowIsVisible)
-    WindowAndViewFramesChanged(WebCore::IntRect windowFrameInScreenCoordinates, WebCore::IntRect viewFrameInWindowCoordinates)
-    GetMarkedRange() -> (uint64_t location, uint64_t length)
-    CharacterIndexForPoint(WebCore::IntPoint point) -> (uint64_t result)
-    FirstRectForCharacterRange(uint64_t location, uint64_t length) -> (WebCore::IntRect resultRect)
-#endif
-#if PLATFORM(WIN)
-    ConfirmComposition(WTF::String compositionString)
-    SetComposition(WTF::String compositionString, WTF::Vector<WebCore::CompositionUnderline> underlines, uint64_t cursorPosition)
-    FirstRectForCharacterInSelectedRange(uint64_t characterPosition) -> (WebCore::IntRect resultRect)
-    GetSelectedText() -> (WTF::String text)
-#endif
-#if PLATFORM(QT)
-    FindZoomableAreaForPoint(WebCore::IntPoint point)
-#endif
-}
+# Copyright (C) 2010 Apple Inc. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1.  Redistributions of source code must retain the above copyright
+#     notice, this list of conditions and the following disclaimer.
+# 2.  Redistributions in binary form must reproduce the above copyright
+#     notice, this list of conditions and the following disclaimer in the
+#     documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR
+# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+messages -> WebPage {
+    SetActive(bool active)
+    SetFocused(bool focused)
+    SetIsInWindow(bool isInWindow)
+
+    SetDrawsBackground(bool drawsBackground)
+    SetDrawsTransparentBackground(bool drawsTransparentBackground)
+
+    KeyEvent(WebKit::WebKeyboardEvent event)
+    MouseEvent(WebKit::WebMouseEvent event)
+    WheelEvent(WebKit::WebWheelEvent event)
+#if ENABLE(TOUCH_EVENTS)
+    TouchEvent(WebKit::WebTouchEvent event)
+#endif
+
+    GoBack(uint64_t backForwardItemID)
+    GoForward(uint64_t backForwardItemID)
+    GoToBackForwardItem(uint64_t backForwardItemID)
+    LoadHTMLString(WTF::String htmlString, WTF::String baseURL)
+    LoadAlternateHTMLString(WTF::String htmlString, WTF::String baseURL, WTF::String unreachableURL); 
+    LoadPlainTextString(WTF::String string)
+    LoadURL(WTF::String url, WebKit::SandboxExtension::Handle sandboxExtensionHandle)
+    LoadURLRequest(WebCore::ResourceRequest request, WebKit::SandboxExtension::Handle sandboxExtensionHandle)
+    Reload(bool reloadFromOrigin)
+    StopLoading()
+
+    DidReceivePolicyDecision(uint64_t frameID, uint64_t listenerID, uint32_t policyAction, uint64_t downloadID)
+
+    # Callbacks.
+    GetRenderTreeExternalRepresentation(uint64_t callbackID)
+    GetContentsAsString(uint64_t callbackID)
+    GetSourceForFrame(uint64_t frameID, uint64_t callbackID)
+    RunJavaScriptInMainFrame(WTF::String script, uint64_t callbackID)
+
+    PreferencesDidChange(WebKit::WebPreferencesStore store)
+
+    SetUserAgent(WTF::String userAgent)
+
+#if ENABLE(TILED_BACKING_STORE)
+    SetActualVisibleContentRect(WebCore::IntRect rect)
+    SetResizesToContentsUsingLayoutSize(WebCore::IntSize size)
+#endif
+
+    Close()
+    TryClose()
+
+    ValidateMenuItem(WTF::String name)
+    ExecuteEditCommand(WTF::String name)
+
+    DidRemoveEditCommand(uint64_t commandID)
+    ReapplyEditCommand(uint64_t commandID)
+    UnapplyEditCommand(uint64_t commandID)
+
+    SetPageAndTextZoomFactors(double pageZoomFactor, double textZoomFactor)
+    SetPageZoomFactor(double zoomFactor)
+    SetTextZoomFactor(double zoomFactor)
+
+    ScaleWebView(double scale, WebCore::IntPoint origin)
+
+    # Find.
+    FindString(WTF::String string, uint32_t findOptions, unsigned maxMatchCount)
+    HideFindUI()
+    CountStringMatches(WTF::String string, uint32_t findOptions, unsigned maxMatchCount)
+
+    # Popup menu.
+    DidChangeSelectedIndexForActivePopupMenu(int32_t newIndex);
+    
+    # Context menu.
+    DidSelectItemFromActiveContextMenu(WebKit::WebContextMenuItemData menuItem);
+
+    # Open panel.
+    DidChooseFilesForOpenPanel(Vector<WTF::String> fileURLs)
+    DidCancelForOpenPanel()
+
+    SetWindowResizerSize(WebCore::IntSize intersectsView)
+
+	// This is a dummy message to avoid breaking the build for platforms that don't require
+	// synchronous messages.
+    // FIXME: should be removed when <rdar://problem/8775115> is fixed.
+	Dummy() -> (bool dummyReturn)
+	
+#if PLATFORM(MAC)
+    # Complex text input support for plug-ins.
+    SendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, String textInput)
+
+    SetWindowIsVisible(bool windowIsVisible)
+    WindowAndViewFramesChanged(WebCore::IntRect windowFrameInScreenCoordinates, WebCore::IntRect viewFrameInWindowCoordinates)
+    GetMarkedRange() -> (uint64_t location, uint64_t length)
+    CharacterIndexForPoint(WebCore::IntPoint point) -> (uint64_t result)
+    FirstRectForCharacterRange(uint64_t location, uint64_t length) -> (WebCore::IntRect resultRect)
+#endif
+#if PLATFORM(WIN)
+    ConfirmComposition(WTF::String compositionString)
+    SetComposition(WTF::String compositionString, WTF::Vector<WebCore::CompositionUnderline> underlines, uint64_t cursorPosition)
+    FirstRectForCharacterInSelectedRange(uint64_t characterPosition) -> (WebCore::IntRect resultRect)
+    GetSelectedText() -> (WTF::String text)
+#endif
+#if PLATFORM(QT)
+    FindZoomableAreaForPoint(WebCore::IntPoint point)
+#endif
+}

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list