183501 Commits

Author SHA1 Message Date
reed@reedloden.com
7f76458906 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
22e9bddb2b 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
5ee249f01b 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
b538af2624 Bug 392263: using mmap/VirualAlloc for GC arenas. r=brendan 2007-09-15 10:19:32 -07:00
joshmoz@gmail.com
ffe2dbec39 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
0711b00e6e 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
18a9bbeb5a 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
d8609f8089 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
2bd6697b93 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
a56e51010a Bug 392263: taking out the patch due to Mac build problems. 2007-09-15 08:26:30 -07:00
enndeakin@sympatico.ca
7ea5401dba Bug 387486, editor in grid overflows, r+sr+a=roc 2007-09-15 08:14:27 -07:00
igor@mir2.org
a728cd3fc8 Bug 392263: using mmap/VirualAlloc for GC arenas. r=brendan 2007-09-15 08:11:41 -07:00
ted.mielczarek@gmail.com
63b8975652 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
b2b81ede7a [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
acb7bde8a3 Bug 387646 - Endcap cleanup. r+a=mconnor 2007-09-15 01:47:26 -07:00
rflint@ryanflint.com
9f78894b42 Check these in with the right tags this time... 2007-09-15 01:29:04 -07:00
rflint@ryanflint.com
3b9e77a439 Check these in with the right tags this time... 2007-09-15 01:27:58 -07:00
rflint@ryanflint.com
225faf60d8 Bug 387646 - Endcap cleanup. r+a=mconnor 2007-09-15 01:21:20 -07:00
rflint@ryanflint.com
9b26b83dcd Bug 395402 - Remove theme-specific bindings. r+a=mconnor 2007-09-15 00:45:39 -07:00
dolske@mozilla.com
219cd0fa6f 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
912f4b4b6c 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
ff5edada7b 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
b6bdb4936e Bug 395849. XPCVariant::VariantDataToJS leaks strings with sizes. r/sr=jst 2007-09-14 15:48:47 -07:00
bzbarsky@mit.edu
ee74eef160 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
f34bce4441 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
ea6f33d586 bump uuid's for bug 375011 2007-09-14 15:09:51 -07:00
joshmoz@gmail.com
a14c02df08 fix up the way we handle menu separators. this is cleaner and allows them to be hidden and unhidden after creation. b=375011 r=cbarrett sr=roc a=roc 2007-09-14 15:04:59 -07:00
dmose@mozilla.org
71a60fb79a Backing out SQLite upgrade from 3.4.1 to version 3.4.2; patch by sdwilsh, r=sspitzer, a=bsmedberg 2007-09-14 14:07:51 -07:00
dmose@mozilla.org
0edc0f6a2e Upgrade SQLite from version 3.4.1 to version 3.4.2; patch by sdwilsh, r=sspitzer, a=bsmedberg 2007-09-14 13:46:32 -07:00
enndeakin@sympatico.ca
64ac003037 Backed out as it made performance worse for some reason 2007-09-14 13:31:37 -07:00
enndeakin@sympatico.ca
7f76d89c57 Bug 394887, lazily create popup content and widgets, r+sr=bz, a=roc 2007-09-14 12:45:17 -07:00
bzbarsky@mit.edu
81e60268e2 Add a flag to nsIWebNavigation to disable popup-blocking for loads as needed. Bug 278357, r=biesi, sr=jst, a=bsmedberg 2007-09-14 12:21:45 -07:00
bzbarsky@mit.edu
318e376b4c Process XBL constructors after processing style reresolves. In particular, this makes sure that we process the former even if there were none of the latter. Bug 394676 and bug 394014, r=smaug, sr=sicking, a=roc 2007-09-14 12:15:44 -07:00
bzbarsky@mit.edu
287b0dad70 Fix serialization of '&' in "script" attribute values so that it round-trips correctly. Bug 392511, r+sr=peterv, a=jst 2007-09-14 12:03:13 -07:00
bzbarsky@mit.edu
e2c5e91a87 Make disabling image loading in prefs also block images loaded via <object>. Bug 393503, r+sr=biesi, a=jst 2007-09-14 11:57:59 -07:00
benjamin@smedbergs.us
eab010964c Bug 393935 - Crash [@nsProxyObject::LockedFind] due to threads racing, r=brendan 2007-09-14 11:21:28 -07:00
brendan@mozilla.org
d46b521517 Fix dumb signed comparison bug (395828, r=mrbkap). 2007-09-14 11:00:38 -07:00
ctalbert@mozilla.com
9194c29cb3 Bug 385987 Minotaur Tool initial check in, r=robcee 2007-09-14 09:17:58 -07:00
pavlov@pavlov.net
5ff2d37eae argh, this wasn't meant to be checked in. 2007-09-13 21:52:47 -07:00
ctalbert@mozilla.com
30e2598b6d Bug 385987 - initial check in of minotaur tool r=robcee 2007-09-13 20:28:15 -07:00
pavlov@pavlov.net
4939e74784 backing out 383183 due to Tp regressions (396064). 2007-09-13 17:11:46 -07:00
preed@mozilla.com
bbc16f9926 Bug 387970: add a comment explaining why Bootstrap::Step::Tag's CvsTag() is not going away. 2007-09-13 17:09:19 -07:00
preed@mozilla.com
786ea1bc7b Bug 387970: Regression issues in _M5; move CvsTag() from Bootstrap::Step::Tag to Bootstrap::Util. r=rhelmer 2007-09-12 18:14:33 -07:00
bzbarsky@mit.edu
a4511f4c0e Comment-only change to address review comments in bug 394534. 2007-09-12 09:13:07 -07:00
dtownsend@oxymoronical.com
98338bedfb Bug 395862: About dialog broken. r=gavin.sharp, a=beltzner 2007-09-12 07:16:32 -07:00
jwalden@mit.edu
6cc8532d6c Update an obsolete comment in a NPOTB file. 2007-09-11 17:27:01 -07:00
jwalden@mit.edu
be51636b0d Bug 395559 - Fix two typos in httpd.js which prevented the registerFile API from working correctly, and add a dumpn so that errors in handlers can be detected more easily by reading console dumps. r=sayrer, NPOTB, test-only, etc. 2007-09-11 17:24:08 -07:00
sayrer@gmail.com
1a8f59766b Bug 391890. leaks from pixman_rect_alloc within _cairo_gstate_clip drawing borders. Patch by Vladimir Vukicevic. r/sr=stuart, a=mconnor 2007-09-11 13:15:14 -07:00
sayrer@gmail.com
bb1b37ec09 Bug 393324. cairo leak in nsNativeThemeGTK::DrawWidgetBackground. r/sr=stuart, a=mconnor 2007-09-11 13:11:12 -07:00
sayrer@gmail.com
6f02e70db3 Bug 394542. we leak the blink timer and its timer in a cycle. Patch by David Baron. r/sr=roc, a=dsicore/mconnor 2007-09-11 13:06:44 -07:00