Closed
Bug 846679
Opened 12 years ago
Closed 12 years ago
export WinUtils
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jimm, Assigned: jimm)
Details
Attachments
(1 file)
630 bytes,
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
I keep running into situations where I want to use these routines, particularly the cached version info, but can't.
Attachment #719874 -
Flags: review?(masayuki)
Comment 1•12 years ago
|
||
Where do you need WinUtils?
![]() |
Assignee | |
Comment 2•12 years ago
|
||
good place for version info use:
http://mxr.mozilla.org/mozilla-central/source/gfx/thebes/gfxWindowsPlatform.cpp#434
useful call that could be moved into WinUtils:
http://mxr.mozilla.org/mozilla-central/source/gfx/thebes/gfxWindowsPlatform.cpp#396
the other day I was working on an area of the crash reporter code that ran before xpcom startup, and I wanted to use a registry function.
Comment 3•12 years ago
|
||
Comment on attachment 719874 [details] [diff] [review]
patch
Ah, gfx. It makes sense!
Attachment #719874 -
Flags: review?(masayuki) → review+
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•