Reviewed by Eric Seidel.
Implement FULLSCREEN_API on Windows, Part 4: Enable it
https://bugs.webkit.org/show_bug.cgi?id=59798
* wtf/Platform.h: Set ENABLE_FULLSCREEN_API on win.
2011-04-29 Jer Noble <jer.noble@apple.com>
Reviewed by Eric Seidel.
Implement FULLSCREEN_API on Windows, Part 4: Enable it
https://bugs.webkit.org/show_bug.cgi?id=59798
* WebCore.vcproj/WebCore.vcproj: Add missing full screen related
files to the project.
2011-04-29 Jer Noble <jer.noble@apple.com>
Reviewed by Eric Seidel.
Implement FULLSCREEN_API on Windows, Part 4: Enable it
https://bugs.webkit.org/show_bug.cgi?id=59798
* win/tools/vsprops/FeatureDefines.vsprops: Set ENABLE_FULLSCREEN_API to true.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@85719
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-29 Jer Noble <jer.noble@apple.com>
+
+ Reviewed by Eric Seidel.
+
+ Implement FULLSCREEN_API on Windows, Part 4: Enable it
+ https://bugs.webkit.org/show_bug.cgi?id=59798
+
+ * wtf/Platform.h: Set ENABLE_FULLSCREEN_API on win.
+
2011-05-03 Alexis Menard <alexis.menard@openbossa.org>
Reviewed by Eric Seidel.
#define ENABLE_WEB_ARCHIVE 1
#endif
+#if PLATFORM(WIN) && !OS(WINCE) && !PLATFORM(CHROMIUM) && !defined(WIN_CAIRO) && !PLATFORM(QT)
+#define ENABLE_FULLSCREEN_API 1
+#endif
+
#if PLATFORM(WX)
#define ENABLE_ASSEMBLER 1
#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
+2011-04-29 Jer Noble <jer.noble@apple.com>
+
+ Reviewed by Eric Seidel.
+
+ Implement FULLSCREEN_API on Windows, Part 4: Enable it
+ https://bugs.webkit.org/show_bug.cgi?id=59798
+
+ * WebCore.vcproj/WebCore.vcproj: Add missing full screen related
+ files to the project.
+
2011-05-03 Alpha Lam <hclam@chromium.org>
Not reviewed. Build fix.
>
</File>
<File
+ RelativePath="..\rendering\RenderFullScreen.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\rendering\RenderFullScreen.h"
+ >
+ </File>
+ <File
RelativePath="..\rendering\RenderHTMLCanvas.cpp"
>
<FileConfiguration
}
img:-webkit-full-screen {
- width: auto;
+ width: auto;
height: 100%;
max-width: 100%;
}
+2011-04-29 Jer Noble <jer.noble@apple.com>
+
+ Reviewed by Eric Seidel.
+
+ Implement FULLSCREEN_API on Windows, Part 4: Enable it
+ https://bugs.webkit.org/show_bug.cgi?id=59798
+
+ * win/tools/vsprops/FeatureDefines.vsprops: Set ENABLE_FULLSCREEN_API to true.
+
2011-05-03 David Kilzer <ddkilzer@apple.com>
Part 1 of 2: <http://webkit.org/b/59838> Implement HTTP pipelining for CoreFoundation-based networking
/>
<UserMacro
Name="ENABLE_FULLSCREEN_API"
- Value=""
+ Value="ENABLE_FULLSCREEN_API"
PerformEnvironmentSet="true"
/>
<UserMacro