Closed
Bug 1050033
Opened 10 years ago
Closed 10 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•10 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•10 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Attachment #8468961 -
Flags: feedback?(chriskitching)
Assignee | ||
Comment 2•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=9a737d8dab0b
Comment 3•10 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•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/273d6c900fb1
Assignee | ||
Updated•10 years ago
|
Attachment #8468961 -
Flags: feedback?(chriskitching)
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/273d6c900fb1
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
Updated•4 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
•