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

171145 Коммитов

Автор SHA1 Сообщение Дата
igor.bukanov%gmail.com 031be224c6 Function code generation is in a separated function. bug=355834 r=brendan 2006-10-07 19:50:02 +00:00
brendan%mozilla.org d7b93d90b8 Followup fix to patch for bug 347306. 2006-10-07 19:27:04 +00:00
brendan%mozilla.org 69f7de4572 Fix O(n^2) growth bug in js_GetSrcNote (347306, r=igor). 2006-10-07 19:14:55 +00:00
smontagu%smontagu.org abfd8b7e04 Backing out patch from bug 333535 to test performance impact 2006-10-07 18:36:27 +00:00
lpsolit%gmail.com 51abd2a779 Bug 355841: Bug::check_can_change_field() incorrectly updates $PrivilegesRequired - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-10-07 17:54:57 +00:00
lpsolit%gmail.com fa0e52bd95 Bug 355833: Groups are out of order when sharing queries - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2006-10-07 17:51:43 +00:00
bclary%bclary.com eb781b358a JavaScript Test - regression test for bug 355556, by Jesse Ruderman 2006-10-07 10:41:32 +00:00
bclary%bclary.com 14eacd3b28 JavaScript Test - regression test for bug 355341, by Jesse Ruderman 2006-10-07 10:39:01 +00:00
peterv%propagandism.org 1c221a6a94 Checking in fix for bug 349465 again since it didn't affect Ts/Tp. 2006-10-07 10:27:45 +00:00
mats.palmgren%bredband.net fc88af4d70 Avoid crashing on OOM. b=352335 r+sr=roc 2006-10-07 08:53:06 +00:00
mats.palmgren%bredband.net 38a3a11411 Remove dead code. b=355617 r+sr=bzbarsky 2006-10-07 08:34:53 +00:00
mattwillis%gmail.com 74e9de408c Disabling l10n building 2006-10-07 04:42:12 +00:00
brendan%mozilla.org eaed55fc41 Simple null defense in js_PCToLineNumber (355341, r=igor). 2006-10-07 03:50:08 +00:00
bzbarsky%mit.edu 56d7c3d7e0 Make on* (event handler) properties show up inside |with| blocks by making sure
we resolve them even when assigning.  Bug 159849, r=peterv, sr=brendan
2006-10-07 03:37:15 +00:00
mattwillis%gmail.com bc4cb2b7f9 Disabling l10n building 2006-10-07 03:34:20 +00:00
mattwillis%gmail.com dbf6abd4ea Enabling l10n building for spinning SB 0.3rc2 2006-10-07 03:32:56 +00:00
mattwillis%gmail.com 23d8ad1941 Backout bad change 2006-10-07 02:26:28 +00:00
mattwillis%gmail.com ce361be0aa Enabling l10n building for spinning SB 0.3rc2 2006-10-07 02:25:45 +00:00
mattwillis%gmail.com 7441a456c7 Enabling l10n building for spinning SB 0.3rc2 2006-10-07 01:31:18 +00:00
rhelmer%mozilla.com 9eaf29f70a Config::General format config file b=352230 r=preed 2006-10-07 01:29:26 +00:00
rhelmer%mozilla.com ce2404bb39 more error checking, also some Step error checking functions b=352230 r=preed 2006-10-07 01:29:11 +00:00
rhelmer%mozilla.com 986254316b simple test framework r=preed b=352230 2006-10-07 01:28:20 +00:00
rhelmer%mozilla.com 80c6bd094a use scalar not hash notation b=352230 r=preed 2006-10-07 01:27:49 +00:00
rhelmer%mozilla.com 2d7821c54f substeps b=352230 r=preed 2006-10-07 01:27:21 +00:00
mnyromyr%tprac.de 857a29bc8d Bug 342576: UI Work for Adding Tags to Messages; r=IanN, sr=Neil 2006-10-07 01:18:45 +00:00
igor.bukanov%gmail.com 2d1499e739 Navigate scope chain properly. bug=353079 r=brendan 2006-10-07 01:14:51 +00:00
wtchang%redhat.com 4d79de55ec Bugzilla Bug 354565: improved an error message as suggested by Neil
Williams.
2006-10-06 23:50:48 +00:00
wtchang%redhat.com 80b56f2e83 Bugzilla Bug 115951: libfreebl3.dylib should be built as a loadable bundle
just like libnssckbi.dylib because it is only dynamically loaded.  We don't
have the import library freebl3.lib on Windows either. r=julien.pierre
2006-10-06 23:45:39 +00:00
stridey%gmail.com bed00b02c7 Need final icons for the tab scroller buttons. Icons by Jon Hicks <jon@hicksdesign.co.uk>, patch by delliott <d.elliott@sms.ed.ac.uk> r=hwaara sr=pink b=355492 2006-10-06 23:14:43 +00:00
dbaron%dbaron.org d3c0fe0471 Set mFace to null after calling FT_Done_Face. b=355059 r+sr=roc 2006-10-06 22:59:42 +00:00
dietrich%mozilla.com 843dfd3733 Bug 354401 Update Places unit-tests to work with xpcshell test-harness (r=davel, benjamin) 2006-10-06 21:10:47 +00:00
brendan%mozilla.org 0efd8f100b Fix DEBUG-only helpers not to prepend 0x to %p. 2006-10-06 21:06:08 +00:00
bienvenu%nventure.com 55c751ffa4 fix crash cancelling fcc to imap folder, sr=mscott, patch suggested by laurentiu dumitrescu 206408 2006-10-06 20:55:43 +00:00
lpsolit%gmail.com cba6ca4f6e Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-10-06 20:36:53 +00:00
preed%mozilla.com 4d495bc142 Fix a minor bug where partial patchinfo snippets were always created with the default schema, not the specified schema. Trivial, so no bug number. r=rhelmer. 2006-10-06 20:29:52 +00:00
brendan%mozilla.org a6ee70e00e Fix 241468, r=igor. 2006-10-06 20:13:46 +00:00
brendan%mozilla.org 1f94fc8365 Fix 355556, r=igor. 2006-10-06 20:10:21 +00:00
igor.bukanov%gmail.com d82b550737 Enumerator must always return string. bug=355658 r=brendan 2006-10-06 20:10:06 +00:00
neil%parkwaycc.co.uk d540409a19 Bug 355212 Global Inbox needs spam settings r+sr=mscott 2006-10-06 19:45:48 +00:00
mattwillis%gmail.com 69ed886897 turning off l10n builds 2006-10-06 18:02:26 +00:00
joshmoz%gmail.com 9a8a1eda77 Better enum names for last checkin, bug 346883. 2006-10-06 17:56:47 +00:00
joshmoz%gmail.com 76e8dfc747 can only open preferences once in cocoa firefox via mouse. b=346883 r=mento sr=pinkerton 2006-10-06 17:50:47 +00:00
nkinder%redhat.com 8636e64a1d 355742 - Changed search order for sasl.h to simplify build 2006-10-06 17:50:26 +00:00
mkanat%bugzilla.org ff525353d8 Bug 355709: [PostgreSQL] Crash when querying the DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-10-06 17:21:27 +00:00
mattwillis%gmail.com e7507b33b9 Enabling l10n building for spinning SB 0.3rc2 2006-10-06 17:00:45 +00:00
peterv%propagandism.org 95ef08a41b Backing out fix for bug 349465 to see if it affects Ts/Tp (for bug 355457). 2006-10-06 15:55:30 +00:00
rbs%maths.uq.edu.au 9d05f93491 Strengthen the code that closes the gaps in stretchy chars so that it doesn't break Linux. Patch by Behdad Esfahbod <mozilla@behdad.org>, b=321994, r+sr=rbs 2006-10-06 15:38:17 +00:00
pedemont%us.ibm.com 59de0701db Bug 348706 - Passing null as a value of a DOM attribute causes crash. r=vkorenv. XULRunner only. 2006-10-06 15:15:46 +00:00
bclary%bclary.com 2e821e4dae JavaScript Test - regression test for bug 355635, by Jesse Ruderman 2006-10-06 14:41:35 +00:00
bclary%bclary.com ad8d46380d JavaScript Test - regression test for bug 355478, by Jesse Ruderman 2006-10-06 14:36:45 +00:00