Closed
Bug 962721
Opened 11 years ago
Closed 11 years ago
Chrome draws in content on forecast.io
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
Tracking | Status | |
---|---|---|
firefox29 | - | --- |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(2 files)
489 bytes,
text/html
|
Details | |
1.03 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
STR:
- Load forcast.io/lines
- Enter a new location
- Hit enter to switch to that location
A simple bisection suggests http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=cf2d1bd796ea&tochange=711f08b0aa
The most suspect are benoit's opengl changes in bug 956401, bug 960904, and bug 956141
Assignee | ||
Updated•11 years ago
|
tracking-firefox29:
--- → ?
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
This seems to have been caused by
https://hg.mozilla.org/mozilla-central/rev/b75d69931d4a
Comment 6•11 years ago
|
||
Jeff and I spent time on this yesterday, he is off today, but I suppose that we'll be back to it next week.
Flags: needinfo?(bjacob)
Assignee | ||
Comment 7•11 years ago
|
||
Looks like this is caused by CopyTexImage2D
Assignee | ||
Comment 8•11 years ago
|
||
Looks like this was forgotten from the conversion.
Attachment #8367662 -
Flags: review?(bjacob)
Comment 9•11 years ago
|
||
Comment on attachment 8367662 [details] [diff] [review]
Handle the flip for CopyTexImage2D
Review of attachment 8367662 [details] [diff] [review]:
-----------------------------------------------------------------
Ouch, sorry for all the effort that this omission incurred, and congrats for fixing it. Have you checked that all other calls of copyTex[Sub]Image2D have received the FlipY treatment?
Attachment #8367662 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Do you still think needs tracking since a patch has been landed that likely addresses this bug?
Flags: needinfo?(jmuizelaar)
Comment 14•11 years ago
|
||
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Assignee | ||
Comment 15•11 years ago
|
||
(In reply to Benjamin Kerensa [:bkerensa] from comment #13)
> Do you still think needs tracking since a patch has been landed that likely
> addresses this bug?
No.
Flags: needinfo?(jmuizelaar)
Updated•11 years ago
|
Comment 16•11 years ago
|
||
Based on Comment 15 will not be tracking this.
You need to log in
before you can comment on or make changes to this bug.
Description
•