Closed
Bug 186510
Opened 23 years ago
Closed 23 years ago
[gtk2] porting splash
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: iamawalrus, Assigned: iamawalrus)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.43 KB,
patch
|
blizzard
:
review+
jag+mozilla
:
superreview+
dbaron
:
approval1.3+
|
Details | Diff | Splinter Review |
launch gtk2+mozilla with "./mozilla -splash" under command line but
no splash appears .
Attachment #109966 -
Flags: review?(blizzard)
Comment 2•23 years ago
|
||
I take it that nsNativeAppSupportGtk.cpp and Base both compile without problems?
right. they both compile without any problems. at least for me.
Comment 4•23 years ago
|
||
Re-merge with the tip. No changes here.
Updated•23 years ago
|
Attachment #109966 -
Attachment is obsolete: true
Updated•23 years ago
|
Attachment #114433 -
Flags: superreview?(jaggernaut)
Attachment #114433 -
Flags: review+
Attachment #114433 -
Flags: approval1.3?
Comment 5•23 years ago
|
||
Comment on attachment 114433 [details] [diff] [review]
patch
sr=jag
Attachment #114433 -
Flags: superreview?(jaggernaut) → superreview+
Comment on attachment 114433 [details] [diff] [review]
patch
a=dbaron, although the Makefile.in section looks the same as the GTK section,
so perhaps you might be better off with:
ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
Attachment #114433 -
Flags: approval1.3? → approval1.3+
Er, not exactly the same, but close enough that you might want to share the
common bits...
Checked in. Thanks!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Attachment #109966 -
Flags: review?(blizzard)
You need to log in
before you can comment on or make changes to this bug.
Description
•