Closed
Bug 958425
Opened 12 years ago
Closed 12 years ago
Stop copying Camera app to System app package
Categories
(Firefox OS Graveyard :: Gaia::System::Lockscreen, defect)
Tracking
(blocking-b2g:1.3T+, b2g-v1.3T fixed, b2g-v1.4 fixed)
RESOLVED
FIXED
blocking-b2g | 1.3T+ |
People
(Reporter: timdream, Assigned: timdream)
Details
Attachments
(2 files)
The secure camera is a piece of code copied from Camera app to System app with Makefile. This patch proposed here launch the camera app directly instead to save some ROM size (read: bug 944457)
We should work on a proper fix in bug 951978 and beyond.
Assignee | ||
Comment 1•12 years ago
|
||
Please read comment 0.
Attachment #8358291 -
Flags: review?(johu)
Attachment #8358291 -
Flags: review?(alive)
Assignee | ||
Updated•12 years ago
|
Attachment #8358291 -
Flags: review?(yurenju.mozilla)
Comment 2•12 years ago
|
||
Comment on attachment 8358291 [details] [review]
Github: https://github.com/mozilla-b2g/gaia/pull/15190
++++
Attachment #8358291 -
Flags: review?(alive) → review+
Comment 3•12 years ago
|
||
Comment on attachment 8358291 [details] [review]
Github: https://github.com/mozilla-b2g/gaia/pull/15190
cool.
Attachment #8358291 -
Flags: review?(johu) → review+
Comment 5•12 years ago
|
||
Comment on attachment 8358291 [details] [review]
Github: https://github.com/mozilla-b2g/gaia/pull/15190
r=yurenju
but there is some problem in unit test of camera app.
https://travis-ci.org/mozilla-b2g/gaia/jobs/16708233
Attachment #8358291 -
Flags: review?(yurenju.mozilla) → review+
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to James Zhang from comment #4)
> It also save runtime memory.
How would this save runtime memory?
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (MoCo-TPE) (please ni?) from comment #6)
> (In reply to James Zhang from comment #4)
> > It also save runtime memory.
>
> How would this save runtime memory?
My colleague pointed out this could save runtime memory used in decompressing package and loading files in caches, etc.
Assignee | ||
Comment 8•12 years ago
|
||
The patch breaks ALL Gaia UI Tests I believe.
Gonna to try to see if that can be fixed on Monday.
Assignee | ||
Comment 9•12 years ago
|
||
https://travis-ci.org/mozilla-b2g/gaia/builds/16713505 It looks like someone re-run my tests and it turned green now.
master: https://github.com/mozilla-b2g/gaia/commit/ee0ed4c0f10f18d13957626371f0bce09e4d6303
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•12 years ago
|
||
(In reply to Jesse from comment #10)
> Could you merge it into v1.3?
We have engineers dedicated on that, once this bug got 1.3+ flag.
Flags: needinfo?(timdream)
Updated•12 years ago
|
blocking-b2g: 1.3? → 1.3T+
Comment 13•12 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (MoCo-TPE) (please ni?) from comment #12)
> Steven, could you triage this bug?
Let's put it into 1.3T.
Flags: needinfo?(styang)
Updated•12 years ago
|
Whiteboard: [tarako]
Updated•12 years ago
|
status-b2g-v1.3T:
--- → ?
Comment 14•11 years ago
|
||
Hi Ying Xu, heard that you will be doing uplifts to 1.3T branch. After you completed the uplift, can you please set status-b2g-v1.3T to fixed? please let us know if you have problems with it. thanks
Flags: needinfo?(ying.xu)
Comment 15•11 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #14)
> Hi Ying Xu, heard that you will be doing uplifts to 1.3T branch. After you
> completed the uplift, can you please set status-b2g-v1.3T to fixed? please
> let us know if you have problems with it. thanks
hi,Joe.
'apps/camera/js/app.js' and 'apps/camera/test/unit/app_test.js' are not in branch v1.3t.Could you please give me another patch?Thank you!
Comment 16•11 years ago
|
||
hi Tim, is it something that you assist with? Thanks
Flags: needinfo?(jcheng) → needinfo?(timdream)
Comment 17•11 years ago
|
||
a PR for 1.3t, need Tim's review to make sure it's correct.
Attachment #8390413 -
Flags: review?(timdream)
Assignee | ||
Comment 18•11 years ago
|
||
Comment on attachment 8390413 [details] [review]
point to https://github.com/mozilla-b2g/gaia/pull/17152
It should be correct. Thank you very much!
Attachment #8390413 -
Flags: review?(timdream) → review+
Flags: needinfo?(timdream)
Assignee | ||
Comment 19•11 years ago
|
||
Flags: needinfo?(ying.xu)
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•