Closed Bug 1655463 Opened 4 years ago Closed 4 years ago

nsIWindowWatcher's openWindow will start to use const nsACString&, not const char* anymore

Categories

(Thunderbird :: Upstream Synchronization, task)

Tracking

(Not tracked)

RESOLVED FIXED
81 Branch

People

(Reporter: smaug, Assigned: darktrojan)

Details

Attachments

(1 file)

Bug 1654088 is about to change nsIWindowWatcher a bit.
If one currently passes url,name or features as a literal char*, the change should be easy, just add _ns suffix. Otherwise one may want to use nsDependentCString, or if there is already nsCString around, pass that as param as such.

Thanks for the warning, Olli.

Assignee: nobody → geoff
Status: NEW → ASSIGNED

Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/6134fe7841af
Convert callers of nsIWindowWatcher.openWindow to use const nsACString&. rs=bustage-fix DONTBUILD

Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: