Re: MOZ_DBG

2019-04-03 Thread Dave Townsend
I just landed support for MOZ_DBG for nsIFile (shows the path of the file) and nsIURI (shows the uri spec) onto inbound. On Sat, Mar 30, 2019 at 8:04 AM Dave Townsend wrote: > This sounds excellent. I think on Monday I'll go right to work making this > work for URIs which are p

Re: MOZ_DBG

2019-03-30 Thread Dave Townsend
ded > on autoland, I've added the MOZ_DBG macro. > > MOZ_DBG can be added around almost any kind of expression[2], as long as > there is an operator<<(ostream&, ...) defined for its type. I added > operator<< definitions for nsAString, nsACString, mozilla::Span, nsTA

MOZ_DBG

2019-03-29 Thread Cameron McCormack
imilar for C++, so in bug 1538081, which just landed on autoland, I've added the MOZ_DBG macro. MOZ_DBG can be added around almost any kind of expression[2], as long as there is an operator<<(ostream&, ...) defined for its type. I added operator<< definitions for nsASt