Closed
Bug 848778
Opened 12 years ago
Closed 12 years ago
[SMS] Create a 'generic' option menu for new features (i.e. bug 838000)
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(blocking-b2g:leo+, b2g18 fixed)
People
(Reporter: borjasalguero, Assigned: borjasalguero)
References
Details
Attachments
(1 file)
Due to new features in MMS/SMS App need a generic way of creating an 'action-menu', we need a generic way of generating this menu on the fly. This could be part of '/shared' folder in the future.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #722321 -
Flags: review?(ssaroha)
Assignee | ||
Updated•12 years ago
|
Attachment #722321 -
Flags: review?(waldron.rick)
Assignee | ||
Comment 2•12 years ago
|
||
The goal of this patch is creating a generic way of creating the following type of screen https://bug838000.bugzilla.mozilla.org/attachment.cgi?id=711610
Assignee | ||
Comment 4•12 years ago
|
||
Yep, due to it's needed for other bugs which are blocking 1.1 as well
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Assignee | ||
Updated•12 years ago
|
Comment on attachment 722321 [details]
Pull Request
the changes to action_menu.js look good. one final comment in pull request is to move the file to shared/ folder. marking it as r+ from side.
Attachment #722321 -
Flags: review?(ssaroha) → review+
Comment 6•12 years ago
|
||
r+
Assignee | ||
Comment 7•12 years ago
|
||
Thanks Rick & Satender for your review!Gracias! ;)
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Uplifted commit 34ec6dd4092f8f6455ae7296f1d1a1a445c1164d as:
v1-train: 5a59e1ae55c8179adfa8ab85e061f57efdaf1186
status-b2g18:
--- → fixed
Comment 9•12 years ago
|
||
This broke install-gaia on v1-train because responsive.css was not checked in together.
build/webapp-zip.js:311: Error: Error: Can't add inexistent file to zip : /home/kanru/zone2/mozilla/B2G/gaia/shared/style/responsive.css from: sms.gaiamobile.org
Comment 10•12 years ago
|
||
backed out from v1-train: https://github.com/mozilla-b2g/gaia/commit/4073f456f83afb39b8d9d56d462726e3daa94859
Comment 11•12 years ago
|
||
Guys, please remember to run tests before committing.
Comment 12•12 years ago
|
||
My understanding was that we don't want new SMS features to land on v1-train for now, we want everything to land together. That was the cause of this problem.
These bugs should be marked with [NO_UPLIFT] in title.
Whiteboard: [NO_UPLIFT]
Updated•12 years ago
|
Comment 13•12 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #12)
> My understanding was that we don't want new SMS features to land on v1-train
> for now, we want everything to land together. That was the cause of this
> problem.
>
> These bugs should be marked with [NO_UPLIFT] in title.
This bug is blocking bug 850582, which does not have NO_UPLIFT. Should we still hold off on this uplift?
Comment 14•12 years ago
|
||
go for it; I was told that SMS-only features can land.
Whiteboard: [NO_UPLIFT]
Comment 15•12 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 -m1 34ec6dd4092f8f6455ae7296f1d1a1a445c1164d
<RESOLVE MERGE CONFLICTS>
git commit
Flags: needinfo?(fbsc)
Comment 17•12 years ago
|
||
v1-train: cdfc1e6472016c5015fce2dcd8a5dc07b97c96cc
Assignee | ||
Comment 18•12 years ago
|
||
Comment on attachment 722321 [details]
Pull Request
This was landed weeks ago.
Attachment #722321 -
Flags: review?(waldron.rick)
You need to log in
before you can comment on or make changes to this bug.
Description
•