Re: Tagging legitimate main thread I/O

2014-02-10 Thread ishikawa
On (2014年02月08日 11:15), Brian Smith wrote: On Fri, Feb 7, 2014 at 11:13 AM, David Keeler dkee...@mozilla.com wrote: On 02/07/14 10:31, ISHIKAWA, Chiaki wrote: Message: [10549] WARNING: Security network blocking I/O on Main Thread: file

Re: A proposal to reduce the number of styles in Mozilla code

2014-02-10 Thread Nicholas Nethercote
On Fri, Jan 31, 2014 at 6:08 AM, Benjamin Smedberg benja...@smedbergs.us wrote: I'm not sure that we need to fix all the problems in order to be useful. I'd certainly automatically-generated whole-file patches which just do re-indenting and some simple brace fixup. Attachment

Re: Cairo being considered as the basis of a standard C++ drawing API

2014-02-10 Thread Neil
Robert O'Callahan wrote: asm.js code must go through Web platform APIs So the preference would be an API that translates easily to canvas-2D? -- Warning: May contain traces of nuts. ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Removing support for OS/2

2014-02-10 Thread Ted Mielczarek
On 2/8/2014 1:57 AM, Gregory Szorc wrote: Bug 969757 currently has a patch to remove most remnants of OS/2 from the *entire* tree. If you have any interest in preserving references to OS/2 in the tree, now would be the time to speak up. To be blunt: this ship has sailed. I don't think we will

Rendering meeting, Monday 2:30pm PDT (the earlier time)

2014-02-10 Thread Milan Sreckovic
The Rendering meeting is about all things Gfx, Image, Layout, and Media. It takes place every second Monday, alternating between 2:30pm PDT and 5:30pm PDT. The next meeting will take place today Monday, Feb 10 at 2:30 PM US/Pacific Please add to the agenda:

Re: Platform SDK: What do we really want it to be?

2014-02-10 Thread Benjamin Smedberg
On 2/6/2014 2:08 AM, ajvinc...@gmail.com wrote: I recently submitted a bug and patch to copy the stub executable and application bundling script (install_app.py) from XULRunner to Firefox. Mike Hommey (glandium) thinks that's a bad idea. [2] His objection is that that just makes it stay

Re: Tagging legitimate main thread I/O

2014-02-10 Thread David Rajchenbach-Teller
On 2/10/14 2:43 PM, Benjamin Smedberg wrote: On 2/7/2014 10:31 AM, David Rajchenbach-Teller wrote: Since main thread I/O keeps being added to the tree, for good or bad reasons, I believe that we should adopt a convention of tagging legitimate main thread I/O. When you say tagging do you mean

Re: Removing support for OS/2

2014-02-10 Thread Dmitriy Kuminov
Gregory, 08 февр. 2014 г., в 10:57, Gregory Szorc g...@mozilla.com написал(а): On 8/7/13, 1:00 PM, d...@dmik.org wrote: Regarding the main subject. There are many OS/2 parts that are still valid (e.g. the NSPR code) so if you will drop them we will have to reapply them back in our repo.

Re: Removing support for OS/2

2014-02-10 Thread Ehsan Akhgari
Hi Dmitriy, On Mon, Feb 10, 2014 at 4:46 AM, Dmitriy Kuminov d...@dmik.org wrote: Gregory, 08 февр. 2014 г., в 10:57, Gregory Szorc g...@mozilla.com написал(а): On 8/7/13, 1:00 PM, d...@dmik.org wrote: Regarding the main subject. There are many OS/2 parts that are still valid (e.g. the

Re: DXR UI refresh is live!

2014-02-10 Thread Erik Rose
I notice the click here to view all search results link is at the top of the code listing now, instead of being with the search bar. That means it'll be invisible most of the time. First, let me say that we're still moving error messages around. We'll probably end up with something like this

DOM Bindings Meeting - Monday @ 12:30 PM PST

2014-02-10 Thread Andrew McCreight
Our weeklyesque DOM bindings meetings continue on Monday Feb 10 at 12:30 PM PST. http://arewemeetingyet.com/Los%20Angeles/Mon/12:30/w/DOM%20Bindings%20Meeting Meeting details: * Monday, Feb 10, 2014, 12:30 PM PST * Dial-in Info: - Vidyo room: Boris Zbarsky

Re: Removing support for OS/2

2014-02-10 Thread Gavin Sharp
Another issue, are you planning to upstream your work to Mozilla in the near future? Regardless of intent, I don't think any OS/2 support patches should be accepted in mozilla-central. A platform port like that is too high touch and low-value to be worth the maintenance burden in

Re: DXR UI refresh is live!

2014-02-10 Thread Erik Rose
I notice the click here to view all search results link is at the top of the code listing now, instead of being with the search bar. That means it'll be invisible most of the time. First, let me say that we're still moving error messages around. We'll probably end up with something like

Re: Removing support for OS/2

2014-02-10 Thread Ehsan Akhgari
On Mon, Feb 10, 2014 at 1:45 PM, Gavin Sharp ga...@gavinsharp.com wrote: Another issue, are you planning to upstream your work to Mozilla in the near future? Regardless of intent, I don't think any OS/2 support patches should be accepted in mozilla-central. A platform port like that is too

Re: Cairo being considered as the basis of a standard C++ drawing API

2014-02-10 Thread Botond Ballo
It seems to me that we have arrived at the conclusion that a good drawing API should be mostly stateless (like Moz2D), instead of Cairo's stateful API. As a result we are currently removing all uses of the Cairo API and we will eventually remove Cairo from our codebase altogether (in favor of