gecko-dev/mobile
Jan Henning 19fcb48e72 Bug 1390140 - Account for bookmark ID being <null> when populating BrowserSearch's HomeContextMenuInfo. r=Grisha
The combined history view returns a bookmark ID of <null> for items that aren't a bookmark. Calling cursor.getInt() silently turns this into an ID of 0, which doesn't play well with the rest of our code that assumes that the bookmark ID for items that aren't in fact bookmarks is -1.

When pressing "Remove" on a search history result, this means that we then end up trying to remove bookmark 0, i.e. the root "bookmark". Luckily this attempt doesn't succeed, but unfortunately still manages to crash the browser along the way.

MozReview-Commit-ID: FZk4cI2EDAE

--HG--
extra : rebase_source : c35a8c3eabeb8607392e073df0d697585e78c64c
2017-08-23 21:13:35 +02:00
..
android Bug 1390140 - Account for bookmark ID being <null> when populating BrowserSearch's HomeContextMenuInfo. r=Grisha 2017-08-23 21:13:35 +02:00
locales Merge autoland to m-c. a=merge 2017-08-24 20:20:08 -04:00