rob_strong%exchangecode.com
47f8b75946
Bug 349551 - Updated builds won't uninstall via Windows Control Panel. r=bsmedberg
2006-08-30 00:08:35 +00:00
scott%scott-macgregor.org
c838d76e4d
Bug #345887 --> thunderbird theme update from arvid. fix the select offline folders dialog, remove icons from the autocomplete window. sr=mscott
2006-08-29 23:40:14 +00:00
bzbarsky%mit.edu
d50efed99e
Fix build bustage. Bug 349921
2006-08-29 23:19:06 +00:00
brendan%mozilla.org
22b8d6bfd6
Fix try/catch/finally code generation (350312, r=igor/shaver).
2006-08-29 23:15:22 +00:00
mike.morgan%oregonstate.edu
b6a9507604
Initial check-in of v2 code -- copied verbatim, merged with tpl files.
...
Also checking in lars' migration.py script, which is a CLI tool to transfer db contents from the old db to the new one.
2006-08-29 22:31:17 +00:00
mconnor%steelgryphon.com
c7dbee783a
bug 349914 - Recently Closed Tabs is grayed out when it shouldn't be, r=dietrich
2006-08-29 22:31:04 +00:00
bzbarsky%mit.edu
6a2e7a2685
Block window.close() calls on a window which just had a popup blocked. This
...
allows the popup notification to actually be visible to the user. Bug 297980,
patch by Joerg Bornemann <jobor@gmx.de>, r=bzbarsky, sr=jst
2006-08-29 22:25:12 +00:00
bzbarsky%mit.edu
724ccdb167
Make popups that are kids of the root popup set have it as their parent;
...
generally make them more like other out-of-flows. Remove various code that
worked around them being different. Bug 349921, r+sr=roc
2006-08-29 22:20:41 +00:00
mike.morgan%oregonstate.edu
840e4be07b
Adding in approvalnotes field in versions for version-specific approval queue notes.
2006-08-29 22:10:54 +00:00
bzbarsky%mit.edu
33ea7b8269
When cleaning up anonymous content, let the ESM know; that way if any of it is
...
:hover or :active the state will be updated accordingly. Bug 314346, r+sr=roc
2006-08-29 22:00:26 +00:00
bzbarsky%mit.edu
c36c5046fd
Speed up ClearFloats for cases when we have lots of floats. Bug 349113, r+sr=roc
2006-08-29 21:56:51 +00:00
mike.morgan%oregonstate.edu
aec5e865ef
Latest fixes for db. Added audit trail, fixed spelling error in versions.modifid->versions.modified. Added addons_langs mapping for locale packs.
2006-08-29 21:56:48 +00:00
ccooper%deadsquid.com
fb4ceb969a
b=350251
...
- for admins, replace personal coverage column with trusted coverage to minimize db lookups
2006-08-29 21:33:15 +00:00
scott%scott-macgregor.org
c33357b07e
Bug #350627 --> clear out some old browser default prefs which aren't used by thunderbird. sr=bienvenu
2006-08-29 21:22:57 +00:00
jwalden%mit.edu
12e3482428
Bug 350442 - toXMLString omits namespace definition for attribute added with a namespace with an undefined prefix. r=brendan
2006-08-29 21:10:54 +00:00
bclary%bclary.com
8babbb453a
JavaScript Test - regression test for bug 349650, by Jesse Ruderman
2006-08-29 20:55:37 +00:00
benjamin%smedbergs.us
b7f7bbb4df
Duh...
2006-08-29 20:49:32 +00:00
bclary%bclary.com
d06fd44269
JavaScript Test - regression test for bug 350415, by Jesse Ruderman
2006-08-29 20:46:34 +00:00
bclary%bclary.com
d6bcf942f0
JavaScript Test - regression test for bug 350529, by Jesse Ruderman
2006-08-29 20:42:35 +00:00
igor.bukanov%gmail.com
326c05c749
Bug 350559: restoring compatibility with Python with gen.throw(). r=brendan
2006-08-29 20:37:49 +00:00
benjamin%smedbergs.us
86a7ad96cc
Re-add xpfe/bootstrap to the camino build because various tinderbox/packaging scripts incorrectly want a Mozilla.app, per mento
2006-08-29 20:36:57 +00:00
pavlov%pavlov.net
c5905dd489
use xft rather than pango when possible. patch by Mark Steele <mwsteele@gmail.com>. bug 334064. r=me,vlad
2006-08-29 20:21:25 +00:00
benjamin%smedbergs.us
07536d73c7
Sunbird bustage fix from bug 350211
2006-08-29 20:15:57 +00:00
bugzilla%arlen.demon.co.uk
c8fbaef0ea
Bug 350343 DOM inspector help link 404 error page not found
...
p=stefanh r=me
2006-08-29 20:15:56 +00:00
bent.mozilla%gmail.com
b764ab7731
Bug 350245 - "Updater.app forgets to reload the main app under Rosetta if it was originally launched with translation". r=mento.
2006-08-29 20:15:08 +00:00
dietrich%mozilla.com
36a8937541
Bug 347336 [SessionStore] Preserve the list of recently closed tabs during one session - fix regression (r=mconnor)
2006-08-29 19:59:40 +00:00
joshmoz%gmail.com
a8722319b3
use slower idle event timer for plugins that are hidden by tabs. b=336060 r=mento sr=jst
2006-08-29 19:14:53 +00:00
cltbld
4ad44dd653
Automated update from host egg.office.mozilla.org
2006-08-29 19:08:57 +00:00
ccooper%deadsquid.com
3e33316f5f
b=333041
...
- allow admins to mark individual test results as VALID/INVALID, and update the VETTED status automatically
Misc.
- whitespace fix in manage testgroup template
2006-08-29 19:06:55 +00:00
mark%moxienet.com
9f633cdda0
349189 Can't change Page Setup from portrait to landscape on x86 Mac. (Other Page Setup changes might have been a problem on ppc Macs, too.) Encode length of frozen page setup data to avoid decoding too much when thawing. r=josh sr=pink
2006-08-29 19:01:31 +00:00
benjamin%smedbergs.us
8d3287feae
Update to bug 350211 - use portable shell scripting for SunOS
2006-08-29 19:01:23 +00:00
sayrer%gmail.com
6024d372aa
Bug 346954. feed MIME types trigger plugin reloads. Check for the file in the cache before we root around in the bundles and executables. r+sr=jst
2006-08-29 18:58:38 +00:00
benjamin%smedbergs.us
4b76ea98cc
Fixes for suiterunner, from Standard8
2006-08-29 18:37:09 +00:00
dietrich%mozilla.com
60f82afc91
Bug 344640 [SessionStore] API for saving/restoring sessions - wallpaper patch for regression, for zeniko (r=dietrich, a=beltzner)
2006-08-29 18:36:20 +00:00
benjamin%smedbergs.us
fc67c139c1
Followup, bug 350211 - xpcom and js are separate tiers now, not a single "core" tier
2006-08-29 18:02:16 +00:00
mark%moxienet.com
4704c916ed
345388 Crashes frequently on 10.3, often related to manipulating popup windows. Crashes [@ CoreGraphics.203.30.0 + 0x13ceb0] [@ nsImageMac::DrawToImage] [@ CGImageGetData] [@ CGImageEPSRepRelease] due to memory corruption. Don't fade out pop-ups to hide them on 10.3. r=josh
2006-08-29 18:00:32 +00:00
ccooper%deadsquid.com
d3da767e77
b=328489
...
- adapted existing user manip page/routines to allow non-admin users to access their own profile information
- broke Litmus::Auth::expireSessions and Litmus::Auth::checkPassword out into their own subroutines
- add emptyOK checking to comparePasswords js function
Misc.
- whitespace fixes in testgroup files
2006-08-29 17:49:14 +00:00
gavin%gavinsharp.com
842f97967d
Revert accidental checkin
2006-08-29 17:31:28 +00:00
gavin%gavinsharp.com
8ede46965a
Bug 350389: session restore doesn't work if no homepage is specified, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=dietrich
2006-08-29 17:29:44 +00:00
rbs%maths.uq.edu.au
090ea14d45
Don't depend on PangoXft. Patch by Behdad Esfahbod <mozilla@behdad.org>. b=349906, r=jshin, sr=rbs
2006-08-29 17:21:56 +00:00
rbs%maths.uq.edu.au
cf5252eb5e
MathML <mtable>s sometimes have incorrect scriptlevel, b=328141, r+sr=roc
2006-08-29 17:21:36 +00:00
benjamin%smedbergs.us
6bb3c627a7
Fix an build bustage when dist/bin doesn't exist yet.
2006-08-29 17:11:17 +00:00
benjamin%smedbergs.us
02a982335e
Forgot one file, bug 350211
2006-08-29 17:05:53 +00:00
glen.beasley%sun.com
4e8368c564
349965 added ECDSA key gen to power up self test r=wtc
2006-08-29 16:57:18 +00:00
benjamin%smedbergs.us
4b74339c6f
Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento
2006-08-29 16:53:40 +00:00
brendan%mozilla.org
64a77c5790
Fix inline specialization of PushOff for array comprehensions (349650, r=mrbkap/sayrer).
2006-08-29 16:52:27 +00:00
brendan%mozilla.org
4b5934cd28
Transpose lookahead consumption and error-flag=>TOK_ERROR logic in js_GetToken, to match recent change to js_UngetToken (350529, r=mrbkap).
2006-08-29 16:32:26 +00:00
igor.bukanov%gmail.com
ae4f07ab92
Bug 349527: More fixes for bugs that I added in the optimization patch. r=brendan
2006-08-29 16:15:42 +00:00
Olli.Pettay%helsinki.fi
a5be8b14c8
Bug 350495, Crashes [@ nsFormFillController::SetPopupOpen], r=jst
2006-08-29 16:11:08 +00:00
masayuki%d-toybox.com
e09105ffab
Bug 349727 random crash due to trashed nsWindow::mIMEData r=masaki.katakai, sr=roc
2006-08-29 16:05:49 +00:00