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

69686 Коммитов

Автор SHA1 Сообщение Дата
scc%mozilla.org 90a26e36b4 need to make concatenation arguments homogenous in some cases 2000-09-04 01:33:24 +00:00
dbaron%fas.harvard.edu 01f01c4890 Fixing scc's typo to fix harpoon orange, etc. r=scc 2000-09-04 01:19:36 +00:00
dbaron%fas.harvard.edu 577da35f7f Back out hacks to fix earlier string bustage. r=scc 2000-09-04 00:50:52 +00:00
scc%mozilla.org daa61fe5b5 we think the fix is in to support the original form, so back to the original form we go 2000-09-04 00:50:50 +00:00
ben%netscape.com 61b03233b8 fix button sizing problem 2000-09-04 00:14:51 +00:00
brendan%mozilla.org 53ea2141f3 Must JS_SetGlobalObject at least, if not JS_InitStandardClasses, before defining native functions at startup. 2000-09-04 00:10:06 +00:00
ben%netscape.com fc0f54894f license files 2000-09-03 23:38:07 +00:00
ben%netscape.com 7e8327d6fa add dir info 2000-09-03 23:29:04 +00:00
rcassin%supernova.org 279ee37f60 Add smarts to vixen which number buttons. "Button1", "Button2", "Button3", etc. (originally all buttons would be "Button1"). r=ben 2000-09-03 23:01:03 +00:00
scc%mozilla.org 2217def002 fixing up comparison ambiguities for old gcc 2000-09-03 22:45:50 +00:00
scc%mozilla.org 0caf9417c2 bustage fix for old gcc; already built on speedracer to ensure that it works, and on Mac to ensure that doesn't break modern compilers 2000-09-03 22:38:38 +00:00
ben%netscape.com 3d040008a7 fixes to get ViXEn running. 2000-09-03 22:30:25 +00:00
ben%netscape.com e0823c7027 ditto... 2000-09-03 21:47:47 +00:00
ben%netscape.com 28604b0dce some changes to get ViXEn building and running. NPOB. 2000-09-03 21:45:55 +00:00
ben%netscape.com 0ed1b6d8a2 initial checkin of ViXEn. not part of default build. a=brendan. 2000-09-03 21:38:08 +00:00
av%netscape.com 41dcfdd44a Fixing #44993, added style visibility check to the object frame, r=buster 2000-09-03 20:54:26 +00:00
bryner%uiuc.edu e28d7b8703 Fixing my bad indenting. 2000-09-03 20:48:32 +00:00
dbaron%fas.harvard.edu e9b7ab1585 Continuing to work on speedracer/pravda bustage. 2000-09-03 15:45:57 +00:00
mkaply%us.ibm.com 44ea5dc36a #51222
r=rcassin@supernova.org (Hurricane), a=brendan
Missing OS/2 support for finding base profile dir
2000-09-03 15:08:49 +00:00
dbaron%fas.harvard.edu b4d0179338 Another attempt to fix speedracer/pravda bustage. They sometimes think nsPromiseConcatenation doesn't exist. I'll ask scc to look at this later. 2000-09-03 15:00:27 +00:00
rcassin%supernova.org 99dc52118f Fix for 47703 - UI: Composer Prefs Panel - r=walk84@usa.net 2000-09-03 14:44:32 +00:00
dbaron%fas.harvard.edu 6e3c153c1f Attempt to get old gcc and old FreeBSD compilers working again. Will ask scc to look for a better fix later. 2000-09-03 13:40:31 +00:00
pete%alphanumerica.com 4c2dd8fb4b added two more functions:
permissions and dateModified

did some style cleanup and tested out each function

a=brendan

--pete
2000-09-03 13:37:19 +00:00
scc%mozilla.org 90c34a3a99 and here we are, back to square one. 2000-09-03 08:25:02 +00:00
scc%mozilla.org bc2af7530d files from the string test harness, updated to match the string changes already in the tree 2000-09-03 07:10:03 +00:00
scc%mozilla.org 084f48c90f more GCC fixes 2000-09-03 06:41:18 +00:00
hyatt%netscape.com 7389f933ac Fix crash on theme application. r=ben 2000-09-03 06:22:21 +00:00
hyatt%netscape.com ba7b94b9b1 Fix crash on skin switching. r=ben 2000-09-03 06:00:09 +00:00
scc%mozilla.org be4ff1fbf1 fix speedracer bustage 2000-09-03 05:54:31 +00:00
scc%mozilla.org 9aa980c04a explicit constructors stop the automatic construction of a string for a comparison. Really, they want the equivalent of |IsEmpty()| here; let's just test the value of the char[0] in the buffer. 2000-09-03 05:47:01 +00:00
ben%netscape.com 27f526d5ab 46613, classic skin polish and other fixes for message compose window 2000-09-03 05:39:33 +00:00
hyatt%netscape.com 4a56981607 Fixed bad regression in XBL. r=ben 2000-09-03 05:35:36 +00:00
scc%mozilla.org 5c29f2b9d9 fixing bustage 2000-09-03 04:49:45 +00:00
scc%mozilla.org 76831430c2 fixing bustage. I didn't realize what a common (and mistaken) pattern it was to compare a |nsString| to |nsnull|. Better to say |IsEmpty()|. 2000-09-03 04:27:17 +00:00
scc%mozilla.org 37ad1671aa fixing bustage 2000-09-03 04:04:41 +00:00
scc%mozilla.org 37f44817be fixing bustage exposed by removing extra comparisons 2000-09-03 03:28:05 +00:00
scc%mozilla.org aa10bae8a2 I'll try anything, now 2000-09-03 03:25:42 +00:00
scc%mozilla.org 766ce2dea2 now that constructors are explicit, we'll have to get rid of extra comparison operators ... in fact, this is to fix immediate bustage 2000-09-03 03:16:47 +00:00
scc%mozilla.org 2accda54de OK, nothing has worked yet. It's time to roll out the big guns: |NS_READABLE_CAST| 2000-09-03 02:50:18 +00:00
scc%mozilla.org 4b2a937084 turning on |HAVE_CPP_2BYTE_WCHAR_T| 2000-09-03 02:24:58 +00:00
saari%netscape.com dae94a56ae another stab in the dark at 26882. Fixes initial focus problems upon launch on linux. 2000-09-03 02:18:25 +00:00
saari%netscape.com 87c3cc9be0 Working around weird linux widget problem to fix focus bugs. Stabbing in the dark at 26882 2000-09-03 02:15:20 +00:00
dbaron%fas.harvard.edu edc5e19b4f Fixing code that relies on implicit string construction. r=scc (verbally) 2000-09-03 02:08:24 +00:00
scc%mozilla.org 15c68c67b7 hack to fix pravda and speedracer bustage 2000-09-03 01:38:38 +00:00
scc%mozilla.org 65a05bda2a adding |Concat| function to fix pravda and speedracer bustage 2000-09-03 01:38:27 +00:00
scc%mozilla.org 512ef369e3 fixing code that relied on implicit string construction 2000-09-03 00:46:03 +00:00
scc%mozilla.org 25da052a0b fixing code that relied on implicit string construction 2000-09-03 00:31:01 +00:00
scc%mozilla.org 3093bd5ab5 hack to fix pravda bustage 2000-09-03 00:25:42 +00:00
scc%mozilla.org 961c75aeeb fixed typo 2000-09-03 00:08:25 +00:00
dbaron%fas.harvard.edu 6034cb7c24 Fixing code that relied on implicit string construction. r=scc (verbally) 2000-09-03 00:02:34 +00:00