Commit Graph

139116 Commits

Author SHA1 Message Date
bugzilla%arlen.demon.co.uk
372e7adc5e Bug 282893 Properly indent children in help files especially <div> privacy, privsec, ssl, using_certs fixes
p=giacomo.magnini@portalis.it r=me
2005-03-01 22:16:20 +00:00
scott%scott-macgregor.org
f1a9551dd1 Bug #284126 --> Quick search icon is no longer showing up in the quick search bar
Fix regression caused by Bug #282735

Patch by bz
2005-03-01 22:08:21 +00:00
dougt%meer.net
206cb9ce90 More UI updates. r=dougt. 2005-03-01 21:35:20 +00:00
cbiesinger%web.de
ebc4f1fd04 Bug 284180 improve comments and error handling in exthandler a bit r+sr=bzbarsky 2005-03-01 21:34:57 +00:00
scott%scott-macgregor.org
59cc83960f Bug #268807 --> add default prefs for SignonFileName
patch by gemal
2005-03-01 21:31:42 +00:00
bryner%brianryner.com
678dace6d9 update from prefwindow landing 2005-03-01 21:27:19 +00:00
mkanat%kerio.com
034e4acc7d Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla::DB and (eventual) subclasses
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-03-01 21:19:20 +00:00
edburns%acm.org
1500a6792b Checkpoint. Still waiting for advice on how to get POST inspection working.
M src_moz/EmbedProgress.cpp

- remove PageInfoListener meta-data from END_DOCUMENT_LOAD.  Didn't
  belong there.

M test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- print out the request method and response code.
2005-03-01 20:39:23 +00:00
bob%bclary.com
317cd84a58 fix error where status was used instead of summary 2005-03-01 18:58:08 +00:00
travis%sedsystems.ca
e4dfa0d142 Bug 238802 : Input filter for integer sort key gives bad error output
Patch by Frederic Buclin <LpSolit@gmail.com>  r=mkanat  a=justdave
2005-03-01 18:34:25 +00:00
travis%sedsystems.ca
f2b46b599a Bug 283933 : Bugzilla should send XML templates as application/xml
Patch by Anne van Kesteren <bug@annevankesteren.nl>  r=justdave  a=justdave
2005-03-01 18:32:04 +00:00
travis%sedsystems.ca
6a07ef45c2 Bug 283135 : "<BLAH> is not a valid bug nor an alias to a bug number" should not mention |number|
Patch by timeless@myrealbox.com   r=travis  a=justdave
2005-03-01 17:48:45 +00:00
bob%bclary.com
5fed59f315 Separate testcases for 32K boundary in regexp bytecode jump offset and 64K boundary of [] offset in regexp search string. bug 280769 2005-03-01 17:08:17 +00:00
bob%bclary.com
c5eafe481b Initial add. Regression testcases for bug 280769, by igor@mir2.org 2005-03-01 17:04:51 +00:00
bob%bclary.com
09f9233b0e Initial add. Regression test for bug 240577 2005-03-01 16:57:07 +00:00
smfr%smfr.org
d712bac21c Fix bug 283046 (missing file input labels in embedders) -- add some new dirs to the emebdding jar file. r=gandalf, sr=bz. 2005-03-01 16:29:37 +00:00
doronr%us.ibm.com
058ed9baa2 XForms bug 284169 - get rid of WARNING's in console generated by GetTypeForControl. Patch by aaronr@us.ibm.com, r=beaufour,allan 2005-03-01 16:15:34 +00:00
bsmedberg%covad.net
ea300e58e1 Bug 283352 - Make new flat chrome manifests usable by extensions. r=shaver I will post docs about this somewhere under http://www.mozilla.org/projects/firefox/extensions/ 2005-03-01 14:46:45 +00:00
mostafah%oeone.com
56d6c92fc7 Updated translation 2005-03-01 13:44:53 +00:00
jshin%mailaps.org
2866a93ec9 bug 193439 : use RFC 2231 style encoding for filename parameter (rather than RFC 2047 style encoding) r=bienvenu, sr=darin 2005-03-01 12:37:02 +00:00
neil%parkwaycc.co.uk
7e4ee2c304 Bug 161751 Can't switch themes when certain prefs are set r=bsmedberg sr=darin 2005-03-01 09:05:40 +00:00
bob%bclary.com
10c9f68c60 remove redeclaration of variable N which hid argument. 2005-03-01 08:59:45 +00:00
smfr%smfr.org
509481de39 Fix bug 173150: change the font panel to not show font face, and strip out font face info from the saved font.
Fix bug 188300: when the text samples have focus, return custom field editors so that we can get changeFont: notifications.
Also fix a bug where if a font was missing, subsequent font selections would not stick (should help with bug 175651).
2005-03-01 08:20:35 +00:00
smfr%smfr.org
d2acc405fc Add windowWillReturnFieldEditor: handling to help fix bug 188300, and forward font panel delegate methods to the current pane, for bug 173150. 2005-03-01 08:18:11 +00:00
smfr%smfr.org
c762ece153 Rename all the member variables to start with "m" so the code is more readable.
Fix a problem where, if the font samples were clicked on, changing the font in the Font Panel no longer had any effect (using custom field editors). Bug 188300.
2005-03-01 06:32:54 +00:00
tor%cs.brown.edu
787df05673 Bug 258511 - keep svg mimetypes out of persistent repository. r+sr=bzbarsky 2005-03-01 05:17:25 +00:00
timeless%mozdev.org
e05ed3d0ac Bug 284034 nsReadableUtils ToNew* methods crash on OOM
patch by ajschult@verizon.net r=darin sr=darin
2005-03-01 05:14:22 +00:00
timeless%mozdev.org
7c577863b2 Bug 283519 OOM mlk [@ workbuf_extend]
patch by ajschult@verizon.net r=timeless sr=roc
2005-03-01 04:29:51 +00:00
bzbarsky%mit.edu
6bda3fd2c6 Only dispatch label-triggered clicks to content, for now, pending sorting out
exactly what HandleEventWithTarget _should_ be doing.  Bug 284163, r+sr=jst
2005-03-01 03:03:05 +00:00
leon.sha%sun.com
5b884652d2 Bug 283437 [Postscript] If the page size is not set correctly, there will be a PostScript error "configurationerror".
Patch by leon.sha@sun.com.
kherron+mozilla: review+
roc: superreview+
2005-03-01 02:38:04 +00:00
timeless%mozdev.org
09c041dc51 Bug 283519 OOM mlk [@ workbuf_extend]
patch by ajschult@verizon.net r=roc sr=roc
2005-03-01 02:08:41 +00:00
bob%bclary.com
0b57e38c90 Modify to include 3 sections for N=20000, 0xFFFF, 100000 2005-03-01 01:45:46 +00:00
roc+%cs.cmu.edu
c0f1276ed2 Bug 241245. Make 'Desk' a supported system directory on Unix, and make it fully cross-platform. r+sr=darin 2005-03-01 01:03:33 +00:00
bob%bclary.com
0dc8929acf Initial add. Regression test for bug 280769, comment 12 by igor@mir2.org 2005-03-01 00:59:48 +00:00
bugzilla%arlen.demon.co.uk
3cd5157e61 Bug 282893 Properly indent children in help files especially <div> Minor tweaks to customize, mail (image alignment) and shortcuts
p=giacomo.magnini@portalis.it r=me
2005-03-01 00:49:13 +00:00
wtchang%redhat.com
644de69186 Fixed text file line endings.
Modified Files: Makefile alt.c cache.c errors.c file.c manifest.mn
        ntgetpin.c pin.c pk11.c std.c svrcore.h user.c
