Title: [109141] trunk/WebKitLibraries
- Revision
- 109141
- Author
- [email protected]
- Date
- 2012-02-28 12:46:56 -0800 (Tue, 28 Feb 2012)
Log Message
[Mac] Add an experimental SPI for plug-ins to enter sandbox
https://bugs.webkit.org/show_bug.cgi?id=79709
This pulls a lot of WKSI changes at once, because the script that updates it didn't
work for a while.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceLion.a:
* libWebKitSystemInterfaceSnowLeopard.a:
Modified Paths
Diff
Modified: trunk/WebKitLibraries/ChangeLog (109140 => 109141)
--- trunk/WebKitLibraries/ChangeLog 2012-02-28 20:46:29 UTC (rev 109140)
+++ trunk/WebKitLibraries/ChangeLog 2012-02-28 20:46:56 UTC (rev 109141)
@@ -1,3 +1,16 @@
+2012-02-28 Alexey Proskuryakov <[email protected]>
+
+ [Mac] Add an experimental SPI for plug-ins to enter sandbox
+ https://bugs.webkit.org/show_bug.cgi?id=79709
+
+ This pulls a lot of WKSI changes at once, because the script that updates it didn't
+ work for a while.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceLion.a:
+ * libWebKitSystemInterfaceSnowLeopard.a:
+
2012-02-10 Adam Klein <[email protected]>
Enable MUTATION_OBSERVERS by default on all platforms
Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (109140 => 109141)
--- trunk/WebKitLibraries/WebKitSystemInterface.h 2012-02-28 20:46:29 UTC (rev 109140)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h 2012-02-28 20:46:56 UTC (rev 109141)
@@ -273,7 +273,9 @@
WKMediaUIPartControlsPanel,
WKMediaUIPartVolumeSliderContainer,
WKMediaUIPartVolumeSlider,
- WKMediaUIPartVolumeSliderThumb
+ WKMediaUIPartVolumeSliderThumb,
+ WKMediaUIPartFullScreenVolumeSlider,
+ WKMediaUIPartFullScreenVolumeSliderThumb,
} WKMediaUIPart;
typedef enum {
@@ -344,6 +346,8 @@
void WKWindowBounceAnimationContextDestroy(WKWindowBounceAnimationContextRef context);
void WKWindowBounceAnimationSetAnimationProgress(WKWindowBounceAnimationContextRef context, double animationProgress);
+void WKWindowSetClipRect(NSWindow*, NSRect);
+
#if defined(__x86_64__)
#import <mach/mig.h>
CFRunLoopSourceRef WKCreateMIGServerSource(mig_subsystem_t subsystem, mach_port_t serverPort);
@@ -432,6 +436,8 @@
OSStatus WKEnableSandboxStyleFileQuarantine(void);
+bool WKEnterPluginSandbox(const char* profile, const char* parameters[], const char* readOnlyPaths[], const char* readWritePaths[]);
+
int WKRecommendedScrollerStyle(void);
bool WKExecutableWasLinkedOnOrBeforeSnowLeopard(void);
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a
(Binary files differ)
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a
(Binary files differ)
Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a
(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes