gecko/js/xpconnect
Bobby Holley 17bfc88fbe Bug 692342 - Remove the obviously superfluous uses of IsPointer(). r=mrbkap
These are the easy cases, which all fall into one or more of the following categories:
* A check-and-throw, followed by a switch whose default case also throws
* A check of IsPointer() &&-ed with or tightly enclosing a check that implies IsPointer()
* A check of something clearly enforced by the XPIDL compiler
2011-11-25 17:09:06 -08:00
..
crashtests Bug 687400: Kill Node.isSameNode. r=smaug 2011-10-28 19:52:27 -07:00
idl Remove browser prefs for the tracer (bug 698201 part 7, r+sr=gal). 2011-11-22 17:41:43 -05:00
loader Bug 586010 - Send dump() output to Android device log. r=bz 2011-11-09 19:27:08 -05:00
public Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking. 2011-11-03 08:57:30 -07:00
shell Bug 700992 - Fix GCC compile warnings in XPConnect. r=bholley,gal. 2011-11-20 20:10:58 -08:00
src Bug 692342 - Remove the obviously superfluous uses of IsPointer(). r=mrbkap 2011-11-25 17:09:06 -08:00
tests Bug 668855, part 6: test weak maps and the cycle collector. r=gal 2011-11-24 07:35:57 -05:00
wrappers Bug 665279 - Resolve interface constants properly through Xray wrappers. r=peterv 2011-09-21 19:16:50 -07:00
Makefile.in