Re: [XHR] Some comments on "charset" in the Content-Type header

2009-10-09 Thread Boris Zbarsky
On 10/9/09 7:26 AM, Anne van Kesteren wrote: Are you willing to modify Gecko to a model where if Content-Type has been set by setRequestHeader() the charset parameter is changed if present to the encoding used and is not set when not present. And where if Content-Type has not been set setRequestH

Re: [cors] unaddressed security concerns

2009-10-09 Thread Mark S. Miller
On Thu, Oct 8, 2009 at 9:16 AM, Anne van Kesteren wrote: > On Thu, 08 Oct 2009 18:07:29 +0200, Mark S. Miller > wrote: >> >> The core criticism that several of us have raised about CORS has never >> been addressed -- that it creates further confused deputy problems. >> Rather than addressing the

Re: [widgets] Dropping xml:lang on icon elements

2009-10-09 Thread Marcos Caceres
On Fri, Oct 9, 2009 at 7:00 PM, Arthur Barstow wrote: > Marcos, > > On Oct 9, 2009, at 7:33 AM, ext Marcos Caceres wrote: > >> 3. In Step 7, step 7 gets dropped. > > > Just so we all clearly understand your #3 above, do you mean delete all of > step #7 (including its three sub-steps A., B. and C.)

Re: propose an API to return Range in etc. form control nodes (similar functionality as document.caretRangeFromPoint)

2009-10-09 Thread Xiaomei Ji
Hi Olli, Thanks for your comments. I see your point. Maybe I should propose Document.wordFromPoint() which directly returns the word under the mouse (and handles both the DOM node and non-DOM form control nodes). It hides the information about the node and should be a useful API. Thanks, Xiaome

Re: [widgets] Dropping xml:lang on icon elements

2009-10-09 Thread Arthur Barstow
Marcos, On Oct 9, 2009, at 7:33 AM, ext Marcos Caceres wrote: 3. In Step 7, step 7 gets dropped. Just so we all clearly understand your #3 above, do you mean delete all of step #7 (including its three sub-steps A., B. and C.) in section 9.1.16 of the TSE: http://dev.w3.org/2006/waf/w

Re: [widgets] Dropping xml:lang on icon elements

2009-10-09 Thread Marcos Caceres
On Fri, Oct 9, 2009 at 3:42 PM, Robin Berjon wrote: > On Oct 9, 2009, at 13:33 , Marcos Caceres wrote: >> >> For simplicity, keeping a two-dimensional lookup of media type × >> locales folder makes the implementation easiest and yields the least >> surprises. > > > Fine by me, so long as it doesn'

Re: [widgets] Dropping xml:lang on icon elements

2009-10-09 Thread Robin Berjon
On Oct 9, 2009, at 13:33 , Marcos Caceres wrote: For simplicity, keeping a two-dimensional lookup of media type × locales folder makes the implementation easiest and yields the least surprises. Fine by me, so long as it doesn't delay the spec any further :) -- Robin Berjon - http://berjon.com

File API comments

2009-10-09 Thread Julian Reschke
Ian Hickson wrote: On Thu, 8 Oct 2009, Jonas Sicking wrote: - why is a new URI scheme needed? Can't you just use urn:uuid? I think we'd really like to avoid creating a new scheme if we could reuse an existing one. I know Arun was looking for an existing scheme, but not sure if he looked at the

[widgets] Dropping xml:lang on icon elements

2009-10-09 Thread Marcos Caceres
During implementation, we found unnecessary complexity/redundancy with the combination of icon + xml:lang + folder based localization. The problem is that icons are specified as a list of icons, with different media types, of which the AU selects the one that is most suitable. Adding folder-based

Re: [XHR] Some comments on "charset" in the Content-Type header

2009-10-09 Thread Anne van Kesteren
On Thu, 08 Oct 2009 19:03:03 +0200, Boris Zbarsky wrote: On 10/8/09 11:21 AM, Anne van Kesteren wrote: I realize this discussion was well over a year ago. I imagine Gecko has meanwhile dealt with the compatibility issues so we can probably keep it in the specification if you can confirm that.