Commit Graph

186441 Commits

Author SHA1 Message Date
cltbld
9e624e860d "Automated configuration bump, release for thunderbird 1.5.0.14rc1" 2007-12-12 07:19:11 -08:00
pete@mozdevgroup.com
25ab0ff61e b=407921 Link errors on win32 r=Jan.Varga The better patch ... --pete 2007-12-12 07:01:25 -08:00
martijn.martijn@gmail.com
a57f10c262 Bug 406073 - OnMouseOver and OnMouseOut Dysfunctional On Marquee, r=bzbarsky, sr=roc, a=beltzner 2007-12-12 06:56:57 -08:00
martijn.martijn@gmail.com
78d516fdff Bug 407912 - When page is zoomed in/out, autocomplete popup doesn't have the correct width, r=enndeakin, a=mtschrep 2007-12-12 05:27:09 -08:00
reed@reedloden.com
831023ed7e Bug 404513 - "Add Makefile target to launch solo xpcshell test without interactive mode" (don't run test twice) [p=laurent@xulfr.org (Laurent Jouanneau) r=luser a1.9=schrep] 2007-12-12 05:26:19 -08:00
reed@reedloden.com
177eb2c9c2 Bug 405389 - "Passwords reappear after being deleted, when using the search" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=mconnor a=blocking-firefox3+] 2007-12-12 05:24:39 -08:00
kaie@kuix.de
1006e3aa91 Bug 407348, intl/uconv/tests build failure on Linux x86_64 r=smontagu, a=dsicore 2007-12-12 05:23:20 -08:00
reed@reedloden.com
3180d6d832 Bug 405753 - "nsIDictionary leftover forward declaration in nsISessionStore.idl" [p=zeniko@gmail.com (Simon Bünzli) r=dietrich a1.9=damons] 2007-12-12 05:23:14 -08:00
reed@reedloden.com
7ce4d688a0 Bug 406664 - "Cookies dialog still using XP-ish icon" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=damons] 2007-12-12 05:22:15 -08:00
reed@reedloden.com
07115afb75 Bug 298571 - "support tab duplication (using ctrl) on tab drag and drop" [p=zeniko@gmail.com (Simon Bünzli) r+ui-r=mconnor a1.9=damons] 2007-12-12 05:19:50 -08:00
cltbld
12d1f9e3fd "Automated configuration bump, release for thunderbird 1.5.0.14rc1" 2007-12-12 03:48:52 -08:00
Olli.Pettay@helsinki.fi
7b08ddd398 Bug 403168, r=jonas, sr=jst, a=blocking1.9 2007-12-12 00:33:32 -08:00
jruderman@hmc.edu
42c91579a7 Add crashtest for bug 307298. 2007-12-11 21:01:36 -08:00
jruderman@hmc.edu
c3b35a8f8e Add crashtest for bug 306940. 2007-12-11 20:49:28 -08:00
jruderman@hmc.edu
67c2c2d9f3 Add crashtest for bug 306911 (and include dbaron's additional testcases) 2007-12-11 19:32:45 -08:00
jruderman@hmc.edu
eb5e54e8ca Fix PropItem leak by using nsAutoPtr (bug 407074). r+sr=peterv, a=damon 2007-12-11 19:23:34 -08:00
aaronleventhal@moonset.net
df93411ea9 Fixing orange 2007-12-11 18:48:03 -08:00
roc+@cs.cmu.edu
bedc156987 Bug 407009. In the last-ditch reflow of a scrollframe, only show the scrollbars which are not styled 'hidden'. r+sr=dbaron 2007-12-11 18:28:50 -08:00
roc+@cs.cmu.edu
5ef857aad6 Bug 403067. mVisibleArea may get stale so use GetWindowDimensions() when we're going to do a SetWindowDimensions() with new dimensions. r+sr=dbaron 2007-12-11 18:27:00 -08:00
jruderman@hmc.edu
d498c2f553 Add crashtest for bug 306902 (the first crashtest!) 2007-12-11 18:26:35 -08:00
jonas@sicking.cc
5d4f2a4212 Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz 2007-12-11 18:26:09 -08:00
aaronleventhal@moonset.net
754ec000fb Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil 2007-12-11 18:10:26 -08:00
jruderman@hmc.edu
5e63bc8422 Fix AtomImpl leak (bug 407277). r+sr=peterv, a=schrep. 2007-12-11 18:07:35 -08:00
roc+@cs.cmu.edu
797b89f601 Bug 404180. Bidi reordering moves frames around so we can't trust pfd->mBounds in nsLineLayout::RelativePositionFrames. r+sr=dbaron 2007-12-11 17:43:09 -08:00
jruderman@hmc.edu
5da8357591 Fix leak by making currNode an nsCOMPtr (bug 407818). r+sr=dbaron, a=schrep. 2007-12-11 17:37:51 -08:00
roc+@cs.cmu.edu
bc82216410 Bug 363729. Don't allow fixed-pos tables to have abs-pos children. r=dholbert,sr=dbaron 2007-12-11 17:21:34 -08:00
jonas@sicking.cc
f4c56d8ef5 Bug 408006: Don't crash in when getting or setting fullscreen mode on a frame that's been killed. r/sr=jst 2007-12-11 16:58:08 -08:00
dtownsend@oxymoronical.com
751205e30c Bug 406718: add logging to file support to assist troubleshooting, r=robstrong, a=schrep 2007-12-11 16:56:09 -08:00
roc+@cs.cmu.edu
3327ae5ee9 Bug 405380. Bidi reordering moves frames around so we can't trust pfd->mBounds in nsLineLayout::RelativePositionFrames. r+sr=dbaron 2007-12-11 16:42:20 -08:00
roc+@cs.cmu.edu
a41c16b134 Disabling randomly-failing toDataURL tests, the right way 2007-12-11 16:31:19 -08:00
kaie@kuix.de
ec1bfcf601 fixes bug 406724, r/sr=dveditz, a=schrep 2007-12-11 16:23:14 -08:00
roc+@cs.cmu.edu
99b3f90d6d Disabling randomly-failing toDataURL tests. 2007-12-11 15:21:20 -08:00
ccooper@deadsquid.com
c8ec72bcb1 - remove debugging aid 2007-12-11 13:54:29 -08:00
mozilla@weilbacher.org
39bcc6dd04 [OS/2] Bug 407524: Enable PDF surface on OS/2, r=ted.mielczarek 2007-12-11 13:49:27 -08:00
wtc@google.com
f4e01f2e86 Bug 337418: added a generation count for the addr_info field of nsHostRecord to detect the change of addr_info and invalidate addr_info's iterator, and added a lock to protect access to the addr_info and addr_info_gencnt fields. r=cbiesinger,sr=bzbarsky blocking1.9+ Modified files: nsDNSService2.cpp nsHostResolver.cpp nsHostResolver.h 2007-12-11 13:45:42 -08:00
ccooper@deadsquid.com
5b3d8c7026 b=393410 r=robcee - python script that uses the browser's own -CreateProfile command-line flag to create new profiles and set prefs for automated testing 2007-12-11 13:43:56 -08:00
bhearsum@mozilla.com
aef024fe4b 407077: version/config bump up for Gecko 1.9b2. r=rhelmer, patch=me 2007-12-11 13:43:04 -08:00
brendan@mozilla.org
0f836db049 Reflecting arguments in Call must happen irrespective of JSRESOLVE_ASSIGNING (396584, r=igor). 2007-12-11 13:40:51 -08:00
brendan@mozilla.org
62bd45bd4a Don't give Iterator a fixed global binding (407957, r=jwalden). 2007-12-11 13:37:04 -08:00
crowder@fiverocks.com
daeea1c2f9 Bug 403977 -- Backed out due to mochitest failures -- crowder 2007-12-11 13:07:47 -08:00
mozilla@weilbacher.org
3ebe9ac058 [OS/2] Bug 381333: enable kerning when high quality rendering is on 2007-12-11 12:51:07 -08:00
pete@mozdevgroup.com
a39916c277 b=328070 opt-in UI for data collection r=Jan.Varga --pete 2007-12-11 12:42:20 -08:00
pete@mozdevgroup.com
acc2df7a94 b=407921 Metrics: Link Errors on win32 addendum patch ... r=Jan.Varga --pete 2007-12-11 12:40:04 -08:00
reed@reedloden.com
fb8a633b79 It's textbox, not textbar. :( 2007-12-11 12:26:42 -08:00
crowder@fiverocks.com
35267732ab Bug 403977 - Huge Speed Drop in Array.prototype.sort, patch by Igor Bukanoc <igor@mir2.org, r=crowder 2007-12-11 12:17:41 -08:00
rhelmer@mozilla.com
8e638ab410 use release automation for nightly builds b=401936 r=bhearsum 2007-12-11 12:17:00 -08:00
reed@reedloden.com
179fc867ca Bug 405165 - "Menu icons for Gnomestripe" (Textbox context menu) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=schrep] 2007-12-11 12:15:48 -08:00
crowder@fiverocks.com
503123113f Bug 375876 - "Assertion failure: (c2 <= cs->length) && (c1 <= c2)" with /[\[-h]/i, r=mrbkap, a=blocking1.9 2007-12-11 12:13:42 -08:00
reed@reedloden.com
edea737cdd Bug 407805 - "When you open a new window, the green triangle (go button) flashes before being replaced in the url bar" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a1.9=schrep] 2007-12-11 12:11:53 -08:00
rhelmer@mozilla.com
258044d26a staging should mirror previous release b=407682 r=cf 2007-12-11 12:08:24 -08:00