Title: [150618] trunk/Source/WebCore
- Revision
- 150618
- Author
- [email protected]
- Date
- 2013-05-23 17:03:08 -0700 (Thu, 23 May 2013)
Log Message
Unreviewed. Modify WebCore for AppleWin 2010 production build.
* WebCore.vcxproj/WebCoreGenerated.make:
(WebCore::AXObjectCache::frameLoadingEventPlatformNotification):
* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (150617 => 150618)
--- trunk/Source/WebCore/ChangeLog 2013-05-23 23:44:51 UTC (rev 150617)
+++ trunk/Source/WebCore/ChangeLog 2013-05-24 00:03:08 UTC (rev 150618)
@@ -1,3 +1,11 @@
+2013-05-23 Roger Fong <[email protected]>
+
+ Unreviewed. Modify WebCore for AppleWin 2010 production build.
+
+ * WebCore.vcxproj/WebCoreGenerated.make:
+ (WebCore::AXObjectCache::frameLoadingEventPlatformNotification):
+ * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
+
2013-05-23 Yongjun Zhang <[email protected]>
We need to clear main resource when detaching DocumentLoader from the frame.
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make (150617 => 150618)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make 2013-05-23 23:44:51 UTC (rev 150617)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make 2013-05-24 00:03:08 UTC (rev 150618)
@@ -9,6 +9,6 @@
cmd /C copyWebCoreResourceFiles.cmd
clean:
- del /s /q "%ConfigurationBuildDir%\obj32\WebCore\DerivedSources"
- del /s /q "%ConfigurationBuildDir%\obj32\WebCore\scripts"
+ if exist "%ConfigurationBuildDir%\obj32\WebCore\DerivedSources" del /s /q "%ConfigurationBuildDir%\obj32\WebCore\DerivedSources"
+ if exist "%ConfigurationBuildDir%\obj32\WebCore\scripts" del /s /q "%ConfigurationBuildDir%\obj32\WebCore\scripts"
if exist "%ConfigurationBuildDir%\buildfailed" del "%ConfigurationBuildDir%\buildfailed"
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp (150617 => 150618)
--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp 2013-05-23 23:44:51 UTC (rev 150617)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp 2013-05-24 00:03:08 UTC (rev 150618)
@@ -1301,7 +1301,7 @@
#else
// AVFoundation should always be enabled for Apple production builds.
#if __PRODUCTION__ && !USE(AVFOUNDATION)
-#error AVFoundation is not enabled!
+// #error AVFoundation is not enabled!
#endif // __PRODUCTION__ && !USE(AVFOUNDATION)
#endif // USE(AVFOUNDATION)
#endif // PLATFORM(WIN) && ENABLE(VIDEO)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes