Re: [webkit-dev] Do we need a "webkitBackground" property for XMLHttpRequest?

2012-07-25 Thread xuewen
sent HTTP auth dialogs for any requests other than the main >>>> resource for the top-level frame. Presenting HTTP auth dialogs in >>>> other contexts is a phishing risk. >>> I think there are corporate/financial apps that would break if this was >>> pol

[webkit-dev] Do we need a "webkitBackground" property for XMLHttpRequest?

2012-07-24 Thread xuewen
When we send XMLHttpRequest to access search engines or it is sent from chrome extensions, we may do/don't want the browser to show the authentication challenge dialog. Should we provide a property to give a choice to users such as the "webkitBackground"? Please see the bug https://bugs.we

Re: [webkit-dev] How to deal with the difference between JS IDL and V8 IDL?

2012-04-23 Thread xuewen
he array syntax "float[]" is not supported by the JS binding IDL generator. This would be a bug. I think JSC should also support it. Would you file a bug to https://bugs.webkit.org/enter_bug.cgi?product=WebKit? On Mon, Apr 23, 2012 at 12:40 AM, xuewen mailto:xuewe

[webkit-dev] How to deal with the difference between JS IDL and V8 IDL?

2012-04-23 Thread xuewen
In the file Source/WebCore/Modules/gamepad/Gamepad.idl, there are two definitions: readonly attribute float[] axes; readonly attribute float[] buttons; The array syntax "float[]" is not supported by the JS binding IDL generator. Are the IDL generators for JS and V8 same? If it is right for V8