Closed Bug 510872 Opened 17 years ago Closed 16 years ago

Xulrunner fails to build in Qt mode.

Categories

(Core Graveyard :: Widget: Qt, defect)

x86
Linux
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.9.3a1

People

(Reporter: tobias.hunger, Assigned: tobias.hunger)

References

Details

Attachments

(1 file, 2 obsolete files)

Attached patch Qt build fix (obsolete) — Splinter Review
ulrunner can not be build for the Qt toolkit. The attached patch fixes this issue. Qt is NPOTB, so any freezes do not apply.
Attachment #394803 - Flags: review?(mark.finkle)
I've fixed part of it at bug 493280 (font issue). About scroll issue, it comes from bug 507334. So I think you should refer: http://hg.mozilla.org/mozilla-central/rev/e6034ded61fd then follow it like: - QRect rect(aSources[i].x, aSources[i].y, - aSources[i].width, aSources[i].height); + const nsIntRect& r = aDestRects[i]; + QRect rect(r.x - aDelta.x, r.y - aDelta.y, r.width, r.height);
Attached patch updated Qt build fix. (obsolete) — Splinter Review
I have updated the patch according to your comment.
Attachment #395593 - Flags: review+
Attachment #394803 - Attachment is obsolete: true
Attachment #394803 - Flags: review?(mark.finkle)
Comment on attachment 395593 [details] [diff] [review] updated Qt build fix. > - const nsIntRect& aSource, > + const nsTArray<nsIntRect>& aSources, aSources should be renamed to aDestRects to avoid confusing.
Attachment #395593 - Flags: review+ → review?(vladimir)
Attachment #395793 - Flags: review?
Comment on attachment 395793 [details] [diff] [review] Qt build fix with updated variable names. This version includes the variable renaming suggested earlier.
Attachment #395593 - Attachment is obsolete: true
Attachment #395593 - Flags: review?(vladimir)
Ping?
Did you read this document?: https://developer.mozilla.org/en/Hacking_Mozilla#Getting_Reviews You should enter a email address of the module owner or a peer reviewer, not your's. You can find a reviewer from: http://www.mozilla.org/owners.html I'm just only a passerby, not a mozilla developer.
I did not enter myself, I just did not enter any name, hoping that bugzilla will know whom to contact. I am just listed as the review requestor (from what I understand).
Comment on attachment 395793 [details] [diff] [review] Qt build fix with updated variable names. Request Mark to review this... he will know what to do:-)
Attachment #395793 - Flags: review? → review?(mark.finkle)
Comment on attachment 395793 [details] [diff] [review] Qt build fix with updated variable names. Fixes build issues and runs Fennec
Attachment #395793 - Flags: review?(mark.finkle) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee: nobody → tobias.hunger
Keywords: checkin-needed
Target Milestone: --- → mozilla1.9.3a1
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: