Commit Graph

4199 Commits

Author SHA1 Message Date
flamingice%sourmilk.net
245ca7db2e Bug 353157, Extension descriptions aren't restored after dismissing notification, r=mconnor 2006-09-18 19:53:38 +00:00
mozilla.mano%sent.com
61d7d6c7d7 Bug 353033 - regression: Edit->Delete and Edit->Switch Text Direction are always enabled. r=mconnor. 2006-09-18 19:47:49 +00:00
mark%moxienet.com
1312fdc434 341504 try fixing Camino bustage again 2006-09-18 18:31:14 +00:00
axel%pike.org
2d3290accc bug 349713, get boolean logic right to not ignore errors in region.properties, r=bsmedberg,a=schrep 2006-09-18 17:55:02 +00:00
darin%meer.net
65db450837 fixes bug 352853 "64k update chunks are maxing out mirrors connection limits before they use up their bandwidth" r=robstrong a=mtschrep 2006-09-18 17:49:55 +00:00
timeless%mozdev.org
9a4ec506da Bug 341504 Make global history work with toolkit autocomplete
camino now needs to build this
2006-09-18 16:56:46 +00:00
Olli.Pettay%helsinki.fi
811918cca3 Bug 340969, crash at [@ nsFormFillController::GetTextValue], r=dbaron 2006-09-18 08:23:32 +00:00
rob_strong%exchangecode.com
9d477c1c10 Bug 352847 - 'installLocation has no properties' errors in console when installing extension. r=mconnor 2006-09-17 22:19:01 +00:00
aaronleventhal%moonset.net
4bc480ae82 Bug 352195. Search box uses embeds but has no children. r=surkov, sr=neil 2006-09-17 18:04:13 +00:00
timeless%mozdev.org
d745e257c4 Bug 348627 O(N^2) or worse algorithm in error console
algorithm by neil, function per Seno.Aiko@gmail.com, whatever's left of the patch is by me :)
r=neil sr=neil
2006-09-17 01:59:37 +00:00
myk%mozilla.org
3c8fe5d067 bug 350982: update about:license to mention that (almost) all the code is under the tri-license and that we include sqlite
Patch by Gervase Markham
r=cbeard
a=schrep
2006-09-15 02:37:12 +00:00
dietrich%mozilla.com
bbd59a6e1d Followup to Bug 352675 (r=sspitzer) 2006-09-15 02:09:47 +00:00
dietrich%mozilla.com
3e564b4e75 Bug 352675 add busy throbber to "Please wait..." page in software update wizard, fix scrollbar issue from bug #351821 (r=sspitzer) 2006-09-15 00:27:58 +00:00
sayrer%gmail.com
926e8cc7a5 Penny Arcade, we don't need your profane description element. 2006-09-14 07:48:03 +00:00
sspitzer%mozilla.org
40ee333186 fix for bug #351821: problems the "Download and Install Now" button remains even after you have begun downloading.
remove the "More Details>>" button, as we always call onShowMoreDetails()
replace it with some informative text, and keep the "next" and "back" buttons
disabled until we are done checking for add on incompatibilty.

also, add a try/catch/LOG() to increase robustness (and to aid diagnosis)

r=dietrich
2006-09-14 06:43:47 +00:00
sayrer%gmail.com
9e1e10120a Bug 352549. Error: hrefAttribute has no properties. Now you have two problems. r=mconnor 2006-09-14 06:12:11 +00:00
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