Re: Vim Users: Introducing YouCompleteMe Support

2015-07-20 Thread Bobby Holley
Note that bug 1185612 currently causes the compiles to fail (workaround in the bug). I also had to |brew unlink python| to prevent segfaulting on startup. I didn't need to use MacVIM. HTH, bholley On Mon, Jul 20, 2015 at 9:02 AM, Benoit Girard wrote: > YouCompleteMe supports has landed in Geck

Re: Vim Users: Introducing YouCompleteMe Support

2015-07-20 Thread Andrew Halberstadt
This is awesome! The docs are a bit misleading though, as you don't need Vundle to use YCM. E.g with https://github.com/junegunn/vim-plug installed, you can add the following to your .vimrc: call plug#begin() Plug 'Valloric/YouCompleteMe', {'do': './install.sh --clang-completer'} autocmd! User

Re: GTK3 linux builds

2015-07-20 Thread Mike Hommey
On Tue, Jul 21, 2015 at 01:30:13AM +1200, Robert O'Callahan wrote: > On Tue, Jul 21, 2015 at 1:04 AM, Jeff Muizelaar > wrote: > > > I believe Flash does. > > > > OK, I can't get it to work, but I think it's just my system. > > I verified that Fedora 22 (and I think 21) shipped GTK3 Firefox. If

Re: Proposed W3C Charters: All Groups, Web Accessibility Initiative (WAI)

