Closed
Bug 589891
Opened 15 years ago
Closed 15 years ago
d2d 0-sized surfaces shouldn't cause a Cxx exception
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta5+ |
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
772 bytes,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
We get these, which makes it hard to see any real exceptions. Instead, let's return a cairo error surface.
Assignee | ||
Updated•15 years ago
|
Attachment #468403 -
Attachment is patch: true
Attachment #468403 -
Attachment mime type: application/octet-stream → text/plain
Attachment #468403 -
Flags: review?(jmuizelaar)
Updated•15 years ago
|
Attachment #468403 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 1•15 years ago
|
||
Note that all of these are showing up with this stack:
cairo_d2d_surface_create
nsWindow::ResizeTranslucentWindow
nsWindow::Resize
nsView::DoResizeWidgetBounds
So maybe we should do something for 0x0 window resizes as well.
blocking2.0: --- → beta5+
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → vladimir
You need to log in
before you can comment on or make changes to this bug.
Description
•