mozilla.mano@sent.com
4427ad88cb
fixing a typo which broke js asserts on trunk
2008-04-22 11:18:19 -07:00
dietrich@mozilla.com
c9d5644c22
Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano)
2008-03-13 12:25:49 -07:00
dietrich@mozilla.com
afe04b3027
backing out test checkin of bug 384370
2008-03-04 14:12:27 -08:00
dietrich@mozilla.com
ee6f5ace1d
TESTING - temp checkin of bug 384370 (r=mconnor)
2008-03-04 13:23:04 -08:00
dietrich@mozilla.com
369fd460d9
backing out bug 384370 for hosation of Ts
2008-02-29 09:29:58 -08:00
dietrich@mozilla.com
7ea357f31c
Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (take two, r=mano, a=beltzner)
2008-02-29 08:39:13 -08:00
dietrich@mozilla.com
02b9a4ac37
backing out bug 384370, caused 25ms Ts regression on linux, and leaks on linux and mac
2008-02-27 11:05:52 -08:00
dietrich@mozilla.com
5b99177f04
Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano)
2008-02-27 10:14:13 -08:00
gavin@gavinsharp.com
6037b10a05
Bug 355195: only enable debug.js assertions in non-release builds (based on the app update channel pref), r=mconnor
2007-07-23 19:48:54 -07:00
martijn.martijn%gmail.com
cc3ffb45fc
Bug 343165 - Make debug.js appear everywhere, patch by Dave Townsend (Mossop), r=mconnor
2006-07-19 12:06:54 +00:00
gavin%gavinsharp.com
29e602c49f
Remove XXX comment and change from bug 330853, because it was unnecessary, r=ben
2006-04-28 22:55:03 +00:00
gavin%gavinsharp.com
1c8b1396dc
Bug 335319: pre-process out debug.js' license header, r=jhughes, sr=ben
2006-04-28 22:29:06 +00:00
beng%bengoodger.com
df7afcdb07
330853 - build does not start for some users... paper over multiple includes of debug.js by using a var instead of a const for now. r=brettw .. this probably wants to be fixed a different way, but trying to un-break people.
2006-03-17 21:38:21 +00:00
joe%retrovirus.com
6dd107ecd3
Fixed a scope-o in the NS_ASSERT() function.
...
bug=327349
r=gavin.sharp@gmail.com
2006-03-14 02:30:00 +00:00
joe%retrovirus.com
bd7b62fd23
Moved Ben's JavaScript ASSERT function to be NS_ASSERT in
...
toolkit/content/debug.js
debug.js is now included by globalOverlay.js, but if that's not in your
scope you can just #include debug.js directly.
NS_ASSERT() shows a dialog box containing a stack trace when it's called
with a condition that isn't true. The dialog box will be suppressed in
final builds, but in nightlies and alphas, it's useful for encouraging
bug submissions. To disable the dialogs, set XUL_ASSERT_PROMPT=0 in
your environment.
bug=327349
r=darin@meer.net , gavin.sharp@gmail.com
2006-03-14 01:56:09 +00:00