gecko-dev/toolkit/components/downloads
Nicholas Nethercote b71747b2ac Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm.
The new name makes the sense of the condition much clearer. E.g. compare:

  NS_WARN_IF_FALSE(!rv.Failed());

with:

  NS_WARNING_ASSERTION(!rv.Failed());

The new name also makes it clearer that it only has effect in debug builds,
because that's standard for assertions.

--HG--
extra : rebase_source : 886e57a9e433e0cb6ed635cc075b34b7ebf81853
2016-09-01 15:01:16 +10:00
..
chromium Bug 1296472 - Update csd.proto to the latest upstream version. r=gcp 2016-08-18 15:50:09 -07:00
test/unit Bug 1274112 - Part 1: Make update request v4. r=francois 2016-08-04 18:10:06 +08:00
ApplicationReputation.cpp Bug 1244340 - Part 1: Use origin attributes as cstor arg for LoadContext r=sicking 2016-08-26 18:59:00 +08:00
ApplicationReputation.h Bug 1275744 - Reference MOZ_LOG in toolkit comments. r=erahm 2016-05-26 11:14:47 -07:00
generate_csd.sh Bug 1296472 - Move upstream chromium code into chromium directory. r=gcp 2016-08-18 15:50:09 -07:00
moz.build Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp 2016-08-31 19:28:29 -04:00
nsDownloadManager.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
nsDownloadManager.h
nsDownloadManagerUI.js
nsDownloadManagerUI.manifest
nsDownloadProxy.h Bug 1293117 (part 4) - Change many NS_IMETHODIMP occurrences to NS_IMETHOD. r=froydnj. 2016-08-08 10:54:47 +10:00
nsDownloadScanner.cpp Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsDownloadScanner.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsIApplicationReputation.idl
nsIDownload.idl
nsIDownloadManager.idl
nsIDownloadManagerUI.idl
nsIDownloadProgressListener.idl
SQLFunctions.cpp
SQLFunctions.h