Closed
Bug 1081209
Opened 11 years ago
Closed 11 years ago
Integrate dspec in local builds
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 35
People
(Reporter: lucasr, Assigned: lucasr)
Details
Attachments
(1 file)
23.95 KB,
patch
|
nalexander
:
review+
|
Details | Diff | Splinter Review |
So that you can just do...
DesignSpec designSpec = DesignSpec.fromResource(someView, R.raw.some_spec);
someView.getOverlay().add(designSpec);
to show a spec on top of a specific part of the UI in local builds.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8503290 -
Flags: review?(nalexander)
Comment 2•11 years ago
|
||
Comment on attachment 8503290 [details] [diff] [review]
Integrate dspec on non-official builds (r=nalexander)
Review of attachment 8503290 [details] [diff] [review]:
-----------------------------------------------------------------
wfm. I think this will even work just fine with the existing Eclipse configuration, 'cuz all of thirdparty is included already.
Attachment #8503290 -
Flags: review?(nalexander) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•