Commit Graph

6 Commits

Author SHA1 Message Date
Dave Townsend
17d8a23b3f Bug 1257246: Update browser for eslint 2. r=felipe
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.

MozReview-Commit-ID: DEskVIjiKDM
2016-04-05 11:33:33 -07:00
Gijs Kruitbosch
3ef81462ae Bug 1236154 - add test for ESE migration code, r=MattN
MozReview-Commit-ID: 5lILvkVn3tW
2016-02-11 18:46:32 +00:00
Gijs Kruitbosch
400c2b60e9 Bug 1226556 - part 3: add tableExists to ESEDBReader, use it to fall back to normal bookmarks migration, r=MattN 2016-02-03 14:46:36 +00:00
Gijs Kruitbosch
0fb84b1255 Bug 1226556 - part 2: use ESE database to import Edge bookmarks, r=MattN 2016-01-30 11:22:19 +00:00
Gijs Kruitbosch
4b85ce4202 Bug 1226556 - part 1: allow reading GUID columns in ESEDBReader.jsm, r=MattN 2016-01-30 11:21:40 +00:00
Gijs Kruitbosch
5d78de5be4 Bug 1229076 - use JS module for reading ESE database, r=MattN 2015-12-01 20:24:54 +00:00