Граф коммитов

70353 Коммитов

Автор SHA1 Сообщение Дата
relyea%netscape.com a4e1bb6ae3 nssTracker functions should only be defined in debug builds 2000-09-11 23:27:56 +00:00
slamm%netscape.com 57e5611fcb 'Panel' -> 'Tab' (51091) r=mcafee 2000-09-11 23:27:22 +00:00
slamm%netscape.com 984b1d46c3 Fix sidebar popopen on search (51694). Move all the logic into sidebarOverlay.js. r=pavlov 2000-09-11 23:27:16 +00:00
ben%netscape.com 0dcb5e2dfc 51644, throbber button too big
this time, I'll even choose a unique ID!
2000-09-11 23:15:24 +00:00
warren%netscape.com 7f60584c8e Made make-jars.pl copy files to dist as well as zip them (with -c option). 2000-09-11 23:08:41 +00:00
ddrinan%netscape.com 9dd689471c Fix for bug 47435 2000-09-11 23:08:19 +00:00
peterlubczynski%netscape.com 144fd4e5e9 Fix for bug 46368. Fixed cellMet.mMaximumWidth for incremental reflow. r=karnaze 2000-09-11 22:58:59 +00:00
dougt%netscape.com 09a4bb02bb Fixing error codes. r=waterson. 2000-09-11 22:56:15 +00:00
nelsonb%netscape.com ed8cacc2c9 Stop using "reserved" fields of PRIOMethods by name. Fixes bug 52092. 2000-09-11 22:37:12 +00:00
wtc%netscape.com 7774189fb3 Bugzilla bug #52187: modified ckapi.perl to read its input from the
first command-line argument as opposed to stdin.  Checkin on behalf
of sonmi@netscape.com.
Modified files: Makefile, ckapi.perl
2000-09-11 22:37:01 +00:00
andreww%netscape.com 7788b0c25f bugzilla bug 28519, r=varada, visual cue for focus on mail 3 pane. 2000-09-11 22:28:27 +00:00
akkana%netscape.com f9508b7d47 36082: don't load contents of script tag if script evaluation is off. r=brendan 2000-09-11 22:27:53 +00:00
blakeross%telocity.com b408a1058c Fix bug 48859: make the tree columns in the XPI install and status dialogs resizable. r=jag a=brendan 2000-09-11 22:21:55 +00:00
rogerl%netscape.com 9538af446c Removed unnecessary arg. from Call instruction. 2000-09-11 22:11:55 +00:00
rogerl%netscape.com e9324adac8 Added getter/setter for names. 2000-09-11 22:10:44 +00:00
jst%netscape.com 65092804c2 Adding new file, not part of the build. 2000-09-11 22:10:08 +00:00
valeski%netscape.com 0e846ae2d1 50188. forcing stderr/out output to be debug only 2000-09-11 22:08:43 +00:00
valeski%netscape.com 0a8271f14c 50188. removing webshell leak detection special macros. now we'll spew data in debug builds only 2000-09-11 22:06:52 +00:00
varada%netscape.com e5f1e13cca fix for bug#49720; deleting recipient causes error message; r=ducarroz 2000-09-11 21:55:12 +00:00
wtc%netscape.com f4eec2de72 Bugzilla bug #52173: restored the FORCE target for NT. 2000-09-11 21:54:10 +00:00
attinasi%netscape.com cba3d5a333 Backed out changes to the event priorities (from bug 36849). This backout is to keep viewer in sync with Mozilla (see backout of same change to windows/nsAppShell by jst/vidur). b=36849 not reviewed (backing up to previous code), but discussed with Vidur. 2000-09-11 21:50:35 +00:00
valeski%netscape.com b6373ee1b7 50188. forcing noisy_fonts macro to *not* spew to stderr/out in debug builds. 2000-09-11 21:48:58 +00:00
buster%netscape.com 05f2509eec checking in fix for unix compiler, stupid nsCOMPtr x-platform incompatibility. 2000-09-11 21:43:46 +00:00
wtc%netscape.com 43ae02ba26 Bugzilla bug #52173: accept both ytab.{c,h} and y.tab.{c,h} as the output
files of yacc.
2000-09-11 21:40:42 +00:00
sspitzer%netscape.com 21066d7dbd fix for #34996. make sure pop works with usernames like
foo%bar, foo@bar, foo:bar, and foo/bar
r=alecf
2000-09-11 21:32:08 +00:00
buster%netscape.com 86e0e4dfef forgot to check this in as part of my last checkin.
bug 18754
r=karnaze
2000-09-11 21:25:43 +00:00
nhotta%netscape.com cf1d1f0051 Initialize the output string before appending the conversion result, bug 50413, r=cata. 2000-09-11 21:25:26 +00:00
rods%netscape.com 3bb5999f5b fixed twips rounding error in calculation
b=52135 r=buster
2000-09-11 21:22:43 +00:00
rods%netscape.com 8405e126aa stripping CR/LF in href attrs on mouse over or mouse click
b=52119 r=harishd
2000-09-11 21:21:40 +00:00
nbhatla%netscape.com d3921d2a5b #46423 -> new modern skin. fixing some images in the toolbar. r=hewitt 2000-09-11 21:17:03 +00:00
mstoltz%netscape.com 57478fd67f Fixing 51828, allowing JS/data urls to inheit principal from document if called from system code. r=jst 2000-09-11 21:16:58 +00:00
buster%netscape.com 11241fb485 bug 14280
nsTextTransformer.cpp.
  I moved where we translate the nbsp to a (ascii 32 space character) until after the i18n routines are called, so they can properly account
  for the space as non-breaking and therefore part of the first word in the block.

