Commit Graph

1225 Commits

Author SHA1 Message Date
smontagu%smontagu.org
79faf43c7b Bug 260924: MessengerSetDefaultCharacterSet should be named MessengerSetForcedCharacterSet. Patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r=smontagu, sr=bienvenu 2004-09-29 07:56:14 +00:00
ben%bengoodger.com
1e4ffcd10f 245088 - various problems with customize toolbar "sheet":
Remove slide-out, make the window not reposition badly near the bottom of the
screen, add mconnor's close keybindings. r=mscott, ben, a=me
2004-09-29 07:08:24 +00:00
ben%bengoodger.com
5d597d1b3f 234416 - can spoof filename in "what should firefox do with this file" dialog -
trims 1+ spaces to 1 space, used for display purposes only
keeps track of a separate value to use for downloading the file so the file
name is preserved for the on-disk file. r=mscott a=me
2004-09-29 05:08:43 +00:00
ben%bengoodger.com
98088e0f0a 215929 - window title incorrectly shows [Object HTMLImageElement] when switching tabs, bringing across some of caillon's code from xpfe/, r=mscott a=me 2004-09-29 00:36:32 +00:00
scott%scott-macgregor.org
67cb6f0b96 Bug #249955 --> port the extension mgr install button for thunderbird
to the trunk
2004-09-28 21:55:29 +00:00
bugzilla%arlen.demon.co.uk
a1427a88da Bug 256536 Auto-subscribe (news) URLS should NOT prompt for account type
p=me/kteuscher r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-28 20:23:06 +00:00
aaronleventhal%moonset.net
b833cd1a72 Bug 260527. More fixes for xul radio button accesskeys. r=mconnor, sr=neil 2004-09-28 19:18:43 +00:00
dbaron%dbaron.org
5242fce0d7 Speed up scrolling in downloads and extensions windows by (1) using background-color on elements with 'overflow: auto' and (2) not using 'background-attachment: fixed' unnecessarily. b=255812 r=kmgerich sr=ben 2004-09-28 05:20:41 +00:00
steffen.wilberg%web.de
3487e65a11 Bug 259002: clean up Help Viewer shortcuts (forward/backward/home/reload commandkeys missing). r=mconnor 2004-09-27 07:08:58 +00:00
cbiesinger%web.de
1d4dec5435 toolkit should treat uris as utf-8
261269 r=bsmedberg
2004-09-25 21:45:12 +00:00
bsmedberg%covad.net
2d4ac3b011 Backing out bug 240696 on the trunk, because it introduces a bogo-dependency of toolkit/ on browser/. 2004-09-25 21:12:00 +00:00
kjh-5727%comcast.net
e6c9b8191a Bug 240696 - cannot open new browser window if the only window open is the download manager. Patch by Gavin Sharp (gavin_sharp+bugzilla@nospin.org). r=bsmedberg, a=bsmedberg. 2004-09-25 20:17:12 +00:00
dbaron%dbaron.org
5d3fec2f0c Move XPCNativeWrapper.js from communicator to global. b=256630 r=p_ch 2004-09-23 16:56:09 +00:00
aaronleventhal%moonset.net
bf082dbaef Bug 260657. Fix performance regressions from accesskey underlining patch. r=mconnor, sr=neil 2004-09-22 02:37:07 +00:00
bsmedberg%covad.net
7561fa5d5b Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst 2004-09-21 20:19:48 +00:00
jwalden%mit.edu
1129c92866 Syncing trunk Help with branch Help... 2004-09-21 06:53:35 +00:00
aaronleventhal%moonset.net
78f76ffeb3 Bug 68841. Underline xul:radio and xul:checkbox accesskeys. r=mconnor, sr=neil 2004-09-20 11:29:07 +00:00
steffen.wilberg%web.de
b575789c4c Bug 255439: Extension/Theme Manager and Help Contents don't close on ESC. r=mconnor 2004-09-19 22:00:13 +00:00
cbiesinger%web.de
067450e6ec Bug 128398 store referrer in history patch by James Andrewartha
<trs80@tartarus.uwa.edu.au> r=biesi sr=neil
2004-09-19 20:50:32 +00:00
steffen.wilberg%web.de
336abe5e0f Bug 244692: Tabs bar, status bar, Download Manager, Extensions Manager and Themes Manager respond to all kinds of double-click (left, middle, right mouse buttons). r=ben 2004-09-19 17:31:28 +00:00
aaronleventhal%moonset.net
1aa91e2a22 Bug 250306. Double clicking on any tree item collapses first tree item in tree. Fixed by porting Neil's fix to bug 130477 which brings syncs up toolkit and xpfe's tree.xml a bit. r=mconnor, no sr= needed 2004-09-16 15:05:02 +00:00
darin%meer.net
41482262ba landing portions of aviary patch for bug 258123 on the trunk to keep code in sync, r=bsmedberg 2004-09-15 23:02:10 +00:00
darin%meer.net
b88ad7be0d landing patch for bug 259213 "Coalesce boolean fields into nsXREAppData::flags" r=bsmedberg 2004-09-14 21:05:46 +00:00
darin%meer.net
8d0ce10046 Read EnableExtensionManager and EnableProfileMigrator from the XRE section
of the .xulapp file instead of from the App section since these are really
properties of the XRE.
2004-09-10 23:39:47 +00:00
scott%scott-macgregor.org
2a0109a764 Bug #256775 --> add missing tree twisties for the linux/gnomestripe builds for tbird. 2004-09-10 20:46:29 +00:00
darin%meer.net
2810017b17 fixing win32 bustage 2004-09-09 18:52:22 +00:00
darin%meer.net
02fdc9d90f landing patch for bug 258470 "XULRunner shouldn't use firefox migration service" r=bsmedberg 2004-09-09 18:10:25 +00:00
darin%meer.net
ff9986a074 fixes bug 258491 "nsXREDirProvider should expose NS_APP_USER_CHROME_DIR as soon as possible" r=bsmedberg 2004-09-08 20:25:45 +00:00
scott%scott-macgregor.org
ba58ca2abe Bug #247644 --> If Thunderbird has more then one profile Firefox can't be started by clicking a hyperlink.
Clear several environment variables that get set when the aviary app gets restarted.

