Closed
Bug 807357
Opened 13 years ago
Closed 13 years ago
Windows 8 N builds should call SHChangeNotify as per documentation
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
FIXED
Firefox 19
People
(Reporter: bbondy, Assigned: bbondy)
Details
Attachments
(1 file)
|
3.70 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
I found more about the European Economic Area (EEA) builds here:
The Windows 8 Metro Style Enabled Desktop Browser whitepaper says that for these builds ( http://windows.microsoft.com/en-GB/windows-8/n-editions ) we should be calling:
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_DWORD | SHCNF_FLUSH, nullptr, nullptr);
Exactly like that at the end of installations.
| Assignee | ||
Comment 1•13 years ago
|
||
We were already calling it without these parameters: SHCNF_DWORD | SHCNF_FLUSH
So this bug is just to add those.
| Assignee | ||
Comment 2•13 years ago
|
||
Fixup calls as per documentation
Attachment #677049 -
Flags: review?(jmathies)
Comment 3•13 years ago
|
||
Comment on attachment 677049 [details] [diff] [review]
Patch v1
Hopefully this will fix the annoying icon refresh on update.
Attachment #677049 -
Flags: review?(jmathies) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
It won't :) I only added the extra params to the installer. I don't think they make a difference in terms of refresh though.
| Assignee | ||
Comment 5•13 years ago
|
||
To get rid of that flash on updates we'd have to add an ApplicationID::Get, and then only conditionally call ApplicationID::Set and the shell taskbar updated notify call.
| Assignee | ||
Comment 6•13 years ago
|
||
Target Milestone: --- → Firefox 19
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•