mnyromyr%tprac.de
99c636e61c
Bug 335846: Junk Preferences Panel help; r=IanN
2006-06-16 00:06:42 +00:00
pamg.bugs%gmail.com
52ca622b38
Bug 246237: Expunging stray tabs in previous checkin
2006-06-16 00:03:36 +00:00
mnyromyr%tprac.de
7e9f8ed691
Bug 335846: Need a Junk Preferences Panel in Seamonkey; r=IanN, sr=Neil
2006-06-16 00:00:59 +00:00
wtchang%redhat.com
a49ee28fa8
Bugzilla Bug 341590: in FIPS mode, softoken should report the more serious
...
fatalError condition before the !isLoggedIn condition. r=nelson.
2006-06-15 23:55:59 +00:00
mark%moxienet.com
88181ab303
340807 Spell checking broken on OS X, can't use Cocoa spell checker in a Carbon app. Use myspell when under Carbon. r=pink
2006-06-15 23:51:32 +00:00
sspitzer%mozilla.org
14dd9bf950
fix for bug #340966 , regression, "node QI Failed When middle clicking a bookmark"
...
also address another scenario of bug #333734 , "Protect against opening too many tabs at once"
r=ben
2006-06-15 22:58:34 +00:00
mnyromyr%tprac.de
238c6c1e8f
Bug 341010: No labels, no actions in message filters dialog; r=IanN, sr=Neil
2006-06-15 22:46:38 +00:00
jwalden%mit.edu
f5c3ea91ad
Bug 338003 - imgCache::Init leaks imgCache if do_GetService fails. Patch by Adam Guthrie <ispiked@gmail.com>, r+sr=pavlov
2006-06-15 21:59:13 +00:00
jminta%gmail.com
b63d39c4e1
Bug 168411 Move bookmarks transactions into a JS service (adding a bookmark leaks the Add Bookmark dialog) r=sspitzer, sr+a=mconnor
2006-06-15 21:58:43 +00:00
pamg.bugs%gmail.com
bfef9db826
Bug 246237: Fix various navigation key + autoFill issues. Patch by pkasting@google.com, r=mconnor, sr+a181=benjamin
2006-06-15 21:53:09 +00:00
bclary%bclary.com
cc4c42a134
Bug 340036: Script tag should support version 1.7, r=mrbkap, r=peterv, sr=brendan
2006-06-15 21:47:59 +00:00
pavlov%pavlov.net
a0e1feb6cf
turning weight table code back on with fix for crash. bug 341439. r=vlad
2006-06-15 21:35:06 +00:00
joe%retrovirus.com
974e87d5d5
This patch increases the delay between sending search suggestion requests,
...
and provides an increasing backoff behavior if the server returns an HTTP
response code that indicates that it's too busy.
bug=339441
r=gavin
sr/branch=mconnor
2006-06-15 21:33:09 +00:00
rob_strong%exchangecode.com
6b41e99db2
Bug 341450 - Incorrect calls to getItemProperty in checkForMismatches. r=bsmedberg, approval-branch-1.8.1=bsmedberg
2006-06-15 21:32:21 +00:00
joe%retrovirus.com
91b6df5074
This patch allows the user to disable form history without disabling
...
search suggestions.
bug=338064
r=gavin
sr/branch=mconnor
2006-06-15 21:30:27 +00:00
bienvenu%nventure.com
f2bc427afd
change label column to tags column in thread pane, sr=sspitzer 341661
2006-06-15 21:28:31 +00:00
brettw%gmail.com
a0743d55ac
Bug 245597 (for (pkasting@google.com) r=darin sr=bz Keyword search should be activated for anything that isn't parseable as a URI
2006-06-15 21:15:28 +00:00
peterv%propagandism.org
6042f7f64e
Bustage fix.
2006-06-15 21:00:25 +00:00
pamg.bugs%gmail.com
8cf61a4c93
Bug 337137: Use better default icon for search engines. r=beng
2006-06-15 20:45:03 +00:00
kairo%kairo.at
def1142b5f
small encoding fixes for German inspector L10n
2006-06-15 20:34:47 +00:00
peterv%propagandism.org
898dda321e
Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz.
2006-06-15 20:30:44 +00:00
mark%moxienet.com
8af6b7c427
338756 bustage fix, cocoa widgets
2006-06-15 20:20:31 +00:00
tor%cs.brown.edu
c207960b63
Build bustage fix.
2006-06-15 19:45:26 +00:00
christophe.ravel.bugs%sun.com
cd1aaf4212
Bugzilla 337793: Create a test to check all EC curves
...
r+ Christophe
Committed on behalf of Nelson.
2006-06-15 19:26:01 +00:00
dbaron%dbaron.org
a9e10681b6
Disable support for proportional widths on <col>. b=333352 r=bernd sr=roc
2006-06-15 19:20:20 +00:00
Olli.Pettay%helsinki.fi
4e5718a107
Bug 320982, Crash when browse this Site over top menu [@ nsGlobalWindow::RunTimeout], r=mrbkap, sr=bryner
2006-06-15 19:19:51 +00:00
jminta%gmail.com
9629b1ff41
Bug 341403 Make error if build with --enable-installer on Windows. patch by ssitter, r=jminta
2006-06-15 19:14:39 +00:00
tor%cs.brown.edu
0c6ec63c54
Bug 341021 - Remove nsISVGOuterSVGFrame interface. r+sr=roc
2006-06-15 19:10:28 +00:00
tony%ponderer.org
169d8c8d19
bug 340603: getting table updates consumes large amounts of memory
...
patch: interface for streaming updates
r+a=darin
2006-06-15 19:10:04 +00:00
jwalden%mit.edu
e0d7ca1bd8
Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano
2006-06-15 18:57:22 +00:00
zach%zachlipton.com
99190b0f61
Add a simple formatting engine for testcase data using Text::Markdown. Normal HTML is passed through the filter unchanged, but now paragraphs will automatically be tagged with <p> and lists will automatically be converted to the proper html. A formatting help pane provides a description. The formatter is triggered with the 'markdown' filter in templates (e.g. [% expectedResults | markdown | testdata %].
2006-06-15 18:54:15 +00:00
jwalden%mit.edu
0cf7d23e87
Bug 316543 - crash [@ mozSpellChecker::mozSpellChecker] when opening message compose window. Patch by Adam Guthrie <ispiked@gmail.com>, r=timeless, sr=mscott
2006-06-15 18:53:49 +00:00
sspitzer%mozilla.org
cbc05af06c
keep trunk in sync with the 1.8 branch
...
fix bug #333734 (Protect against opening too many tabs at once, r=ben)
fix bug #339290 (unable to paste links into the organize bookmarks dialog, r=mconnor)
fix bug #336488 (search bookmarks broken, r=gavin)
2006-06-15 18:30:57 +00:00
aaronleventhal%moonset.net
304ad93423
Bug 341650. Fix issues with accessible object selection. r=pilgrim
2006-06-15 18:29:44 +00:00
benjamin%smedbergs.us
b835e3f06c
Bug 335296 - Give tinderbox client the infant ability to build ff+xr, r=rhelmer+preed
2006-06-15 18:27:54 +00:00
jwalden%mit.edu
1f2d60315a
Bug 340743 - In FAYT mode after failed search, hitting F3 (Find Again) switches find bar UI to non-minimal UI. r=mconnor
2006-06-15 18:00:10 +00:00
jwalden%mit.edu
c170f27358
Bug 330878 - Firefox leaks the update.xml document when it checks for updates. Patch by Michael Wu <michael.wu@mozilla.com>, r=darin
2006-06-15 17:52:49 +00:00
mattwillis%gmail.com
3770df9eb1
bug 339639 - renames poorly named css selectors. r=jminta
2006-06-15 17:47:57 +00:00
Olli.Pettay%helsinki.fi
ce099efcca
Bug 339659, Make .eventPhase to work with event retargeting, r=bz+enndeakin, sr=bz
2006-06-15 17:45:22 +00:00
mattwillis%gmail.com
aeaccecfc4
bug 338475 updates paths in installer
2006-06-15 17:43:51 +00:00
vladimir%pobox.com
48ba14fed9
b=338786, fix canvas on mac, r=stuart
2006-06-15 17:43:49 +00:00
mark%moxienet.com
bebfb9b5b1
338728 Don't dispatch native events after [NSApplication terminate:] is called. r=josh sr=darin
2006-06-15 17:24:25 +00:00
mark%moxienet.com
34b5a77a24
Copy'n'paste (340071) and drag'n'drop (340890) between Mozilla app running natively and Mozilla app running under Rosetta translation does not work [properly]. Byte-swap UTF-16 text in private flavors when running under Rosetta. r=josh sr=pink a/1.8.1=me
2006-06-15 17:13:59 +00:00
aaronleventhal%moonset.net
a40af53e5c
Bug 333295. Coverity error in nsDocAccessible::GetBoundsRect(). Fixed by Mike Gao. r=aaronlev, sr=roc
2006-06-15 17:01:32 +00:00
aaronleventhal%moonset.net
6da0b5b336
Bug 333294. UMR in nsAccessible::GetXULName(), found by coverity, fixed by Mike Gao. r=aaronlev, sr=roc
2006-06-15 16:59:31 +00:00
aaronleventhal%moonset.net
c1a7541844
Bug 340825. New ATK, implement nsIAccessible value for all platforms and for DHTM, via nsAccessible. r=ginn.chen
2006-06-15 16:55:32 +00:00
bienvenu%nventure.com
b9d90f7f1f
fix 265472, add option to expunge deleted imap messages immediately, turned off by default, patch by mkmelin+mozilla@iki.fi, ported from aviary 1.0 branch, sr=mscott
2006-06-15 16:51:58 +00:00
mark%moxienet.com
638b6f066d
338728 Don't dispatch native events after [NSApplication terminate:] is called. r=josh sr=darin
2006-06-15 16:51:51 +00:00
pedemont%us.ibm.com
853d8c521d
Bug 338110 - Remove operation on JavaXPTCStub map is called with bad parameters. XULRunner only. r=bsmedberg.
2006-06-15 16:14:24 +00:00
mnyromyr%tprac.de
8496638bfc
Bug 139242: News: Thread with new messages spontaneously expands; p=Pawel Kaczmarczyk <jacenty@ceti.pl>, r/sr=bienvenu
2006-06-15 16:06:35 +00:00