Update GNOME shell service
Categories
(SeaMonkey :: OS Integration, defect)
Tracking
(seamonkey2.49esr wontfix, seamonkey2.53 affected, seamonkey2.57esr fixed, seamonkey2.63 wontfix)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
(Blocks 1 open bug)
Details
Attachments
(9 files)
|
2.34 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
5.05 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
3.11 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
3.47 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
1.26 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
5.90 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
5.71 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
1.42 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
|
3.16 KB,
patch
|
frg
:
review+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Bring SeaMonkey's GNOME shell service more inline with Firefox's version.
- Use nsAutoCString instead of const char* for desktop wallpaper filling style
- Use kDesktop* defines rather than OGDB_* ones
- Add GetAppPathFromLauncher helper
- Change helper from HandlerMatchesAppName to CheckHandlerMatchesAppName and rework
- Add extra file extensions
- Add essential parameter to protocol association and rework IsDefaultClient / SetDefaultClient
- Add WriteImage helper and rework SetDesktopBackground
- Port Bug 1368211 - Don't create gnome shell service in headlesss mode
- Tidy up Get/SetDesktopBackgroundColor
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/518ab6433e07
Part 1: Update GNOME shell service - Change wallpaper fill from char to nsAutoCString. r=frg
https://hg.mozilla.org/comm-central/rev/1d4b0bed5c3c
Part 2: Update GNOME shell service - Change from using OGDB_* to kDesktop* defines. r=frg
https://hg.mozilla.org/comm-central/rev/62f522465ec6
Part 3: Update GNOME shell service - Add GetAppPathFromLauncher helper. r=frg
https://hg.mozilla.org/comm-central/rev/bc9429cb532b
Part 4: Update GNOME shell service - Change to CheckHandlerMatchesAppName. r=frg
https://hg.mozilla.org/comm-central/rev/a5ae416f6f2a
Part 5: Update GNOME shell service - Add extra extensions. r=frg a=frg
https://hg.mozilla.org/comm-central/rev/ff8f98e85183
Part 6: Update GNOME shell service - Add essential parameter to protocol association. r=frg
https://hg.mozilla.org/comm-central/rev/6dcc615519cb
Part 7: Update GNOME shell service - Add WriteImage helper. r=frg
https://hg.mozilla.org/comm-central/rev/4839cd67be0d
Part 8: Update GNOME shell service - Don't create gnome shell service in headlesss mode. r=frg a=frg
https://hg.mozilla.org/comm-central/rev/cf9589555bdd
Part 9: Update GNOME shell service - Sync Get/SetDesktopBackgroundColor. r=frg
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Description
•