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

139217 Коммитов

Автор SHA1 Сообщение Дата
shaver%mozilla.org b8abe09892 283156: teach make-makefile how to deal properly with .. components in DIRS, sr=bsmedberg 2005-03-04 13:37:14 +00:00
mozilla.mano%sent.com 368b27b22e Bug 221824 - Winstripe should be rtl compatible... new preferences window fixes. r=kmgerich 2005-03-04 12:41:09 +00:00
jshin%mailaps.org 8b08a4bb47 bug 234182 : use multiple type 1 fonts in place of a type 9 font for PS freetype printing. Ken's review comments were not addressed in the previous check-in by mistake 2005-03-04 10:08:29 +00:00
jshin%mailaps.org db5f6980f1 bug 234182 : use multiple type 1 fonts instead of a type 9 fonts (r=ervin.yan, kherron, sr=bz) : forgot to remove two obsolete files in the previous check-in 2005-03-04 08:42:06 +00:00
jshin%mailaps.org d1f896da46 bug 234182 : use multiple type 1 fonts instead of a single type 9 font to produce more portable PS output files (r=ervin.yan, kherron, sr=bz) 2005-03-04 07:39:27 +00:00
bob%bclary.com 357d8a2d85 Fix error where testcase did not test conversion of the object to a string. Note this does not accurately test the true problem of evaluating the object in the js shell 2005-03-04 06:24:16 +00:00
smfr%smfr.org 9275211cad Add license. 2005-03-04 05:44:34 +00:00
julien.pierre.bugs%sun.com afed9f1c17 Fix for 283765. Fix for UMR in NSSUsage. r=julien 2005-03-04 04:32:04 +00:00
bob%bclary.com 58adc8cf6b Initial add. Regression test for bug 167328, by pschwartau@meer.net 2005-03-04 03:26:50 +00:00
darin%meer.net aee48e70f9 fixes bug 284687 "###!!! ASSERTION: index out of range: '0 <= aIndex && aIndex < Count()" r=biesi sr=pavlov 2005-03-04 02:48:58 +00:00
jst%mozilla.jstenback.com a57ec3f6dc Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-04 02:01:54 +00:00
robert%accettura.com 1ba4b862f2 Some emoticons not converted correctly :-/ (Bug 205911) sr=mscott r/moa=daniel@glazman.org p=me 2005-03-04 00:57:27 +00:00
bob%bclary.com 5bea3d4b81 Initial add. Regression test for bug 155081, by ajschult@verizon.net 2005-03-04 00:17:19 +00:00
timeless%mozdev.org d5a1c4acbd Bug 284549 crash if nsIClassInfo.getInterfaces includes a null interface [@ HashIIDPtrKey]
r=shaver sr=shaver
2005-03-03 23:41:12 +00:00
cltbld fde54ddd50 Automated update from host egg 2005-03-03 22:57:36 +00:00
shaver%mozilla.org 7c72b8da41 automatically pull+build storage+sqlite3 when calendar is selected; r=bsmedberg 2005-03-03 22:48:37 +00:00
bob%bclary.com 70b20573fd Initial add. Regression test for bug 119719 2005-03-03 22:00:16 +00:00
pavlov%pavlov.net 03746f545d fixing 284078. patch from jt@nerant.org. r=pavlov 2005-03-03 21:45:07 +00:00
bob%bclary.com c4d498d291 Initial add. Regression test for bug 58116 2005-03-03 21:25:31 +00:00
silver%warwickcompsoc.co.uk b8ea089315 Bug 283156 - Make make-makefile cope with ../ in DIRS.
r=shaver
sr=bsmedberg
2005-03-03 21:12:22 +00:00
bob%bclary.com b100e4ba00 Initial add. Regression test for bug 249211, by dcourtin@systemplus.fr 2005-03-03 18:59:05 +00:00
bob%bclary.com 7e7d344299 Initial add. Regression test for bug 245148, by bebabo@swissonline.ch 2005-03-03 18:51:11 +00:00
bob%bclary.com e5d4b99db2 Initial add. Regression test for bug 281930, by jerfa@yahoo.com 2005-03-03 18:32:13 +00:00
scott%scott-macgregor.org ba82559445 Bug #202468 --> New SMTP Account Settings UI.
Make it easier to manage multiple SMTP servers.
Add the ability to set unique smtp servers for each identity associated with an account.

