Commit Graph

132422 Commits

Author SHA1 Message Date
igor%mir2.org
792304a2a9 Fixing bug 254778: proper treatment of labels 2004-08-08 13:45:09 +00:00
alex%croczilla.com
1ad86b4749 Remove benign assertion, add comment & warning instead. SVG only - not part of default builds. 2004-08-08 13:44:03 +00:00
caillon%redhat.com
0412b1b0c4 Bug 123197
File picker cleanup:
- Pressing enter now actives the save/open buttons.
- Fixes issue for clobber builds where the file chooser would not always get
registered.  Unfortunately, this still can not be guaranteed to work because of
how XPCOM (mis)handles multiple components registered with the same contract
ID.  See bug 253136.
- The native widget component factory constructor now handles the logic for
which implementation to choose.  This allows me to remove the proxy logic from
the implementation itself.
- Remembers the last selected directory between invocations.
- Removes some debug stuff I forgot to remove.
- Gets rid of the static nsString cruft that got accidentally added while I was
copying over stuff from other implementations.


r+sr=blizzard
2004-08-08 11:09:51 +00:00
alex%croczilla.com
dd3b42884d Remove obsolete declarations. SVG only - not part of default builds. 2004-08-08 09:38:58 +00:00
bzbarsky%mit.edu
ff376b3812 Add support for the application/rdf+xml MIME type. Bug 61839, patch by Alex
Vincent <ajvincent@juno.com>, r=bzbarsky, sr=jst
2004-08-08 01:31:02 +00:00
mats.palmgren%bredband.net
1bed266aff Add width for letter-spacing when calculating desired width of text input controls. b=252783 r=bzbarsky sr=dbaron 2004-08-07 22:04:27 +00:00
igor%mir2.org
c70ca4f034 More switch parsing/code generation cleanups: now IRFactory constructs the proper parsed tree for the switch statement which removed the need for tree mutations in NodeTransformer and during code generation. 2004-08-07 20:08:38 +00:00
bzbarsky%mit.edu
b8eafa3fb7 Make nsHTMLSelectElement::GetOptionIndex be faster and less COM-happy. Bug
254373, r+sr=peterv
2004-08-07 18:05:05 +00:00
jshin%mailaps.org
7f66073189 bug 251241 : zh-Hant and zh-Hans are treated as zh-CN (r=smontagu, sr=neil) 2004-08-07 17:48:13 +00:00
peterv%propagandism.org
b792afe1f1 Add comment to explain the fix for bug 243392. 2004-08-07 17:25:56 +00:00
igor%mir2.org
0426521c68 Cleanup for code generation in interpreter: store itsICodeTop as instance variable to avoid clattering code with explicit passing of iCodeTop, 2004-08-07 15:42:13 +00:00
igor%mir2.org
4731a8f0f9 Switch parsing cleanup including reporting syntax error on duplicated default label 2004-08-07 15:39:55 +00:00
mats.palmgren%bredband.net
410a676e29 Fix mouse-wheel scrolling for overflow:scroll elements. b=97283 r=roc sr=dbaron 2004-08-07 14:30:30 +00:00
kestes%walrus.com
7082bf7898 add a TinderHeader Banner, its like MOTD only there is only one Banner for all tinderbox projects. 2004-08-07 13:12:10 +00:00
neil%parkwaycc.co.uk
2084b78b1e Bug 226491 <progressmeter mode="undetermined"> for Classic skin r=mscott sr=jag 2004-08-07 12:26:59 +00:00
scott%scott-macgregor.org
c94e0db87f More tweaks to the undetermined progressmeter from Neil.
Bug #226491
2004-08-07 08:53:24 +00:00
scott%scott-macgregor.org
c45986352b Bug #253775 --> Add account manager UI and per feed UI for controlling 'quick mode' where the RSS extension
only shows the summary instead of loading the webpage for the feed in the message pane.

