Closed
Bug 793083
Opened 11 years ago
Closed 11 years ago
Add more custom views to the LayoutInflater factory
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 18
People
(Reporter: mfinkle, Unassigned)
Details
Attachments
(1 file)
2.13 KB,
patch
|
sriram
:
review+
|
Details | Diff | Splinter Review |
I noticed that AboutHomeContent and AboutHomeContent$TopSitesGridView were not in the GeckoViewsFactory. Since they are in the startup path, I figured it made sense to add them. TabsPanel$TabsPanelToolbar and TabsPanel$TabsListContainer are also not in the factory, but maybe they are not in the startup path. If you want these in too, let me know. I also made the "Error" for a unknown views be a warning instead. Unknown views are still handled by the default layout inflater factory, so it's not an error.
Attachment #663276 -
Flags: review?(sriram)
Comment 1•11 years ago
|
||
Comment on attachment 663276 [details] [diff] [review] patch Review of attachment 663276 [details] [diff] [review]: ----------------------------------------------------------------- This looks good to me. I have a similar patch in another bug.
Attachment #663276 -
Flags: review?(sriram) → review+
Reporter | ||
Comment 2•11 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/67be22778e30
Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → Firefox 18
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/67be22778e30
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Assignee | ||
Updated•2 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
•