Re: Standardizing request contexts

2014-07-01 Thread Tanvi Vyas
On 7/1/14 7:28 AM, Doug Turner wrote: adding tanvi. On Jul 1, 2014, at 7:20, Boris Zbarsky wrote: On 7/1/14, 6:06 AM, Anne van Kesteren wrote: Hi Doug, Patrick, Boris, ccing Jonas, since he's been thinking about this a lot recently. https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XP

Re: Are you interested in doing dynamic analysis of JS code?

2014-07-01 Thread Jonathan Griffin
The A-team would be very interested in being able to track JS code coverage; if you implemented the ability, we could add jobs in TBPL to track our test coverage over time, which would probably be useful and interesting. We'd be happy to get involved at any stage where it's practical to start

Re: Guidelines for naming preferences?

2014-07-01 Thread Benjamin Smedberg
On 6/30/2014 9:53 AM, Masayuki Nakano wrote: On 2014/06/30 22:51, Masayuki Nakano wrote: Hi, I wrote a draft of the guideline in MDN roughly. I hope a lot of developers discuss the rules and improve this draft! Oops, the draft is here. Sorry for the spam. https://developer.mozilla.org/en-US/

RFC: maybe-uninitialized warning squelcher template

2014-07-01 Thread Zack Weinberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 'Way back in February I was musing about the possibility of a mfbt helper template that would allow us to silence "variable X might be used uninitialized" warnings without the negative effects of default-initializing those variables (mainly, that tha

Intent to implement and ship: Improved ruby parsing in HTML with new tag omission rules

2014-07-01 Thread Koji Ishii
Summary: Two recent HTML changes improve ruby support: 1) Addition of the rb and rtc elements (but not rbc); and 2) Matching update to the tag omission rules to make ruby authoring easier. By implementing these changes, Gecko supports the parsing side of all the ruby use cases required for the int

Re: Session Restore (sessionstore)

2014-07-01 Thread Tobias Besemer
Am Dienstag, 1. Juli 2014 21:22:17 UTC+2 schrieb Zack Weinberg: > On 06/28/2014 08:12 AM, Tobias Besemer wrote: > > > > > > Forgetting closed pages - or the data to a page - would only be a > > > problem is a scenario like this: The user editing a large text in > > > a wiki, don't save it, cl

Re: Session Restore (sessionstore)

2014-07-01 Thread Tobias Besemer
Am Dienstag, 1. Juli 2014 14:05:39 UTC+2 schrieb David Rajchenbach-Teller: > Let's concentrate on Session Restore for the moment. OK, it was just because of the example and the need for a "Journaled Storage" ... > Adopting a Journaled Storage will let us decrease the total amount of > I/O. Once

Re: Intent to implement: Ability to surpress default contextmenu items

2014-07-01 Thread Florian Bender
Am Sonntag, 29. Juni 2014 03:53:21 UTC+2 schrieb Dale Harvey: > however they are currently shown in addition to the default items, we are > looking to implement an optional attribute that allows authors to disable > the default context menu items so only the applications items are shown. Please ta

Re: Session Restore (sessionstore)

2014-07-01 Thread Zack Weinberg
On 06/28/2014 08:12 AM, Tobias Besemer wrote: > > Forgetting closed pages - or the data to a page - would only be a > problem is a scenario like this: The user editing a large text in > a wiki, don't save it, close the page by mistake, close the > browser without undo the close of the page, resta

Re: Standardizing request contexts

2014-07-01 Thread Anne van Kesteren
On Tue, Jul 1, 2014 at 5:18 PM, Boris Zbarsky wrote: > So there are a few things to unpack here. > > If I do a window.open(), then I now have two top-level browsing contexts. > One of them is auxiliary, one is not, right? Its possible to then navigate > that browsing context via more window.open(

Re: Standardizing request contexts

2014-07-01 Thread Boris Zbarsky
On 7/1/14, 10:54 AM, Anne van Kesteren wrote: Good question. From what I remember the main motivation was having something distinct from navigating the top-level browsing context. A service worker might want to know whether it's "app" top-level browsing context is being navigated or whether it's

Re: Standardizing request contexts

2014-07-01 Thread Anne van Kesteren
On Tue, Jul 1, 2014 at 4:20 PM, Boris Zbarsky wrote: > What is the process of getting new contexts added as new features are added > to the platform? File a bug. > So, "popup". > > Is a "navigation" or a "popup"? What > about ? Does it depend on whether an > existing navigation context with t

Re: Standardizing request contexts

2014-07-01 Thread Doug Turner
adding tanvi. On Jul 1, 2014, at 7:20, Boris Zbarsky wrote: > On 7/1/14, 6:06 AM, Anne van Kesteren wrote: >> Hi Doug, Patrick, Boris, > > ccing Jonas, since he's been thinking about this a lot recently. > >> https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsICo

Re: Standardizing request contexts

2014-07-01 Thread Mike West
On Tue, Jul 1, 2014 at 4:20 PM, Boris Zbarsky wrote: > I assume it will be the responsibility of whoever invokes a fetch to > specify a context? > Yes. > What is the process of getting new contexts added as new features are > added to the platform? > So far, I've been pinging Anne while worki

Re: Standardizing request contexts

2014-07-01 Thread Boris Zbarsky
On 7/1/14, 6:06 AM, Anne van Kesteren wrote: Hi Doug, Patrick, Boris, ccing Jonas, since he's been thinking about this a lot recently. https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIContentPolicy suggests we have somewhat less granularity than Chromium / th

Tree Closure Stats - June 2014

2014-07-01 Thread David Burns
Hi Everyone, (cross posted to dev-platform) Below is the stats for Tree Closures for the main trees that the sheriffs manage. Please feel free to let me know if you have any questions._ _A lot of the backlog numbers were down to there being AWS machines not picking up jobs fast enough. RelEn

Re: Session Restore (sessionstore)

2014-07-01 Thread David Rajchenbach-Teller
Let's concentrate on Session Restore for the moment. Adopting a Journaled Storage will let us decrease the total amount of I/O. Once we have sufficiently fine-grained differential updates, either Journaled Storage or Sqlite would allow us to change only a single tab (or even a single attribute). B

Re: Are you interested in doing dynamic analysis of JS code?

2014-07-01 Thread Philip Chee
On 01/07/2014 01:21, Fitzgerald, Nick wrote: > FWIW, I just remembered that Honza and the Firebug folks have been > asking for something like this for a while, and they can't completely > remove dependency on the old debugger API until there is a replacement. > > https://bugzilla.mozilla.org/sho

Standardizing request contexts

2014-07-01 Thread Anne van Kesteren
Hi Doug, Patrick, Boris, Mike and I are working on defining most things content <> network. One of those is the context of a request. See: http://fetch.spec.whatwg.org/#concept-request-context Some of the ongoing discussion is happening here: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26247 N

Re: Are you interested in doing dynamic analysis of JS code?

2014-07-01 Thread Neil
Fitzgerald, Nick wrote: Honza and the Firebug folks have been asking for something like this for a while, and they can't completely remove dependency on the old debugger API until there is a replacement. https://bugzilla.mozilla.org/show_bug.cgi?id=797876 JSD1 just got removed in bug 800200