r=neil
sr=bienvenu
2005-03-03 18:08:47 +00:00
jst%mozilla.jstenback.com c0bff6d43b Fixing the browser side of bug 265536. Make the user agent string differentiate between 32-bit and 64-bit version of mozilla when running on x86_64 unix systems. r=bzbarsky@mit.edu, sr=darin@meer.net 2005-03-03 18:08:01 +00:00
bmlk%gmx.de 7c229a9e64 - decouple xul iframes from the browser.frames.enabled preference, so that one can open mozilla if that preference is set to false bug 107911
- avoid mutating style inside frame constructor for noframes bug 240129, this fixes crashes like bug 281333 and  bug 266222
- ConstructFrame does not append children if it fails, thats good enough for tables, so don't care about foreign children if they fail, this prevents tables from going into panic mode. bug 283147
- a display: table-caption behaves like a block for other table frames created below. bug 281527
r/sr= bzbarsky
2005-03-03 18:04:38 +00:00
bzbarsky%mit.edu 20fcb245ac Fix nsWindowWatcher::FindItemWithName to pass in the right requestor; expose it
on nsPIWindowWatcher and use it from nsDocShellTreeOwner.  Bug 282296, r=danm,
sr=jst
2005-03-03 17:26:34 +00:00
bob%bclary.com ead05b8709 Initial add. Regression test for bug 280769, by igor@mir2.org 2005-03-03 17:03:05 +00:00
bzbarsky%mit.edu b23ba9a88b Fix bug 257947 for real. r+sr=jst 2005-03-03 16:34:49 +00:00
caillon%redhat.com 25daa11d15 Null out static variables after we destroy the widgets to avoid crashing.
Bug 244549.  GTK2 patch by Pete Zha, GTK1 patch by Ben Bucksch.
r=caillon, sr=blizzard.
2005-03-03 16:31:59 +00:00
mozilla.mano%sent.com 93fc9aad0f Bug 125998 - For image documents, use the iamge-url as the tab-icon. patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk> r=vlad 2005-03-03 16:25:06 +00:00
mconnor%myrealbox.com 537565241e bug 284333 - SHGetMalloc API call is deprecated (in nsIEProfileMigrator.cpp), patch by david.gardiner@unisa.edu.au, r=me 2005-03-03 16:22:35 +00:00
mozilla.mano%sent.com 50f7c371bc Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben 2005-03-03 16:13:37 +00:00
timeless%mozdev.org 22da56e84e Bug 284509 use trailing slash for &releaseURL;
patch by bug@annevankesteren.nl r=neil sr=neil
2005-03-03 07:46:58 +00:00
mkanat%kerio.com 5a53d3fe0e Bug 283394: Editing or deleting classifications causes a blank page
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-03-03 07:23:28 +00:00
mkanat%kerio.com 9684ce16fa Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQL
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave
2005-03-03 07:19:10 +00:00
mkanat%kerio.com 3327f1abd7 Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-03-03 07:15:03 +00:00
smfr%smfr.org 87cea98ae8 Add a comment to say which DLL pulls in uriloader. sr=bz 2005-03-03 07:05:01 +00:00
smfr%smfr.org 6251522572 Add "Installed Plug-Ins" menu item to the bottom of the Help menu (bug 166966). 2005-03-03 05:59:21 +00:00
smfr%smfr.org 1289325c9a Add intl.xpt to the project to make about:plugins work (bug 199203). Also removed some empty Copy Files phases. 2005-03-03 05:45:54 +00:00
justdave%bugzilla.org 6694aeb158 Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
r=mkanat, a=justdave
2005-03-03 05:28:42 +00:00
bzbarsky%mit.edu 39ed08fbe1 Make sure to always remove the dummy layout request on presshell destruction
and not to post events after we have revoked them.  Bug 284354, r+sr=roc
2005-03-03 04:46:03 +00:00
bzbarsky%mit.edu 32c0620c6e When an image is resized, make it invalidate its mRect, since it needs to
repaint that area.  Bug 284166, r+sr=roc
2005-03-03 04:42:48 +00:00
julien.pierre.bugs%sun.com e31568eecd Fix crash in CRL sorting callbacks from qsort. 2005-03-03 04:07:26 +00:00
bienvenu%nventure.com 74fbc13d4e fix 284523 off by one error constructing mime part when deleting mime attachment, sr=mscott 2005-03-03 03:59:08 +00:00
smfr%smfr.org 85e26b64ab Remove some bogus ; from the end of method names. 2005-03-03 03:27:56 +00:00
jst%mozilla.jstenback.com 823dbb9d2e Hmm, apparently people don't build often on Mac's where XP_MAC is defined any more... sr=me 2005-03-03 01:27:36 +00:00
jshin%mailaps.org d6bd9e718b bug 282819 : use NS_ConvertASCIItoUTF16 instead of the manual expansion of ASCII to UTF-16 in nsFontMetricsGTK/Xlib r=smontagu, sr=dbaron 2005-03-03 00:29:30 +00:00
jst%mozilla.jstenback.com 0e18589386 Initialize uninitialized member, just in case... 2005-03-03 00:04:04 +00:00
jst%mozilla.jstenback.com f642cc93f0 Fixing bug 161587. Make the caller principal carry over to the callee when doing document.open(). r=caillon@gmail.com, sr=brendan@mozilla.org 2005-03-02 23:17:28 +00:00