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

70334 Коммитов

Автор SHA1 Сообщение Дата
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
nhotta%netscape.com e159afee6e Added error handling for setting tooltip text, bug 51608, patch from ducarroz, r=nhotta. 2000-09-11 19:02:49 +00:00
neeti%netscape.com fbbe14b2af fix for bug 50977-After surfing, web pages stop loading. Tossing cache fixes,r=dp 2000-09-11 19:00:40 +00:00
pinkerton%netscape.com 23727ce05e make sure we only uncheck siblings if there is a name attribute and if we're a radio menu. r=saari, bug 51685 2000-09-11 18:53:39 +00:00
mcgreer%netscape.com 527ef9f038 initial checkin of Diffie-Hellman implementation 2000-09-11 17:11:50 +00:00
pete%alphanumerica.com e49a8860f7 cleaned up and added two more functions
a=brendan
2000-09-11 16:50:44 +00:00
nboyd%atg.com f61a4fa629 Fix bug 49350 2000-09-11 15:12:04 +00:00
wtc%netscape.com b018953204 Backed out the previous checkin. I found another solution. 2000-09-11 15:01:04 +00:00
wtc%netscape.com 224864f47f Added the moz_import rule for the Windows build. 2000-09-11 15:00:22 +00:00
bryner%uiuc.edu f3322a4f19 Removing extraneous text before comment. r=blizzard. 2000-09-11 14:33:45 +00:00
nboyd%atg.com 20778e1dde version with debugger directories 2000-09-11 14:10:23 +00:00
locka%iol.ie 9a87e1e494 Added decl of kSimplURICID. b=37416, r=valeski 2000-09-11 14:09:54 +00:00
briane%qnx.com dede0b5c18 NOT PART OF BUILD - PHOTON ONLY
Varios fixes to allow the widget code to work with the latest
changes to the mozilla tree
Brian Edmond
2000-09-11 13:53:04 +00:00
briane%qnx.com 2e8fedab64 NOT PART OF BUILD - PHOTON ONLY
Various fixes to correct drawing problems and speed up the rendering
and font engine
Brian Edmond
2000-09-11 13:51:58 +00:00
locka%iol.ie c4e69c5cf5 Added decl of kSimplURICID. b=37416, r=valeski 2000-09-11 13:29:22 +00:00
ccarlen%netscape.com 3335f30fbd Fix for #51459 For Mac, in nsStdURL::GetFile, only convert '/' to ':' in directory portion of path, not leaf name. r=rjc 2000-09-11 12:51:52 +00:00
rods%netscape.com 88ef4a03b8 Applied patches for Bugs 49300 and 44656. These patches reduce the number
of times the X-Server gets hits and speds up processing of events.
r=pavlov
2000-09-11 12:43:00 +00:00
locka%iol.ie 202876a728 Add notification to embedders when an unrecognized URI is clicked on before discarding it. b=37416, r=valeski 2000-09-11 12:38:54 +00:00
cls%seawood.org 50cf95135d OS_ARCH does not set release numbers 2000-09-11 08:08:24 +00:00
cls%seawood.org dea8421e19 Workshop 5.0 refuses to cast a |const char *| to a |char *| so fix the variable 2000-09-11 08:05:02 +00:00