Port bug 1522694: Add an API to get whether this install is the OS default install
Categories
(MailNews Core :: General, task)
Tracking
(Not tracked)
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
Details
Attachments
(1 file, 1 obsolete file)
6.55 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Looks like toolkit tests will soon use nsIToolkitShellService.isDefaultApplication declared here:
https://hg.mozilla.org/mozilla-central/rev/98859fd44b41#l12.21
If we don't provide it, those tests will fail.
Looks like the changeset would be easy to port since we already have ns*ShellService.cpp here:
https://searchfox.org/comm-central/source/mail/components/shell
Assignee | ||
Comment 1•6 years ago
|
||
Maybe bug 1521902 is also worth a look in this context. I haven't looked, FRG mentioned it on IRC.
Assignee | ||
Comment 2•6 years ago
|
||
This compile on Windows. I left the aStartupCheck
parameter since it's uses a few times.
This should compile in the other platforms as well, Magnus can you check on Linux.
Assignee | ||
Comment 3•6 years ago
|
||
Changed variable name, sorry about the noise.
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Right, cut/paste error, will fix before landing.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/4e1c6a32b962
Port bug 1522694: Add support for nsIToolkitShellService.isDefaultApplication(). r=mkmelin
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Description
•