Commit Graph

114575 Commits

Author SHA1 Message Date
burnus%gmx.de
bcc86b9aea Bug 190582 - quips table initial definition in checksetup.pl missing approved column
r,a=justdave
2003-01-25 10:22:34 +00:00
bzbarsky%mit.edu
7d5bb00be6 Fix "maxlength" attr regression. bug 190425, r=jkeiser, sr=jst, a=asa 2003-01-25 04:50:24 +00:00
bzbarsky%mit.edu
287ffb9a14 Remove hack around bug in nsPipe now that the bug is fixed. Bug 190410,
r=bbaetz, sr=darin, a=asa
2003-01-25 04:45:36 +00:00
jake%bugzilla.org
61f8cf6042 Bug 190521 - If the attachment didn't have a Content-Description: header in the e-mail, it ended up not having a description in Bugzilla leaving nothing to click on in the Attachment table on the bug form.
r=jake
a=justdave
2003-01-25 04:39:14 +00:00
bryner%netscape.com
da1893e985 fixing IRIX bustage (^M's from mstoltz's checkin) 2003-01-25 03:58:38 +00:00
darin%netscape.com
31d802b213 fixes bug 190003 "cannot open links when pipelining enabled, URLs load
forever, process not terminated on exit" r=dougt sr=bzbarsky a=dbaron
2003-01-25 02:30:20 +00:00
waldemar%netscape.com
153e553afc Added set<= 2003-01-25 02:26:51 +00:00
waldemar%netscape.com
8366fdb93e Reorganized instance member lookup to remove vtables and simplify and slightly restrict overriding 2003-01-25 02:20:16 +00:00
waldemar%netscape.com
d86eac4a0b Updated action font 2003-01-25 02:19:17 +00:00
bryner%netscape.com
5b6211731b fixing cocoa-only bustage; not part of the normal build. a=roc. 2003-01-25 02:18:29 +00:00
bryner%netscape.com
277d4c5fdc fix frame name for nsTextControlFrame (debug-only code). r/sr/a=roc. 2003-01-25 01:47:20 +00:00
mstoltz%netscape.com
366a456693 Bug 189799 - Ignore username:password portion of URL when making URL comparisons for security. r=heikki, sr=jst, a=asa 2003-01-25 01:43:37 +00:00
blythe%netscape.com
19cacd066f Not part of the normal build.
Implement drift negation in order to clean up the win32 diff report.
2003-01-25 01:31:17 +00:00
ssu%netscape.com
5e2ea09c81 fixing blocker bug 190465 - Download/Saving of files/pages is completely broken for installer builds with GRE. sr=spitzer 2003-01-25 01:23:08 +00:00
sspitzer%netscape.com
4ba4e22e66 fix for #190215. multi-line properties in string bundles don't work on win32.
this isn't a blocker, but it's bad enough to take for the respin.
patch by alecf.  r/sr=sspitzer, a=kyle
2003-01-24 21:47:53 +00:00
mikep%oeone.com
18d562e876 Fixing bug 189903, moving views section of calendar prefs to its own node. Patch by Tim Davenport. 2003-01-24 15:39:40 +00:00
ccarlen%netscape.com
43125c350a Add nsCloseAllWindows.js to the packages - needed for bug 97622. r=dougt/sr=alecf/a=asa 2003-01-24 15:38:44 +00:00
neil%parkwaycc.co.uk
5b2b80e784 Bug 189384 Composer window slow to load r=brade sr=sfraser a=asa 2003-01-24 13:33:32 +00:00
burnus%gmx.de
e358f55fce Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch_to_shadow_db
r=bbaetz
a=justdave
2003-01-24 10:59:08 +00:00
neil%parkwaycc.co.uk
cec41a4834 Bug 189842 Highlighting in about:config is too dark p=durbacher@gmx.de r=me sr=jag a=asa 2003-01-24 10:37:40 +00:00
asa%mozilla.org
7bd1bd60b8 checkin for dmose. fix bustage for --enable-ldap-extensions bug 189691 r+sr=dmose a=asa 2003-01-24 09:57:29 +00:00
gerv%gerv.net
1b1d145c63 Bug 190377 - Add credit for JPNIC code to about: page. Patch by gerv; r=caillon, a=asa. 2003-01-24 07:57:35 +00:00
rginda%netscape.com
80b2fd7697 - chatzilla only -
a=asa@mozilla.org
fix main chatzilla pref panel, bug 190935
chatzilla pref menuitem should open to chatzilla pref panel, bug 23265
channel links missing port number, bug 133561
view scrolls for new messages even when viewing scrollback, bug 109993
2003-01-24 07:44:55 +00:00
wtc%netscape.com
228b3e52ed Bug 190396.
Don't fail the search if the token returned an error that indicates that it
legitimately couldn't find a CRL
2003-01-24 06:37:03 +00:00
sspitzer%netscape.com
84c3008db9 fix a transparency issue with one of the icons from gail 2003-01-24 05:32:34 +00:00
darin%netscape.com
d3b0426bfe fixes bug 189843 "Cannot make any connections to "localhost" (127.0.0.1)"
r=dougt sr=sspitzer a=blizzard
2003-01-24 05:32:06 +00:00
sspitzer%netscape.com
ce841c0e75 supplimental fix for #189988,
the "don't slap a <div> around the body when forwarding plain text emails" bug.
fix suggested by ducarroz.
r=kaie, sr=sspitzer, a=blizzard
2003-01-24 05:17:42 +00:00
sspitzer%netscape.com
b3422aebf5 new icons from gail. a=asa 2003-01-24 04:32:25 +00:00
sspitzer%netscape.com
c124beb22d "fix" for regression bug #190153.
clicking in addressing widget (in reply or edit mailing list dialog)
duplicates the first address.

