https://bugs.webkit.org/show_bug.cgi?id=126410
Reviewed by Sam Weinig.
Source/WebCore:
* dom/ViewportArguments.h:
Source/WebKit/ios:
* WebCoreSupport/WebChromeClientIOS.mm:
(dictionaryForViewportArguments):
* WebKit.iOS.exp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@161468
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-01-02 Andy Estes <aestes@apple.com>
+
+ [iOS] Upstream remainder of minimal-ui viewport changes
+ https://bugs.webkit.org/show_bug.cgi?id=126410
+
+ Reviewed by Sam Weinig.
+
+ * dom/ViewportArguments.h:
+
2014-01-07 Victor Costan <costan@gmail.com>
createElementNS handles element name 'xmlns' correctly.
float userScalable;
float orientation;
-#if PLATFORM(IOS)
- bool minimalUI;
-#endif
};
struct ViewportArguments {
float maxZoom;
float userZoom;
float orientation;
+#if PLATFORM(IOS)
+ bool minimalUI;
+#endif
bool operator==(const ViewportArguments& other) const
{
+2014-01-02 Andy Estes <aestes@apple.com>
+
+ [iOS] Upstream remainder of minimal-ui viewport changes
+ https://bugs.webkit.org/show_bug.cgi?id=126410
+
+ Reviewed by Sam Weinig.
+
+ * WebCoreSupport/WebChromeClientIOS.mm:
+ (dictionaryForViewportArguments):
+ * WebKit.iOS.exp:
+
2013-12-31 Andy Estes <aestes@apple.com>
[iOS] Upstream PLATFORM(IOS) changes to Source/WebKit/
@"maximum-scale":@(arguments.maxZoom),
@"user-scalable":@(arguments.userZoom),
@"width":@(arguments.width),
- @"height":@(arguments.height) };
+ @"height":@(arguments.height),
+ @"minimal-ui":@(arguments.minimalUI) };
}
void WebChromeClientIOS::dispatchViewportPropertiesDidChange(const WebCore::ViewportArguments& arguments) const
_WebViewportHeightKey
_WebViewportInitialScaleKey
_WebViewportMaximumScaleKey
+_WebViewportMinimalUIKey
_WebViewportMinimumScaleKey
_WebViewportUserScalableKey
_WebViewportWidthKey