Closed
Bug 990057
Opened 9 years ago
Closed 9 years ago
TypeError: redeclaration of var Promise in m-c Simulator
Categories
(Firefox OS Graveyard :: Simulator, defect)
Firefox OS Graveyard
Simulator
Tracking
(firefox30 fixed, firefox31 fixed, b2g-v1.4 fixed, b2g-v2.0 fixed)
RESOLVED
FIXED
1.4 S6 (25apr)
People
(Reporter: jryans, Assigned: ochameau)
References
Details
Attachments
(2 files, 1 obsolete file)
3.46 KB,
patch
|
jryans
:
review+
|
Details | Diff | Splinter Review |
3.33 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•9 years ago
|
Component: Developer Tools: App Manager → Simulator
Product: Firefox → Firefox OS
Version: Trunk → unspecified
Assignee | ||
Comment 1•9 years ago
|
||
Let me take this one, I'm currently working on 1.5 release and that something to address before releasing the first set of xpis!
Assignee: nobody → poirot.alex
Reporter | ||
Comment 2•9 years ago
|
||
Okay, I'll wait and see how you resolve it here, and then start the process of pasting it into various other addon and builds. :)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8399475 -
Flags: review?(21)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8399478 -
Flags: review?(jryans)
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8399475 [details] [diff] [review] Ensure shipping simulator screen xpcom in b2g desktop package Oops wrong bug.
Attachment #8399475 -
Attachment is obsolete: true
Attachment #8399475 -
Flags: review?(21)
Reporter | ||
Comment 6•9 years ago
|
||
Comment on attachment 8399478 [details] [diff] [review] Fix Promise exception in simulator. Review of attachment 8399478 [details] [diff] [review]: ----------------------------------------------------------------- Looks good!
Attachment #8399478 -
Flags: review?(jryans) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 7•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8c3b772518f2
Keywords: checkin-needed
Comment 8•9 years ago
|
||
Either this or bug 990065 made B2G desktop mochitests perma-fail. I backed both out for investigation. https://hg.mozilla.org/integration/mozilla-inbound/rev/05792ab1e06f https://tbpl.mozilla.org/php/getParsedLog.php?id=37084445&tree=Mozilla-Inbound
Assignee | ||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
The following changesets are now in Firefox Nightly: > 8c3b772518f2 Bug 990057 - Fix Promise exception in simulator. r=jryans > 05792ab1e06f Backed out changeset 65338f03492b (bug 990065) and changeset 8c3b772518f2 (bug 990057) for B2G desktop mochitest failures. Nightly Build Information: ID: 20140402030201 Changeset: 4941a2ac0786109b08856738019b016a6c5a66a6 Version: 31.0a1 TBPL: https://tbpl.mozilla.org/?rev=4941a2ac0786 URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central Download Links: > Linux x86: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-i686.tar.bz2 > Linux x86_64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64.tar.bz2 > Linux x86_64 ASAN: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64-asan.tar.bz2 > Mac: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.mac.dmg > Win32: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win32.installer.exe > Win64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win64-x86_64.installer.exe Previous Nightly Build Information: ID: 20140401030203 Changeset: 1417d180a1d8665b1a91b897d1cc4cc31e7980d4 Version: 31.0a1 TBPL: https://tbpl.mozilla.org/?rev=1417d180a1d8 URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-01-03-02-03-mozilla-central
Assignee | ||
Comment 11•9 years ago
|
||
I think this patch is safe, let's confirm this: https://tbpl.mozilla.org/?tree=Try&rev=85c5a8c35b64
Assignee | ||
Comment 12•9 years ago
|
||
(In reply to Alexandre Poirot (:ochameau) from comment #11) > I think this patch is safe, let's confirm this: > https://tbpl.mozilla.org/?tree=Try&rev=85c5a8c35b64 ^-- It looks like this patch isn't the culprit for the mochitest failure
Keywords: checkin-needed
Comment 13•9 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/cd99a3cbba9c
Keywords: checkin-needed
Comment 14•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cd99a3cbba9c
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.5 S1 (9may)
Comment 15•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/22f43bc94980
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → fixed
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
Target Milestone: 2.0 S1 (9may) → 1.4 S6 (25apr)
You need to log in
before you can comment on or make changes to this bug.
Description
•