Commit Graph

183914 Commits

Author SHA1 Message Date
martijn.martijn@gmail.com
3a77d6db44 Bug 299555 - F5 reloads Print Preview after right clicking several times on this specific testcase, r=bzbarsky, sr+a=jst 2007-09-28 16:40:02 -07:00
sspitzer@mozilla.org
533a4b8e15 fix for bug #394508: queries that use maxResults can return incorrect results due to post query filtering. initial patch=Colin Walters <walters@verbum.org> r=dietrich, a=mconnor 2007-09-28 16:36:03 -07:00
dietrich@mozilla.com
544a101342 Bug 378594 Closing takes very long after deleting a livemark (places) (r=sspitzer) 2007-09-28 16:28:14 -07:00
myk@mozilla.org
a370ce23c2 bug 397690: display full executable name instead of leaf name for applications in Applications prefpane; Patch by Jim Mathies, r=myk, a=mconnor 2007-09-28 15:50:24 -07:00
myk@mozilla.org
b838379102 bug 396610: make it possible once again to disable user configuration of handlers; r=gavin, a=mconnor 2007-09-28 15:45:19 -07:00
martijn.martijn@gmail.com
a4ad8c4b8a Bug 378371 - Crash [@ nsNativeDragTarget::ProcessDrag] when drag event handler and removing iframe, patch by Andrew Smith, r+sr=roc, (blocking1.9+) 2007-09-28 15:45:14 -07:00
myk@mozilla.org
cc831ba0e1 bug 397231: backing out patch, which mistakenly got checked in before it has received approval 2007-09-28 15:43:18 -07:00
myk@mozilla.org
9c7b7b3694 bug 397231: fix leaks in microsummary service when loading malformed XML; r=mconnor, a= 2007-09-28 15:41:58 -07:00
myk@mozilla.org
0aeae684d8 bug 395731: make the Save File action appear after the Choose Application... action in the actions dropdown menu in the Applications prefpane; r=gavin, a=mconnor 2007-09-28 15:40:49 -07:00
dbaron@dbaron.org
b49904959e Fix race saving/restoring malloc hooks by going back to overriding malloc, etc., plus some additional cleanup. b=392009 r+a1.9=brendan 2007-09-28 15:39:59 -07:00
aaronleventhal@moonset.net
f6a014c9a5 Bug 386580. Crash [@nsAccessibleWrap::GetAtkObject]. Patch by Ginn Chen, r=aaronlev, a=dsicore 2007-09-28 13:57:50 -07:00
aaronleventhal@moonset.net
a95717386d Bug 397112. Crash [@ nsAccessible::GetFirstChild] moving text out of an option. Patch by Alexander Surkov and Mats Palmgren. r=aaronlev 2007-09-28 13:55:46 -07:00
mozilla.mano@sent.com
0ea0b1f0ed Bug 397218 - Persist the selection when sorting a places tree. r=dietrich. a=mconnor. 2007-09-28 13:52:26 -07:00
jag@tty.nl
f7413d87e3 Fix bustage from previous checkin for bug 392055. Move #define of XPCOM_GLUE_AVOID_NSPR from nsISupportsImpl.h to nscore.h. r/a=bsmedberg 2007-09-28 13:33:32 -07:00
anodelman@mozilla.com
02ad1cc2f0 Bug 397831 - -tprender option in pageloader should limit output to render data. a=anodelman, r=vladimir 2007-09-28 13:27:52 -07:00
neil@parkwaycc.co.uk
63376139c5 Menubar height incorrect in some themes and OSes b=396562/5 r=gavin a=bsmedberg 2007-09-28 12:11:51 -07:00
jag@tty.nl
21a7ac27e2 Bug 392055: NS_ENSURE_SUCCESS should print out the error code. Original patch by Shawn Wilsher (sdwilsh) <comrade693+bmo@gmail.com>, updated by me to handle the standalone xpcom glue case and to use printf safely. r=bsmedberg, sr=bzbarsky, a=dsicore. 2007-09-28 11:59:07 -07:00
aaronleventhal@moonset.net
2f7edd9f61 Bug 397100. Make non-namespaced role values also work in XHTML, SVG and XUL (synch with html). r=surkov, a=dsicore 2007-09-28 11:16:05 -07:00
bent.mozilla@gmail.com
1232ee381c Bug 397319 - "Add JSAutoRequest to other users of GetArgvPtr". r+sr+a=jst. 2007-09-28 11:15:26 -07:00
dietrich@mozilla.com
a30983e10d Bug 397221 nsNavHistoryQuery leaks opening bookmark/places organizer (for asqueella@gmail.com, r=sayrer, a=mconnor) 2007-09-28 10:51:33 -07:00
masayuki@d-toybox.com
556d3b4dc6 Bug 395866 font fallback does not respect stylesheet font list r=vlad, b1.9=stuart 2007-09-28 10:33:50 -07:00
joshmoz@gmail.com
ae36f23f23 fix major font problem when using the Mac OS X 10.5 SDK. Patch by John Daggett. b=397454 r=roc/vlad sr=roc a=pav 2007-09-28 09:51:11 -07:00
bclary@bclary.com
e89207f3d6 JavaScript Tests - fix emca 262 section, bug 396969, not part of the build 2007-09-28 09:09:35 -07:00
bclary@bclary.com
e28a2776e7 Sisyphus - bug 386992, not part of the build 2007-09-28 08:31:05 -07:00
bzbarsky@mit.edu
d18facd462 Block scripts in subframes if the parent has script blocked in the scriptloader. Fixes bug 383331, r+sr+a=sicking 2007-09-28 08:15:07 -07:00
bzbarsky@mit.edu
19db0dcb93 Fix leak of PRAddrInfos. Bug 397716, r+sr=biesi, a=bsmedberg 2007-09-28 07:43:03 -07:00
bzbarsky@mit.edu
7132ae3247 Don't assume that redirect URIs are ASCII (though they should be). Bug 317254, r+sr+a=jst 2007-09-28 07:35:11 -07:00
bzbarsky@mit.edu
e252fc2b15 Somewhat reduce the amount of memory an nsPrincipal allocates in the common case. Bug 397733, r+sr+a=jst 2007-09-28 07:31:04 -07:00
bzbarsky@mit.edu
d6e8ce696e Fix a few scriptable helpers to correctly communicate NS_SUCCESS_I_DID_SOMETHING. Bug 396843, r+sr+a=jst 2007-09-28 07:28:16 -07:00
bzbarsky@mit.edu
f9ef895709 Fix test. Bug 372769. 2007-09-28 07:22:51 -07:00
bzbarsky@mit.edu
c8b1de51b9 Relanding bug 372769 with some cycle collection changes to fix leaks. r=mrbkap, sr=sicking, with r=sicking on the leak fixes. 2007-09-28 06:45:01 -07:00
neil@parkwaycc.co.uk
10ff565002 Bug 292607 Dragging preformatted text collapses whitespace r+sr=bz a=pavlov 2007-09-28 03:28:28 -07:00
bzbarsky@mit.edu
7dfe4bffb4 Add 4 more server names, two of which are not granted privs by default, to facilitate testing of enablePrivilege. 2007-09-27 20:27:13 -07:00
sayrer@gmail.com
4414a6abf7 Bug 397804. pages loading feeds as content can trigger a leak. r=jst, sr=sicking, a=sicking 2007-09-27 20:00:35 -07:00
ajschult@verizon.net
6f0a4654c2 Bug 396649: Content viewers not evicted when going back. r+sr+a=bzbarsky 2007-09-27 19:56:08 -07:00
joshmoz@gmail.com
4b624efe08 export urld type to the native clipboard on Mac OS X. patch by Stan Shebs. b=393609 r=josh sr=roc 2007-09-27 18:50:09 -07:00
mats.palmgren@bredband.net
3d4db88371 Importing Opera bookmarks missed the last one on Linux. b=397768 r=gavin.sharp r+a=mconnor 2007-09-27 18:39:24 -07:00
aaronleventhal@moonset.net
c773b68f7e bug 397644. File control not exposed correctly to a11y apis. r+sr+a=roc 2007-09-27 18:09:14 -07:00
pavlov@pavlov.net
ef804e9578 backing out, again.. not sure what the leaks are. 2007-09-27 17:15:59 -07:00
roc+@cs.cmu.edu
f78d03db7a Bug 393906. Make AdjustOffsetsForBidi maintain textframe invariants across the entire continuation chain, not just the fluid chain. r=smontagu 2007-09-27 16:37:46 -07:00
pavlov@pavlov.net
1df26a7607 unlock the right object. 2007-09-27 16:37:31 -07:00
pavlov@pavlov.net
a66417c4c0 unlock causes other badproblems. 2007-09-27 16:35:55 -07:00
pavlov@pavlov.net
33ceaeed81 removing some tabs that snuck in + fixing leak by unlocking the FT_Face after we lock it. hopefully fixing leaks caused by previous patch 2007-09-27 16:31:29 -07:00
myk@mozilla.org
d54e87685b bug 391740: listheader in richlistbox appears to right/at bottom of richlistitems; reverting patch v1, which didn't fix the problem 2007-09-27 16:24:08 -07:00
roc+@cs.cmu.edu
4f984e3fae Bug 392629. Be a bit more clever about invalidating listboxes and combobox dropdowns when the focus ring moves. r+sr=bzbarsky 2007-09-27 16:06:31 -07:00
pavlov@pavlov.net
3ca23d1939 whoops, this shouldn't have gone in 2007-09-27 16:04:14 -07:00
roc+@cs.cmu.edu
f965cd246a Bug 368445. Make nsDisplayBorder::OptimizeVisibility use accurate borders, r+sr=bzbarsky 2007-09-27 15:52:32 -07:00
edward.lee@engineering.uiuc.edu
15a38c69aa Bug 396710 - Compiling nsAppShell.mm results in cast error. r=smichaud, sr=roc, a=roc 2007-09-27 15:46:23 -07:00
pavlov@pavlov.net
e914cf6bf2 bug 362682. relanding linux text goodness. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad 2007-09-27 15:15:51 -07:00
myk@mozilla.org
869b1280bb bug 390539: honor the --test-path option for browser chrome tests as well; r=gavin 2007-09-27 15:11:05 -07:00