bug  39901 and 38396
  nsHTMLImageLoader.*, nsImageFrame.cpp
  I backed out the bad fix for 38396, and put in a new fix where I store a little state in the image loader flags for cases where the image
  gets an unconstrained reflow and has %-based width.  This does not handle %-based min-width or max-width, that would be a separate
  bug that I'll file shortly.  But this fixes the vast majority of real cases out there.

bug  18754
  nsHRFrame.cpp, quirks.css, nsCSSFrameConstructor.cpp, last part of nsLineLayout.cpp
  in quirks mode, I changed HR from a block element to a replaced inline element that acts like a block, using generated content to get
  newlines before and after the HR.  This isn't ideal, but it gets us backwards compatibility, and ian and dbaron have blessed the approach.

bug  50257
  nsLineLayout.cpp
  Did a couple of things in here:
       * The actual fix is controlled by FIX_BUG_50257 #define symbol.  This basically says that an break (BR) will always fit on a line.
         A more general solution would probably be to round up to the nearest pixel, and if the thing is less than a pixel make it fit on a
         line.  This is a wimpier, safer solution.
       * I noticed that the way we got the compatibility mode was way out of date, very wasteful.  So I fixed that.
       * I noticed that there were a bunch of redundant SetFlag calls.  Since the flag variable is initialized to 0, setting a flag to 0 on a newly
         created object is a waste.

  nsBlockFrame.cpp  --  just added a comment to some odd looking code, to make sure no one comes along later and breaks it
2000-09-11 21:15:02 +00:00
erik%netscape.com dced4cfefc bug 33162; instead of zeroing out all Unicodes less than 0x2200, we just
zero out the common ones that correspond to CP1252 (for things like smart
quotes), so that we can still see most of the JIS X 0208 characters;
r=ftang
2000-09-11 21:03:58 +00:00
dougt%netscape.com d4abfb1de7 PLEvent optimizations. Part of bug 50104. This reduces the number notifications. r-valeski@netscape.com 2000-09-11 20:59:56 +00:00
rginda%netscape.com 84d6c25c59 reverting old volatile fix for 24892 and replacing with cls' union patch.
spider and xpshell now pass the related testcases.
author=cls, r=me
2000-09-11 20:56:33 +00:00
jst%netscape.com d50223fd65 Fixing the content serializers to compile on Windows. Not part of the build. 2000-09-11 20:55:46 +00:00
putterman%netscape.com 2db1b458e6 Fix for 48246. r=mscott. Enabling now works correctly in alternate 3 pane window. 2000-09-11 20:52:57 +00:00
shanjian%netscape.com dc750e8293 #47027 Can't add language XX when XX-YY is present
ra=ftang
using IndexOf to check if a language is active is unreliable. We need to
compare them one by one.
2000-09-11 20:49:34 +00:00
buster%netscape.com 4aa5410139 added test case 28811 2000-09-11 20:49:30 +00:00
buster%netscape.com 37e900a62c bug 28811
r=karnaze
The problem was we were over-eager in optimizing away a resize reflow for lines
that contain %-aware children.  We were only looking at the first-level children
of a line, not all the children.  Now, we compute a bit for each inline container
based on it's children, true if any of them are %-aware wrt any width measurement.
We propogate this bit upwards to a bit on the line itself, and check this bit during reflow.
2000-09-11 20:46:44 +00:00
dougt%netscape.com a7d77f33f2 Fixes 51759. If we ship without a plugin manager as we can do for embedding, we crash loading most pages with plugins. This change basically returns an error from Reflow if we cant get the plugin manager component. r=valeski 2000-09-11 20:27:25 +00:00
putterman%netscape.com b571c4c94e Fix for 48438. r=alecf. Fixes ability to complete account when clicking on newsgroup url for a new
newsgroup account.
2000-09-11 20:06:27 +00:00
disttsc%bart.nl 9b370729a6 Cleaning up the rest of viewSource.xul build ID mess. b=52085, r=scc, a=brendan 2000-09-11 19:56:28 +00:00
sgehani%netscape.com 5d6c54902f Mac OS 8.5 or higher required dialog text and layout changes. [nsbeta3+ b=38166] 2000-09-11 19:28:20 +00:00
blizzard%redhat.com 2e743c0f75 fix for bug #51778. Hand a provider to the directory service. This should get regchrome working again. r=dougt a=brendan 2000-09-11 19:13:27 +00:00
disttsc%bart.nl 692b48096b Add more font sizes to Fonts pref panel. Author=jwbaker@acm.org, b=52080, r=matt, a=brendan 2000-09-11 19:12:12 +00:00
blizzard%redhat.com 7ba0c56b16 patch for bug #49364. initialize key values during a drag. this should fix mail/news copying instead of moving messages on linux. r=pavlov,pinkerton a=brendan 2000-09-11 19:11:43 +00:00
hyatt%netscape.com 47973a74f3 Fix a moronic XBL usage that was slowing down the entire product (especially the thread pane). r=pinkerton 2000-09-11 19:11:35 +00:00
mcgreer%netscape.com fb864bbd31 fix building of ssl sample code 2000-09-11 19:06:50 +00:00
cmanske%netscape.com 5035181c38 Improvements to formated HTML stream output for HTML source editing. b=50034, r=akkana 2000-09-11 19:03:27 +00:00