Closed Bug 1415154 Opened 7 years ago Closed 7 years ago

Port |Bug 1414767 - Moving SlicedInputStream under mozilla namespace|

Categories

(MailNews Core :: Backend, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 58.0

People

(Reporter: jorgk-bmo, Assigned: jorgk-bmo)

Details

Attachments

(1 file, 1 obsolete file)

+#include "mozilla/SlicedInputStream.h"
-#include "SlicedInputStream.h"
Maybe I'll have to prepend mozilla:: in some spots, let's see what the compiler says.
Assignee: nobody → jorgk
Status: NEW → ASSIGNED
Three of the four files had
  using namespace mozilla;
so I added it to the fourth one instead of adding mozilla:: in many places.
Attachment #8925913 - Attachment is obsolete: true
Attachment #8925923 - Flags: review?(acelists)
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/f840d467eaa1
Port bug 1414767 to mailnews: SlicedInputStream moved to mozilla namespace. rs=bustage-fix
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 58.0
Comment on attachment 8925923 [details] [diff] [review]
1415154-SlicedInputStream-mozilla.patch

Review of attachment 8925923 [details] [diff] [review]:
-----------------------------------------------------------------

Thanks.

::: mailnews/local/src/nsMailboxProtocol.cpp
@@ +22,5 @@
>  #include "prerror.h"
>  #include "prprf.h"
>  #include "nspr.h"
>  
>  static mozilla::LazyLogModule MAILBOX("MAILBOX");

I wonder if this prefix could be removed now, but don't bother PL.

::: mailnews/news/src/nsNNTPProtocol.cpp
@@ +23,4 @@
>  #include "nsINntpUrl.h"
>  #include "prmem.h"
>  #include "prtime.h"
>  #include "mozilla/Logging.h"

Maybe this one could be moved to the others, but don't bother to do it now PL.
Attachment #8925923 - Flags: review?(acelists) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/8fe22762188b
Follow-up: minor tweaks (order of includes, etc.). r=aceman DONTBUILD
Let's make it better. Sadly perfect isn't possible here since the include order is messed up in most places and follows some weird rules.
Whiteboard: [PLR]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: