Closed
Bug 1042478
Opened 12 years ago
Closed 12 years ago
[Gaia] AirplaneModeHelper.ready is invoked several times when enabling airplane mode.
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed, b2g-v2.0 fixed, b2g-v2.1 fixed)
People
(Reporter: pzhang, Assigned: pzhang)
References
Details
(Keywords: regression, Whiteboard: [sprd333713][partner-blocker])
Attachments
(2 files)
+++ This bug was initially created as a clone of Bug #1042175 +++
|AirplaneModeHelper.ready| is supposed to be invoked only once, but when airplane mode is enabled, it will be called multiple times.
| Assignee | ||
Comment 1•12 years ago
|
||
38 this.addEventListener(kEventName, function onChangeEvent() {
39 // make sure _cachedStatus is definitely not ''
40 if (this._cachedStatus !== '') {
41 this.removeEventListener(kEventName, onChangeEvent);
42 cb();
43 }
44 }.bind(this));
^^^^^^^^^^^^ I think we need to move context binding here which causes removeEventListener failed in line 41.
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #8460719 -
Flags: review?(ejchen)
Comment 4•12 years ago
|
||
Comment on attachment 8460719 [details] [review]
PR 22056
Thanks for finding this scope problem. Can we make a unit test for this case ?
Comment 5•12 years ago
|
||
BTW, You can create one test file named airplane_mode_helper_test.js under sharedtest/test/ .
| Assignee | ||
Comment 6•12 years ago
|
||
(In reply to EJ Chen [:eragonj][:小龍哥] from comment #5)
> BTW, You can create one test file named airplane_mode_helper_test.js under
> sharedtest/test/ .
I didn't find any tests for shared js, any doc for this?
Comment 7•12 years ago
|
||
No, but you can check the others for reference. Like this https://github.com/mozilla-b2g/gaia/blob/master/apps/sharedtest/test/unit/simslot_test.js
| Assignee | ||
Comment 8•12 years ago
|
||
(In reply to EJ Chen [:eragonj][:小龍哥] from comment #7)
> No, but you can check the others for reference. Like this
> https://github.com/mozilla-b2g/gaia/blob/master/apps/sharedtest/test/unit/
> simslot_test.js
OK, thanks.
Comment 9•12 years ago
|
||
Comment on attachment 8460719 [details] [review]
PR 22056
Please set the review flag on me later when test is done, thanks for the help Pin Zhang !
Attachment #8460719 -
Flags: review?(ejchen)
| Assignee | ||
Updated•12 years ago
|
Attachment #8460719 -
Flags: review?(ejchen)
Comment on attachment 8460719 [details] [review]
PR 22056
Hi PinZhang,
I just left some comments on Github and I think the patch is good enough !
Thanks again for your hard work and please set r? again after comments are addressed.
Attachment #8460719 -
Flags: review?(ejchen)
| Assignee | ||
Comment 11•12 years ago
|
||
(In reply to EJ Chen [:eragonj][:小龍哥] from comment #10)
> Comment on attachment 8460719 [details] [review]
> PR 22056
>
> Hi PinZhang,
>
> I just left some comments on Github and I think the patch is good enough !
>
> Thanks again for your hard work and please set r? again after comments are
> addressed.
Oops .. didn't configure gjslint well.
| Assignee | ||
Updated•12 years ago
|
Attachment #8460719 -
Flags: review?(ejchen)
Comment on attachment 8460719 [details] [review]
PR 22056
Thanks PinZhang !!
r+ and please land the patch after passing tbpl tests.
Attachment #8460719 -
Flags: review?(ejchen) → review+
| Assignee | ||
Comment 13•12 years ago
|
||
Gaia Build Test opt on B2G Desktop Linux x64 is burning, but i don't think it's caused by this PR, let's land it.
TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/build/test/integration/build.test.js | Build GAIA from differece app list GAIA_DEVICE_TYPE=tablet make
Bug 1022192 - Intermittent build.test.js | Build GAIA from differece app list GAIA_DEVICE_TYPE=tablet make
Bug 1024047 - Intermittent build.test.js | Node modules tests make node_modules from github or git mirror
Bug 1025111 - Intermittent build.test.js | Build Integration tests make with HAIDA=1 (and more)
Bug 1022196 - Intermittent build.test.js | Build Integration tests make with DEBUG=1 TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/build/test/integration/build.test.js | Build GAIA from differece app list "after each" hook
Bug 1022192 - Intermittent build.test.js | Build GAIA from differece app list GAIA_DEVICE_TYPE=tablet make
Bug 1024047 - Intermittent build.test.js | Node modules tests make node_modules from github or git mirror
Bug 1025111 - Intermittent build.test.js | Build Integration tests make with HAIDA=1 (and more)
Bug 1022196 - Intermittent build.test.js | Build Integration tests make with DEBUG=1 TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/build/test/integration/build.test.js | Build Integration tests make with GAIA_OPTIMIZE=1 BUILD_DEBUG=1
Bug 1022192 - Intermittent build.test.js | Build GAIA from differece app list GAIA_DEVICE_TYPE=tablet make
Bug 1024047 - Intermittent build.test.js | Node modules tests make node_modules from github or git mirror
Bug 1025111 - Intermittent build.test.js | Build Integration tests make with HAIDA=1 (and more)
Bug 1022196 - Intermittent build.test.js | Build Integration tests make with DEBUG=1 Exception: [Exception... "Component returned failure code: 0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST) [nsILocalFile.isFile]" nsresult: "0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> file:///builds/slave/test/gaia/build/webapp-zip.js :: WebappZip.prototype.addToZip :: line 118" data: no]
TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/build/test/integration/build.test.js | Build Integration tests "after each" hook
Bug 1022192 - Intermittent build.test.js | Build GAIA from differece app list GAIA_DEVICE_TYPE=tablet make
Bug 1024047 - Intermittent build.test.js | Node modules tests make node_modules from github or git mirror
Bug 1025111 - Intermittent build.test.js | Build Integration tests make with HAIDA=1 (and more)
Bug 1022196 - Intermittent build.test.js | Build Integration tests make with DEBUG=1 make: *** [build-test-integration] Error 4
Return code: 2
Tests exited with return code 2: harness failures
# TBPL FAILURE #
| Assignee | ||
Comment 14•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
status-b2g-v1.4:
--- → affected
| Assignee | ||
Comment 16•11 years ago
|
||
Here is the PR to land this in v1.4:
https://github.com/mozilla-b2g/gaia/pull/22288
Updated•11 years ago
|
Whiteboard: [sprd333713][partner-blocker]
| Assignee | ||
Comment 17•11 years ago
|
||
(In reply to Pin Zhang [:pzhang] from comment #16)
> Here is the PR to land this in v1.4:
> https://github.com/mozilla-b2g/gaia/pull/22288
TBPL tests passed, landed it:
https://github.com/mozilla-b2g/gaia/commit/142953262d2cb031e3db217206edc3507580b0df
Updated•11 years ago
|
blocking-b2g: --- → 1.4+
Comment 18•11 years ago
|
||
Does this need to land on v2.0 as well? If so, please request approval (1.4 blockers don't have auto-approval anymore).
Assignee: nobody → pzhang
status-b2g-v2.0:
--- → ?
status-b2g-v2.1:
--- → fixed
Flags: needinfo?(pzhang)
Target Milestone: --- → 2.1 S1 (1aug)
| Assignee | ||
Comment 19•11 years ago
|
||
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): Bug 988445
[User impact] if declined:
- Bug 1042175: Favorite stations duplicated after toggling airplane mode on then off while FM radio with favorite stations is open.
- Bug 1043854: FmRadio is turned on while turning on/off airplay mode.
[Testing completed]: I tried on Flame. Also passed TBPL tests: https://tbpl.mozilla.org/?rev=a8fa2a19ecb64da96184ed7dd26498d17cf75f32&tree=Gaia-Try
[Risk to taking this patch] (and alternatives if risky): Low.
[String changes made]: None.
Attachment #8466870 -
Flags: approval-gaia-v2.0?(fabrice)
Flags: needinfo?(pzhang)
Updated•11 years ago
|
Attachment #8466870 -
Flags: approval-gaia-v2.0?(fabrice) → approval-gaia-v2.0?(release-mgmt)
Updated•11 years ago
|
Keywords: regression
Comment 20•11 years ago
|
||
Comment on attachment 8466870 [details] [review]
PR 22463
Approving as this is a regression from 1.4 landing.
Attachment #8466870 -
Flags: approval-gaia-v2.0?(release-mgmt) → approval-gaia-v2.0+
Comment 21•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•