Re: Opera's Proposal for :context Selector

2008-07-18 Thread Lachlan Hunt
-www-style +public-webapps Andrew Fedoniouk wrote: Lachlan Hunt wrote: Andrew Fedoniouk wrote: Bert Bos wrote: (It seems to me you shouldn't need it at all. The problem seems to be that x.querySelector(:root) doesn't return x. That looks strange to me: you pass a tree and a pattern, and

Re: Widgets and :context

2008-07-18 Thread Charles McCathieNevile
On Thu, 17 Jul 2008 20:31:13 +0200, Andrew Fedoniouk [EMAIL PROTECTED] wrote: That is what I thought: widgets if used as components on some page behave as a micro documents - fragments of the DOM with local style systems rooted to the widget. But it seems that this is not the case - that

Re: #webapps is now logged

2008-07-18 Thread Krijn Hoetmer
It is my understanding that Krijn implemented some type of [off] functionality. Krijn - would you please provide a short summary regarding that function (or a pointer to such information)? If you say And the [off] is some secret info. you'll get

Re: [D3E] Possible Changes to Mutation Events

2008-07-18 Thread Kartikaya Gupta
On Thu, 17 Jul 2008 17:51:42 -0700, Jonas Sicking [EMAIL PROTECTED] wrote: As for when the events fire (note that this is just clarifications of the spec, not changes to it): For events that fire after the mutation takes place I propose that we add a concept of a compound operation and

Re: [D3E] Possible Changes to Mutation Events

2008-07-18 Thread Jonas Sicking
Doug Schepers wrote: Hi, Jonas- Thanks for this modified proposal. I want to hear back from those who've already commented as to their disposition, and to solicit comments from other known implementors (e.g., gtk, BitFlash, Opera, JSR), but I think your proposal is reasonable, and well

Re: [D3E] Possible Changes to Mutation Events

2008-07-18 Thread Jonas Sicking
Kartikaya Gupta wrote: On Thu, 17 Jul 2008 17:51:42 -0700, Jonas Sicking [EMAIL PROTECTED] wrote: * Add a DOMDescendantRemovedFromDocument event which is fired on a node when the node is in a document, but any of nodes the descendants is removed from the document. The event is fired

Re: Widgets and :context

2008-07-18 Thread Andrew Fedoniouk
Charles McCathieNevile wrote: On Thu, 17 Jul 2008 20:31:13 +0200, Andrew Fedoniouk [EMAIL PROTECTED] wrote: That is what I thought: widgets if used as components on some page behave as a micro documents - fragments of the DOM with local style systems rooted to the widget. But it seems

Re: [D3E] Possible Changes to Mutation Events

2008-07-18 Thread Doug Schepers
Hi, Jonas- Jonas Sicking wrote (on 7/18/08 2:51 PM): Well, I'd start by asking what the rationale is for mutation events at all :) They seem to only solve the very simple cases where all parties that mutate the page cooperate nicely with each other and with the parties that listen to mutation

New file I/O build

2008-07-18 Thread Charles McCathieNevile
Hi folks, if you want to play around with the file I/O stuff, we have released another Opera build on desktop platforms (Windows, Mac, Linux, FreeBSD) that incorporates it - again for the moment only enabled for widgets. This is an experimental build, so usual warnings and disclaimers

Re: Proposal for an extension XMLHttpRequest to allow sending files

2008-07-18 Thread Maciej Stachowiak
On Jul 18, 2008, at 9:58 AM, Aaron Boodman wrote: On Thu, Jul 17, 2008 at 4:06 PM, Maciej Stachowiak [EMAIL PROTECTED] wrote: On Jul 17, 2008, at 3:53 PM, Aaron Boodman wrote: I have two minor concerns with this proposal, both in the cases where it differs from Gears: 1. Combining the

XDomainRequest Integration with AC

2008-07-18 Thread Sunava Dutta
I'm in time pressure to lock down the header names for Beta 2 to integrate XDR with AC. It seems no body has objected to Jonas's proposal. http://lists.w3.org/Archives/Public/public-webapps/2008JulSep/0175.html Please let me know if this discussion is closed so we can make the change. Namely,

RE: XDomainRequest Integration with AC

2008-07-18 Thread Eric Lawrence
The specific concern with redirections is that we know of instances where redirection systems are in use that do not currently support addition of custom response headers, and cannot be trivially updated to add such headers. These redirection systems include legacy C++ applications whose

Re: XDomainRequest Integration with AC

2008-07-18 Thread Maciej Stachowiak
On Jul 18, 2008, at 4:20 PM, Sunava Dutta wrote: I’m in time pressure to lock down the header names for Beta 2 to integrate XDR with AC. It seems no body has objected to Jonas’s proposal. http://lists.w3.org/Archives/Public/public-webapps/2008JulSep/0175.html Please let me know if this

Re: XDomainRequest Integration with AC

2008-07-18 Thread Maciej Stachowiak
On Jul 18, 2008, at 4:56 PM, Eric Lawrence wrote: The specific concern with redirections is that we know of instances where redirection systems are in use that do not currently support addition of custom response headers, and cannot be trivially updated to add such headers. These

RE: XDomainRequest Integration with AC

2008-07-18 Thread Eric Lawrence
Can you elaborate on the scenario you're concerned about? I cannot think of a scenario matching your description that could not be exploited using HTML4 Forms alone. Thanks! Eric Lawrence Program Manager - IE Security Want to view and tamper with HTTP(S) traffic? Try

Re: XDomainRequest Integration with AC

2008-07-18 Thread Maciej Stachowiak
On Jul 18, 2008, at 5:15 PM, Eric Lawrence wrote: Can you elaborate on the scenario you’re concerned about? I cannot think of a scenario matching your description that could not be exploited using HTML4 Forms alone. Forms do not give you read access to the target of the redirect,

RE: XDomainRequest Integration with AC

2008-07-18 Thread Eric Lawrence
In the scenario you described, the threat was that there would be information disclosure against an unsuspecting redirector in the middle of a redirection chain. It's not clear to me how providing read-access to the final destination (which must opt-in to such access using an Access-Control

RE: XDomainRequest Integration with AC

2008-07-18 Thread Sunava Dutta
Jonas said: 'url' is parsed as an absolute URL using the internal parser used for normal URL parsing, but if the resulting URL contains anything other than scheme, domain and port then access should be denied. I.e. if the url contains a path, a query string a fragment or similar, the header is