dbaron@dbaron.org
964ff03daf
Back out again.
2007-06-21 17:30:41 -07:00
dtownsend@oxymoronical.com
6119172ec4
Bug 369075 - Add permanent button for restarting Firefox to Add-ons Mgr.
...
Patch by Dao Gottwald <dao@design-noir.de>. r=robstrong
2007-06-21 17:27:03 -07:00
roc+@cs.cmu.edu
a0d34dbce2
Bug 385234. Iterate through textframe continuations properly in AddInlinePref/MinWidth. r=smontagu
2007-06-21 17:14:34 -07:00
roc+@cs.cmu.edu
587a2cb27d
Bug 382105. Clean up PeekOffsetWord to exit early without setting *aOffset if there is nowhere to go in the requested direction. Also, ignore *aSawBeforeType when we're checking for punctuation. r=smontagu
2007-06-21 17:13:05 -07:00
smichaud@pobox.com
5318ae4e55
Fix regression caused by and bug unmasked by bug 373122 patch (display
...
problem and keyboard focus problems). b=384343+383821 r=josh sr=roc
2007-06-21 16:58:16 -07:00
sdwilsh@shawnwilsher.com
5537c2e3bc
Bug 384958 - DM needlessly checks return variable of GetDBConnection. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
2007-06-21 16:56:17 -07:00
sdwilsh@shawnwilsher.com
2f5dc24a10
Bug 385262 - NOTREACHED called before logging. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
2007-06-21 16:52:18 -07:00
dbaron@dbaron.org
d612a8c004
See if using mScanDelay of 1 instead of 0 fixes the leak regression.
2007-06-21 16:49:37 -07:00
dtownsend@oxymoronical.com
2b61511eae
Bug 385335 - Remove the use of "none" assertions in EM. r=robstrong
2007-06-21 16:17:08 -07:00
dbaron@dbaron.org
b2d6b62837
Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv
2007-06-21 16:02:53 -07:00
jwatt@jwatt.org
ec413cf7b9
Fixing bug 384591. Make nsSVGForeignObjectFrame.cpp easier to understand. r+sr=tor@acm.org
2007-06-21 16:01:10 -07:00
dcamp@mozilla.com
cf63cc327c
Bug 380540, add some includes in nsAirbagExceptionHandler.cpp. r=luser
2007-06-21 15:37:39 -07:00
dbaron@dbaron.org
bdaafa22f6
Add reftest for bug 368155 from Ryan VanderMeulen <ryanvm@gmail.com>. r+sr=dbaron
2007-06-21 15:34:21 -07:00
dbaron@dbaron.org
4a3c78ca95
Make text-indent contribute to intrinsic widths, and handle negative text-indent and negative margin properly by distinguishing forced and optional breaks when accumulating minimum widths. b=368155 r+sr=roc
2007-06-21 15:32:47 -07:00
dbaron@dbaron.org
29b07f1918
Bug 368869, suspect all native wrappers for cycle collection. Relanding. Patch by graydon@mozilla.com. r=brendan, sr=jst
2007-06-21 15:25:51 -07:00
dcamp@mozilla.com
12e4d7ca12
Bug 380540: Check curl-config if libcurl.pc isn't found, try enabling breakpad by default again on linux. r=luser
2007-06-21 14:44:30 -07:00
joshmoz@gmail.com
7af3abe954
IsWidgetStyled calculates case NS_THEME_DROPDOWN incorrectly. It shouldn't be doing anything with the NS_THEME_DROPDOWN case right now. b=385367 r=cbarrett sr=roc
2007-06-21 14:27:43 -07:00
myk@mozilla.org
8acc385704
bug 385086: another followup patch with a better mechanism for nulling XPCOM components that could potentially cause leaks
...
r=sayrer
2007-06-21 14:19:15 -07:00
asqueella@gmail.com
ebe308aea3
Bug 379929 - Lazy creation of nsProperties object for imgContainer
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=stuart, sr=tor
2007-06-21 13:45:49 -07:00
mrbkap@gmail.com
db4d460cfd
Remove useless variable. bug 385368, patch from Gabriel Sjoberg <gabrielsjoberg@gmail.com>, r=mrbkap
2007-06-21 13:38:45 -07:00
dcamp@mozilla.com
798879852e
backing out last patch for bug 380540 for breakage
2007-06-21 13:22:58 -07:00
asqueella@gmail.com
bd93c5d610
Bug 384823 - Sort tests by filename to manage dependencies
...
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r=sayrer
2007-06-21 13:21:30 -07:00
asqueella@gmail.com
5603f09234
Bug 350932 - expose NS_EscapeURL through nsINetUtil
...
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
2007-06-21 13:18:25 -07:00
dcamp@mozilla.com
80afc67b07
Bug 380540: enable breakpad by default on linux, r=luser
2007-06-21 13:04:02 -07:00
gerv@gerv.net
0b6da3047b
Bug 236613: change to MPL/LGPL/GPL tri-license.
2007-06-21 12:55:33 -07:00
darin@meer.net
3d078026d4
fixes bug 250900 "nsIBrowserHistory corrupts URI strings [was: crash when a long malformed URL is entered in the Location Bar [@js_CloneFunctionObject]]" r=biesi sr=neil
2007-06-21 12:55:32 -07:00
mconnor@myrealbox.com
3d5587f310
Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor
2007-06-21 12:55:31 -07:00
bryner@brianryner.com
178c3ac0e0
fixing firefox bustage
2007-06-21 12:55:30 -07:00
ben@bengoodger.com
6f774abb15
Migration Branch landing, currently turned off!
2007-06-21 12:55:29 -07:00
bsmedberg@covad.net
aa55317262
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
2007-06-21 12:55:28 -07:00
ben@netscape.com
36a913d6fd
Fixing Firebird build bustage after timeless' fishy checkin to bug 58613.
2007-06-21 12:55:27 -07:00
varga@netscape.com
486546ac70
Landing bookmarks changes.
...
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa
The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2007-06-21 12:55:26 -07:00
bryner@netscape.com
1a84c5f957
stub out OutputReferrerURL to fix phoenix bustage
2007-06-21 12:55:25 -07:00
hewitt@netscape.com
b7c97d5153
moving the phoenix history from browser to toolkit
2007-06-21 12:55:24 -07:00
asqueella@gmail.com
763e30c7c1
Bug 380589 - Clear Private Data might miss some SessionStore data
...
p=Simon Bunzli <zeniko@gmail.com>
r=dietrich
2007-06-21 12:18:33 -07:00
asqueella@gmail.com
72f3f19660
tests for bugs 336359/336682 - WHATWG online/offline events
...
r+sr=jst
2007-06-21 12:10:03 -07:00
mrbkap@gmail.com
2441a1ff2e
Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin
2007-06-21 11:56:37 -07:00
myk@mozilla.org
90dffc280d
bug 385086: followup patch to null more XPCOM components that could potentially cause leaks and also clear structures of observers to avoid cycles in the event the observers don't remove themselves
...
r=sayrer
2007-06-21 11:52:35 -07:00
kaie@kuix.de
163364d859
Minor upgrade of NSS from 3.11.7 beta to 3.11.7 final + roots module 1.64
...
Fixes Bug 384719
r=nelson
2007-06-21 11:45:18 -07:00
sdwilsh@shawnwilsher.com
8370bec53d
Bug 341137 - Upgrade to latest version of sqlite (I forgot to cvs rm these files)
2007-06-21 11:19:13 -07:00
ted.mielczarek@gmail.com
b33a34e47d
bug 355470 - rebase throwing error 99 on tinderboxes with VC8. r=bsmedberg
2007-06-21 09:55:48 -07:00
dcamp@mozilla.com
45b1ac9004
Bug 378685 - Permission manager should operate on innermost URI, r=dveditz sr=mconnor
2007-06-21 09:32:46 -07:00
dcamp@mozilla.com
cdcc784ff9
Bug 380540 - crash reporter client on linux, r=luser
2007-06-21 09:11:07 -07:00
kaie@kuix.de
03d8c62192
Bug 383390, follow up check in, adding a unit Test.
...
Patch contributed by Nils Maier, comments provided by Jeff Walden
r=kengert
2007-06-21 08:22:43 -07:00
tor@cs.brown.edu
9350f33b4c
Bug 385096 - make sure component transfer filter functions call base Init.
...
r=jwatt, sr=roc
2007-06-21 08:09:43 -07:00
tor@cs.brown.edu
d0036ea622
Bug 384391 - maks sure outer svg is constructed only for svg:svg. r=bz, sr=roc
2007-06-21 08:05:05 -07:00
tor@cs.brown.edu
9a9725a556
Bug 382333 - update filter invalidation region before use. r=longsonr, sr=roc
2007-06-21 08:03:30 -07:00
rcampbell@mozilla.com
84df55536a
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
2007-06-21 07:13:56 -07:00
longsonr@gmail.com
29c15f7680
Bug 384637 - Self-referencing svg:mask causes stack overflow crash. r+sr=tor
2007-06-21 04:01:41 -07:00
neil@parkwaycc.co.uk
86afb95173
Bug 384874 Fix regression from previous patch for bug 382746 r=Enn sr=bz
2007-06-21 03:25:06 -07:00