Commit Graph

141515 Commits

Author SHA1 Message Date
darin%meer.net
6e4bb5e6ea fixes bug 284687 "###!!! ASSERTION: index out of range: '0 <= aIndex && aIndex < Count()" r=biesi sr=pavlov
git-svn-id: svn://10.0.0.236/trunk@170154 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 02:48:58 +00:00
jst%mozilla.jstenback.com
07f72886c9 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
git-svn-id: svn://10.0.0.236/trunk@170153 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 02:01:54 +00:00
robert%accettura.com
fb2068ae7b Some emoticons not converted correctly :-/ (Bug 205911) sr=mscott r/moa=daniel@glazman.org p=me
git-svn-id: svn://10.0.0.236/trunk@170152 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 00:57:27 +00:00
bob%bclary.com
76c9f26fdc Initial add. Regression test for bug 155081, by ajschult@verizon.net
git-svn-id: svn://10.0.0.236/trunk@170151 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 00:17:19 +00:00
timeless%mozdev.org
ba9ee9a838 Bug 284549 crash if nsIClassInfo.getInterfaces includes a null interface [@ HashIIDPtrKey]
r=shaver sr=shaver


git-svn-id: svn://10.0.0.236/trunk@170150 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 23:41:12 +00:00
cltbld
13825964ec Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170149 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 22:57:36 +00:00
shaver%mozilla.org
8c128949c3 automatically pull+build storage+sqlite3 when calendar is selected; r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170148 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 22:48:37 +00:00
bob%bclary.com
d5ce75394f Initial add. Regression test for bug 119719
git-svn-id: svn://10.0.0.236/trunk@170147 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 22:00:16 +00:00
pavlov%pavlov.net
b638d8ccb3 fixing 284078. patch from jt@nerant.org. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@170146 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 21:45:07 +00:00
bob%bclary.com
29f68a461c Initial add. Regression test for bug 58116
git-svn-id: svn://10.0.0.236/trunk@170145 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 21:25:31 +00:00
silver%warwickcompsoc.co.uk
d036b06e69 Bug 283156 - Make make-makefile cope with ../ in DIRS.
r=shaver
sr=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@170144 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 21:12:22 +00:00
bob%bclary.com
0b08dccdc2 Initial add. Regression test for bug 249211, by dcourtin@systemplus.fr
git-svn-id: svn://10.0.0.236/trunk@170143 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:59:05 +00:00
bob%bclary.com
165ae397ea Initial add. Regression test for bug 245148, by bebabo@swissonline.ch
git-svn-id: svn://10.0.0.236/trunk@170142 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:51:11 +00:00
bob%bclary.com
552b3c9047 Initial add. Regression test for bug 281930, by jerfa@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@170141 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:32:13 +00:00
scott%scott-macgregor.org
5944cf6f12 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


git-svn-id: svn://10.0.0.236/trunk@170140 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:08:47 +00:00
jst%mozilla.jstenback.com
4f91ff34c8 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
git-svn-id: svn://10.0.0.236/trunk@170139 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:08:01 +00:00
bmlk%gmx.de
ee4b566941 - 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


git-svn-id: svn://10.0.0.236/trunk@170138 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:04:38 +00:00
bzbarsky%mit.edu
baca2afa60 Fix nsWindowWatcher::FindItemWithName to pass in the right requestor; expose it
on nsPIWindowWatcher and use it from nsDocShellTreeOwner.  Bug 282296, r=danm,
sr=jst


git-svn-id: svn://10.0.0.236/trunk@170137 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 17:26:34 +00:00
bob%bclary.com
0f74bb7c44 Initial add. Regression test for bug 280769, by igor@mir2.org
git-svn-id: svn://10.0.0.236/trunk@170136 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 17:03:05 +00:00
bzbarsky%mit.edu
f7fea72c9f Fix bug 257947 for real. r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@170135 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:34:49 +00:00
caillon%redhat.com
8439e6c832 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.


git-svn-id: svn://10.0.0.236/trunk@170134 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:31:59 +00:00
mozilla.mano%sent.com
7c73faba89 Bug 125998 - For image documents, use the iamge-url as the tab-icon. patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk> r=vlad
git-svn-id: svn://10.0.0.236/trunk@170133 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:25:06 +00:00
mconnor%myrealbox.com
43874dc10a bug 284333 - SHGetMalloc API call is deprecated (in nsIEProfileMigrator.cpp), patch by david.gardiner@unisa.edu.au, r=me
git-svn-id: svn://10.0.0.236/trunk@170132 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:22:35 +00:00
mozilla.mano%sent.com
7efa40f536 Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben
git-svn-id: svn://10.0.0.236/trunk@170131 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:13:37 +00:00
timeless%mozdev.org
733b2b3a5c Bug 284509 use trailing slash for &releaseURL;
patch by bug@annevankesteren.nl r=neil sr=neil


