Closed
Bug 1231568
Opened 9 years ago
Closed 9 years ago
inbox.google.com never finishes loading in latest inbound builds
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox44 | --- | unaffected |
firefox45 | - | affected |
People
(Reporter: rick3162, Unassigned)
References
Details
(Keywords: regression)
To reproduce:
- install firefox 45.0a1 x64 inbound 2015-12-09 (fresh profile) in win10 x64 (e10s enabled)
- open inbox.google.com and login
- Inbox starts loading but never finishes: https://i.imgur.com/DohD29r.jpg
There's no relevant entry in Web Console while this occurs.
The issue also occurs with e10s disabled.
Regression range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=d55129069a1f56f63573282911ad2dac17d6e7b1&tochange=94f4cfa98356714223ee71774f27a9153b6ab188
Updated•9 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•9 years ago
|
||
Inbox uses a certain try-catch pattern which breaks with Annex B block scoping, see [1] for more information.
[1] https://github.com/tc39/ecma262/issues/162
Comment 2•9 years ago
|
||
Confirm this bug in openSUSE 13.2, x64
Comment 3•9 years ago
|
||
Confirming this bug on Nightly on OSX.
Updated•9 years ago
|
Component: General → JavaScript Engine
Product: Firefox → Core
(In reply to André Bargull from comment #1)
> Inbox uses a certain try-catch pattern which breaks with Annex B block
> scoping, see [1] for more information.
>
> [1] https://github.com/tc39/ecma262/issues/162
Interesting. Are we going to use a workaround for inbox (and other GWT apps, I guess) or what's the plan?
Comment 8•9 years ago
|
||
[Tracking Requested - why for this release]:
Bug 1071646 broke Google Inbox in Nightly 45.
status-firefox44:
--- → unaffected
status-firefox45:
--- → affected
tracking-firefox45:
--- → ?
Keywords: regression
Comment 9•9 years ago
|
||
Backed out for now: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2bec6ed7b30
The plan is to wait for GWT and Inbox to fix their code. Chrome is waiting on the same thing. I will try to reland when that is fixed.
Comment 10•9 years ago
|
||
Shu-yu, could you backout also the change in aurora (45)?
FYI, I pinged a friend working at Google on GWT.
Flags: needinfo?(shu)
Comment 11•9 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #10)
> Shu-yu, could you backout also the change in aurora (45)?
> FYI, I pinged a friend working at Google on GWT.
I think this was backed out from 45 and relanded in 46, but let's wait for shu to confirm.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Comment 14•8 years ago
|
||
I think this is happening again starting with at least 51.0a2 up until the latest 52.0a2. I'm getting a "Loading" spinner in the lower left corner as described in the initial description that never finishes loading. Seeing this on Ubuntu 14.04, 16.04 and 16.10.
You need to log in
before you can comment on or make changes to this bug.
Description
•