gavin%gavinsharp.com
c15fab5d8b
Bug 304458: Feed icon/menu doesn't respect key modifiers / middle mouse button, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mano
2006-08-18 08:11:46 +00:00
dietrich%mozilla.com
8f7962d0cd
Bug 347944 Fix firefox products URLs to point to ...mozilla.com/ab-CD (r=vlad, r=mconnor)
2006-08-18 06:25:25 +00:00
jwalden%mit.edu
de3b7e5ed8
Revert part of last checkin here which backed out part of the previous checkin
2006-08-18 05:22:35 +00:00
fligtar%gmail.com
e5f44b882b
Updated addons MCV stuff
2006-08-18 04:26:43 +00:00
gavin%gavinsharp.com
d7c3fe2fd4
Fix typo in patch for bug 205872
2006-08-18 03:37:59 +00:00
pkasting%google.com
439b7f4033
Bug 348981: Crash toggling designMode.
...
This reverts the patch from bug 347200 and instead fixes that problem a
different way to avoid exposing crashes.
r+sr=bzbarsky
2006-08-18 02:38:40 +00:00
brendan%mozilla.org
1713592536
Fix constant folder to parenthesize object initialiser if it could become left-most in expression (346902, r=mrbkap).
2006-08-17 23:51:51 +00:00
kairo%kairo.at
f8d1d8a582
bug 340716 - dead link in help-index1.rdf and help-toc.rdf, p=opitz.michael@inode.at r=IanN
2006-08-17 23:48:00 +00:00
brendan%mozilla.org
f1b917e769
DEBUG-only change to initialize tracefp (348027, r=mrbkap).
2006-08-17 23:46:30 +00:00
kairo%kairo.at
e5d364eab5
bug 340716 - dead link in help-index1.rdf and help-toc.rdf, p=opitz.michael@inode.at r=IanN
2006-08-17 23:37:38 +00:00
sayrer%gmail.com
56f7c72f9e
Bug 340555. Toolkit Feed API addtions. Relanding -- not the cause of a regression.
2006-08-17 23:07:40 +00:00
cls%seawood.org
a2347f6515
Add checksetup.pl to make new changes usable on older setups.
...
Bug #348817 r=bear
2006-08-17 23:07:17 +00:00
brendan%mozilla.org
c0936d895c
Fix gen.close to report generator-ignored-GeneratorExit properly according to current Python 2.5 (349012, r=igor/mrbkap).
2006-08-17 22:55:15 +00:00
preed%mozilla.com
339e225afd
Bug 344897: anti-phishing needs different update urls for official builds. r=bsmedberg, rstrong
2006-08-17 22:51:41 +00:00
ccooper%deadsquid.com
d12ee5d344
b=348899
...
r=preed
- remove dependency on LWP::UserAgent, standardize on wget for submitting grpah results on all platforms
2006-08-17 21:57:35 +00:00
scott%scott-macgregor.org
69d7c37e5a
Bug #345887 --> thunderbird theme update for qute
2006-08-17 21:32:40 +00:00
dveditz%cruzio.com
a61d6db035
bug 342205 (SeaMonkey version of 268370) prevent leaks of install-dir from nsSidebar exceptions.
...
Firefox patch by gavin, r=mconnor, a=kairo and iann
2006-08-17 21:29:59 +00:00
joshmoz%gmail.com
e3a5021823
we should check for changes to the label on menu item nodes so if people are messing with that via js we pick it up. fixes menu item labels in Places. b=347672 r=mento
2006-08-17 21:21:57 +00:00
annie.sullivan%gmail.com
6c03bb6996
Fixes bug where string and bool prefs were not being written correctly.
...
bug=349063 r=rhelmer@mozilla.org
2006-08-17 21:03:32 +00:00
mrbkap%gmail.com
136f0922ad
Invalidate the caret's position while we can still figure out which continuing frame we are in. bug 336637, r+sr=roc
2006-08-17 20:58:31 +00:00
gijskruitbosch%gmail.com
2b0a8d94a3
Bug 341758 - Venkman doesn't need to make linemaps of toplevel scripts on startup (aka "make it start faster")
...
r=silver (James Ross)
Venkman/SeaMonkey Only
2006-08-17 20:49:05 +00:00
mkanat%bugzilla.org
8603f24791
Bug 345376: Startup Script for mod_perl
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=myk
2006-08-17 20:39:58 +00:00
brendan%mozilla.org
ac99625cec
Fix '+ +x', '- --x', etc. decompilation (346904, r=mrbkap).
2006-08-17 20:24:38 +00:00
vladd%bugzilla.org
0cb2b65c04
Bug 348871: modify show_bug in order to pass HTML validation - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
2006-08-17 20:24:04 +00:00
vladd%bugzilla.org
681f3d5921
Bug 343418: Update the votes page in order to include the reason for crossed out bugs; patch by Paul <pdemarco@zoominternet.net>, r=LpSolit, a=myk.
2006-08-17 20:17:01 +00:00
doronr%us.ibm.com
edab531626
xsd:Name atom is defined with the wrong case, part 2. patch by sspeiche, r=me
2006-08-17 20:08:49 +00:00
pedemont%us.ibm.com
a1100c07f7
Bug 348884 - Don't generate Java interfaces when cross compiling. Fix for Mac/Universal builds. r=bsmedberg.
2006-08-17 19:42:39 +00:00
richm%stanfordalumni.org
89e8b56566
Bug: 348926
...
Description: Memleak: ldap_start_tls_s should free oidptr and dataptr
Fix Description: Just omit oidptr and dataptr and pass NULL for those arguments to ldap_extended_operation_s().
Bug: 348927
Description: Memleak: ldaptls_complete should free hostlist
Fix Description: Instead of returning directly from early error conditions, just goto the error handling code, and let that code free hostlist and do the other cleanup. I had to make sure all relevant variables were initialized to NULL in order for cleanup to work properly.
2006-08-17 19:21:03 +00:00
pavlov%pavlov.net
bf2b049668
fixing copy image on windows. bug 329564. r=vlad
2006-08-17 19:10:40 +00:00
benjamin%smedbergs.us
681e30867d
Bug 349007 - Trunk XULRunner doesn't package with latest PackageMaker.app, r=mento
2006-08-17 19:07:13 +00:00
myk%mozilla.org
b95027c83d
followup patch to bug 346795 that changes "browsing" to "working" in a string since updater isn't browser-specific
...
Patch by Mike Beltzner.
r=myk
2006-08-17 19:01:28 +00:00
pavlov%pavlov.net
fcf8acc108
fixing bug 345576. r=vlad
2006-08-17 18:38:45 +00:00
sayrer%gmail.com
e71bdd0627
Backing out wallpaper for 348586.
2006-08-17 17:42:16 +00:00
benjamin%smedbergs.us
149e9c12ff
Bug 348992 - gFastLoadService_ exported unnecessarily, r=brendan
2006-08-17 17:10:24 +00:00
mattwillis%gmail.com
30c4cb168e
reenable objdir. see if it busts talkback
2006-08-17 17:01:03 +00:00
flamingice%sourmilk.net
dc3cd411d5
Bug 68804: Properly parse WAV files, r+sr=roc
2006-08-17 16:52:41 +00:00
mike.morgan%oregonstate.edu
fdd916ee80
Update to PFS to cover videoegg mimetype.
2006-08-17 16:46:05 +00:00
enndeakin%sympatico.ca
7f30e238b5
Bug 348618, add attribute to hide spinbuttons of numberbox, r=neil
2006-08-17 16:25:09 +00:00
sspitzer%mozilla.org
944e55c79d
for bug #329729 : software updater should handle minor and major updates. adding notfound icon from winstripe to pinstripe, which is used if we are unable to load the EULA or the details about a major update. r=beltzner
2006-08-17 16:07:34 +00:00
benjamin%smedbergs.us
c62f361ad2
Fix non-XR orange from bug 319843 - Don't assume that we're using all of the new nsXULAppAPI features.
2006-08-17 15:37:22 +00:00
hwaara%gmail.com
5e75baaf42
Clarify getChildAtPoint() comment a bit. r=aaronlev
2006-08-17 14:39:11 +00:00
benjamin%smedbergs.us
267d087a63
Bug 319843 - XULRunner windows are grouped in the taskbar (and all XULRunner apps have the same firewall settings), r=darin
2006-08-17 14:22:04 +00:00
bclary%bclary.com
fcf357082f
JavaScript Library - regression test for bug 346494, by Brendan Eich
2006-08-17 14:04:45 +00:00
masayuki%d-toybox.com
b4f3c973df
Bug 343454 CJK problem on font switching r=pavlov+masayuki
2006-08-17 13:40:59 +00:00
doronr%us.ibm.com
4c10b4e22b
Bug 348889 - xsd:Name atom is in the wrong case. Patch by sspeiche@us.ibm.com, r=me
2006-08-17 13:36:21 +00:00
aaronleventhal%moonset.net
9a72b50c85
Bug 346730. List bullets not exposed. Also, expose content generated frames within nsIAccessibleText. r=ginn.chen
2006-08-17 13:21:41 +00:00
bclary%bclary.com
88204c670d
JavaScript Library - regression test for bug 348810, by Igor Bukanov
2006-08-17 13:20:51 +00:00
aaronleventhal%moonset.net
38a6785d4f
Bug 346833. Objects in :before and :after no longer exposed. r=ginn.chen, sr=roc
2006-08-17 13:19:49 +00:00
mats.palmgren%bredband.net
ed6210be3f
Leave the placeholder's pointer to the out-of-flow intact because the float cache depends on it later on. b=348688 r=bzbarsky sr=roc
2006-08-17 13:15:26 +00:00
szegedia%freemail.hu
2abceb5771
Regression fix for bug 343976, courtesy of Cameron McCormack
2006-08-17 12:39:11 +00:00