Re: [widgets] API - openURL security considerations

2010-02-19 Thread Adam Barth
That depends on what security context the browser thinkings you're running in. In general, you need to understand the security implications of each API, regardless of how you implement them. Adam On Thu, Feb 18, 2010 at 1:09 PM, Scott Wilson wrote: > Hi both, > > Apache Wookie (incubating) cur

Re: [WebTiming] HTMLElement timing

2010-02-19 Thread Zhiheng Wang
Hi, James, On Wed, Feb 17, 2010 at 10:36 PM, James Robinson wrote: > A few more questions: > > * What should the values of domainLookupStart/domainLookupEnd be if the DNS > lookup was served out of cache? > It should be the time before/after the retrieval of the cached entry. The latency for

Re: Web Sockets API, buffer handling after the connection is closed

2010-02-19 Thread Olli Pettay
On 2/19/10 12:59 AM, Ian Hickson wrote: On Thu, 18 Feb 2010, Olli Pettay wrote: I wonder why send() needs to buffer anything after the connection is closed. bufferedAmount is defined: "If the connection is closed, this attribute's value will only increase with each call to the send() method (th