Commit Graph

131315 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
76dfd52043 Remove duplicate line from previous checkin b=232487 r=jshin sr=blizzard 2004-07-01 16:29:35 +00:00
mostafah%oeone.com
bbafa5e3f5 Checked in patch for bug 165963 2004-07-01 15:45:34 +00:00
alex%croczilla.com
43e81e47bf Fix scoping in nsSVGSVGElement.cpp. Patch by <jonathan.watt@strath.ac.uk>. SVG only - not part of default builds. 2004-07-01 15:32:56 +00:00
darin%meer.net
91b0eb9cc7 Tweak placement of commas and periods in relation to quotation marks to
improve readability.
2004-07-01 15:29:57 +00:00
igor%mir2.org
f0ca03fe7c Replacing state flags in TokenStream by separated boolean values to simplify
code and to remove flags that were set/cleared but never queried.
2004-07-01 14:52:22 +00:00
igor%mir2.org
21a1489b59 Change IRFactory to return/accept Node, not Object as the type for parse tree
nodes. Parser already assumes in a few places that such Node and it is not
worth to pretend otherwise.
2004-07-01 10:39:28 +00:00
alex%croczilla.com
9d0a4a5eca Bug#111496: Implement preserveAspectRatio. Checkin for <jonathan.watt@strath.ac.uk>. SVG only - not part of default builds. r=afri, sr=jst for dom/ changes. 2004-07-01 08:10:34 +00:00
scott%scott-macgregor.org
eb3c0ad1ef Back out an accidental checkin 2004-07-01 06:51:16 +00:00
scott%scott-macgregor.org
61971703bd Bug #214508 --> window size unappropriate for big fonts for several dialogs like advanced search and subscribe
Patch by Stefan Borggraefe
2004-07-01 06:11:45 +00:00
scott%scott-macgregor.org
bb5e87a29c Bug #244325 --> change the ID for the new quick search box so we don't collide
with the search button in advanced search.
2004-07-01 05:24:48 +00:00
scott%scott-macgregor.org
bb718a7cf0 Bug #249337 --> new quick search feature broke some interaction with mail views 2004-07-01 05:13:58 +00:00
ben%bengoodger.com
35f6a7166a 244684 - first attempts, not quite working yet. 2004-07-01 03:37:08 +00:00
scott%scott-macgregor.org
30ea4ea2cd temporary style rules for pinstripe for the new privacy bar 2004-07-01 03:04:49 +00:00
scott%scott-macgregor.org
d9839dd2c9 Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk. 2004-07-01 02:43:02 +00:00
ben%bengoodger.com
8e47d025cb 229062 - clicking the download notification link does not show download manager - make sure download manager impls nsIAlertListener in its QueryInterface method 2004-07-01 02:36:43 +00:00
scott%scott-macgregor.org
184bb9bd6e Bug #245430 --> static build work for thunderbird 2004-07-01 02:32:44 +00:00
nelsonb%netscape.com
e054aef7bf Output properly encoded PQGParams. r=wtc. Bug 247738. 2004-07-01 02:07:02 +00:00
jpierre%netscape.com
309d389ab8 Fix for 249310 - add option to disable SSL2 in selfserv . r=nelson 2004-07-01 02:06:31 +00:00
nelsonb%netscape.com
23b32f634b Treat non-repudiation-only certs as valid signature certs.
Bug 240456.  r=wtc, sr=relyea.
2004-07-01 00:26:00 +00:00
nelsonb%netscape.com
3bc297e56b Correct NSS to use the most specific, not most general CN attribute in
a cert subject name.  Bug 197964.  r=wtc.
2004-07-01 00:21:42 +00:00
ben%bengoodger.com
1dfa27baee 235380 - firefox should set itself as default browser only for the current user. Change Windows Shell Service to add an additional option - whether to set default browser for all users or just the current user. Also make the code read out of HKCU instead of HKLM. 2004-06-30 20:27:30 +00:00
Stefan.Borggraefe%gmx.de
3745250f67 Fix for Bug 249260: All Preferences pane headers read "Calendar"
r=mostafah
2004-06-30 19:13:16 +00:00
tor%cs.brown.edu
2ac21efe82 Bug 208607 - reconfigure libpng for smaller imglib2.
Patch by glennrp@imagemagick.org, r+sr=tor
2004-06-30 18:59:11 +00:00
mostafah%oeone.com
353d72a89e Updated translation 2004-06-30 18:55:36 +00:00
darin%meer.net
65bdc691c7 fixing shutdown crash. this code should not have been calling IPC_Shutdown.
not part of the build
2004-06-30 18:49:34 +00:00
darin%meer.net
65752c93cb fixing up comments that reference the non-existent nsIHttpNotify 2004-06-30 18:24:08 +00:00
mostafah%oeone.com
638050faf2 Updated translation 2004-06-30 15:56:06 +00:00
igor%mir2.org
05a6149911 Fixing JavaDoc: the previous changes removed Context(ContextFactory)
constructor as factory is associated automatically with Context but JavaDoc
continied to refer to this constructor form.
2004-06-30 15:28:04 +00:00
igor%mir2.org
f32fceb8a1 Deprecation of ContextListener in favour of ContextFactory.Listener:
the later is stored in the factory and not in static variables.
For compatibility an instance of ContextFactory stored in static variables
is used to provide support for old Context.addContextListener etc. API.

