steffen.wilberg%web.de
f3af60632d
Bug 328563: redesign about:, make a period localizable and the about:license url not localizable. r=l10n
2006-07-22 14:36:45 +00:00
mats.palmgren%bredband.net
09c15a3ac7
Null check current doc before using it. b=344787 r+sr=bzbarsky
2006-07-22 11:07:29 +00:00
sspitzer%mozilla.org
6b35efb0e5
fix for bug #344040 : when warning on "opening too many tabs", only count non-deleted bookmarks (and not folders or separators)
...
r=ben
2006-07-22 06:52:51 +00:00
sspitzer%mozilla.org
60f808547f
fix for bug #342105 : Close button not shown if there is only one tab
...
per beltzner:
"The close button should be shown, with the effect being that it disposes the
tab and immediately opens a new one. Strange behaviour surely, but I think it's
the easiest and most reliably understandable case."
thanks to Simon <zeniko@gmail.com> for the patch.
r=sspitzer, sr=mconnor
2006-07-22 06:13:17 +00:00
cvshook%sicking.cc
99a9b3fb45
Bug 345342: Add nullcheck fix regression from previous checkin. r/sr=bz
2006-07-22 05:52:05 +00:00
robert%accettura.com
c00de79642
Add "disability access" problem type to reporter webtool.
2006-07-22 03:18:15 +00:00
dietrich%mozilla.com
ecd200f594
Bug 343895 Restoring first tab with Undo Close Tab creates an extra blank one (for zeniko, r=dietrich)
2006-07-22 02:17:45 +00:00
mrbkap%gmail.com
e36cd17062
Don't assert when the block chain has been captured. bug 345542, r=brendan
2006-07-22 02:16:12 +00:00
scott%scott-macgregor.org
12ea3f2b36
fix linux build bustage
2006-07-22 01:41:41 +00:00
ccooper%deadsquid.com
e1d41ea142
- removing duplicate scpoing from cut-n-paste
2006-07-22 01:24:20 +00:00
scott%scott-macgregor.org
3f14f0bfc2
Bug #345251 --> remove calls to getojbectproperty on a DOM Window as that API is going away. While I'm here, clean up and simplifying nsIMsgStatusFeedback, nsimsgWindow. Combine nsIMsgWindowCommands and nsIMsgPaneController into a single interface.
...
sr=bienvenu
2006-07-22 01:20:09 +00:00
ccooper%deadsquid.com
4429dc4c6b
b=345272
...
- add widget for selecting corresponding branch(es) for testgroups
- limit available subgroups based on chosen product/branch
b=314938
- changed schema for test runs, allowing multiple testgroups per test run (also addresses b=337496), combining test run limiting criteria into a single table, and adding more audit/tracking info to the main test_runs table
Misc:
- fix nesting issue whereby first item in a list wasn't being selected properly when a default/already selected value was not found. This affected most of the management interfaces.
- removed extra <br/>s in management interface filtering divs
2006-07-22 01:18:48 +00:00
nick.kreeger%park.edu
4ff3abbe32
Cosmetic nib fixes for bug 342624, bug 343046, bug 343070. Nib fixes by froodian, r=smokey, sr=pink.
2006-07-22 00:48:23 +00:00
wclouser%mozilla.com
407d2c2737
session tweaks
2006-07-22 00:38:22 +00:00
jminta%gmail.com
599da39cc9
Bug 307501 Fixes for strict warning (js doesn't trust us), r=mvl
2006-07-21 23:11:03 +00:00
scott%scott-macgregor.org
8a4982aa20
Bug #345129 --> start rebranding flagged messages as starred messages to be more user friendly.
...
sr=bienvenu
2006-07-21 22:39:59 +00:00
rob_strong%exchangecode.com
c7455ed870
removing one line of commented out code - no bug - r=me
2006-07-21 22:18:07 +00:00
rob_strong%exchangecode.com
eed7cad1fa
supplemental patch for Bug 262575 - 'Visit Homepage' and 'Get More Extensions/Themes' in Extension and Theme manager should respect tabbed browsing preferences. r=sspitzer
2006-07-21 22:10:36 +00:00
mkanat%bugzilla.org
e89030a084
Bug 342736: checksetup should show mod_perl requirements
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-21 22:00:50 +00:00
brendan%mozilla.org
9768f26fd8
Rest of fix for 343455 (r=mrbkap).
2006-07-21 21:59:21 +00:00
myk%mozilla.org
549437ac57
display link tag's title attribute on microsummary menu item while downloading generator
...
Patch by Justin Dolske.
bug=342231
r=myk
2006-07-21 21:49:44 +00:00
dietrich%mozilla.com
09945caafb
Bug 344736 Add a keyboard shortcut for Undo Close Tab (for ventnors_dogs234@yahoo.com.au, r=dietrich)
2006-07-21 21:16:12 +00:00
sspitzer%mozilla.org
dda6d64c19
fix for bug #333791 : Tab drag indicator (arrow) vanishes/flickers when cursor passes over parts of the tab
...
fix for bug #345524 : hide the tab dnd indicator when it's over the original tab
thanks to Wayne Woods <w.woods@optusnet.com.au> for these fixes.
r=sspitzer, sr=mconnor
2006-07-21 20:30:13 +00:00
wclouser%mozilla.com
1d6f1e20d9
fixed -f problem
2006-07-21 20:13:15 +00:00
wclouser%mozilla.com
4d8ef29d5c
fixed the -f email problem
2006-07-21 20:12:41 +00:00
mattwillis%gmail.com
3377a08e66
replacing license with placeholder per hecker@mozillafoundation.org until all legal stuff is in order
2006-07-21 20:06:54 +00:00
wclouser%mozilla.com
ef705c59cf
fix for mail problem
2006-07-21 19:58:41 +00:00
sayrer%gmail.com
51ebe44b58
[Bug 345264] FeedProcessor should set this._result to null after sending the result to the listener, r=ben
2006-07-21 19:16:24 +00:00
brendan%mozilla.org
40c7df07fc
Defend against null acx->thread in js_GC, in case JS_ClearContextThread is used for context-pooling (345365, r=feng).
2006-07-21 19:09:36 +00:00
sayrer%gmail.com
d5c5d82dd1
Bug 344991. Change accessors to return nsIFeedTextConstructs. This and previous checkin r=ben.
2006-07-21 19:07:52 +00:00
sayrer%gmail.com
c49f464056
Bug 344991. Change accessors to return nsIFeedTextConstructs
2006-07-21 19:05:13 +00:00
jminta%gmail.com
f4d96c6ad6
Bug 344279 FeedWriter dumps error messages to the console, r=ben
2006-07-21 18:10:22 +00:00
jwalden%mit.edu
aac4ed2044
Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). We're slowly spiralling in on a final design... r=mconnor
2006-07-21 17:42:26 +00:00
pamg.bugs%gmail.com
9b24863cd6
Bug 345407, step 1: Move search-engine selection drop-down back to the engine icon. r=mconnor
2006-07-21 17:05:56 +00:00
wclouser%mozilla.com
5f8e71260b
added a title tag
2006-07-21 17:04:31 +00:00
benjamin%smedbergs.us
f4fa701ec6
Bug 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin
2006-07-21 16:28:51 +00:00
wclouser%mozilla.com
595ec7c6b8
wording change
2006-07-21 16:24:36 +00:00
wclouser%mozilla.com
599417ab8d
more working tweaks
2006-07-21 16:14:39 +00:00
silver%warwickcompsoc.co.uk
81e5bceb74
Bug 338710 - Show server mode changes.
...
ChatZilla only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-07-21 16:14:38 +00:00
kairo%kairo.at
425748100a
bug 344893 - Align (c) lines between branch and trunk (and minor cleanups), p=giacomo.magnini@portalis.it r=IanN
2006-07-21 16:04:36 +00:00
tor%cs.brown.edu
0c84bf43dd
Bug 345390 - Remove nsISVGClipPathFrame. r+sr=roc
2006-07-21 14:58:57 +00:00
sspitzer%mozilla.org
994d2479ba
fix for bug #343820
...
Add-ons app upgrade compatibility wizard needs some branding.
thanks to ryan flint (rflint@dslr.net ) for the patch
r=rstrong,sspitzer
2006-07-21 14:06:17 +00:00
sspitzer%mozilla.org
78bf742c88
fix for regression bug #341697
...
do not show branded icon by default, use smaller branded icons for wizard, only show it for certain scenarios.
r=rstrong
2006-07-21 14:01:33 +00:00
benjamin%smedbergs.us
6c80ca0392
Removing obsolete files, unused after checkin of bug 325100
2006-07-21 13:45:27 +00:00
mattwillis%gmail.com
7a104996f1
bug 345444 - includes missing js file in windows builds
2006-07-21 13:29:21 +00:00
gavin%gavinsharp.com
f2ed21c28c
Bug 345395: fix typo in patch for bug 58724, r=lumpy
2006-07-21 13:10:49 +00:00
gavin%gavinsharp.com
bc05095ebd
Bug 345319: installation of an engine with a very long name can fail, original patch by Joey Minta <jminta@gmail.com>, r=mconnor
2006-07-21 12:52:57 +00:00
gavin%gavinsharp.com
9de8a1a73c
Bug 336132: Label in List View not avail in "Active Char Encodings", patch by Mark Pilgrim <pilgrim@gmail.com>, uir=beltzner, r=mano
2006-07-21 12:39:31 +00:00
gavin%gavinsharp.com
ece9014646
Bug 317033: fix SetBoolPref callers in nsIEProfileMigrator.cpp to only pass PR_True or PR_False, patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor
2006-07-21 12:36:44 +00:00
gavin%gavinsharp.com
d89174e108
Bug 343909: 'i' is a bad accesskey, use 's' instead (history menu), patch by Kurt <supernova_00@yahoo.com>, uir=beltzner, r=mano
2006-07-21 12:30:11 +00:00