Commit Graph

81 Commits

Author SHA1 Message Date
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Richard Newman
1303f7c769 Bug 755576 - Redundant cyclic reuploading & repositioning of bookmark folders. r=nalexander 2012-05-18 11:55:52 -07:00
Nick Alexander
1d17d61465 Bug 709313 - Upload meta/global. r=rnewman, a=blocking-fennec 2012-05-17 13:20:49 -07:00
Richard Newman
b3547759b0 Bug 718153 - Match Fennec's history URL blacklist. r=liuche, a=blocking-fennec 2012-05-03 12:08:35 -07:00
Richard Newman
4af762156e Bug 749857 - Don't upload history records without URI or visits. r=liuche, a=android-only 2012-04-30 13:40:34 -07:00
Nick Alexander
f35291232b Bug 713524 - Batch bookmark inserts. r=rnewman, a=android-only 2012-04-30 13:40:30 -07:00
Nick Alexander
dc024d63b4 Bug 743153 - Use ContentUris.parseId instead of RepoUtils.getAndroidIdFromUri. r=rnewman, a=android-only 2012-04-30 13:40:27 -07:00
Richard Newman
75c324aebc Bug 748898 - Use "mobile" as title for Mobile Bookmarks folder on upload. a=blocking-fennec 2012-04-26 12:31:02 -07:00
Richard Newman
5e2e41371d Bug 747065 - Precondition failed on clients PUT. r=nalexander, a=blocking-fennec 2012-04-24 11:50:37 -07:00
Richard Newman
6a0305a5e4 Bug 747040 - Trivial guard against NPE in AndroidBrowserBookmarksRepositorySession.retrieveRecord. r=trivial, a=blocking-fennec 2012-04-21 21:46:03 -07:00
Richard Newman
d423fe8c2a Bug 730626 - Implement resetting. r=nalexander, a=blocking-fennec 2012-04-21 21:15:27 -07:00
Chenxia Liu
2ef9f73069 Bug 745302 - Passwords synced to Fennec database, but don't autocomplete in UI. r=nalexander,rnewman a=blocking-fennec 2012-04-17 15:56:28 -07:00
Nick Alexander
98f39e8ad1 Bug 742104 - enable form history sync; minor improvements. r=rnewman 2012-04-13 19:41:40 -07:00
Nick Alexander
0359890661 Bug 743098 - disable bookmarks and history stages if Fennec profile migration has not completed. r=rnewman 2012-04-12 20:15:53 -07:00
Nick Alexander
e807af1ef7 Bug 744660 - SQLiteConstraintException on bulkInsert history data. r=rnewman 2012-04-12 20:15:53 -07:00
Richard Newman
d3ebce33df Bug 744794 - Remove password debugging code. r=trivial 2012-04-12 09:10:56 -07:00
Chenxia Liu
68f9d19cd9 Bug 709385 - Passwords repository layer. r=rnewman 2012-04-12 00:36:58 -07:00
Richard Newman
1bb7f93c6a Bug 724739 - Part 4: Close cursor in idsForGUIDs, thread parent GUID through deletion. r=trivial 2012-04-10 23:22:03 -07:00
Richard Newman
34556aabc6 Bug 724739 - Part 3: invoke store callback on deletion. r=nalexander 2012-04-10 23:21:51 -07:00
Richard Newman
ee60c55c12 Bug 724739, Bug 724740 - Part 2: Queue folder deletions, processing them after other records; reparent children during bookmark folder deletion. r=nalexander 2012-04-10 23:21:51 -07:00
Richard Newman
9d2899ab45 Bug 724739 - Part 1: Pass the local record when handling deletions in order to determine type; add bumpModifiedByGUID; add idsForGUIDs and moveChildren. r=nalexander 2012-04-10 23:21:51 -07:00
Richard Newman
4a9d29ca28 Bug 724739 - Part 0: Correct schema comment; project in getGuidsIDsForFolders; short-circuit updatePositions. r=nalexander 2012-04-10 23:21:51 -07:00
Richard Newman
38105ffd3e Bug 744282 - Switch untracking to use GUIDs only, with Record input as a convenience. r=nalexander 2012-04-10 23:21:51 -07:00
Nick Alexander
221ca94c46 Bug 735083 - batch inserts into Fennec history provider. r=rnewman 2012-04-05 19:25:34 -07:00
Richard Newman
9fa7a7e447 Bug 742120 - History records incorrectly reconciled by title + URI, not just URI. r=nalexander 2012-04-04 13:13:24 -07:00
Nick Alexander
e97216387d Bug 709402 - Part 2: Form history repository layer. r=rnewman 2012-04-03 16:43:07 -07:00
Nick Alexander
ff3d49f7e3 Bug 738067 - Set TTLs on outbound records. r=rnewman 2012-04-03 16:43:07 -07:00
Richard Newman
6996ba5748 Remove forgotten stale file. NO BUG, r=trivial 2012-03-27 20:09:15 -07:00
Richard Newman
647d01776d Bug 731024 - Part 5: Safer handling of deleted items. r=nalexander 2012-03-27 10:47:26 -07:00
Richard Newman
e9e87ba8ed Bug 731024 - Part 4: Handle additional types. Test for livemarks. r=nalexander 2012-03-27 10:47:26 -07:00
Richard Newman
fe13627f8a Bug 739515 - Defensive coding for Fennec history entries. r=emtwo,nalexander 2012-03-27 10:47:26 -07:00
Nick Alexander
bed5e12d59 Bug 709402 preparation. r=rnewman 2012-03-23 11:03:48 -07:00
Richard Newman
dfdeb24b2a Bug 731024 - Part 1: Unsupported record types causes Android Sync to reorder folders containing livemarks/queries/separators…. r=nalexander 2012-03-23 11:03:47 -07:00
Richard Newman
7fedd1792d Bug 736352 - Aborting… doesn't. r=nalexander 2012-03-20 13:35:09 -07:00
Richard Newman
2595310051 Bug 734316 - Part 5: fix some more checkstyle warnings. r=trivial 2012-03-20 10:17:23 -07:00
Richard Newman
2bae0007d2 Bug 737265 - Correct creation of special folders. r=nalexander 2012-03-20 10:17:23 -07:00
Lucas Rocha
5bc3cacd8f Bug 708149 - Replace folder column with type in bookmarks table (r=rnewman) 2012-03-20 11:44:32 +00:00
Nick Alexander
44c5374559 Bug 736007 - avoid Server11RepositorySession NullPointerException. r=rnewman 2012-03-16 17:06:58 -07:00
Richard Newman
28c94725b6 Bug 736391 - Don't store places record. r=nalexander 2012-03-16 09:44:30 -07:00
Marina Samuel
cda5278a43 Bug 734469 - Clients stage table missing during sync. r=rnewman 2012-03-15 16:19:28 -07:00
Marina Samuel
b61cb251be Bug 729248 - Smarter upload of our clients record. r=rnewman 2012-03-15 01:25:14 -07:00
Richard Newman
aeb6314721 Bug 735475 - Invert AndroidBrowserRepositorySession.checkRecordType into shouldIgnore. r=nalexander 2012-03-13 15:48:26 -07:00
Richard Newman
b6f6933fe4 Bug 735297 - Documentation for RepositorySession. r=nalexander 2012-03-13 15:48:26 -07:00
Richard Newman
6879d2daaa Bug 709403 - Parts 3-6: tabs repository and stage. r=nalexander 2012-03-09 15:53:23 -08:00
Richard Newman
58dbac75eb Bug 734316 - Part 4: incorrect JavaDoc parameter, commenting, MPL in RepositorySessionFetchRecordsDelegate.java. r=trivial 2012-03-08 22:43:16 -08:00
Richard Newman
c3c2347e1f Bug 734316 - Part 2: fix JavaDoc warnings. r=trivial 2012-03-08 22:43:16 -08:00
Richard Newman
86c5d725e5 Bug 734316 - Part 1: Fix some PMD warnings. r=trivial 2012-03-08 22:43:16 -08:00
Marina Samuel
8a833d0163 Bug 733965 - Cursor not closed in ClientsDatabaseAccessor. r=rnewman 2012-03-07 18:01:33 -08:00
Marina Samuel
c1c8975239 Bug 715796 - Clients engine. r=rnewman 2012-03-05 20:53:14 -08:00
Nick Alexander
e089a1dcba Bug 732114 - Untangle Bookmark specific code in AndroidBrowserRepositoryTest. r=rnewman 2012-03-05 20:53:14 -08:00