regression caused by the band-aid for #90337.

thanks to neil for this patch.

r/sr=sspitzer,a=blizzard
2003-01-24 04:04:40 +00:00
depstein%netscape.com
a4a2e4c7d1 Added VisitRequestHeaders and VisitResponseHeaders for nsiHttpChannel tests.
Added in support for Tooltip Listener. not part of the build.
2003-01-24 03:56:31 +00:00
ssu%netscape.com
4094383b5a fixing bug 190131 - Need to run xptlink.pl after GRE stage creation process. r=granrose,sr=,a=leaf 2003-01-24 01:22:06 +00:00
darin%netscape.com
3984515ac0 fixes bug 190194 "cache leak regression from recent checkin"
r=gordon sr=bzbarsky a=asa
2003-01-24 01:13:15 +00:00
darin%netscape.com
383f41f652 fixes bug 189897 "Download starts with Download Error, then Cancel Button disabled"
r=adamlock sr=bzbarsky a=dbaron
2003-01-24 00:53:00 +00:00
aaronl%netscape.com
8cdfeb9426 Bug 189228. Find as you type text search not working after repeated find. r=kyle, sr=henry jia 2003-01-24 00:50:02 +00:00
bzbarsky%mit.edu
1ac1ccdd97 Document the various fields in mimeTypes.rdf. Bug 61408, r=timeless,
sr=mozbot, rubber-a=roc+moz
2003-01-24 00:46:11 +00:00
dougt%netscape.com
8f6e9b6d45 file dlldeps.cpp was initially added on branch NSFILE_REMOVAL_01232003_BRANCH. 2003-01-24 00:36:04 +00:00
justdave%syndicomm.com
b95b848835 Bug 106918: the "movers" param was not being interpreted correctly by move.pl or the show_bug template. Also the exporter value was not properly fed into the xml template.
r= myk, a= justdave
2003-01-24 00:27:28 +00:00
blythe%netscape.com
7c49a8ef52 Not part of normal build.
Hopefully fix win32 tinderbox codesighs numbers.
Problem revolved around decoding string outside of printable range.
This was giving the scripts (sort) some problems.
2003-01-24 00:27:17 +00:00
gerv%gerv.net
1c66027d21 Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave. 2003-01-23 23:34:10 +00:00
relyea%netscape.com
998b101109 Bug 167756. Clean up previous patch: add lastState field, and set the SSL Error on failure. 2003-01-23 22:02:37 +00:00
ssu%netscape.com
1512c3d70b fixing bug 190309 - mozilla stub installer does not work. r=granrose, a=leaf 2003-01-23 21:37:55 +00:00
pschwartau%netscape.com
af6689a84a Commenting out sections containing (?< or (?(condition). Perl supports these operators, but ECMAScript does not. 2003-01-23 20:56:08 +00:00
pschwartau%netscape.com
600b47262e Trivial comment fix. 2003-01-23 20:22:19 +00:00
pschwartau%netscape.com
bf4b23fd55 Removing an erroneous section. According to the spec, can't have more than 2 consecutive |?| quantifers in a regexp. 2003-01-23 20:08:39 +00:00
pschwartau%netscape.com
b943be23ed Whitespace cleanup. 2003-01-23 20:03:12 +00:00
relyea%netscape.com
17117c5e23 Write changes back to the database when we correct incorrect user bit settings. 2003-01-23 19:38:53 +00:00
ssu%netscape.com
fdf5d8fa14 fixing bug 190247 and 190151 blocker bugs - mozilla fails to enter secure site. r=chak,a=leaf 2003-01-23 19:34:03 +00:00
blythe%netscape.com
c25635b632 Not part of build
Jump out on match
2003-01-23 18:59:25 +00:00
mikep%oeone.com
7d3aec86d0 Removing extra F in background-color.. 2003-01-23 17:57:52 +00:00
blythe%netscape.com
fb1ed06402 Not part of the normal build.
Ignore some special symbols in the symbol dump.
2003-01-23 17:38:03 +00:00