The static instance of the factory is also used by Context.enter to create
Context instances providing simple way to customize Context: one just need
to initialize the global static factory.
2004-06-30 15:23:39 +00:00
mostafah%oeone.com
5d18f6168a Updated translation 2004-06-30 15:23:37 +00:00
amardare%qnx.com
abae3847bb Changes for qnx/photon platform only. they should not affect building/runtime other platforms.
Changes for Lock-ing Unlock-ing a drawing surface. Use the PdOffscreenContext_t's pitch.
For read only locking do not create another OSC.
2004-06-30 14:45:49 +00:00
mostafah%oeone.com
d71cf2e350 Added "Store in universal time" option. Based on patch for bug 165963 2004-06-30 14:00:40 +00:00
igor%mir2.org
012fd05901 Fix menu enable/disable misbehavior. 2004-06-30 13:29:41 +00:00
igor%mir2.org
4cc8c9cd28 Fixing JDK 1.3 compatibility: TableModel.getRot() should not return null there. 2004-06-30 09:38:54 +00:00
myk%mozilla.org
482b413f4c start storing the query string in the database 2004-06-30 01:14:45 +00:00
scott%scott-macgregor.org
a19f47a6ab Bug #207861 --> Rename Folder option is useless for newsgroups and should not show up.
Patch by Serge GAUTHERIE
2004-06-29 23:15:38 +00:00
edburns%acm.org
dfd04fbaf3 replace_jdic_with_webclient 2004-06-29 23:12:29 +00:00
jst%mozilla.jstenback.com
972d4c6a1f Fixing regression bug 248753. Always permit loads that are targeted at other top-level windows. r=dveditz@cruzio.com, sr=darin@meer.net 2004-06-29 23:06:55 +00:00
myk%mozilla.org
1313616624 don't need to store defs files in CVS? 2004-06-29 23:00:54 +00:00
myk%mozilla.org
3773ef2cb4 make verbose output a command line switch 2004-06-29 23:00:09 +00:00
scott%scott-macgregor.org
1cf55b781e The address book search bar should look like the 3pane search bar
Patch by Stephen Walker
2004-06-29 22:54:38 +00:00
scott%scott-macgregor.org
99b4dac141 Bug #248575 --> Broken chrome for offline folder select in Thunderbird 0.7 (OS X)
patch by Stephen Walker
2004-06-29 22:49:29 +00:00
myk%mozilla.org
c7539d43a0 add a new report type that generates stats for all files in a given directory 2004-06-29 22:45:39 +00:00
neil%parkwaycc.co.uk
10b39fef0c Remove ben's win/nsIconChannel.cpp dependency on IE allowing it to work on W95/NT4 again also fixing mingw builds p=lorenzo@colitti.com r=me sr=mscott 2004-06-29 20:16:00 +00:00
caillon%redhat.com
8f71882950 Bug 241507
Don't create new rendering contexts for each caret drawn on *nix platforms since there are no known issues with doing so.  If issues crop up, I will undo this change.
r/sr=jst/bryner
2004-06-29 19:12:19 +00:00
cbiesinger%web.de
d4e61b3868 let's try commiting _after_ saving the changed file. (still bug 248810) 2004-06-29 16:45:40 +00:00
cbiesinger%web.de
6263ab98d2 bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
r+sr=darin
2004-06-29 16:45:07 +00:00
igor%mir2.org
c1a3a327c2 Fixing scope problems with IdFunction when IdScriptable is top scope itself:
scope for IdFunction instances is determined through getTopScope,
not getParentScope() which can be null.

To prevent null scope initialization problems in future IdFunction constructor
now throws an exception if scope argument is null.
2004-06-29 15:43:01 +00:00
mvl%exedo.nl
4286b43f9a don't force static builds in default config.
bug 245957, r=mostafah
2004-06-29 14:16:12 +00:00
jshin%mailaps.org
6fda4a6fcc bug 167128 : Printers with non-ASCII characters in their names can't be selected (bug 167128) patch by kozawa%mozilla.gr.jp (r=me, sr=mkaply) 2004-06-29 13:28:59 +00:00