Closed
Bug 562156
Opened 15 years ago
Closed 15 years ago
Desktop Fennec E10S Opt builds don't render content
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cmtalbert, Assigned: dougt)
References
Details
Attachments
(1 file)
|
597 bytes,
text/plain
|
Details |
1. Build thyself a Desktop Fennec according to: https://wiki.mozilla.org/Mobile/e10s
2. Add ac_add_options --enable-tests to the end of that mozconfig.
3. Run the fennec build you have produced.
4. Go to http://www.google.com
5. Go to about:
= Expected =
The two sites in steps 4 and 5 will render
= Actual =
They do not render at all (you see the checkerboard).
= Note =
Changing the mozconfig used above to enable debug builds (i.e. disable-debug -> enable-debug) gives you a Fennec that renders content.
I also had to comment out the optional compilation performance enhancements to get it to build on my ubuntu box. I'll attach the mozconfig.
= Changesets =
This build was created with:
* electrolysis tree: 5f2417a777fe
* mobile e10s: 7fbce1943ff8
* dougt's patch q: 38eaa26893d4
Updated•15 years ago
|
Assignee: nobody → dougt
I only changed this mozconfig to comment out the performance enhancements (as I couldn't make it out of configure with them in the build) and to add --enable-tests. The opt version of this builds but doesn't render content. The debug version of this does.
| Assignee | ||
Updated•15 years ago
|
Attachment #441917 -
Attachment mime type: application/octet-stream → text/plain
| Assignee | ||
Comment 2•15 years ago
|
||
hey clint. this is probably the 16bpp patches.
try removing these from the patch queue and rebuild.
bug_545632_16bpp
bug_545632_16bpp_qt
bug_xxxxxx_gfx_image_16bpp_enabler
same changesets, removed those three patches from the patch queue, clobber build with opt mozconfig settings --> still have the problem.
Comment 5•15 years ago
|
||
can we close this as wfm?
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•15 years ago
|
Component: Linux/Maemo → General
OS: Linux → Linux (embedded)
QA Contact: maemo-linux → general
Hardware: x86 → ARM
You need to log in
before you can comment on or make changes to this bug.
Description
•