gecko-dev/toolkit/components/places
Dave Townsend 6e44ebad84 Bug 1257246: Update toolkit for eslint 2. r=Gijs
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: KHYdAkRvhVr

--HG--
extra : rebase_source : 720cc9d864175248508146a7f4704b4bf3f02439
extra : histedit_source : 6cc0ecbf21a571e1a41d517b67512a3452fac19a
2016-04-05 11:33:48 -07:00
..
tests Bug 1257246: Update toolkit for eslint 2. r=Gijs 2016-04-05 11:33:48 -07:00
AsyncFaviconHelpers.cpp Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
AsyncFaviconHelpers.h Bug 1119386 - Part 4: Use document's principal for favicons in toolkit (r=gijs,mak) 2015-11-24 13:32:22 -08:00
BookmarkHTMLUtils.jsm Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
BookmarkJSONUtils.jsm Bug 1242857 - Use channel.asyncOpen2() within toolkit/components/places. r=sicking, r=mak 2016-03-18 10:58:58 -07:00
Bookmarks.jsm Bug 1253652 - Fix browser.bookmarks.move() and add tests for it. r=kmag, r=mak 2016-03-09 09:30:43 -05:00
ClusterLib.js Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
ColorAnalyzer.js
ColorAnalyzer_worker.js
ColorConversion.js
Database.cpp Bug 1257599 - Rename 'Unsorted Bookmarks' into 'Other Bookmarks'. r=jaws a=kwierso 2016-03-31 16:17:30 -07:00
Database.h Bug 1143712 - Remove moz_bookmarks_roots table. r=mak 2016-03-16 11:56:25 +01:00
Helpers.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
Helpers.h Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley 2016-02-10 08:23:00 +01:00
History.cpp Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
History.h Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
History.jsm Bug 1250363 - Speed up history removals through a simulated per-statement trigger. r=yoric 2016-02-23 02:21:03 +01:00
PlaceInfo.cpp Bug 958641 - De-holder nsIXPConnect::WrapNative. r=gabor 2015-07-01 11:17:17 -07:00
PlaceInfo.h
PlacesBackups.jsm Bug 1257246: Update toolkit for eslint 2. r=Gijs 2016-04-05 11:33:48 -07:00
PlacesCategoriesStarter.js Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
PlacesDBUtils.jsm Bug 1257599 - Rename 'Unsorted Bookmarks' into 'Other Bookmarks'. r=jaws a=kwierso 2016-03-31 16:17:30 -07:00
PlacesRemoteTabsAutocompleteProvider.jsm Bug 1246076 (part 2) - optionally display a remote tab's favicon if available. r=mak 2016-02-22 15:43:47 +11:00
PlacesSearchAutocompleteProvider.jsm Bug 1240727 - match search engine alias with lower case; r=mak 2016-03-29 11:47:41 +08:00
PlacesTransactions.jsm Bug 1228976 - Remove array comprehensions from Places .r=mak 2015-12-03 16:26:58 +05:30
PlacesUtils.jsm Bug 1243778 - PushRecord::getLastVisit cannot rely on the Places url index anymore. r=kitcambridge 2016-02-08 14:42:07 +01:00
SQLFunctions.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
SQLFunctions.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
Shutdown.cpp Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
Shutdown.h Bug 1244650 - Failure to clear Forms and Search Data on exit. r=yoric 2016-02-04 13:51:34 +01:00
UnifiedComplete.js Bug 1181078 - Implement new awesomebar popup design. r=mak 2016-04-05 18:56:54 -07:00
UnifiedComplete.manifest
VisitInfo.cpp
VisitInfo.h
moz.build Bug 1244650 - Failure to clear Forms and Search Data on exit. r=yoric 2016-02-04 13:51:34 +01:00
mozIAsyncFavicons.idl Bug 1119386 - Part 4: Use document's principal for favicons in toolkit (r=gijs,mak) 2015-11-24 13:32:22 -08:00
mozIAsyncHistory.idl
mozIAsyncLivemarks.idl
mozIColorAnalyzer.idl
mozIPlacesAutoComplete.idl
nsAnnoProtocolHandler.cpp Bug 1119386 - Part 4: Use document's principal for favicons in toolkit (r=gijs,mak) 2015-11-24 13:32:22 -08:00
nsAnnoProtocolHandler.h
nsAnnotationService.cpp Bug 1236324 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in toolkit/components/places/. r=mak 2015-11-22 13:59:54 -08:00
nsAnnotationService.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsFaviconService.cpp Bug 1187138 (part 3) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj. 2015-11-24 16:53:46 -08:00
nsFaviconService.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsIAnnotationService.idl
nsIBrowserHistory.idl Bug 1254923 - Remove RemoveAllPages API. r=mak 2016-03-09 19:34:51 +03:00
nsIFaviconService.idl
nsINavBookmarksService.idl Backed out 2 changesets (bug 1150678) for xpcshell bustage 2015-08-05 16:24:58 -07:00
nsINavHistoryService.idl Bug 1243779 - Remove uriIsPrefix option from nsINavHistoryQuery.r=adw 2016-02-10 17:16:23 +01:00
nsITaggingService.idl
nsLivemarkService.js Bug 1242857 - Use channel.asyncOpen2() within toolkit/components/places. r=sicking, r=mak 2016-03-18 10:58:58 -07:00
nsMaybeWeakPtr.h Bug 1189369, part 9 - Use early return in nsMaybeWeakPtr<T>::GetValue(). r=mak 2015-08-04 13:55:01 -07:00
nsNavBookmarks.cpp Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
nsNavBookmarks.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsNavHistory.cpp Bug 1254923 - Remove RemoveAllPages API. r=mak 2016-03-09 19:34:51 +03:00
nsNavHistory.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsNavHistoryQuery.cpp Bug 1243779 - Remove uriIsPrefix option from nsINavHistoryQuery.r=adw 2016-02-10 17:16:23 +01:00
nsNavHistoryQuery.h Bug 1243779 - Remove uriIsPrefix option from nsINavHistoryQuery.r=adw 2016-02-10 17:16:23 +01:00
nsNavHistoryResult.cpp Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
nsNavHistoryResult.h Bug 1240013 - Crash in nsNavBookmarks::OnVisit by setting long location.hash. r=Yoric 2016-01-26 18:43:53 +01:00
nsPIPlacesDatabase.idl
nsPlacesAutoComplete.js Bug 1108019 - Avoid console exception spew from nsPlacesAutoComplete.js. r=mak 2016-02-10 15:30:23 +01:00
nsPlacesAutoComplete.manifest
nsPlacesExpiration.js Bug 1250363 - Speed up history removals through a simulated per-statement trigger. r=yoric 2016-02-23 02:21:03 +01:00
nsPlacesIndexes.h Bug 1169753 - Remove favicons GUIDs. r=mak 2015-07-01 11:50:34 +03:00
nsPlacesMacros.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsPlacesModule.cpp
nsPlacesTables.h Bug 1143712 - Remove moz_bookmarks_roots table. r=mak 2016-03-16 11:56:25 +01:00
nsPlacesTriggers.h Bug 1250363 - Speed up history removals through a simulated per-statement trigger. r=yoric 2016-02-23 02:21:03 +01:00
nsTaggingService.js Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
toolkitplaces.manifest