Wording subject to change when someone suggests something better.
2004-08-07 08:47:20 +00:00
scott%scott-macgregor.org
61bf2480b5 Bug #254008 --> Make rss.rdf localizeable for localizers. 2004-08-07 08:05:10 +00:00
scott%scott-macgregor.org
7bf96abea6 Bug #254661 --> increase the default biff interval for RSS accounts. 2004-08-07 05:40:59 +00:00
bzbarsky%mit.edu
520f895468 Add ico and xbm to the "image files" list. Bug 254381, patch by Jonathan Watt
<jonathan.watt@strath.ac.uk>, r=mconnor, sr=neil
2004-08-07 02:43:55 +00:00
alex%croczilla.com
8a3b46b5f3 Move default args to constructor declaration. Fixes Windows build problem. SVG only - not part of default builds. 2004-08-06 23:17:55 +00:00
mostafah%oeone.com
438ceca882 Removing unused extension 2004-08-06 22:04:23 +00:00
darin%meer.net
7fad093c68 fixing win32 debug bustage 2004-08-06 19:48:04 +00:00
darin%meer.net
be2edb1976 fixing win32 debug bustage; we really need a debug tinderbox!! 2004-08-06 19:42:47 +00:00
timeless%mozdev.org
8f64a8b308 Bug 121730 Add number of entries actually removed from sHistory when using PurgeHistory()
r=bz sr=bz
2004-08-06 19:34:21 +00:00
mostafah%oeone.com
d5cca3f9f0 Fixed bug 253654 2004-08-06 18:02:53 +00:00
bzbarsky%mit.edu
8e58d9b316 Fixing build bustage 2004-08-06 17:51:20 +00:00
mostafah%oeone.com
c646bcc084 Checking in more files from the new them ( Bug 248399 ) 2004-08-06 17:36:44 +00:00
bsmedberg%covad.net
d6a5526d46 nsIXULTemplateBuilder.refresh() shouldn't call .rebuild() (because the refreshing is done asynchronously). Bug 254600 r=Pike sr=Neil 2004-08-06 17:01:04 +00:00
igor%mir2.org
87d0f3525d Preparations for 1.6R1 2004-08-06 16:05:40 +00:00
scott%scott-macgregor.org
162044b56e offline locale information is now in en-US-mail.jar and not offline.jar.
Fixes a regression for the .zip and linux release builds with missing DTD errors.
2004-08-06 16:02:28 +00:00
mats.palmgren%bredband.net
2ec5e837c2 Fix keyboard scrolling for elements using overflow:scroll by scrolling the nearest scrollable view from the caret. b=251986 r=roc sr=dbaron 2004-08-06 15:55:17 +00:00
igor%mir2.org
8bcaa1a262 Class-Path entry for Rhino: xmlbean.jar 2004-08-06 15:49:25 +00:00
igor%mir2.org
0d8bd6fe39 Cleanup of call code generation: now it is split into separated functions for optimized/standard function calls. 2004-08-06 15:08:38 +00:00
igor%mir2.org
11ce08544d Removal of no longer used debug name index in Token.CALL/Token.REF_CALL: ScriptRuntime.get(Elem|Prop|Name|Value)FunctionAndThis takes care about debugging themselves. 2004-08-06 15:02:48 +00:00
jshin%mailaps.org
5253d42f7c bug 120401 : patch by bugs.mano%mail-central.com (r=jhpedemonte, sr=sfraser) : font-pref. setting on Mac OS X doesn't work 2004-08-06 14:50:57 +00:00
neil%parkwaycc.co.uk
9f9e5d77ea Bug 254316 Remove unix's Ctrl+R redo keybinding, this now means that it will reload even when the cursor is in a text field p=stefan_h@hem.utfors.se r=akk sr=me 2004-08-06 14:35:34 +00:00
kiko%async.com.br
5ad5cbcdae More whitespace fixes. r=ssdbot. I've already talked to Alexandre
about this, won't happen again.
2004-08-06 13:47:25 +00:00
bienvenu%nventure.com
ef665f7547 don't open all msf files when opening imap server with acl for the first time, fixes running out of handles on various unixes, sr=mscott 249754 2004-08-06 13:12:04 +00:00
bienvenu%nventure.com
008ac98061 fix crash after doing multiple body searches, 254199 2004-08-06 13:10:05 +00:00
peterv%propagandism.org
f0d5139d7d Fix for bug 252589 (Textbox attribute "multiline" seems broken). r+sr=jst. 2004-08-06 11:56:46 +00:00
scott%scott-macgregor.org
4ae5a46ffa Bug #254474 --> if the quick search bar is set to "Search Message Bodies" then we should force the search scope to be online
for IMAP searches.

sr=bienvenu
2004-08-06 05:34:21 +00:00
bienvenu%nventure.com
ff41b19258 fix 254513 initial new mail retrieval on brand new profile with deferred pop3 server doesn't work, and 250625 don't confirm delete of rss folders 2004-08-06 04:34:30 +00:00
jpierre%netscape.com
d6e93928ed Fix for 254393 - r=nelsonb . PK11_FindKeyByAnyCert returned invalid key objects 2004-08-06 02:24:31 +00:00
bienvenu%nventure.com
6717fc756f fix default special folders account for pop3 deferred accounts, 254016 sr=mscott 2004-08-05 22:57:05 +00:00
bugreport%peshkin.net
ce0af4d52f Bug 254430: Fix User.pm so it returns a logged-out user if userid=0
r=erik, kiko
a=justdave
2004-08-05 22:19:19 +00:00
scott%scott-macgregor.org
60c695cf6d Bug #254493 --> Errors when trying to subscribe to multiple feeds at the same time. Prevent the user from subscribing to multiple feeds
at the same time.
2004-08-05 22:01:53 +00:00
darin%meer.net
4fb4fee1cf initial landing 2004-08-05 21:38:24 +00:00
smontagu%smontagu.org
0cd9444184 Bug 245965: Forcing visual Bidi through preferences doesn't work. r=mkaply, sr=dveditz. 2004-08-05 21:38:08 +00:00
mostafah%oeone.com
5f084fefc1 Brought up to date with mozilla.in in browser 2004-08-05 21:17:47 +00:00