Commit Graph

129687 Commits

Author SHA1 Message Date
myk%mozilla.org
41b6ccc502 Add a .htaccess file (with commented out options to prevent server errors) and update the README with better information 2004-05-07 03:02:04 +00:00
depstein%netscape.com
ad76896e0a Added additional cases to post AsyncOpen tests for nsIChannel tests. Additional request methods used for SetRequestMethod in httpChannel tests. Some cleanup in a few functions. 2004-05-07 02:43:23 +00:00
myk%mozilla.org
51509f5667 fix slurping of command output and errors; correct incorrect references to file.version and config variables; extract the version from CVS/Entries now that we aren't checking out to standard output and therefore don't get version info on standard error; localize $/ so we won't mess things up globally; add info about required Perl modules to README; and fix formatting in Doctor.pm 2004-05-07 02:30:25 +00:00
rlk%trfenv.com
b1f396c11d Bug 238474 - add ctrl++/ctrl+- in View Source doesnt work with all keys. r=mconnor@myrealbox.com 2004-05-07 02:02:30 +00:00
ben%bengoodger.com
963f23db5c 170006 Fix theme/extension uninstallation 2004-05-07 01:45:35 +00:00
pinkerton%aol.net
89b289386c on panther, use new panther api to only draw rects that need it. fixes
splotchy whitespace with iframes when redraws span iframes (bug 222972)
2004-05-07 01:16:14 +00:00
darin%meer.net
fecf34b7f9 fixes bug 237572 "add negotiateauth to the default list of firefox extensions" r+sr=bryner 2004-05-07 01:09:08 +00:00
mconnor%myrealbox.com
c45cab3bab Bug 242466 more fun with page stylesheets and autoscroll, patch by Robert Parenton (rparenton@louisianaada.org) r=me 2004-05-07 01:02:08 +00:00
ben%bengoodger.com
20cea3d802 170006 locking and unlocking global extensions from the command line 2004-05-07 00:59:29 +00:00
mconnor%myrealbox.com
16bad948b6 Bug 217916 - advanced options: expanding/collapsing fun patch by pike@pikey.me.uk, r=me 2004-05-07 00:52:53 +00:00
myk%mozilla.org
82d373fc6d backporting to Perl 5.6.1 2004-05-07 00:51:31 +00:00
darin%meer.net
acbef07688 fixes bug 241155 "Support multiple 'components' directories" r=bsmedberg moa=dougt 2004-05-07 00:50:53 +00:00
ben%bengoodger.com
a7015fc282 170006 item locking, global theme installation. 2004-05-07 00:30:57 +00:00
mconnor%myrealbox.com
b9ad901164 followup to bug 203756, remove line that didn't need to be there 2004-05-07 00:23:08 +00:00
mconnor%myrealbox.com
6fd3a987b1 Bug 227262 - Clean Up button doesn't appear immediately after download manager finishes, patch by Asaf Romano (romano_a@zahav.net.il>), r=ben 2004-05-07 00:10:04 +00:00
mconnor%myrealbox.com
b36850541f Bug 207227 remove Bookmark This Page/Save Page As/Send Page from Image Context Menus, patch by Bruce Davidson (Bruce.Davidson@iplbath.com), r=bryner 2004-05-06 23:53:58 +00:00
mconnor%myrealbox.com
e1c7890202 Bug 237959 - Mail Integration Label should be below icon, not next to it, patch by Robert J. Accettura (robert@accettura.com), r=mconnor 2004-05-06 23:45:38 +00:00
ben%bengoodger.com
90e20ed91b add theme root to Extension datasource 2004-05-06 22:42:16 +00:00
ben%bengoodger.com
0c9a2b3d8a 170006 - add theme support to extension manager 2004-05-06 22:41:13 +00:00
bzbarsky%mit.edu
cb48e43471 When hoisting misplaced content out of a table, bring along the various "legal
open" elements (script, whitespace, comments, etc) that are kids of the
misplaced content.  This prevents the misplaced content from being closed too
early.  Bug 242503, r=peterv, sr=jst
2004-05-06 22:23:10 +00:00
bzbarsky%mit.edu
6b4e2ab093 Don't show the content viewer if it's not ours -- that means that we're
actually about to be torn down.  Bug 242282, r+sr=jst
2004-05-06 21:15:33 +00:00
neil%parkwaycc.co.uk
0d6fb698be Window menu radio menuitems should not be unnamed b=219832 p=macdoc@interx.net r=me sr=alecf 2004-05-06 20:42:28 +00:00
neil%parkwaycc.co.uk
9d00ff21ea Unnamed XUL radio menuitems should not be grouped b=219832 r/sr=roc 2004-05-06 20:39:21 +00:00
timeless%mozdev.org
834cae9c87 Bug 242760 code cleaning: rechecking checked rc's, dropping a temporary comptr, a comment change
r=jst sr=jst
2004-05-06 18:43:32 +00:00
wchang0222%aol.com
186a99cac5 Regenerated using a better version of autoconf 2.13. 2004-05-06 18:37:34 +00:00
brade%comcast.net
4b3db2496f bug 238696; handle additional progress listeners by calling enterTabbedMode (ported from mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml); r=dveditz/bryner 2004-05-06 17:19:00 +00:00
brade%comcast.net
3d86d289c2 Image alt text was not being emitted in plaintext serializer because it was inadvertently moved into a method where it would never be called; moving it back.
Written by Akkana, r=brade, sr=jst (bug 212177)
2004-05-06 17:11:27 +00:00
mostafah%oeone.com
7013812d95 Checked in attachment 147806 for bug 242778 2004-05-06 14:41:35 +00:00
wchang0222%aol.com
72060c75c9 Bugzilla bug 242741: MSVC .NET 2003 does not support the /PDB:NONE linker
option, so we need to generate PDB files and ship them with our binary
distributions when compiling with MSVC version > 6.0.  r=cls.
Modified Files: configure configure.in autoconf.mk.in rules.mk
2004-05-06 14:01:42 +00:00
bienvenu%nventure.com
7cf10a811a fix spin on send when encoded body part doesn't end with newline, patch by me and ducarroz, sr=mscott 242718 2004-05-06 13:17:26 +00:00
bienvenu%nventure.com
be6b144351 fix crash getting pop3 mail when body filter runs on quoted printable message, sr=mscott 242677 2004-05-06 13:15:53 +00:00
peterv%propagandism.org
a843440710 Removing unused files 2004-05-06 07:50:36 +00:00
justdave%syndicomm.com
c72df42e72 Bug 242740: URL to Bug Writing Help document changed
Patch by Niels Reedijk <n.reedijk@planet.nl>
r=justdave,a=justdave
2004-05-06 07:29:33 +00:00
timeless%mozdev.org
36a4ef9e96 Bug 238149 clean up button removal between dialogs
patch by ajschult@mindspring.com r=dveditz sr=bryner
2004-05-06 05:40:32 +00:00
timeless%mozdev.org
500ceaf953 Bug 242613 Crash [@ EncodeStructParticle] because getEnumerator returned null
r=jst sr=jst
2004-05-06 04:56:38 +00:00
roc+%cs.cmu.edu
6b829eb468 Fix bustage. 2004-05-06 03:57:05 +00:00
brendan%mozilla.org
3d94de812a Fix #ifdef METERING stuff. 2004-05-06 03:45:34 +00:00
roc+%cs.cmu.edu
e0fe2b43bd Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron 2004-05-06 03:17:14 +00:00
wchang0222%aol.com
63b067d28d Bugzilla bug 242741: use $(RES) (the .res file) only when building a
shared library.  Do not include $(RES) in a static library.  Removed the
unused makefile rule for $(RES) on OS/2.
2004-05-06 00:41:41 +00:00
mconnor%myrealbox.com
e82a70a5f7 Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor 2004-05-05 23:43:23 +00:00
mconnor%myrealbox.com
79d464768a bug 203756 - enable URLBar autofill with browser.urlbar.autoFill property, patch by eric lindvall (eric@5stops.com), r=ben/mconnor 2004-05-05 23:24:45 +00:00
rbs%maths.uq.edu.au
00679fd3c6 Fix the inconsistent behavior of the caret on text controls when their readonly attribute is changed, b=235294, r+sr=bzbarsky 2004-05-05 22:48:51 +00:00
pinkerton%aol.net
86c714dcc6 fix old location of profile folder 2004-05-05 21:58:55 +00:00
caillon%redhat.com
56b3fc7a8c Remove '-moz-resizer' from the style system.
Bug 242712. r+sr=dbaron
2004-05-05 21:37:32 +00:00
pinkerton%aol.net
4223ad9eaa set min sizes on sheets 2004-05-05 21:27:56 +00:00
tor%cs.brown.edu
68fc667952 Bug 236313 - handle javascript URLs as img src. r=pavlov, sr=darin 2004-05-05 21:17:31 +00:00
bryner%brianryner.com
427d940028 Dispatch NS_THEMECHANGED when GTK theme changes (bug 238854). r+sr=blizzard 2004-05-05 20:55:46 +00:00
scott%scott-macgregor.org
114c2842e7 talkback packaging information 2004-05-05 20:46:08 +00:00
blizzard%redhat.com
816d2b91fb Bug #242123. Spaces in between the comma and a new-X arguement would not load. Need to verify the URL after arguments have been stripped. r=darin,sr=bryner 2004-05-05 19:52:37 +00:00
pkw%us.ibm.com
3cfbd00f0d Bug 242704 - AIX debug build fails after recent AppendInt changes
r=jst@mozilla.jstenback.com, sr=darin@meer.net
2004-05-05 19:29:12 +00:00