Closed
Bug 1050033
Opened 11 years ago
Closed 11 years ago
Eliminate BrowserDB interface
Categories
(Firefox for Android Graveyard :: Data Providers, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 34
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
Attachments
(1 file)
|
39.46 KB,
patch
|
lucasr
:
review+
|
Details | Diff | Splinter Review |
It hasn't been necessary since we stopped supporting Android databases, and it's starting to get in the way.
| Assignee | ||
Comment 1•11 years ago
|
||
This patch:
* Pushes RobocopTarget annotations down to LocalBrowserDB.
* Eliminates @Override annotations.
* Removes the interface.
* Makes the static members of BrowserDB volatile, because there are no controls over how they're accessed.
* Eliminates static passthrough methods of BrowserDB that aren't called by tests or the app.
Pretty small patch, considering!
I'll push this to Try later.
Attachment #8468961 -
Flags: review?(lucasr.at.mozilla)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
Attachment #8468961 -
Flags: feedback?(chriskitching)
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment on attachment 8468961 [details] [diff] [review]
Eliminate BrowserDB interface. v1
Review of attachment 8468961 [details] [diff] [review]:
-----------------------------------------------------------------
Go.
Attachment #8468961 -
Flags: review?(lucasr.at.mozilla) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8468961 -
Flags: feedback?(chriskitching)
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
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
•