Commit Graph

6049 Commits

Author SHA1 Message Date
dtownsend@oxymoronical.com
aab4677b63 Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger, a=bzbarsky 2007-09-16 16:48:03 -07:00
mozilla@weilbacher.org
5e38d00e77 Bug 390046: fix build break with Windows/mingw and OS/2 about undefined XRE_GetFileFromPath symbol, r=benjamin, a=bzbarsky 2007-09-16 14:06:36 -07:00
ted.mielczarek@gmail.com
54ec968985 bug 395019 - compute relativesrcdir from srcdir, topsrcdir. r=bsmedberg a=bz 2007-09-16 13:59:14 -07:00
mozilla@weilbacher.org
ee0bb25b48 [OS/2] Bug 395576: extension of downloaded files are upper-cased sometimes, r=mkaply 2007-09-16 13:46:35 -07:00
reed@reedloden.com
9755b3cc40 Back out patch from Michael Ventor from bug 384112 due to regression. 2007-09-16 13:08:12 -07:00
igor@mir2.org
d82abae099 Bug 396326: patch from Seno Aiko to use thr proper bytecode flags. r=mrbkap 2007-09-16 11:23:39 -07:00
enndeakin@sympatico.ca
d62c02588e Bug 394887, fix up test because reflow occurs later 2007-09-16 09:55:12 -07:00
enndeakin@sympatico.ca
e9b412bdc7 Bug 394887, create widgets for popups lazily, second attempt with a slight change to see if performance is ok 2007-09-16 08:51:27 -07:00
sdwilsh@shawnwilsher.com
c420032dbf Bug 395207 - Download Resume doesn't actually work. r=mconnor, a=mconnor 2007-09-16 07:46:25 -07:00
sdwilsh@shawnwilsher.com
f767a5c4f6 Bug 395308 - Temporary filenames used during download should gain an extra extension. r=biesi, sr=biesi, a=dsicore 2007-09-16 07:40:16 -07:00
cbiesinger@gmx.at
a32fca7a21 bug 395205 correctly check whether we are resuming and don't open a cache entry if so r=darin sr=dmose a=blocking1.9 2007-09-16 07:37:17 -07:00
igor@mir2.org
f058abee03 Bug 392263: using mmap/VirtualAlloc for GC arenas. r=brendan 2007-09-16 06:03:17 -07:00
igor@mir2.org
f3d30850c6 Bug 392263: taking out the patch due to bug 396299. 2007-09-16 05:02:56 -07:00
mozilla.mano@sent.com
4a1f7df49d Bug 395986 - dropdown menu bgcolor on Applications tab is white-on-white. r+a=mconnor. 2007-09-16 03:40:34 -07:00
rhelmer@mozilla.com
8d4ed04c4d bump rc 2007-09-15 20:44:07 -07:00
reed@reedloden.com
0778c80e11 Bug 393681 - "New file listing makes very poor use of space, truncates filenames all over" [p=dao@design-noir.de (Dão Gottwald) r=bzbarsky r=Mano sr=bzbarsky a=blocking1.9] 2007-09-15 19:14:13 -07:00
rhelmer@mozilla.com
92e1bd0f6d 2007 rc2 2007-09-15 18:55:15 -07:00
reed@reedloden.com
fe39c6f89b Bug 392708 - "Can't build with Orcas B2 (Sqlite error)" [p=aliumalik@gmail.com (Ali Malik) r+a1.9=bsmedberg] 2007-09-15 18:47:04 -07:00
reed@reedloden.com
bd77c38c54 Bug 391409 - "Cleaning up all OS widget makefiles" [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=roc] 2007-09-15 18:37:43 -07:00
mozilla.mano@sent.com
131a271663 Bug 384228 - Implement Search-In-Folder(s) back-end. r=dietrich. 2007-09-15 13:07:02 -07:00
mozilla.mano@sent.com
fa04ada8be Bug 393464 - Re-landing tag-search so search-in-folders (bug 384228) and related work could get the same sort of love. patch by dietrich, r=sspitzer, a=mconnor. 2007-09-15 12:53:43 -07:00
Olli.Pettay@helsinki.fi
d3285a6bc7 Bug 395725, Crash [@ nsIFrame::GetFrameSelection], r+sr+a=roc 2007-09-15 12:48:20 -07:00
sayrer@gmail.com
abb6a084a1 Bug 395618. UseUserPrefFile should check that user.js exists. r/sr/a=bsmedberg 2007-09-15 12:32:51 -07:00
reed@reedloden.com
b121ae0350 Backing out patch by Mook from bug 390328 due to compile errors. 2007-09-15 11:15:01 -07:00
reed@reedloden.com
3f0587a64a Bug 390328 - "Let nsIXPConnect::debugDumpJSStack take a file" [p=Mook r=bsmedberg sr=bzbarsky a1.9=jst] 2007-09-15 11:03:33 -07:00
reed@reedloden.com
eafa104b82 Bug 389242 - "Kill old gfx and obsolete code in nsWindow" (more from nsWindow.h) [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=roc] 2007-09-15 10:54:10 -07:00
reed@reedloden.com
8aef16b50f Bug 384112 - "-moz-appearance: menulist-button broken in GTK" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc] 2007-09-15 10:47:24 -07:00
igor@mir2.org
5855f137e7 Bug 392263: using mmap/VirualAlloc for GC arenas. r=brendan 2007-09-15 10:19:32 -07:00
joshmoz@gmail.com
97105f597d Fix window staggering and positioning to make sure new windows are never partly positioned offscreen and don't seeminly arbitrarily get larger by the size of the title bar. b=218214 r=mano r=cbarrett sr=roc a=roc 2007-09-15 10:01:35 -07:00
mrbkap@gmail.com
6426c64ef1 Create a JSClass hook to allow object classes to easily support custom iteration without having to override __iterator__ in a resolve hook. bug 393306, r+a=brendan 2007-09-15 09:58:45 -07:00
mrbkap@gmail.com
eaabef106d Set the script's filename correctly and don't treat the lack of a filename as a failure. bug 391470, r+sr=bzbarsky 2007-09-15 09:51:12 -07:00
mrbkap@gmail.com
13182b9325 Treat the pseudo frame even more like a real frame. bug 390597, r+a=brendan 2007-09-15 09:46:42 -07:00
joshmoz@gmail.com
95ad9c10a2 stop native comboboxes from drawing outside of their frames. b=396101 r=cbarrett sr=roc 2007-09-15 09:39:11 -07:00
igor@mir2.org
9343ce4a2c Bug 392263: taking out the patch due to Mac build problems. 2007-09-15 08:26:30 -07:00
enndeakin@sympatico.ca
f892a8567d Bug 387486, editor in grid overflows, r+sr+a=roc 2007-09-15 08:14:27 -07:00
igor@mir2.org
43e3bb8cc3 Bug 392263: using mmap/VirualAlloc for GC arenas. r=brendan 2007-09-15 08:11:41 -07:00
ted.mielczarek@gmail.com
c4903fcf1f bug 390127 - non-ascii characters in profile names saved incorrectly, fix use of Append and GetNativePath in crashreporter code. r=bsmedberg 2007-09-15 06:39:05 -07:00
mkmelin+mozilla@iki.fi
473cbd6673 [Bug 280419] When a temporary file is created from the download manager it should be readonly. Also applies to attachments in mail. r=cbiesinger, sr=dmose, a=bsmedberg 2007-09-15 06:11:37 -07:00
rflint@ryanflint.com
cbf1297c04 Bug 387646 - Endcap cleanup. r+a=mconnor 2007-09-15 01:47:26 -07:00
rflint@ryanflint.com
7a470a1896 Check these in with the right tags this time... 2007-09-15 01:29:04 -07:00
rflint@ryanflint.com
49ea6a051f Check these in with the right tags this time... 2007-09-15 01:27:58 -07:00
rflint@ryanflint.com
5e4e7d7f54 Bug 387646 - Endcap cleanup. r+a=mconnor 2007-09-15 01:21:20 -07:00
rflint@ryanflint.com
8e11cfbc20 Bug 395402 - Remove theme-specific bindings. r+a=mconnor 2007-09-15 00:45:39 -07:00
dolske@mozilla.com
649311492e Bug 395150 - fillDoc() shouldn't trudge through each form if there are no stored logins for site. r=gavin, a=mconnor 2007-09-15 00:34:14 -07:00
brendan@mozilla.org
ecc84d4fb5 Fix old bug involving eval of a local function named by an existing local var (395907, r=mrbkap). 2007-09-14 17:13:37 -07:00
jst@mozilla.org
6ef90c26fb Fixing bug 395651. Make our UTF-8 and UTF-16 comparison code etc more robust when dealing with invalid UTF-16 data. r+sr=jonas@sicking.cc, a=jst@mozilla.org/jonas@sicking.cc 2007-09-14 16:09:49 -07:00
sayrer@gmail.com
4f76121753 Bug 395849. XPCVariant::VariantDataToJS leaks strings with sizes. r/sr=jst 2007-09-14 15:48:47 -07:00
bzbarsky@mit.edu
11b0a24baf Only update the select command for focused text inputs. Bug 394792, r=roc, sr=neil, a=roc 2007-09-14 15:33:40 -07:00
tor@cs.brown.edu
ee42650dde Bug 395616 - rework orientType/orientAngle mapping of orient attribute. r=longsonr, sr+a=roc 2007-09-14 15:12:20 -07:00
joshmoz@gmail.com
e8e03654e0 bump uuid's for bug 375011 2007-09-14 15:09:51 -07:00