Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
mozilla.mano%sent.com ed0dfbb2b5 fixing a typo which broke js asserts on trunk 2008-04-22 18:18:19 +00:00
dietrich%mozilla.com 0056d5f1e8 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-03-13 19:25:52 +00:00
dietrich%mozilla.com 5a11cd0128 backing out test checkin of bug 384370 2008-03-04 22:12:28 +00:00
dietrich%mozilla.com bead788347 TESTING - temp checkin of bug 384370 (r=mconnor) 2008-03-04 21:23:06 +00:00
dietrich%mozilla.com 584c3add5f backing out bug 384370 for hosation of Ts 2008-02-29 17:29:59 +00:00
dietrich%mozilla.com 5c0383f972 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (take two, r=mano, a=beltzner) 2008-02-29 16:39:14 +00:00
dietrich%mozilla.com 24711f0185 backing out bug 384370, caused 25ms Ts regression on linux, and leaks on linux and mac 2008-02-27 19:05:55 +00:00
dietrich%mozilla.com 41ed75ef1c Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-02-27 18:14:16 +00:00
gavin%gavinsharp.com 6ccc011d12 Bug 355195: only enable debug.js assertions in non-release builds (based on the app update channel pref), r=mconnor 2007-07-24 02:48:54 +00:00
martijn.martijn%gmail.com 1aaa72b2c9 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 32c5c12e97 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 740873b9cc Bug 335319: pre-process out debug.js' license header, r=jhughes, sr=ben 2006-04-28 22:29:06 +00:00
beng%bengoodger.com b398fce66c 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 eee93d30c3 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 ab0558a2d2 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