surkov.alexander%gmail.com
4aff016557
Bug 385437 - event object for EVENT_TEXT_CARET_MOVED, r=aaronlev
2007-06-22 09:27:25 +00:00
wurblzap%gmail.com
6cd6d5099a
Bug 383745: Incorrect charset specification in "please wait" screen when server push is in use.
...
Patch by Marc Schumann <wurblzap@gmail.com>,
r=mkanat, a=mkanat
2007-06-22 07:29:25 +00:00
philringnalda%gmail.com
9a24a6208e
Bug 385385 - in-product links to AMO should be https, not http, r=mscott
2007-06-22 05:42:18 +00:00
dcamp%mozilla.com
18454522e4
Bug 385420: codesighs buffer is too small for some breakpad functions. r=dbaron
2007-06-22 05:41:32 +00:00
joshmoz%gmail.com
973c38c650
Back out fix for bug 385367 because it regresses Windows comboboxes. This code is still wrong but Windows depends on it for now.
2007-06-22 05:22:09 +00:00
edburns%acm.org
36ab54e08c
M dist/build.xml
...
M dist/netbeans/build.xml
- support for building a mac os x universal binary distribution
M dist/mcp-test/src/test/java/cardemo/CarDemoTest.java
- re-enable cardemo test. The right way to disable this is to
do it in the build file.
M dist/mcp-test/src/test/java/jsf_jmaki/JsfjMakiTest.java
- use getAnchors() to get the right link.
M dist/netbeans/nbproject/project.properties
- add junit to classpath
dist/build.xml dist/mcp-test/src/test/java/cardemo/CarDemoTest.java dist/mcp-test/src/test/java/jsf_jmaki/JsfjMakiTest.java dist/netbeans/build.xml dist/netbeans/nbproject/project.properties
2007-06-22 03:41:15 +00:00
dbaron%dbaron.org
8bdd21ccff
Back out again.
2007-06-22 03:11:41 +00:00
alfred.peng%sun.com
d9a3f574ee
Bug 328293. Save all, detach all and delete all are supurfluous for one attachment.
...
r=mscott.
2007-06-22 02:18:49 +00:00
rhelmer%mozilla.com
efa4262a57
- adds ability to set the browser height and width through the config.py file
...
- adds a few prefs to sample.yaml that disallows browser move, resize and the
running of java
- increase the default page load timeout in the framecycler to 25000 ms
- some changes made to the way data is passed between the framecycler and
talos, will make it easier to add csv data dumping support
b=385404, p=anodelman, r=rhelmer
2007-06-22 02:13:26 +00:00
julien.pierre.bugs%sun.com
58fe6b6e1b
Fix for bug 217538 . Fix NSS sqlite build on OS/2 . r=rrelyea
2007-06-22 01:30:16 +00:00
flamingice%sourmilk.net
4933e372f2
Bug 383724, The "Block Images from domain.com" checkbox has no access key, Patch by Ehsan Akhgari, r=mano
2007-06-22 01:19:30 +00:00
mrbkap%gmail.com
fb6c310783
Actually populate the string cache so we don't leak all deflated strings. bug 385378, r=brendan
2007-06-22 00:31:50 +00:00
dbaron%dbaron.org
900577f8aa
Back out again.
2007-06-22 00:30:41 +00:00
dtownsend%oxymoronical.com
4e395f0669
Bug 369075 - Add permanent button for restarting Firefox to Add-ons Mgr.
...
Patch by Dao Gottwald <dao@design-noir.de>. r=robstrong
2007-06-22 00:27:03 +00:00
roc+%cs.cmu.edu
84fb1e155c
Bug 385234. Iterate through textframe continuations properly in AddInlinePref/MinWidth. r=smontagu
2007-06-22 00:17:30 +00:00
roc+%cs.cmu.edu
cc164e9991
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-22 00:13:05 +00:00
smichaud%pobox.com
8c4e0de81b
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 23:58:16 +00:00
sdwilsh%shawnwilsher.com
322ea3207c
Bug 384958 - DM needlessly checks return variable of GetDBConnection. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
2007-06-21 23:56:17 +00:00
sdwilsh%shawnwilsher.com
681dd890b2
Bug 385262 - NOTREACHED called before logging. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh
2007-06-21 23:52:18 +00:00
dbaron%dbaron.org
0ce6e8791b
See if using mScanDelay of 1 instead of 0 fixes the leak regression.
2007-06-21 23:49:37 +00:00
dtownsend%oxymoronical.com
a96e806432
Bug 385335 - Remove the use of "none" assertions in EM. r=robstrong
2007-06-21 23:17:09 +00:00
dbaron%dbaron.org
a8ccb62785
Change cycle collector aging constant from 10 to 0. b=381199 r+sr=peterv
2007-06-21 23:02:53 +00:00
jwatt%jwatt.org
61fa6b97e8
Fixing bug 384591. Make nsSVGForeignObjectFrame.cpp easier to understand. r+sr=tor@acm.org
2007-06-21 23:01:10 +00:00
dcamp%mozilla.com
8069f4096c
Bug 380540, add some includes in nsAirbagExceptionHandler.cpp. r=luser
2007-06-21 22:37:39 +00:00
dbaron%dbaron.org
20432d9242
Add reftest for bug 368155 from Ryan VanderMeulen <ryanvm@gmail.com>. r+sr=dbaron
2007-06-21 22:34:27 +00:00
dbaron%dbaron.org
ad71819fa6
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 22:33:10 +00:00
dbaron%dbaron.org
d12d968af6
Bug 368869, suspect all native wrappers for cycle collection. Relanding. Patch by graydon@mozilla.com. r=brendan, sr=jst
2007-06-21 22:25:51 +00:00
morgamic%mozilla.com
c7e10d9651
Removing debugging code.
2007-06-21 22:09:46 +00:00
cltbld
4e923ff3f5
Automated update from host egg.build.mozilla.org
2007-06-21 21:51:04 +00:00
dcamp%mozilla.com
f339b14043
Bug 380540: Check curl-config if libcurl.pc isn't found, try enabling breakpad by default again on linux. r=luser
2007-06-21 21:44:30 +00:00
joshmoz%gmail.com
b928716626
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 21:27:43 +00:00
myk%mozilla.org
823ddd529b
bug 385086: another followup patch with a better mechanism for nulling XPCOM components that could potentially cause leaks
...
r=sayrer
2007-06-21 21:19:15 +00:00
nick.kreeger%park.edu
ea561424f4
Removing nsCRT:: functions from mailnews/imap. Cleanup part of bug 379070. r=mscott, sr=bienvenu
2007-06-21 21:07:10 +00:00
ghendricks%novell.com
d5ba34f5e9
Filter by environment throws SQL error.
...
Reverted manual changes.
2007-06-21 20:55:10 +00:00
edburns%acm.org
ed8f91bdee
handle_exception_when_running_runnable
2007-06-21 20:47:05 +00:00
asqueella%gmail.com
aed52cda77
Bug 379929 - Lazy creation of nsProperties object for imgContainer
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=stuart, sr=tor
2007-06-21 20:45:49 +00:00
mrbkap%gmail.com
38bbdc645d
Remove useless variable. bug 385368, patch from Gabriel Sjoberg <gabrielsjoberg@gmail.com>, r=mrbkap
2007-06-21 20:38:45 +00:00
cltbld
57206e3a3b
Automated update from host egg.build.mozilla.org
2007-06-21 20:31:02 +00:00
dcamp%mozilla.com
ca97d59659
backing out last patch for bug 380540 for breakage
2007-06-21 20:22:58 +00:00
asqueella%gmail.com
dc8b6832e9
Bug 384823 - Sort tests by filename to manage dependencies
...
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r=sayrer
2007-06-21 20:21:30 +00:00
asqueella%gmail.com
fb73556000
Bug 350932 - expose NS_EscapeURL through nsINetUtil
...
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
2007-06-21 20:18:25 +00:00
cltbld
57906aace2
Automated update from host egg.build.mozilla.org
2007-06-21 20:11:04 +00:00
dcamp%mozilla.com
142b93ea85
Bug 380540: enable breakpad by default on linux, r=luser
2007-06-21 20:04:02 +00:00
gerv%gerv.net
f933cf6f9d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2007-06-21 19:55:33 +00:00
darin%meer.net
864c98dade
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 19:55:32 +00:00
mconnor%myrealbox.com
5580e61055
Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor
2007-06-21 19:55:31 +00:00
bryner%brianryner.com
fb9ccf5883
fixing firefox bustage
2007-06-21 19:55:30 +00:00
ben%bengoodger.com
232191baf2
Migration Branch landing, currently turned off!
2007-06-21 19:55:29 +00:00
bsmedberg%covad.net
f4d7c00091
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 19:55:28 +00:00
ben%netscape.com
2b20feb3f9
Fixing Firebird build bustage after timeless' fishy checkin to bug 58613.
2007-06-21 19:55:27 +00:00