2005-03-01 00:27:38 +00:00
roc+%cs.cmu.edu
27d8bcfcf0 Bug 262057. Migrate i18n prefs from Seamonkey to Firefox. r=mconnor, patch by Wolfgang Rosenauer (Novell) 2005-02-28 23:57:22 +00:00
wtchang%redhat.com
2452150538 Bugzilla bug 282610: contribute the Netscape svrcore library to open
source.  This library is used by the LDAP command-line tools and some
Netscape servers.
Added Files: Makefile alt.c cache.c errors.c file.c manifest.mn ntgetpin.c
        pin.c pk11.c std.c svrcore.h user.c
2005-02-28 23:47:55 +00:00
roc+%cs.cmu.edu
85598b4696 Bug 236996. Underline IME preedit text on Mac. Patch by waverider, r=masayuki, sr=roc 2005-02-28 23:39:26 +00:00
joshmoz%gmail.com
e7a8d43ea2 fix broken Safari bookmark importing b=284159 2005-02-28 23:33:58 +00:00
bugzilla%arlen.demon.co.uk
4811003968 Bug 282893 Properly indent children in help files especially <div> mail_sec, page_info, passwords, profiles fixes
p=giacomo.magnini@portalis.it r=me
2005-02-28 23:27:41 +00:00
mozilla.mano%sent.com
1ba440ea0e Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin 2005-02-28 23:09:24 +00:00
bugzilla%arlen.demon.co.uk
98006b5e74 Bug 282893 Properly indent children in help files especially <div> Glossary and help_help fixes
p=giacomo.magnini@portalis.it r=me
2005-02-28 22:56:50 +00:00
caillon%redhat.com
77b60af2ac 250245 - spec changed, its now Document.inputEncoding
r+sr=jst
2005-02-28 22:35:02 +00:00
bzbarsky%mit.edu
08fb911838 Make sure to flush pending notifications as needed when calling
getElementById.  Bug 283468, r+sr=jst
2005-02-28 22:24:17 +00:00
mozilla.mano%sent.com
e08630108b Bug 284140 - (regression from 237776) escape no longer freezes animated gifs. r=mconnor 2005-02-28 22:01:56 +00:00
travis%sedsystems.ca
6db77ab839 Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700)
Patch by : Frederic Buclin <LpSolit@gmail.com>  r=mkanat  a=justdave
2005-02-28 21:33:16 +00:00
travis%sedsystems.ca
b2e58cc596 Bug 283183 : check_multi in Config.pm returns a bad error message if the check fails
iPtch by Frederic Buclin <LpSolit@gmail.com>   r=mkanat  a=myk
2005-02-28 21:31:31 +00:00
wtchang%redhat.com
cf16f9585d Bugzilla Bug 283710: disable executable stack on ia64. The patch is
contributed by Christopher A. Aillon of Red Hat.  r=wtc.
2005-02-28 21:13:05 +00:00
wtchang%redhat.com
c934682aaf Fixed comments. 2005-02-28 21:08:43 +00:00