Closed
Bug 1173520
Opened 9 years ago
Closed 9 years ago
Implement support for failed test screenshots on GTK3
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: acomminos, Assigned: acomminos)
References
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
hub
:
review+
|
Details | Diff | Splinter Review |
Currently, testing/tools/screenshot/gdk-screenshot.cpp is not implemented to take screenshots on GTK3.
It would be pretty nice to have screenshots of failed tests.
Assignee | ||
Updated•9 years ago
|
Summary: Implement support for screenshots on GTK3 → Implement support for failed test screenshots on GTK3
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8620532 -
Flags: review?(karlt)
Updated•9 years ago
|
Attachment #8620532 -
Flags: review?(karlt) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Comment 4•9 years ago
|
||
Unfortunately this doesn't build of Fedora 22.
Comment 5•9 years ago
|
||
Karl
Since you reviewed the first one. This is a bustage for me.
Attachment #8621415 -
Flags: review?(karlt)
Comment 6•9 years ago
|
||
Comment on attachment 8621415 [details] [diff] [review]
Proposed patch
>+#if (MOZ_WIDGET_GTK == 2)
>+ GDK_DISPLAY(),
>+#else
>+ GDK_DISPLAY_XDISPLAY(gdk_display_get_default()),
>+#endif
Thanks. Please drop the (MOZ_WIDGET_GTK == 2) blocks as GDK_DISPLAY_XDISPLAY(gdk_display_get_default()) will work on GTK2 also.
Attachment #8621415 -
Flags: review?(karlt) → review+
Comment 7•9 years ago
|
||
Carrying the r+
Attachment #8621415 -
Attachment is obsolete: true
Attachment #8621424 -
Flags: review+
Updated•9 years ago
|
Comment 8•9 years ago
|
||
Please attach a patch that includes all proper commit information.
Flags: needinfo?(hub)
Keywords: checkin-needed
Comment 9•9 years ago
|
||
Was missing "User". Carrying the r+ forward.
Attachment #8621424 -
Attachment is obsolete: true
Flags: needinfo?(hub)
Attachment #8621609 -
Flags: review+
Updated•9 years ago
|
Keywords: checkin-needed
Comment 10•9 years ago
|
||
Updated•9 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•