2015-07-20 Thread L. David Baron
On Monday 2015-03-02 10:57 -0800, L. David Baron wrote: > The W3C is proposing revised charters for nearly all of the working > groups in the Web Accessibility Initiative (all except Independent > User Interface): A new round of charters is now available for review (each in a separate review this

Re: Hash table iterators, and a call for help

2015-07-20 Thread Nicholas Nethercote
On Mon, Jul 20, 2015 at 12:37 AM, Kyle Huey wrote: > > Is there a reason the iterator methods are named GetKey(), GetData(), > etc instead of just Key(), Data(), etc? For PLDHashTable and nsTHashtable it's just Get(), and I followed that for nsBaseHashtable. But I can change it to Key(), Data() a

Re: Hash table iterators, and a call for help

2015-07-20 Thread Nicholas Nethercote
On Mon, Jul 20, 2015 at 5:18 PM, Nicholas Nethercote wrote: >> >> Is there a reason the iterator methods are named GetKey(), GetData(), >> etc instead of just Key(), Data(), etc? > > For PLDHashTable and nsTHashtable it's just Get(), and I followed that > for nsBaseHashtable. But I can change it t

Re: GTK3 linux builds

2015-07-20 Thread Jeff Muizelaar
On Mon, Jul 20, 2015 at 6:18 PM, Mike Hommey wrote: > > There are a few remaining perma reds and oranges, FWIW. Which ones? I don't see anything on elm. -Jeff ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listin

Proposed W3C Charters: All Groups, XML Activity

2015-07-20 Thread L. David Baron
The W3C is proposing revised charters for all of the working groups in the XML Activity: https://lists.w3.org/Archives/Public/public-new-work/2015Jul/.html http://www.w3.org/XML/2015/05/activity-proposal.html (which has a brief summary of the work) recharter: Efficient XML Intercha

Re: GTK3 linux builds

2015-07-20 Thread Martin Stransky
On 07/20/2015 03:30 PM, Robert O'Callahan wrote: On Tue, Jul 21, 2015 at 1:04 AM, Jeff Muizelaar wrote: I believe Flash does. OK, I can't get it to work, but I think it's just my system. I verified that Fedora 22 (and I think 21) shipped GTK3 Firefox. If there aren't any major blocking bug

Re: Intent to implement HTMLMediaElement.srcObject partially

2015-07-20 Thread Robert O'Callahan
On Mon, Jul 20, 2015 at 6:33 PM, Jonas Sicking wrote: > Good point. We also need to call > URL.revokeObjectURL(this.mOldObjectURL); in the .src setter and in the > dtor. > OK, but we still leak if someone saves a reference to the HTMLMediaElement as an expando property of the Blob/File. It woul

Re: Hash table iterators, and a call for help

2015-07-20 Thread Kyle Huey
On Mon, Jul 13, 2015 at 1:36 PM, Nicholas Nethercote wrote: > Hi, > > Last week I landed patches that remove PL_DHashTableEnumerate() from > the tree (https://bugzilla.mozilla.org/show_bug.cgi?id=1180072). You > should now use PLDHashTable::Iterator if you want to iterate over a > PLDHashTable. Th

Re: Hash table iterators, and a call for help

2015-07-20 Thread Nathan Froyd
On Mon, Jul 20, 2015 at 3:37 AM, Kyle Huey wrote: > Is there a reason the iterator methods are named GetKey(), GetData(), > etc instead of just Key(), Data(), etc? > Because the XPCOM owner is an idiot and forgot about the Gecko convention. -Nathan __

Re: GTK3 linux builds

2015-07-20 Thread Jeff Muizelaar
I believe Flash does. -Jeff On Sun, Jul 19, 2015 at 11:34 PM, Robert O'Callahan wrote: > Jeff, does Flash with with GTK3 builds? > > Rob > -- > lbir ye,ea yer.tnietoehr rdn rdsme,anea lurpr edna e hnysnenh hhe uresyf > toD > selthor stor edna siewaoeodm or v sstvr esBa kbvted,t > rdsme,a

Re: GTK3 linux builds

2015-07-20 Thread Robert O'Callahan
On Tue, Jul 21, 2015 at 1:04 AM, Jeff Muizelaar wrote: > I believe Flash does. > OK, I can't get it to work, but I think it's just my system. I verified that Fedora 22 (and I think 21) shipped GTK3 Firefox. If there aren't any major blocking bugs for GTK3 >= 3.4, and the tests are green, I thin

Re: Intent to unship: Prefixed mozRequestAnimationFrame and related APIs (mozAnimationStartTime, mozCancelAnimationFrame)

2015-07-20 Thread Boris Zbarsky
On 7/16/15 8:08 PM, Boris Zbarsky wrote: Tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=909154 I've just landed this on inbound. We'll see how it goes... -Boris ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.m

Vim Users: Introducing YouCompleteMe Support

2015-07-20 Thread Benoit Girard
YouCompleteMe supports has landed in Gecko. It doesn't require any mozilla configuration changes on your part. We've landed a file at the root of the tree '.ycm_extra_conf.py' that lets YCM query the build system for the configuration of each file giving accurate results that match your environment

PSA: New clang deployed to static analysis builders

2015-07-20 Thread Ehsan Akhgari
Hi everyone, Over the weekend, I landed bug 1123386 which upgrades the clang version we use on our Linux and OSX builders to something close to the LLVM trunk. This unblocks some static analysis work that could not land due to us using a compiler from a few years ago on our infrastructure, and it

Re: GTK3 linux builds

2015-07-20 Thread Jeff Muizelaar
Benjamin, Do you still have any opposition to the plan suggested by Roc? -Jeff On Mon, Jul 20, 2015 at 9:30 AM, Robert O'Callahan wrote: > On Tue, Jul 21, 2015 at 1:04 AM, Jeff Muizelaar > wrote: >> >> I believe Flash does. > > > OK, I can't get it to work, but I think it's just my system. > >

Re: Intent to implement HTMLMediaElement.srcObject partially

2015-07-20 Thread Jonas Sicking
On Mon, Jul 20, 2015 at 12:27 AM, Robert O'Callahan wrote: > On Mon, Jul 20, 2015 at 6:33 PM, Jonas Sicking wrote: >> >> Good point. We also need to call >> URL.revokeObjectURL(this.mOldObjectURL); in the .src setter and in the >> dtor. > > > OK, but we still leak if someone saves a reference to