Closed
Bug 1050034
Opened 11 years ago
Closed 11 years ago
Eliminate BrowserDB.URLColumns
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, 1 obsolete file)
24.76 KB,
patch
|
lucasr
:
review+
|
Details | Diff | Splinter Review |
As Lucas notes in Bug 723623:
"The Android backend has already been removed. What I think we should still do anyway is to get rid of BrowserDB.URLColumns and simply use BrowserContract interfaces directly.
BrowserDB.URLColumns was only necessary while we supported the Android's system bookmarks database."
Comment 1•11 years ago
|
||
Long overdue! Please make it happen :-)
Assignee | ||
Comment 2•11 years ago
|
||
About to run tests.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8469542 [details] [diff] [review]
Eliminate BrowserDB.URLColumns. v1
This looks good on Try.
I allowed Eclipse to clean up imports as I went, which is why this patch is a little larger than you'd expect!
Attachment #8469542 -
Flags: review?(lucasr.at.mozilla)
Comment 5•11 years ago
|
||
Comment on attachment 8469542 [details] [diff] [review]
Eliminate BrowserDB.URLColumns. v1
Review of attachment 8469542 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good but let's get rid of the cursor wrappers too.
::: mobile/android/base/db/LocalBrowserDB.java
@@ -1481,5 @@
> return "";
> }
> }
>
> private static class LocalDBCursor extends CursorWrapper {
You should be able to remove the wrapper class as well. It was only necessary to translate from BrowserDB.URLColumns to LocalDBCursor and a AndroidDBCursor that we used to have.
Attachment #8469542 -
Flags: review?(lucasr.at.mozilla) → feedback+
Assignee | ||
Comment 6•11 years ago
|
||
Now with fewer wrappers!
Attachment #8470259 -
Flags: review?(lucasr.at.mozilla)
Assignee | ||
Updated•11 years ago
|
Attachment #8469542 -
Attachment is obsolete: true
Comment 7•11 years ago
|
||
Comment on attachment 8470259 [details] [diff] [review]
Eliminate BrowserDB.URLColumns. v2
Review of attachment 8470259 [details] [diff] [review]:
-----------------------------------------------------------------
Great.
Attachment #8470259 -
Flags: review?(lucasr.at.mozilla) → review+
Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 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
•