nick.kreeger%park.edu
dfc9dc2b29
Fixing bug 244116, unable to delete bookmark folder that is flagged as Dock Menu and cannot remove from the dock. Patch by froodian <stridey@gmail.com>, r=smorgan, sr=pink.
2006-07-23 04:16:59 +00:00
bclary%bclary.com
d3963a700f
JavaScript Test Library - regression test for bug 345542, by nanto vi (TOYAMA Nao)
2006-07-23 03:42:39 +00:00
bclary%bclary.com
726093f12f
JavaScript Test Library - add ability to declare multiple success exit codes, bug 345370, r=mrbkap
2006-07-23 03:29:10 +00:00
martijn.martijn%gmail.com
abcfc561c8
Bug 345593 - can not modify existing event, patch by Damian Szczepanik, r=jminta
2006-07-23 01:23:21 +00:00
rob_strong%exchangecode.com
11f302e1a1
Bug 344490 - Implement silent and unattended installation for NSIS installer (forgot to check this in). r=sspitzer
2006-07-23 01:05:57 +00:00
dietrich%mozilla.com
47930b335d
Bug 344642 [SessionStore] Get rid of the unnused "Undo Close Window" code (r=dietrich)
2006-07-22 23:09:07 +00:00
brendan%mozilla.org
f89ab319cd
Mark the calle (argv[-2]) from generator_mark (343455, r=mrbkap).
2006-07-22 22:20:40 +00:00
lpsolit%gmail.com
c698a14afd
Bug 326946: Hide resolved bugs by default when accessing showdependencytree.cgi from show_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-07-22 20:41:44 +00:00
lpsolit%gmail.com
a9cdba2792
[No bug #] Fix warnings reported by 011pod.t about importxml.pl - Patch by me
2006-07-22 19:17:12 +00:00
sayrer%gmail.com
84a8bf9f71
Bug 344991. Change accessors to return nsIFeedTextConstructs. r=ben. missed this file
2006-07-22 15:56:58 +00:00
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