Closed
Bug 822199
Opened 13 years ago
Closed 12 years ago
Remove transition workaround of bug 780692
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(blocking-basecamp:-)
RESOLVED
DUPLICATE
of bug 833454
blocking-basecamp | - |
People
(Reporter: timdream, Assigned: pranavrc)
Details
(Whiteboard: [good first bug][mentor=:timdream])
Attachments
(1 file)
11 bytes,
text/plain
|
Details |
Bug 803447 introduces a workaround to bug 780692. It should be removed.
https://github.com/mozilla-b2g/gaia/blob/master/apps/system/js/window_manager.js#L347-351
Super easy.
Assignee | ||
Comment 1•13 years ago
|
||
Pull request sent
Reporter | ||
Comment 2•13 years ago
|
||
https://github.com/mozilla-b2g/gaia/pull/7038
Thanks, but you would need to change a few things
1. Use "Bug 822199 - Remove transition workaround of bug 780692" as commit message; don't replace "Bug" with hashes
2. We still need L350 :-P
3. Have you manually test your code? You should do that before submitting the pull request. The code path in question is app-to-app transitions.
Please amend your commit and force push to update the pull request (git commit --amend; git push -f origin master). You should also consider not to use your master branch for submitting pull requests -- people manage multiple branches the same time in the GIT(TM) way!
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (MoCo-TPE) from comment #2)
> Created attachment 692918 [details]
> Github: https://github.com/mozilla-b2g/gaia/pull/7038
>
> https://github.com/mozilla-b2g/gaia/pull/7038
>
> Thanks, but you would need to change a few things
>
> 1. Use "Bug 822199 - Remove transition workaround of bug 780692" as commit
> message; don't replace "Bug" with hashes
> 2. We still need L350 :-P
> 3. Have you manually test your code? You should do that before submitting
> the pull request. The code path in question is app-to-app transitions.
>
>
> Please amend your commit and force push to update the pull request (git
> commit --amend; git push -f origin master). You should also consider not to
> use your master branch for submitting pull requests -- people manage
> multiple branches the same time in the GIT(TM) way!
Sorry about that, I'm on a bad internet connection for a short while, so I just edited it through github and sent a pull request. I'll build gaia and test it out. Just a question - what's the total size of the dependencies that gaia needs to download for building?
Reporter | ||
Comment 5•13 years ago
|
||
(In reply to Pranav Ravichandran [:pranavrc] from comment #3)
> Sorry about that, I'm on a bad internet connection for a short while, so I
> just edited it through github and sent a pull request. I'll build gaia and
> test it out. Just a question - what's the total size of the dependencies
> that gaia needs to download for building?
Depends ... You would need to check out Gaia, download B2G Desktop.
during the make process, Gaia make file will download xulrunner also.
Please ping people on irc #gaia channel for detail.
Please set the review flag again once you are done so I won't missed it.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → prp.1111
Status: NEW → ASSIGNED
Reporter | ||
Comment 6•12 years ago
|
||
That part have since removed in bug 833454
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•