Re: [webkit-dev] Adding 'X-Content-Type-Options: nosniff' support for scripts.

2013-02-07 Thread Mike West
(resending from the correct address) I just checked http://philip.html5.org/tests/ie8/cases/content-type-nosniff.html in IE10, and ' http://philip.html5.org/tests/ie8/cases/resources/script_as_text_plain_nosniff' is blocked as expected. It looks like they resolved the issues they faced without

Re: [webkit-dev] Can we remove Notification.show()?

2013-02-07 Thread Claudio Saavedra
On Mon, 2013-01-28 at 10:35 +0100, Andrew Wilson wrote: So, we've recently landed some fixes to address permissions handling for Notification.show(): http://trac.webkit.org/changeset/140927 Turns out, the notifications specification does not have a show() API (the notification is

Re: [webkit-dev] Can we remove Notification.show()?

2013-02-07 Thread Andrew Wilson
It should definitely not be necessary to call Notification.show(), although I have not removed that API since I am busy with some other tasks currently. What browser/WebKit revision are you using? In Chrome 26, I just opened the javascript console and typed new Notification('blah') and it

Re: [webkit-dev] Can we remove Notification.show()?

2013-02-07 Thread Claudio Saavedra
On Thu, 2013-02-07 at 13:55 +0100, Andrew Wilson wrote: It should definitely not be necessary to call Notification.show(), although I have not removed that API since I am busy with some other tasks currently. What browser/WebKit revision are you using? You're right. It's a fairly recent

Re: [webkit-dev] SerializedScriptValue: signed vs unsigned char

2013-02-07 Thread Glenn Adams
On Wed, Feb 6, 2013 at 5:35 PM, Alec Flett alecfl...@chromium.org wrote: Personally outside of WebKit I tend to see more char* as the common denominator for raw bytes. I've been coding in C since around 1972, and I admit that in the early days, char was used as a synonym for byte, however,

Re: [webkit-dev] Constructors for DOM4 Events

2013-02-07 Thread Kentaro Hara
Now all DOM4 event constructors (UIEvent, FocusEvent, MouseEvent, WheelEvent, CompositionEvent and KeyboardEvent) are implemented under a DOM4_EVENTS_CONSTRUCTOR flag. Currently the flag is enabled on Safari and Chromium. Please enable the flag once your port wants to enable the feature. Before:

Re: [webkit-dev] Common build system (was Re: WebKit Wishes)

2013-02-07 Thread Mark Rowe
On 2013-02-03, at 21:20, Maciej Stachowiak m...@apple.com wrote: I should mention that there's a lot of interest right now at Apple in the possibility of switching to Gyp. I’ve filed https://bugs.webkit.org/show_bug.cgi?id=109248 to track initial work in getting gyp set up for the Mac