dbaron%dbaron.org
88dec643b9
Convert CR-LF and CR linebreaks to LF.
2006-09-14 05:42:14 +00:00
gerv%gerv.net
9172f9530e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-09-14 05:42:13 +00:00
mkaply%us.ibm.com
a2a45128d3
#162387
...
r=pedemont, no sr.
OK, I need this in. OS/2 menus are unusable without this.
Basically, when 117730 went in, it regressed this because
the fix for 101771 was no longer needed.
This is backing out the 101771 fix.
I have verified this doesn't break Windows.
The only other platform that could be an issue is Mac, but
it shouldn't be because Mac uses native menus. No other
platform handles clipSiblings.
If this does break something, you would see it as menus
appearing behind other menus.
2006-09-14 05:42:12 +00:00
mkaply%us.ibm.com
44c708be2b
#58795
...
r=mkaply, a=blizzard
Code from aaronr to enable DDE on OS/2 - basically an OS/2 port of nsNativeAppSupportWin.cpp
2006-09-14 05:42:11 +00:00
mkaply%us.ibm.com
e42f096f4a
#45185
...
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2006-09-14 05:42:10 +00:00
mozilla.mano%sent.com
90bf00d058
Bug 352388 - Add-ons: richlistbox does not report item accNames when arrowing through list. patch from Mark Pilgrim <pilgrim@gmail.com>, r=me.
2006-09-13 23:13:12 +00:00
cbiesinger%web.de
15501fd5cb
Bug 351856 make chardet its own module
...
r=smontagu,bsmedberg
2006-09-13 22:13:40 +00:00
flamingice%sourmilk.net
5e109dd899
Bug 352456, notification flashes before sliding in, r=enndeakin
2006-09-13 21:26:41 +00:00
mozilla.mano%sent.com
2026ca86c8
content changes only for bug 351562, r=mconnor; theme part will be landed as part of the new theme.
2006-09-13 20:20:10 +00:00
flamingice%sourmilk.net
baffa52468
Bug 348576, addonsMsg should use standard Notification styles, r=rob_strong
2006-09-13 20:02:53 +00:00
mozilla.mano%sent.com
23a987b906
Bug 348759 - Replace the deck used to fix bug 337427. r=mconnor.
2006-09-13 20:00:09 +00:00
smontagu%smontagu.org
1dd2b1359d
Remove obsolete intl compatibility library. Bug 352180, r=jshin, sr=bsmedberg
2006-09-13 07:19:24 +00:00
rob_strong%exchangecode.com
b9703a4f00
Bug 352313 - When install fails during startup continue button is disabled. r=sspitzer
2006-09-13 00:14:09 +00:00
dbaron%dbaron.org
bb32a15350
Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst
2006-09-12 22:58:11 +00:00
gavin%gavinsharp.com
3c1a851528
Bug 351965: Disable background close looks evil in the new themes, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mano
2006-09-12 22:41:31 +00:00
gavin%gavinsharp.com
0b0b05842a
Bug 347679: fix default values to be more reasonable, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mano
2006-09-12 22:36:06 +00:00
gavin%gavinsharp.com
c58fc807df
Bug 347247: Make notification close button tabbable, patch by Mark Pilgrim <pilgrim@gmail.com>, r=mconnor
2006-09-12 22:27:24 +00:00
gavin%gavinsharp.com
0416c56105
Bug 336942: PREF_APP_EXTENSIONS_VERSION is unused in nsUpdateService.js.in, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mano
2006-09-12 22:24:10 +00:00
sayrer%gmail.com
8d5ac920a1
Bug 350949. Feed leaks. Make sure the sync methods break the cycle with the SAX parser. r=vlad
2006-09-11 20:57:22 +00:00
sayrer%gmail.com
930ee19a73
Bug 350949. Feed preview leaks memory. Remove nsIFeedEntry.parent. r=vlad
2006-09-11 20:14:06 +00:00
Olli.Pettay%helsinki.fi
7e021d3aa8
Bug 351853, Crashes [@ nsFormFillController::GetDocShellForInput], adding a null check, r=dbaron
2006-09-11 20:10:40 +00:00
rob_strong%exchangecode.com
85503b7dff
Bug 349379 - nsIUpdateTimerManager registerTimer is leaking. r=bsmedberg
2006-09-11 18:28:14 +00:00
rob_strong%exchangecode.com
1a819479e6
Bug 337980 - Progress of install keeps disappearing/flickering. r=sspitzer
2006-09-11 18:16:41 +00:00
rob_strong%exchangecode.com
29e7696a22
Bug 340786 - installing xpi by placing xpi in extension folder doesn't work again. r=bsmedberg
2006-09-11 18:13:31 +00:00
rob_strong%exchangecode.com
bc407caf25
Bug 346498 - Only allow hidden and locked for app-global extensions. r=bsmedberg
2006-09-11 18:01:23 +00:00
rob_strong%exchangecode.com
346a97c594
Bug 351611 - when restarting after installing an extension, I'm not warned about closing tabs. r=sspitzer
2006-09-11 17:55:36 +00:00
sspitzer%mozilla.org
5048134510
fix for bug #350299 : After clicking "Restart Now", the software update wizard can obscure the "confirm close" prompt from browser windows with multiple tabs.
...
additional, after clicking "Restart Now", we need to disable the "Restart Now" and "Later" buttons, so that the user can't click on them again (while they are dealing with the "confirm close" prompts.
finally, improve the prompt scenario (by first focusing the wizard) where the user has paused in the middle downloading a software update, minimized the software update wizard, and then quit the app.
r=gavin.sharp, sr=mconnor
2006-09-11 16:30:32 +00:00
axel%pike.org
e908960c04
bug 349713, add contentHandler to ignores, drop uninstall.inc, r=bsmedberg
2006-09-11 14:08:21 +00:00
neil%parkwaycc.co.uk
5f7caf8a69
Reduce the amount of CPU an undetermined progressmeter consumes b=279465 r=mconnor sr=jag
2006-09-11 13:55:19 +00:00
sayrer%gmail.com
648dd9ddb4
Bug 350365. "Error: this._reader has no properties" in JS console". r=mconnor
2006-09-10 22:57:24 +00:00
cbiesinger%web.de
18a14d01d3
Bug 352049 Kill the font download dialog
...
r=smontagu sr=bz
2006-09-10 19:15:09 +00:00
aaronleventhal%moonset.net
71bcdd181f
Bug 347219. File inputs and other embedded form controls in radio buttons not accessible. For chrome changes, r=mano. For mozilla/accessible changes, r=ginn.chen, sr=neil
2006-09-10 17:52:52 +00:00
mozilla.mano%sent.com
56bf49ff3f
Bug 352021 - Double click on the area on which a close button would appear closes the tab. r=mconnor.
2006-09-10 17:24:30 +00:00
bugzilla%standard8.demon.co.uk
1ef5edc196
Bug 349705 In wizard.xml, Strict 'Warning: function cancel does not always return a value' (Bv1-TK). r=mconnor
2006-09-09 08:01:44 +00:00
bzbarsky%mit.edu
01946a8fe9
Make it possible to give DOMParsers the right principals from C++. Bug 332840,
...
r=sicking, sr=jst
2006-09-09 04:54:03 +00:00
Olli.Pettay%helsinki.fi
d9fd227d21
Bug 351853, Crashes [@ nsFormFillController::GetDocShellForInput], adding a null check, r=dbaron
2006-09-08 21:19:58 +00:00
flamingice%sourmilk.net
5801a54eea
Bug 350353, notificationbox is racy, r=enndeakin
2006-09-08 20:57:51 +00:00
rob_strong%exchangecode.com
7f63a2923f
Bug 344476 - Chinese/Japanese/Korean installer's UI looks ugly. r=bsmedberg
2006-09-08 20:44:12 +00:00
benjamin%smedbergs.us
47aa8883a1
Bug 351714 - create software update channel for partner builds dynamically, r=robstrong
2006-09-08 20:09:24 +00:00
dietrich%mozilla.com
e645a5a672
Bug 350123 Update URLFormatter to work with non-Fx apps (r=robstrong)
2006-09-08 06:56:14 +00:00
flamingice%sourmilk.net
7a7442b9e5
Bug 351002, Download options window points to a non-existing section; needs rewording, r=mano, patch by Phil Ringnalda <philringnalda@gmail.com>
2006-09-08 03:07:17 +00:00
flamingice%sourmilk.net
b401ef5552
Bug 350795, Workaround for bug 193298 no longer needed, r=mano
2006-09-07 21:35:42 +00:00
tony%ponderer.org
16621386ac
Bug 350511: treat request timeouts as backoff errors
...
patch: treat NS_ERROR_NET_TIMEOUT as an error
r=darin
2006-09-06 17:04:36 +00:00
tony%ponderer.org
9b8468e840
Bug 329715: investigate why some AV's flag us, and prevent it
...
patch: use rot13 on keys to avoid being flagged by avira antivirus
r=darin
2006-09-05 18:54:11 +00:00
davel%mozilla.com
366f125fee
bug=346706, r=darin
...
add brain-dead simple unit test
cleaner version using jsunit code
still need to move this file to a separate test directory
2006-09-05 18:26:39 +00:00
rob_strong%exchangecode.com
0ea23a3cc2
Bug 345006 - Enabling an extension then switching to Themes tab crashes Minefield [@ nsXULDocument::ExecuteOnBroadcastHandlerFor][@ 0x02a1ff9a] [@ nsCOMPtr<nsIContent>::nsCOMPtr<nsIContent>]. r=sspitzer
2006-09-04 22:27:26 +00:00
sspitzer%mozilla.org
785cec66cd
fix for bug #350636 : the "never" hidden pref should only apply for major updates.
...
r=rstrong
2006-09-03 04:18:28 +00:00
cst%yecc.com
8504a1aeb9
Bug 343096 Dispatch TabSelect event for tabbrowser-tabs only
...
r=mano a=mconnor
2006-09-01 23:09:21 +00:00
myk%mozilla.org
92e36f5bbb
bug 342392: increase left and right margins of menulists on gnomestripe from 2px to 4px for consistency with other controls on gnomestripe and with menulists in winstripe and pinstripe
...
r=bsmedberg
2006-09-01 21:13:19 +00:00
gavin%gavinsharp.com
731524153d
Bug 350849: fail gracefully if we're unable to get the releaseNotesURL in about.xhtml (ensure the user agent/build ID is always displayed), patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor
2006-09-01 16:26:03 +00:00