Commit Graph

869 Commits

Author SHA1 Message Date
ajschult%verizon.net
78d2c34906 Bug 333244: Use hardcoded binary and app name in start script and handle MOZ_NO_REMOTE. r/sr=neil 2006-04-09 01:02:54 +00:00
kairo%kairo.at
f415fe7d3f bug 333259 - Language switching broken after bug 325473 (removal of content packs) - correct wsm_attributes to "prefvalue", r+sr=Neil 2006-04-09 00:50:20 +00:00
kairo%kairo.at
91acb7039c bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil 2006-04-08 11:17:06 +00:00
timeless%mozdev.org
61c83cfad1 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2006-04-08 00:57:58 +00:00
bugzilla%arlen.demon.co.uk
291d7f303e Bug 289444 Give prefs panels titles a unique name (LP, inspector and wallet patch)
p=giacomo.magnini@portalis.it (as was previous patch) r=me sr=neil.parkwaycc.co.uk
2006-04-08 00:57:57 +00:00
neil%parkwaycc.co.uk
8c18a6b93a Bug 302245 Prevent partial locale installations provided by extensions from appearing in the list of content packs r+sr=jag r=kairo a=bsmedberg 2006-04-08 00:57:56 +00:00
bsmedberg%covad.net
1f25e79d1b From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2006-04-08 00:57:55 +00:00
aaronleventhal%moonset.net
75fa236942 Bug 246062. No accessible name for trees and listboxes. r=neil, sr=jst 2006-04-08 00:57:54 +00:00
gerv%gerv.net
1c313b7f60 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-08 00:57:53 +00:00
bzbarsky%mit.edu
c264dbc741 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2006-04-08 00:57:52 +00:00
cbiesinger%web.de
d25ee9de68 Bug 235058 Content/language switching from UI is broken
r=neil sr=bz
2006-04-08 00:57:51 +00:00
neil%parkwaycc.co.uk
4b67c8b16f Bug 89576 now that the wsm saves the page data the pref panel ok handlers don't need to r=caillon sr=alecf 2006-04-08 00:57:50 +00:00
pete.zha%sun.com
a511b02ebb bug=193068
Missing accesskeys in preference dialogs
r=timeless sr=jaggernaut@netscape.com
2006-04-08 00:57:49 +00:00
timeless%mozdev.org
613d5c4224 Bug 189316 Capitalize accesskey for Downloa_d_ More in content packs prefs
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2006-04-08 00:57:48 +00:00
loadrunner%betak.net
8a08dcf892 b112869, No UI to uninstall language packs, r=tao, sr=alecf 2006-04-08 00:57:47 +00:00
timeless%mac.com
14336fe594 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2006-04-08 00:57:46 +00:00
kairo%kairo.at
d511bcbfb7 bug 164496 - Language switching broken (again), regression of 144740, r=timeless, sr=alecf 2006-04-08 00:57:45 +00:00
loadrunner%betak.net
ed6f79d513 b144740, polish, javascript strict warnings in pref-contentpacks.xul, r=kairo, sr=blizzard, a=asa 2006-04-08 00:57:44 +00:00
jaggernaut%netscape.com
df33f44094 Bug 142623: No reload of Language strings due to XUL FastLoad. Patch by John Morrison <jrgm@netscape.com>, r=ben, sr=brendan, a=chofmann. 2006-04-08 00:57:43 +00:00
kairo%kairo.at
de2d09eacf reorder/split strings in language/content pref panel to better remind users of restarting, bug 137324, r=axel@pike.org, sr=alecf, a=asa 2006-04-08 00:57:42 +00:00
dbragg%netscape.com
f8979fb284 Fix for typos.Bug 130102. r=bzbarsky, sr=alecf, a=asa@mozilla.org 2006-04-08 00:57:41 +00:00
cbiesinger%web.de
9530050d65 bug 140141 patch by kairo@kairo.at r=biesi sr=alecf
Switching language/content packs is broken (once again)
2006-04-08 00:57:40 +00:00
caillon%returnzero.com
f2f1c54a3f Bug 133764. Unable to change content pack and language pack at once. Patch by kairo@kairo.at, r=dbragg, sr=alecf, a=asa. 2006-04-08 00:57:39 +00:00
caillon%returnzero.com
3092eaf4cc Bug 134290. Unable to switch locale packs, fallout from the outliner to tree landing. Patch by Robert Kaiser <kairo@kairo.at>, r=tao, sr=hewitt, a=brendan 2006-04-08 00:57:38 +00:00
hewitt%netscape.com
b1860310f3 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2006-04-08 00:57:37 +00:00
dbragg%netscape.com
34eaa00c98 Fix for bug 127783. Moved the code from two functions SwitchLanguagePack and SwitchContentPack
into a single function SwitchPacks.  r=tao, sr=alecf, a=scc (for drivers)
2006-04-08 00:57:36 +00:00
dbragg%netscape.com
72c78f28e5 Fixing bug 126679. Added a closing parenthesis that should
have been there in the first place.  r=tao, sr=alecf, a=asa
2006-04-08 00:57:35 +00:00
dbragg%netscape.com
82637879c0 Fix for bug 91721. The UI changed to use list boxes for both content packs
and language packs. This is more consistant and approved by UE group.  Obsolete
packs are now displayed with (needs update) next to them and are unselectable
by the user.  This is done using a rule in the pref-contentpacks.xul file.
r=tao, sr=alecf.
2006-04-08 00:57:34 +00:00
sgehani%netscape.com
efb859a614 Add brandShortName to content pack switch message.
b=109477; sr=alecf
2006-04-08 00:57:33 +00:00
gerv%gerv.net
d2821fd57b Chang all instances of "My Sidebar" to "Sidebar". Bug 77819. r=timeless, sr=brendan using his magic "String only changes" rubberstamp. 2006-04-08 00:57:32 +00:00
hewitt%netscape.com
00c14ca3bf 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2006-04-08 00:57:31 +00:00
stephend%netscape.com
5522d48889 Bug 102153. Javascript strict warnings in pref-contentpacks.xul. Patch by Stephen Walker <walk84@yahoo.com> r=stephend/sr=alecf 2006-04-08 00:57:30 +00:00
blakeross%telocity.com
90437e08ad 114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt
114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
2006-04-08 00:57:29 +00:00
blakeross%telocity.com
773bb6cd4f 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2006-04-08 00:57:28 +00:00
dougt%netscape.com
1bc332e56d nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2006-04-08 00:57:27 +00:00
jaggernaut%netscape.com
272f323e0d Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2006-04-08 00:57:26 +00:00
loadrunner%betak.net
450b5d4928 bug 84188, Need to migrate existing localizable string preferences to a new pref type, r=tao, sr=blake 2006-04-08 00:57:25 +00:00
ccarlen%netscape.com
3092e0a577 Bug 88630 - Themes and locales do not change when using turbo. r=vishy/sr=blake 2006-04-08 00:57:24 +00:00
ben%netscape.com
575e883d28 bug 65241, add 'download more' button to Content Pack pref panel.
uncomment-out button and add string to dtd file for button
r=matt, sr=blake
2006-04-08 00:57:23 +00:00
ben%netscape.com
e3dce78032 [FEATURE] Ability to switch content packs so that vendors can offer regional content.
Original patch from jbetak@netscape.com, r=ben@netscape.com, sr=hyatt@netscape.com,
pref-contentpacks.dtd:
Make a content pack description more palatable
a=blizzard@mozilla.org
2006-04-08 00:57:22 +00:00
ben%netscape.com
46135c68c2 Checking in extension portion of 65251. *NOT PART OF BUILD* Original patches
from Juraj Betak, r=ben@netscape.com
2006-04-08 00:57:21 +00:00
ben%netscape.com
fc362500ac Content packs extension. Part of "correct" implementation for 65251 (if any implementation of this feature can be considered
"correct"). NOT PART OF BUILD.
2006-04-08 00:57:20 +00:00
kairo%kairo.at
250f5fcc47 bug 331686 - Fixing errors in Readme.txt files for SeaMonkey, p=als@mozilla.ru r=me 2006-04-03 16:39:54 +00:00
bugzilla%standard8.demon.co.uk
88cebb834c Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 1 - Add suite/app for starting up with toolkit v3. r=jag,sr=neil 2006-03-17 14:16:34 +00:00
bugzilla%standard8.demon.co.uk
05c4d21c50 Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 1 - Add suite/app for starting up with toolkit v3. r=jag,sr=neil 2006-03-17 14:08:31 +00:00
kairo%kairo.at
6d98d1d623 point to wiki page for suite/ directory layout documentation, NPOB 2006-02-10 22:38:04 +00:00
kairo%kairo.at
daece61058 bug 312994 - new SeaMonkey artwork, r+sr=Neil a=seamonkey-council 2005-12-02 20:45:36 +00:00
neil%parkwaycc.co.uk
69f04748e6 Bug 315458 xulappinfo.js should be included via EXTRA_PP_COMPONENTS (xulappinfo.js.in was CVS moved to xulappinfo.js) p=mcsmurf (Frank Wein) r=bsmedberg sr=me 2005-11-16 09:38:24 +00:00
kairo%kairo.at
a76d242f64 bug 300907 - Add .platformVersion to SeaMonkey's implementation of nsIXULAppInfo, r=bsmedberg sr=Neil a=bsmedberg 2005-11-15 22:52:18 +00:00
bsmedberg%covad.net
2854555204 Bug 299930 - Need nsIXULAppInfo.platformVersion, r=darin a=asa 2005-11-15 22:52:17 +00:00