Closed
Bug 1240668
Opened 10 years ago
Closed 10 years ago
Update GonkNativeHandle handling of gecko ipc
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla46
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
Details
Attachments
(1 file, 1 obsolete file)
|
2.11 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
ParamTraits<GonkNativeHandle>::Write() mimics FenceHandle's implementation. But there is a difference of usages between GonkNativeHandle and FenceHandle. ParamTraits<GonkNativeHandle>::Write() needs updating a bit.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•10 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #0)
> ParamTraits<GonkNativeHandle>::Write() mimics FenceHandle's implementation.
> But there is a difference of usages between GonkNativeHandle and
> FenceHandle. ParamTraits<GonkNativeHandle>::Write() needs updating a bit.
GonkNativeHandle be reused in current process.
| Assignee | ||
Updated•10 years ago
|
Summary: Update ParamTraits<GonkNativeHandle>::Write() → Update GonkNativeHandle handling of gecko ipc
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
attachment 8709309 [details] [diff] [review] is simple patch. But GonkNativeHandle::GetDupNhObj() might fail.
| Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #3)
> attachment 8709309 [details] [diff] [review] is simple patch. But
> GonkNativeHandle::GetDupNhObj() might fail.
native_handle_create() could return nullptr.
| Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8709309 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•10 years ago
|
||
attachment 8709316 [details] [diff] [review] needs an explicit handling. It do not need to care about an error in Update ParamTraits<GonkNativeHandle>::Write().
| Assignee | ||
Updated•10 years ago
|
Attachment #8709316 -
Attachment description: patch - Update ParamTraits<GonkNativeHandle>::Write() → patch - Update duplicate GonkNativeHandle::NhObj in ImageClientSingle::UpdateImage()
| Assignee | ||
Updated•10 years ago
|
Attachment #8709316 -
Attachment description: patch - Update duplicate GonkNativeHandle::NhObj in ImageClientSingle::UpdateImage() → patch - Duplicate GonkNativeHandle::NhObj in ImageClientSingle::UpdateImage()
| Assignee | ||
Updated•10 years ago
|
Attachment #8709316 -
Flags: review?(nical.bugzilla)
Updated•10 years ago
|
Attachment #8709316 -
Flags: review?(nical.bugzilla) → review+
| Assignee | ||
Comment 7•10 years ago
|
||
Comment 9•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•