cbiesinger%web.de
82a647424c
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
2570b1f6b3
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
b22c76ef3c
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
84022d7101
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
7fe6762aa8
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
2cac64a653
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
f80ad5692a
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
43a38a69c2
Add brandShortName to content pack switch message.
...
b=109477; sr=alecf
2006-04-08 00:57:33 +00:00
gerv%gerv.net
cff18ed085
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
e1f38f76a9
104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt
2006-04-08 00:57:31 +00:00
stephend%netscape.com
ca34619ee7
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
47ebebcdd5
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
0d296b368e
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
76f3650a1e
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
6fc6de4c9f
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2006-04-08 00:57:26 +00:00
loadrunner%betak.net
86fad6fb0e
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
68d5e0c6b1
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
978f696dcf
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
d1fe9b86e8
[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
366994a1b1
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
27c507c5e8
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
pavlov%pavlov.net
fa798d27b2
fixing CSS letter-spacing on windows. bug 327184. r=vlad
2006-04-08 00:41:08 +00:00
mrbkap%gmail.com
0f782f6059
Set mStackPos early to avoid bad re-entrancy problems when inserting the new content into its parent does something interesting. bug 332971, r=jst sr=sicking
2006-04-08 00:32:03 +00:00
brettw%gmail.com
76604a41a1
Re-enable lazy operation (bug 329816) because it is not blocking current
...
image performance regression.
2006-04-07 23:34:33 +00:00
mike.morgan%oregonstate.edu
9b091c2d02
Fixed default comment sorting and sort persistence -- per comments and flames in bug 332826. :)
2006-04-07 22:59:57 +00:00
mike.morgan%oregonstate.edu
ecc1518313
Added strip_tags for insert in addition to mysql_real_escape_string for bug 333124.
...
Template will strip_tags as well jic. Those were updated at 8am.
2006-04-07 22:49:12 +00:00
dmose%mozilla.org
5648735b7f
Use some header defined constants to decide how many of various sorts of recurrence rules should be allowed; this fixes the problem of only 7 BYDAY rules being allowed (bug 330522); thanks to Michael Hovis <mhovis@simdesk.com> for the patch, r=dmose
2006-04-07 21:26:01 +00:00
hwaara%gmail.com
5f7f433fd2
Fix bug 310989, Use user-set autocomplete keybinding in location bar, r=smorgan, sr=pinkerton. Patch by Ulrik Svedrup <englabenny@macnytt.com>. Camino-only.
2006-04-07 21:17:38 +00:00
pavlov%pavlov.net
4ca4cc1563
workaround for bitmap fonts. bug 324706. r=vlad
2006-04-07 20:46:22 +00:00
bzbarsky%mit.edu
3f7785c7ce
Add some macros to make using auto-notifiers and auto-gc-roots safer. Bug
...
333148, r+sr=dbaron
2006-04-07 20:14:51 +00:00
bzbarsky%mit.edu
0e69939d86
Improve the way we get the DPI to work reasonably even if the user is not
...
logged into GNOME. Bug 332926, r=vlad, sr=dbaron
2006-04-07 20:10:58 +00:00
dbaron%dbaron.org
38a972b35f
Fix state restoration for RTL cases. b=331607 Patch from Hideo Saito <saito@densan.co.jp>. r+sr=dbaron
2006-04-07 19:51:46 +00:00
brettw%gmail.com
2f50726ee4
Bug 328532 r=bryner Normalize annotation names in a separate table, migration
...
code from alpha1.
2006-04-07 19:50:33 +00:00
cbiesinger%web.de
6d44e9b07e
bug 332713 support getting image pixel data back for an optimized image
...
r=stuart
2006-04-07 18:35:04 +00:00
mkaply%us.ibm.com
08693957b5
Add workaround for bug 333049 - basically put the prefs for homepage and throbber url in different places depending on whether they are locked or not
2006-04-07 18:15:27 +00:00
mkaply%us.ibm.com
7b9a7d7684
remove browser.startup.homepage_reset since it doesn't look like it is used anymore
2006-04-07 18:14:20 +00:00
bent.mozilla%gmail.com
a995ae4a1d
Bug 328790 - Removing an extra NS_ADDREF that somehow crept into the other checkin. r=brettw, a=darin.
2006-04-07 18:09:12 +00:00
darin%meer.net
487031d451
fixes bug 329746, r=biesi sr=bz
2006-04-07 17:45:44 +00:00
darin%meer.net
43e5fc98ed
fixes bug 328817, r=biesi sr=bz
2006-04-07 17:44:32 +00:00
bclary%bclary.com
d53e961d29
Update JS_GetImplementationVersion() date string (bug 67111, r=brendan)
2006-04-07 16:04:45 +00:00
bclary%bclary.com
28c344f8c1
jsDriver.pl - add new options (-K|--linefail)(-T|--timeout) seconds, (bug 331478, r=mrbkap)
2006-04-07 15:58:32 +00:00
sandeep.konchady%sun.com
7dd8d26542
Bugzilla bug : 316448. Deprecated references to fortezza in code and test.
...
sr=glen.beasley
2006-04-07 15:56:50 +00:00
mkaply%us.ibm.com
73fe26f50a
#329205
...
r=timeless, src=roc
Patch from Ganesh - check for empty string before dereferencing pointer
2006-04-07 15:44:53 +00:00
mike.morgan%oregonstate.edu
f6f3ab09be
Updates to address problems in bug 333124 and bug 333133.
2006-04-07 15:01:04 +00:00
bugzilla%standard8.demon.co.uk
61bc0071d9
Bug 325625 Upgrade Mozilla code base to use the latest appropriate LDAP c-sdk (version 5.17). r=benjamin,sr=bienvenu
2006-04-07 14:03:02 +00:00
aaronleventhal%moonset.net
d9dd95b5bc
Bug 330640. Bug 330640. Code cleanup for event handling in accessible module. Patch by David Baron. r=aaronlev, sr=bz
2006-04-07 13:51:04 +00:00
kaie%kuix.de
90586fbeae
bug 331648, signed/unsigned bug submitting CRMF cert requests
...
r=rrelyea, sr=nelson
2006-04-07 11:41:18 +00:00
neil%parkwaycc.co.uk
9140260faa
Teach offlineStartup.js about nsIIOService2 b=333065 sr=bienvenu
2006-04-07 09:17:05 +00:00
allan%beaufour.dk
88c40df1b0
[XForms] Too many schema-validation errors. Bug 332960, r=doronr+smaug
2006-04-07 09:04:49 +00:00
leon.sha%sun.com
6a1007dc8b
Bug 331833 Build error on Solaris 11 in mailnews/base/build directory.
...
Patch by alfred.peng@sun.com .
benjamin: review+
wtchang: review+
2006-04-07 08:14:31 +00:00