Closed
Bug 863164
Opened 12 years ago
Closed 12 years ago
Remove mouse_event_shim.js
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Firefox OS Graveyard
Gaia::Settings
Tracking
(blocking-b2g:leo+, b2g18+ fixed)
RESOLVED
FIXED
blocking-b2g | leo+ |
People
(Reporter: rik, Assigned: rik)
References
Details
(Keywords: perf, Whiteboard: c= ,)
Attachments
(1 file)
This is causing delays in scrolling and panel opening. Only the <input type=range> shim and phone_lock.js are using mouse events.
Seen as part of https://etherpad.mozilla.org/PerformanceWorkshop
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #743650 -
Flags: review?(ehung)
Comment 2•12 years ago
|
||
Comment on attachment 743650 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/9486
redirect to Arthur because I have a lot pending review requests. :(
Attachment #743650 -
Flags: review?(ehung) → review?(arthur.chen)
Comment 3•12 years ago
|
||
Comment on attachment 743650 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/9486
Thank you for the effort. There is a lint error and also something needs to be clarified. Please check my comment in github.
Attachment #743650 -
Flags: review?(arthur.chen)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → anthony
Updated•12 years ago
|
Attachment #743650 -
Flags: review+
Assignee | ||
Comment 4•12 years ago
|
||
Thanks for the quick reviews.
https://github.com/mozilla-b2g/gaia/commit/d70f64b5d406f4925a8aac6fffbb983a199a3bd1
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
Nominate for leo+ because the patch improved the performance and also fixed a leo+ bug 856931.
blocking-b2g: --- → leo?
Comment 6•12 years ago
|
||
On v1-train I'm seeing this error when launching the settings app on a device:
E/GeckoConsole( 425): [JavaScript Error: "ReferenceError: MouseEventShim is not defined" {file: "app://settings.gaiamobile.org/js/settings.js" line: 831}]
This should go away if the patch is uplifted.
Comment 7•12 years ago
|
||
Not blocking but please nominate for v1.1 uplift including a risk assessment to taking this.
Updated•12 years ago
|
Whiteboard: c= → c=performance
Comment 8•12 years ago
|
||
Anthony, per comment 7, could you help nominate for v1.1 uplift? Thanks!
Flags: needinfo?(anthony)
Comment 10•11 years ago
|
||
Since "Bug 879117 - [Buri][AUD] terrible to adjust ringer & alarm volume in setting" is nominated to leo+, we should uplift the patch to v1-train. I have a test for uplift process with fixing error. It works fine for me.
blocking-b2g: - → leo?
Comment 13•11 years ago
|
||
I was not able to uplift this bug to v1-train. If this bug has dependencies which are not marked in this bug, please comment on this bug. If this bug depends on patches that aren't approved for v1-train, we need to re-evaluate the approval. Otherwise, if this is just a merge conflict, you might be able to resolve it with:
git checkout v1-train
git cherry-pick -x d70f64b5d406f4925a8aac6fffbb983a199a3bd1
<RESOLVE MERGE CONFLICTS>
git commit
Flags: needinfo?(anthony)
Comment 14•11 years ago
|
||
Because it's a leo+ issue for blocking Bug 879117, I have helped to fix the conflict and merged for v1-train.
v1-train: c9c90d0472bafa3df1649b46cfa1e188aad5c446
Flags: needinfo?(anthony)
You need to log in
before you can comment on or make changes to this bug.
Description
•