Closed
Bug 1863241
Opened 1 year ago
Closed 1 year ago
Replace WindowsHandle by HANDLE in Windows only code around layers
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
WindowsHandle exists for ipc. And we normally use HANDLE in Windows only code. We do not need to use both WindowsHandle and HANDLE in Windows only code.
This is a preparation for Bug 1861605.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•1 year ago
|
Summary: Replace WindowsHandle by HANDLE in Windows only code → Replace WindowsHandle by HANDLE in Windows only code around layers
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc685dc9db5e
Replace WindowsHandle by HANDLE in Windows only code around layers r=gfx-reviewers,lsalzman
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•