Closed
Bug 959219
Opened 12 years ago
Closed 12 years ago
Rename assertCurrentPage to assertCurrentPanel in AboutHomeComponent
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 29
People
(Reporter: lucasr, Assigned: lucasr)
References
Details
Attachments
(1 file, 1 obsolete file)
14.10 KB,
patch
|
mcomella
:
review+
|
Details | Diff | Splinter Review |
Missed this one on the mass-renaming patch from bug 958185.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 8360343 [details] [diff] [review]
Rename assertCurrentPage to assertCurrentPanel (r=mcomella)
Review of attachment 8360343 [details] [diff] [review]:
-----------------------------------------------------------------
The match the latest terminology used in our about:home code. The big renaming patch is in bug 958185. I missed this one instance of 'page' in our code.
Attachment #8360343 -
Flags: review?(michael.l.comella)
Comment on attachment 8360343 [details] [diff] [review]
Rename assertCurrentPage to assertCurrentPanel (r=mcomella)
Review of attachment 8360343 [details] [diff] [review]:
-----------------------------------------------------------------
r+ w/ argument rename.
::: mobile/android/base/tests/components/AboutHomeComponent.java
@@ +61,5 @@
> private ViewPager getHomePagerView() {
> return (ViewPager) mSolo.getView(R.id.home_pager);
> }
>
> + public AboutHomeComponent assertCurrentPanel(final PanelType expectedPage) {
expectedPage => expectedPanel
Attachment #8360343 -
Flags: review?(michael.l.comella) → feedback+
Blocks: 960283
Actually, we're also misssing certain method calls, e.g. `swipeToPage`, and enums, e.g. `PhonePage`. Do you mind hitting these too?
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•12 years ago
|
||
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 8364464 [details] [diff] [review]
Rename 'page' terminology to 'panel' in AboutHomeComponent (r=mcomella)
(In reply to Michael Comella (:mcomella) from comment #5)
> Actually, we're also misssing certain method calls, e.g. `swipeToPage`, and
> enums, e.g. `PhonePage`. Do you mind hitting these too?
Nice catch, Here's a more thorough patch.
Attachment #8364464 -
Flags: review?(michael.l.comella)
Assignee | ||
Updated•12 years ago
|
Attachment #8360343 -
Attachment is obsolete: true
Comment on attachment 8364464 [details] [diff] [review]
Rename 'page' terminology to 'panel' in AboutHomeComponent (r=mcomella)
Review of attachment 8364464 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
Attachment #8364464 -
Flags: review?(michael.l.comella) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
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
•