noririty%jcom.home.ne.jp
3b6b72cbae
fix sidebar mid-click regression
2003-07-24 11:01:40 +00:00
noririty%jcom.home.ne.jp
a71065189b
Implement AiO ports' autoscroll - patch by boullet@col.bsf.alcatel.fr b=212273,212002
2003-07-24 10:34:54 +00:00
noririty%jcom.home.ne.jp
d9dcab299f
Fix 202792 - remove startup JS warnings, patch by holyspirit@hkpeople.net and brantgurganus2001@cherokeescouting.org
2003-07-23 14:24:05 +00:00
noririty%jcom.home.ne.jp
48c0e8d96e
Fix 212399 - remove duplicated line, patch by bugzilla@babylonsounds.com
2003-07-22 14:26:37 +00:00
noririty%jcom.home.ne.jp
5a487db323
fix sidebar double click bustage
2003-07-21 09:06:49 +00:00
blakeross%telocity.com
c4123ae432
fix sidebar middle click
2003-07-20 04:19:52 +00:00
dbaron%dbaron.org
c8d988bce3
Fix firebird and thunderbird bustage by unforking contents of nsIGlobalHistory (which was frozen) and by tweaking the root Makefile.in. b=212509 r=mscott
2003-07-19 21:19:12 +00:00
blakeross%telocity.com
070504ae28
Tweaking autoscroll.
2003-07-17 22:04:11 +00:00
bryner%netscape.com
1981793696
Use the oninput event, instead of keypress, to notify the autocomplete controller that the input text has changed. This fixes form autocomplete being one character behind due to the keypress handler firing before editor's handler. Bug 212487, r=hewitt.
2003-07-13 02:31:08 +00:00
bryner%netscape.com
6b0086b610
Fix non-functioning form autocomplete (bug 212220). Instead of using an attribute on the nsIAutoCompleteInput (since it's not always a content node), add an attribute to the IDL interface. Also, make use of JS's (a || b) semantics to avoid some temporary variables. r=hewitt.
2003-07-13 02:27:25 +00:00
kerz%mozillazine.org
51cb0de092
removing unused css, bug 212387
2003-07-11 18:15:58 +00:00
kerz%mozillazine.org
b167f19d4b
fixing images, bug 212387
2003-07-11 18:14:48 +00:00
kerz%mozillazine.org
99404aefba
New theme update from Arvid, hoo dog.
2003-07-10 06:50:18 +00:00
bryner%netscape.com
5128c69a0f
preprocess browser.xml, for autoscroll ifdefs.
2003-07-08 00:52:37 +00:00
bzbarsky%mit.edu
3e5d658024
Move to the double-'::' notation for -moz-tree-* pseudo-elements in toolkit.
...
Bug 211657, r+sr=dbaron
2003-07-07 22:16:57 +00:00
blakeross%telocity.com
db99ae0397
Only enable autoscroll on Windows.
2003-07-06 05:23:05 +00:00
blakeross%telocity.com
3acfbdcd18
Fix 205161 - remove "www" from history entries.
2003-07-06 02:18:27 +00:00
blakeross%telocity.com
5d1f8ce092
Move autoscroll images to content so it's not theme-dependent.
2003-07-06 01:08:18 +00:00
blakeross%telocity.com
75d9577000
Minor autoscroll fixes.
2003-07-06 01:02:48 +00:00
blakeross%telocity.com
1ac4bfc823
Tweaking autoscroll a bit.
2003-07-05 06:53:47 +00:00
blakeross%telocity.com
4056e69c2f
Fixing bug 179666 - double the depth of the drop down location bar
2003-07-05 06:26:58 +00:00
blakeross%telocity.com
8b86ee3b29
Fixing arrow flashing on middle click of link.
2003-07-04 08:23:45 +00:00
blakeross%telocity.com
773ee4c37c
Fixing autoscroll so that you can mousedown on a link and drag, but also ensuring that we don't break middle mouse click on a link. Subject to bugs :)
2003-07-04 06:36:28 +00:00
blakeross%telocity.com
d7e6606ca5
Converting the autoscroll code to attach to the browser binding and folding it directly into Firebird. Thanks to the folks at autoscroll.mozdev.org for providing this great functionality!
2003-07-04 05:02:35 +00:00
bryner%netscape.com
e0c66a21b8
picking up seamonkey patch to fix bogus css rules in xul.css.
2003-07-04 01:42:46 +00:00
varga%netscape.com
1119884297
Fixing build bustage.
2003-06-25 15:13:46 +00:00
ben%netscape.com
06645ab757
Fixing Firebird build bustage after timeless' fishy checkin to bug 58613.
2003-06-23 00:56:38 +00:00
bryner%netscape.com
cc80d85925
Port fix for bug 206775 (can't search NLS characters in history) to firebird. Patch by gelsoft@mx4.tiki.ne.jp.
2003-06-17 18:23:53 +00:00
dbaron%dbaron.org
2e0e4a7f3f
Fix bustage. b=209087
2003-06-14 04:40:52 +00:00
scott%scott-macgregor.org
fcc636c739
Get the linux file picker working for thunderbird. Has no impact on firebird
2003-06-12 04:05:17 +00:00
scott%scott-macgregor.org
4048db7969
Bug #199248 --> port the fix from xpfe to the new toolkit. Tooltips flash on bookmarks history
...
and in the sidebar for thunderbird.
Thanks to noririty for pointing out that this change needed ported over.
2003-06-11 04:57:34 +00:00
scott%scott-macgregor.org
e36ebfe332
back out my change until I can figure out why this doesn't work in firebird
2003-06-10 16:52:59 +00:00
scott%scott-macgregor.org
8bda8ea2de
Thunderbird doesn't care about satchel, autocomplete, session history, etc. So don't build them.
...
We may move this stuff to browser or add flags to the build to make it easy to skip them.
2003-06-09 04:29:59 +00:00
scott%scott-macgregor.org
9f894cd2f2
Restore functionality to the checkbox label so it's label will wrap again.
2003-06-09 04:27:49 +00:00
scott%scott-macgregor.org
6678e93e2e
We need to make changes to toolkit's autocomplete for it to work in mail compose (for thunderbird).
...
For now, add an ifdef which rebinds the autocomplete bindings to the old versions in mozilla\xpfe.
2003-06-09 04:26:42 +00:00
scott%scott-macgregor.org
59c47815ce
Synch this file up with changes that have happend in mozilla\xpfe. This enables find to work in thunderbird
...
as well.
2003-06-09 04:24:11 +00:00
scott%scott-macgregor.org
3a918cab9b
Run xul.css through the pre-processor now that it has a thunderbird ifdef in it.
2003-06-09 04:23:15 +00:00
bryner%netscape.com
5b1b36371c
Change Loading.mng to a GIF.
2003-06-04 07:37:56 +00:00
hyatt%mozilla.org
dc5c3717a5
*** empty log message ***
2003-05-31 00:34:16 +00:00
varga%netscape.com
717feaab4a
Landing bookmarks changes.
...
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa
The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
dwitte%stanford.edu
a1fcc8d125
Bug 206356: cookies refused by default if you just close dialog.
...
makes the "do you want to accept this cookie?" dialog more user-friendly, by not touching the permission list if you dismiss the dialog without clicking a button.
patch by mvl, r=neil, sr=jag, a=asa.
2003-05-22 00:37:48 +00:00
dean_tessman%hotmail.com
6261e2546a
206055 - [XUL] <label>'s control attribute doesn't work
...
patch by gelsoft@mx4.tiki.ne.jp
2003-05-20 19:52:42 +00:00
bryner%netscape.com
f2e4ea223f
use an updated preview image that's the same size as the one we had before.
2003-05-19 23:56:36 +00:00
bryner%netscape.com
d246aeaee4
Add a more standard preview image, and change contents.rdf to use that one instead of the seamonkey classic skin preview. Thanks to Lil46john@aol.com for the preview image. Bug 197260.
2003-05-19 04:42:14 +00:00
ben%netscape.com
f83e078f2e
Name changes for 0.6
2003-05-12 20:43:54 +00:00
chanial%noos.fr
da6e9a8d37
bug 203069: Unable to search in page-source
...
sync'ing with seamonkey, use gBrowser instead of getBrowser()
2003-04-27 05:02:28 +00:00
chanial%noos.fr
bcb2454800
Landing Arvid's new icons and animations
2003-04-25 08:15:34 +00:00
chanial%noos.fr
4eb36eb326
bug 203222: fixing about dialog bustage
2003-04-24 22:54:35 +00:00
chanial%noos.fr
fc8134fcbf
Adding brand.dtd and brand.properties in mozilla/browser.
...
These files are left in mozilla/toolkit with a generic 'Mozilla Application' name and are overwritten in toolkit.jar during the build. Now, phoenix has no special privilege over mozilla/toolkit.
Name change, part 1: 'Mozilla Firebird', a=brendan
2003-04-23 19:07:32 +00:00
chanial%noos.fr
46b563aa5e
dropping folder group support
2003-04-23 15:05:10 +00:00