r=bsmedberg
sr=darin
2004-09-08 05:43:21 +00:00
darin%meer.net
5ac371c8e9 fixing MingW bustage 2004-09-08 03:38:37 +00:00
darin%meer.net
6accf3753f fixes bug 258217 "Windows DDE code should extract application name from nsXREAppData" r=bsmedberg 2004-09-07 22:24:45 +00:00
jwalden%mit.edu
55118be2c7 Bug 256683 - Make Ctrl+0 work. r=rlk@trfenv.com 2004-09-07 21:08:50 +00:00
darin%meer.net
b853169d42 landing v1.1 patch for 257162 "core changes required to enable XULRunner functionality" r=bsmedberg 2004-09-07 18:59:07 +00:00
bsmedberg%covad.net
adc74e0376 How did this get a space in it? My bad, I suppose (from bug 257777). 2004-09-07 18:05:33 +00:00
bsmedberg%covad.net
c0f8373c7a Bug 258308 Profiles don't appear in manager. r=bustage 2004-09-07 17:52:42 +00:00
mvl%exedo.nl
1f71d331c5 build help component for sunbird. ssl dialogs need it.
bug 255903, r=mconnor
2004-09-07 17:44:14 +00:00
ben%bengoodger.com
e2a455bfc4 22183 - UI spoofing can cause user to mistake content for chrome. force the location bar to always be present. 2004-09-06 23:23:54 +00:00
bsmedberg%covad.net
d3bb523401 Bug 257018 - if extension XPI is readonly, file silently fails to install/uninstall r+a=ben 2004-09-06 17:31:52 +00:00
bsmedberg%covad.net
93a891b367 Bug 257777 - ffox profile manager shows offline mode checkbox, patch by Gavin Sharp <gavin_sharp+bugzilla@nospin.org> r=me a=asa 2004-09-06 17:08:42 +00:00
bryner%brianryner.com
5e7349dd5d Fixes for a number of native theme button problems on gtk2 (bug 255911). In order to more easily accomodate CSS fallbacks for when native theme rendering is not available, this adds GetWidgetPadding() to nsITheme, which allows the native theme impl to supply padding values which will override the css padding. This way, padding for the css fallback can be given without having it be added to the padding that's part of the native theme-rendered border. r=caillon, sr=roc. 2004-09-06 03:59:31 +00:00
jst%mozilla.jstenback.com
dea7a573d7 Fixing bug 257431. Make the tabbrowser code only listen to events initiated by the user. r=trev@gtchat.de, sr=bzbarsky@mit.edu 2004-09-02 15:25:39 +00:00
ben%bengoodger.com
4ff2fd7201 238571 - unify text strings for error message where downloads whose destination files have been removed. patch by jeff walden r=me 2004-09-02 11:02:46 +00:00
dbaron%dbaron.org
509412873b Fix leak of mork factory. b=257219 r+sr=bryner 2004-09-02 00:44:18 +00:00
dbaron%dbaron.org
a58216a8cb Fix leaks of mork rows. b=257218 r+sr=bryner 2004-09-02 00:41:36 +00:00
dbaron%dbaron.org
2f9c6891b1 Fix leak of nsPasswordManager singleton. b=257211 r+sr=bryner 2004-09-02 00:40:23 +00:00
dbaron%dbaron.org
7f72975a03 Fix leak of global history service. b=257209 r+sr=bryner 2004-09-02 00:39:38 +00:00
rbs%maths.uq.edu.au
44f9563249 Goto Line (Ctrl+L) in view-source couldn't go to the last line, b=253905, r+sr=bzbarsky 2004-08-31 04:46:30 +00:00
dbaron%dbaron.org
adcfe48e6c Fix ownership and permissions in installer .tar.gz. b=254303 r+sr=bryner 2004-08-30 19:57:52 +00:00
bryner%brianryner.com
391a908421 Make derived bindings have the same anonymous content structure as the normal radio and checkbox bindings on Linux (bug 257173). r=ben. 2004-08-28 21:16:04 +00:00
dbaron%dbaron.org
bd35d9d2e1 Don't shadow a global variable, which allows the observer to be removed and thus fixes a leak. b=256886 r=ben sr=brendan 2004-08-26 23:53:00 +00:00