git-svn-id: svn://10.0.0.236/trunk@170130 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:46:58 +00:00
mkanat%kerio.com
9cff8d2489 Bug 283394: Editing or deleting classifications causes a blank page
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170129 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:23:28 +00:00
mkanat%kerio.com
d7c4f4e167 Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQL
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170128 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:19:10 +00:00
mkanat%kerio.com
2943ee11e1 Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170127 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:15:03 +00:00
smfr%smfr.org
a5d878e57e Add a comment to say which DLL pulls in uriloader. sr=bz
git-svn-id: svn://10.0.0.236/trunk@170126 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:05:01 +00:00
smfr%smfr.org
660d63bdc8 Add "Installed Plug-Ins" menu item to the bottom of the Help menu (bug 166966).
git-svn-id: svn://10.0.0.236/trunk@170125 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 05:59:21 +00:00
smfr%smfr.org
2db5021fc9 Add intl.xpt to the project to make about:plugins work (bug 199203). Also removed some empty Copy Files phases.
git-svn-id: svn://10.0.0.236/trunk@170124 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 05:45:54 +00:00
justdave%bugzilla.org
308ca2dd4f Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170123 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 05:28:42 +00:00
bzbarsky%mit.edu
5fc500de3f 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


git-svn-id: svn://10.0.0.236/trunk@170120 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 04:46:03 +00:00
bzbarsky%mit.edu
7c2b893117 When an image is resized, make it invalidate its mRect, since it needs to
repaint that area.  Bug 284166, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@170119 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 04:42:48 +00:00
julien.pierre.bugs%sun.com
a906b21c0a Fix crash in CRL sorting callbacks from qsort.
git-svn-id: svn://10.0.0.236/trunk@170118 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 04:07:26 +00:00
bienvenu%nventure.com
5380336271 fix 284523 off by one error constructing mime part when deleting mime attachment, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170117 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 03:59:08 +00:00
smfr%smfr.org
845743ccb3 Remove some bogus ; from the end of method names.
git-svn-id: svn://10.0.0.236/trunk@170116 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 03:27:56 +00:00
jst%mozilla.jstenback.com
287f86be83 Hmm, apparently people don't build often on Mac's where XP_MAC is defined any more... sr=me
git-svn-id: svn://10.0.0.236/trunk@170115 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 01:27:36 +00:00
jshin%mailaps.org
11ec3b0b83 bug 282819 : use NS_ConvertASCIItoUTF16 instead of the manual expansion of ASCII to UTF-16 in nsFontMetricsGTK/Xlib r=smontagu, sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170114 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 00:29:30 +00:00
jst%mozilla.jstenback.com
2754d07eff Initialize uninitialized member, just in case...
git-svn-id: svn://10.0.0.236/trunk@170113 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 00:04:04 +00:00
jst%mozilla.jstenback.com
b42d44f3a4 Fixing bug 161587. Make the caller principal carry over to the callee when doing document.open(). r=caillon@gmail.com, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170112 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 23:17:28 +00:00
bienvenu%nventure.com
9f2285f81a add back in bin mode
git-svn-id: svn://10.0.0.236/trunk@170111 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 22:59:28 +00:00
bienvenu%nventure.com
8418d15282 need to add as binary for 2920
git-svn-id: svn://10.0.0.236/trunk@170110 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 22:59:27 +00:00
bienvenu%nventure.com
788118cc95 remove attach-del icon so I can add it back in bin mode
git-svn-id: svn://10.0.0.236/trunk@170109 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 22:59:06 +00:00
timeless%mozdev.org
617821cb0f Bug 129183 Crash opening the address book after editing the history.mab file -TBTrunk [@ nsAddrDatabase::UpdateLowercaseEmailListName ]
patch by baafie@planet.nl r=bienvenu sr=mscott


git-svn-id: svn://10.0.0.236/trunk@170108 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 21:52:52 +00:00
bugzilla%arlen.demon.co.uk
1d3d48d0e1 Bug 282893 Properly indent children in help files especially <div> Aditional work for customize_help patch
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170107 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 21:20:46 +00:00
silver%warwickcompsoc.co.uk
cdb4632bd6 Bug 277839 - Add /notice command.
ChatZilla only.
r=samuel@sieb.net
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@170106 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 21:18:30 +00:00
bugzilla%arlen.demon.co.uk
828a9e89c6 Bug 284398 Typo in nsDefaultCLH.js and nsMailDefaultHandler.js - nsISupporst
p=moz_bugzilla@exchangecode.com fr=benjamin


git-svn-id: svn://10.0.0.236/trunk@170105 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 20:54:38 +00:00
jst%mozilla.jstenback.com
84dd275c5a Fixing bug 284364. Turn on plugins again if they were enabled before we started editing a document. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@170104 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 20:17:28 +00:00
aaronleventhal%moonset.net
27ddf3a03c Bug 283482. MSAA events and objects in wrong HWND for CSS overflow children. r=bz, sr=roc
git-svn-id: svn://10.0.0.236/trunk@170103 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 19:05:09 +00:00