Closed
Bug 914607
Opened 11 years ago
Closed 11 years ago
Remove MOZ_WIDGET_GTK2
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla27
People
(Reporter: stransky, Assigned: stransky)
References
Details
Attachments
(1 file, 4 obsolete files)
(deleted),
patch
|
stransky
:
review+
|
Details | Diff | Splinter Review |
Let's remove MOZ_WIDGET_GTK2 and use MOZ_WIDGET_GTK everywhere. It helps to write the plugin code for gtk2/gtk3 toolkits.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #805958 -
Flags: review?(karlt)
Comment 2•11 years ago
|
||
Comment on attachment 805958 [details] [diff] [review]
patch
>+#if !(MOZ_WIDGET_GTK == 2)
(MOZ_WIDGET_GTK != 2) or (MOZ_WIDGET_GTK > 2) please.
Attachment #805958 -
Flags: review?(karlt) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Thanks!
Assignee | ||
Updated•11 years ago
|
Attachment #806488 -
Flags: checkin?
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 4•11 years ago
|
||
Updated•11 years ago
|
Attachment #805958 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
Comment on attachment 806488 [details] [diff] [review]
patch for check in
For single patch bugs, please just use the checkin-needed keyword :)
Attachment #806488 -
Flags: checkin? → checkin+
Comment 6•11 years ago
|
||
Keywords: checkin-needed
Comment 7•11 years ago
|
||
This was backed out for crashtest-ipc and reftest-ipc failures, along with Linux mochitest-1 and reftest failures. Please rebase this patch and run it through Try again (linux32+64 opt+debug). If it's still green, it's probably a needs-clobber situation. In that case, please add a note to the CLOBBER file so that the build machines clobber first. Sorry for the hassle.
https://tbpl.mozilla.org/php/getParsedLog.php?id=28095796&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=28099533&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=28099217&tree=Mozilla-Inbound
Comment 8•11 years ago
|
||
Martin, can you remove the DownloadPlatform.cpp changes here, please because bug 884708 has the appropriate solution there. That will have to land first.
I'm guessing the failures are for new instances of MOZ_WIDGET_GTK2 somewhere, which is why we need to remove this variable. This kind of change shouldn't need a clobber.
Assignee | ||
Comment 9•11 years ago
|
||
Thanks. This patch does not touch configure.in nor DownloadPlatform.cpp so it sould be safe to apply it.
We can do the configure.in change later when all parts are done.
Attachment #807654 -
Flags: review+
Assignee | ||
Comment 10•11 years ago
|
||
Fixed a typo.
Attachment #807654 -
Attachment is obsolete: true
Attachment #807656 -
Flags: review+
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 807656 [details] [diff] [review]
patch, v3
Try for this patch: https://tbpl.mozilla.org/?tree=Try&rev=9a2d7be2480f
Comment 12•11 years ago
|
||
Are you going to fix comm-central too?
Assignee | ||
Comment 13•11 years ago
|
||
(In reply to Philip Chee from comment #12)
> Are you going to fix comm-central too?
Ahh, good point. I'll add it to my todo-list.
Assignee | ||
Updated•11 years ago
|
Attachment #806488 -
Attachment is obsolete: true
Assignee | ||
Comment 14•11 years ago
|
||
Looks like .js preprocessor doesn't like brackets.
Fixed and pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=2e6cc43acec5
Attachment #807656 -
Attachment is obsolete: true
Attachment #808503 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 15•11 years ago
|
||
Comment on attachment 808503 [details] [diff] [review]
patch, v4
Please land this patch before Bug 917270.
Comment 16•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 17•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla27
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•