bryner%brianryner.com
998c9714d1
Address a couple of potential security problems by ensuring that usernames and passwords that are part of a URL are not included in the realm; don't do any signon storing or prefilling if the URI does not support hostnames.
2003-08-12 03:43:46 +00:00
scott%scott-macgregor.org
e855e304ae
Add a View / Layout menu item which allows the user to set the desired mail 3-pane layout.
...
Move the menu item for hiding the message pane from Toolbars (where it did not belong) down to
the new Layout menu.
Thanks to Stephen Walker for contributing this patch.
2003-08-12 03:12:22 +00:00
hyatt%mozilla.org
b1d0ee36b6
Restore the titlemodifier
2003-08-12 02:47:14 +00:00
scott%scott-macgregor.org
26ce2c1c32
put back the - Thunderbird on window titles since accessibility needs this.
2003-08-12 02:36:25 +00:00
chanial%noos.fr
5ca03588aa
updating allmakefiles.sh (noticed by swalker)
2003-08-12 02:23:43 +00:00
hyatt%mozilla.org
5cd00eac2d
Make sure if you have a sep but no modifier, you don't append the modifier.
2003-08-12 02:19:28 +00:00
chanial%noos.fr
bb45ab8d40
bug 213228: new toolkit independence bug, part 2.
...
bind our dialog.xml and wizard.xml widgets.
remove the need for platformXUL.css and platformDialog.xml
sync dialog.xml (bug 197568, patch by ajvincent@juno.com ) with seamonkey
2003-08-12 01:19:58 +00:00
scott%scott-macgregor.org
b2257db2ca
Make Go to next unread message work for thunderbird when crossing folders. We were missing a declaration for MSG_FOLDER_FLAG_JUNK
...
which triggered a JS error.
2003-08-11 22:36:25 +00:00
dbaron%dbaron.org
2aaf4f83a7
Fix attribute mapping for image inputs by always mapping the attributes that work on image inputs. b=214077 r+sr=bzbarsky a=brendan
2003-08-11 21:53:24 +00:00
hyatt%mozilla.org
f3d852f220
Add back hiddenWindow.xul to jar.mn
2003-08-11 21:04:51 +00:00
hyatt%mozilla.org
575124648b
Adding the hidden window file.
2003-08-11 21:02:56 +00:00
jag%tty.nl
11e7bcfa23
Bug 201761: Unknown namespace prefix 'html' in scrollbar.css. Patch by Ben Fowler <bfowler@ewitness.co.uk>, jag, r=Neil, sr=dbaron, a=Asa
2003-08-11 20:38:09 +00:00
neil%parkwaycc.co.uk
e0bfab2811
Bug 207243 -moz-image-region dimensions for spelling button are wrong p=sailfish@unforgettable.com r=me sr=bz a=asa
2003-08-11 19:33:06 +00:00
chanial%noos.fr
bd18cd2eff
fix problem when rebuilding the toolkit only and add buildconfig.html to garbage.
2003-08-11 19:13:27 +00:00
bzbarsky%mit.edu
8adc5f0690
Don't use uninitialiazed hashtable. Bug 214941, r=bsmedberg, sr=peterv, a=dveditz
2003-08-11 18:16:48 +00:00
bzbarsky%mit.edu
d4c0337b01
Fix bug 214874. Script should not execute while innerHTML is being set.
...
r+sr=jst, a=dveditz
2003-08-11 18:13:16 +00:00
jag%tty.nl
fa952626d6
Bug 215458: mac classic dialog.css: error parsing value for color property. r=Neil, sr=dbaron, a=Asa
2003-08-11 17:36:18 +00:00
bienvenu%nventure.com
93ce81336f
fix multiple connection protection code by making sure host name is set correctly when processing selected state url, fixes a regression by backing out one line of change r/sr/a=sspizer 215776
2003-08-11 16:36:20 +00:00
bienvenu%nventure.com
49646fc97a
fix offline sync not to leave db's open, and not to open db's without offline events, r=sspitzer, sr=mscott, a=sspitzer 215371
2003-08-11 15:54:25 +00:00
igor%mir2.org
35a6276528
Switching to use ClassFileWriter.addPush(String) instead of ClassFileWriter.addLoadConstant(String) to support string constants with JVM UTF8 encoding exceeding 64k.
2003-08-11 14:54:19 +00:00
chanial%noos.fr
349c041e69
bug 213228: new toolkit independence bug, part 1.
...
fork buildconfig.html and build.dtd
2003-08-11 14:51:44 +00:00
igor%mir2.org
ea022380ec
Fixing bugs in the initial implementation of ClassFileWriter.addPush(String): now it works
2003-08-11 14:14:12 +00:00
chanial%noos.fr
bc482741ee
"fixing" bustage by not including the non existent file browser/base/content/hiddenWindow.xul.
...
Currently (unless dave missed to check in several files), hiddenWindow.xul is in the xpfe toolkit.
That makes absolutely no sense since it is completely navigator dependent, but in order to have it in mozilla/browser, we need to provide a generic mechanism to run xul apps hiddenWindow.xul files similar to the one that launches the visible window (browser.xul, etc...) or rethink the all MacOS X hiddenWindow hackery (ie: remove the need for hiddenWindow.xul files and provide a way so that any MacOS X xul window with menu bar can be hidden, except of course the menubar).
2003-08-11 12:41:27 +00:00
kairo%kairo.at
b6208f06a9
bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa
2003-08-11 11:31:24 +00:00
igor%mir2.org
ed090e665d
Use special token to encode function escape in Decompiler instead of using elaborated code to distinguish between start of function and function escape.
2003-08-11 11:06:21 +00:00
igor%mir2.org
4c2e90dc66
Adding readFile function to the shell to read file context.
2003-08-11 10:54:40 +00:00
hyatt%mozilla.org
a3e137440c
Fix for 204418, make a pref available for picking the hiddenWindow URL so different apps can have their own hiddenWindow files. r/sr=bryner, a=asa
2003-08-11 08:42:36 +00:00
hyatt%mozilla.org
d2a8279f3f
Make hiddenWindow actually work on Mac.
2003-08-11 08:41:34 +00:00
hyatt%mozilla.org
946123d60d
Separate out the menu bar and the hacky go history tree.
2003-08-11 08:18:49 +00:00
hyatt%mozilla.org
14cd359000
Separate keys, commands, broadcasters, and string bundles into their own file.
2003-08-11 08:12:19 +00:00
hyatt%mozilla.org
029869fcc5
Separate scripts into their own .inc file so they can be shared with the hiddenWindow.
2003-08-11 08:03:52 +00:00
hyatt%mozilla.org
28baade015
Add the pref for a hidden window. Code that uses the pref is not landed yet. It's waiting for drivers approval.
2003-08-11 06:54:55 +00:00
ben%bengoodger.com
1566185fcf
bug 199819 - seems like I missed a couple of cases with this. Make sure that the autocompleteenabled attribute is set on all child browser widgets when we detect the preference change
2003-08-11 03:57:20 +00:00
ben%bengoodger.com
3c30792660
Clean up plugin override detection
2003-08-11 03:54:41 +00:00
ben%bengoodger.com
23899eaa10
Fix bug 215383 - Empty space on personal toolbar does not act like a bookmark folder (unable to receive drops, etc)
2003-08-11 01:59:35 +00:00
hyatt%mozilla.org
383bf339a5
Fix for 173444, custom toolbars show up (incorrectly) in popup windows.
2003-08-10 22:48:52 +00:00
hyatt%mozilla.org
6f53a8f60e
Fix for 173444, custom toolbars show up (incorrectly) in popup windows.
2003-08-10 22:46:41 +00:00
hyatt%mozilla.org
317d462e18
Fix for 179336, make sure the page report for blocked popups shows the right page url.
2003-08-10 22:28:28 +00:00
hyatt%mozilla.org
fbeb053d0e
Remove duplicate stylesheet switching functions.
2003-08-10 21:49:24 +00:00
scott%scott-macgregor.org
ebdcda8c8f
Don't align boxes inside aligned rows in the font panel.
...
Thanks to Stephen Walker for the patch.
2003-08-10 19:23:43 +00:00
neil%parkwaycc.co.uk
52cc3305b4
Bug 61520 Add additional headers to every message p=telio+bugzilla@telio.net r=dmose sr=mscott a=rjesup a=asa
2003-08-10 18:24:08 +00:00
noririty%jcom.home.ne.jp
b02f81544f
Fix 186751 - 'About Mozilla Firebird' dialog to small for large fonts. Patch by borggraefe@despammed.com
2003-08-10 14:56:53 +00:00
noririty%jcom.home.ne.jp
f7e2b703be
(blame)
2003-08-10 13:22:50 +00:00
noririty%jcom.home.ne.jp
61fc3643d7
tweak css. b=171451
2003-08-10 11:11:27 +00:00
hyatt%mozilla.org
e25cb3ab47
Tweak terminology.
2003-08-10 09:42:36 +00:00
hyatt%mozilla.org
a817f44d49
Commit the data source file that will hold persisted alternate stylesheet choices.
2003-08-10 08:19:38 +00:00
hyatt%mozilla.org
8e48e369fc
Add some notes about persistence of alt sheet choices.
2003-08-10 08:13:47 +00:00
hyatt%mozilla.org
cd41a54764
Initial commit of alternate stylesheet support in Firebird.
2003-08-10 08:04:58 +00:00
hyatt%mozilla.org
5a2b50472c
Fix for 204672, Mac OS X menus don't respect autocheck, r/sr=bryner, a=asa
2003-08-10 07:46:55 +00:00
scott%scott-macgregor.org
68de1d1595
increase the height of the options dialog to avoid truncating the Send Options button in the compose panel.
2003-08-10 05:53:15 +00:00