Closed
Bug 606927
Opened 15 years ago
Closed 15 years ago
Remote fennec doesn't render certain page
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 584946
People
(Reporter: tatiana, Unassigned)
Details
Attachments
(1 file)
16.05 KB,
text/plain
|
Details |
SOFTWARE VERSION:
http://ftp.mozilla.org/pub/mozilla.org/mobile/nightly/2010-10-25-01-mozilla-central-linux/fennec-4.0b2pre.en-US.linux-i686.tar.bz2
PRECONDITIONS:
ensure "browser.tabs.remote" is true
start fennec
STEPS LEADING TO PROBLEM:
load page: http://m.youtube.com/?use_blazer=1&tsp=1&tspv=v2#/home
EXPECTED OUTCOME:
page content (videos list) is shown
ACTUAL OUTCOME:
blank page
TEST CASE:
http://m.youtube.com/?use_blazer=1&tsp=1&tspv=v2#/home
works fine with pref("browser.tabs.remote", false);
Comment 1•15 years ago
|
||
sounds like remote layers related problem....
page loaded but not rendered....
Comment 2•15 years ago
|
||
This sounds a lot like bug 602539.
Tatiana,
If you load the page, wait til it completely loads, then try to pan -- does the content render at that point?
Comment 3•15 years ago
|
||
scrolling does not help.
but I run it on debug build and found some interesting warnings
JavaScript error: , line 0: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMStorage.getItem]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://m.youtube.com/?use_blazer=1&tsp=1&tspv=v2#/home :: anonymous :: line 458" data: no]
Comment 4•15 years ago
|
||
Sounds like it some common e10s issue
Comment 5•15 years ago
|
||
Sounds like a dup of bug 584946 to me.
Comment 6•15 years ago
|
||
Tanya could you try to apply patch from bug 584946 and check if that helps to load tis page anyhow?
Reporter | ||
Comment 7•15 years ago
|
||
(In reply to comment #6)
> Tanya could you try to apply patch from bug 584946 and check if that helps to
> load tis page anyhow?
I tried that feedback- patch, too many rejects and after fixed those I have compilation error:
../../ipc/ipdl/_ipdlheaders/IPCMessageStart.h:78: error: size of array ‘need_to_update_IPC_MESSAGE_MACRO’ is negative
it would be nice to have up-to-date patch first
Comment 8•15 years ago
|
||
Any update/ETA on the fix for this? Thanks!
Reporter | ||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> Any update/ETA on the fix for this? Thanks!
why do you care? this bug doesn't affect embedding.
Reporter | ||
Comment 10•15 years ago
|
||
problem is gone with folded patches from bug #584946
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•