Commit Graph

58337 Commits

Author SHA1 Message Date
rginda%netscape.com
17ec7b0f1a removing bogus file 2000-04-18 00:20:10 +00:00
rginda%netscape.com
501e880dcc adding files for namespace change 2000-04-18 00:19:09 +00:00
rginda%netscape.com
f8d4b9c989 added js::VM, ICG, JSTypes, and Interpreter namespaces; messed around with lots of code.
Created class for each ICode, adding a print() method (using formatters)
2000-04-18 00:17:34 +00:00
evaughan%netscape.com
a794898863 Putting back code that was backed out last week.
-a leaf
2000-04-18 00:17:00 +00:00
beard%netscape.com
8cdd6bce1b FASTLOCK changes. 2000-04-17 23:58:28 +00:00
Peter.VanderBeken%pandora.be
f02401697b Include mozilladom.h if MOZILLA is defined. Hack until we get the dom directories cleaned up. Not part of build yet. a=leaf 2000-04-17 22:01:39 +00:00
Peter.VanderBeken%pandora.be
d988193393 Remove use of nsXMLDocument so we only use interfaces. Not part of build yet. a=leaf 2000-04-17 22:00:30 +00:00
waterson%netscape.com
323fb9085e Fix build bustage. 2000-04-17 17:51:01 +00:00
robinf%netscape.com
a6886297ea thieds file not necessary for cck cd autoruyn screen 2000-04-17 17:24:04 +00:00
danm%netscape.com
23a08730ff removing deleted files a=leaf 2000-04-17 16:35:06 +00:00
buster%netscape.com
a89c2dd5fd I suck. More debugging code that should have been removed. 2000-04-17 15:54:55 +00:00
buster%netscape.com
2ac349c74c one line of debug code accidentally slipped in. Removed. 2000-04-17 15:03:55 +00:00
scc%netscape.com
1d1d1c6957 needed to make the implementation of |EqualsIgnoreCase(nsIAtom*, ...)| available. 2000-04-17 14:50:07 +00:00
scc%netscape.com
c709f689ab making string conversions explicit 2000-04-17 14:47:33 +00:00
buster%netscape.com
f40b76249a bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu>
r=buster

bug 18545 ([FLOAT] Problem Centering <TABLE> with <DIV> tag)
r=troy

bugs 18827, 19579, 22327 24782, 26512, 30124, 31849, 32846 (floater behavior wrong)
The primary change here is to determine if a block is impacted by a floater, and if so
mark the block's lines dirty when appropriate.
r=troy

no bug number.  performance work.  reduced the size of some reflow data structures by
collapsing multiple fields into a single bit field.
r=troy
2000-04-17 14:40:46 +00:00
scc%netscape.com
ee58499ab3 making string conversions explicit 2000-04-17 14:40:25 +00:00
scc%netscape.com
8495fc494c making string conversions explicit 2000-04-17 14:30:23 +00:00
conrad%ingress.com
718c4b9891 First Checked In. 2000-04-17 12:27:12 +00:00
scc%netscape.com
3b6352004b fixing build bustage 2000-04-17 12:22:37 +00:00
conrad%ingress.com
33dce6c501 First Checked In. 2000-04-17 12:19:56 +00:00
scc%netscape.com
8739a8e907 attempting to fix build bustage 2000-04-17 11:49:23 +00:00
scc%netscape.com
e213406534 making string conversions explicit 2000-04-17 11:24:01 +00:00
jim_nance%yahoo.com
80c2a6a6af Fix the last part of 34949
r=cla a=bienvenu
2000-04-17 11:20:15 +00:00
jim_nance%yahoo.com
c742799ac5 configure 2000-04-17 11:16:40 +00:00
scc%netscape.com
c952973a48 Added private unimplemented signatures of |...WithConversion| to prevent accidents where I should have used the non-converting form. Removed |AppendWithConversion|s that stood in for |AppendInt| and |AppendFloat|. 2000-04-17 11:06:41 +00:00
heikki%citec.fi
a69eed4d84 Changed redirects to point to the updated XML demos (new XLink). 2000-04-17 10:47:37 +00:00
scc%netscape.com
37d7f881c6 making string conversions explicit 2000-04-17 10:28:55 +00:00
scc%netscape.com
d967b5fb5c making string conversions explicit 2000-04-17 09:57:13 +00:00
scc%netscape.com
424bd7be3a fixing an earlier mistake while making string conversions explicit 2000-04-17 09:56:40 +00:00
scc%netscape.com
71bde1364b making string conversions explicit, had to fix an accidental regression from rickg 2000-04-17 09:09:42 +00:00
scc%netscape.com
613085c7a8 making string conversions explicit 2000-04-17 08:21:30 +00:00
rickg%netscape.com
0ff6ad9ae9 correct linux build problem 2000-04-17 07:21:19 +00:00
nisheeth%netscape.com
7b7f9d1021 Fix for bug 30958: Reflow commands are now processed asynchronously all the time. The semantics of the API for queuing and processing reflow commands has changed. Now, AppendReflowCommand() initiates an asynchronous reflow event and all reflow command processing happens when that event fires. It is no longer possible for consumers outside the presentation shell to call ProcessReflowCommands() synchronously. Because of this change, reflow locks are no longer needed and have been removed. 2000-04-17 07:13:57 +00:00
rickg%netscape.com
e7f8ee498d fixed DTD selection bugs; entity bugs; conditionally enabled Strict DTD 2000-04-17 06:33:31 +00:00
tbogard%aol.net
2440048faf Added more code to ShouldAddToGlobalHistory to properly weed out items such as "about", "imap", "news", and "mailbox" schemes from getting put into global history. 2000-04-17 05:54:09 +00:00
rjc%netscape.com
6cd8433000 Fix trivial warning regarding initialization order. 2000-04-17 05:46:13 +00:00
tbogard%aol.net
6be9ab4645 Removed the URLShouldBeInHistory function to resolve bug 29604. DocShell now properly calls only when it should to add a page to history. 2000-04-17 05:38:22 +00:00
rjc%netscape.com
afb16b6383 Comment out oftenhit assertion in ArcLabelsIn(). 2000-04-17 05:26:25 +00:00
rjc%netscape.com
95e0bbdcad Fix GetURI() to return "rdf:httpindex". 2000-04-17 05:22:50 +00:00
rjc%netscape.com
909da24beb Aggregate in "rdf:httpindex". 2000-04-17 05:17:15 +00:00
ssu%netscape.com
0064f3a84f fixing bug #7874 (on going). this file is not part of tinderbox build. would affect windows platforms only. 2000-04-17 05:11:34 +00:00
rjc%netscape.com
f615030afd Aggregate in "rdf:httpindex". 2000-04-17 05:10:04 +00:00
rjc%netscape.com
a2eff0ec69 "HTTP-Index" datasource now allows easy aggregation with out datasources. 2000-04-17 05:07:26 +00:00
cls%seawood.org
2f26143893 Fix non-MD and non-native makedepend depend builds. Bug 35186. r=jlnance 2000-04-17 04:57:33 +00:00
blizzard%redhat.com
1376d32f64 fix for bug #14856. this fixes DOM key events on linux so that a keyrepeat is keydown, keypress, keypress, keypress, keyup like it should be. r=syd 2000-04-17 04:45:08 +00:00
bryner%uiuc.edu
efb948c488 Write the html, title, and body tags directly to the stream listener
without having them go through the txt->html conversion.  This makes it so
we don't accidentely try to form an HREF inside the title.  r=valeski.
2000-04-17 04:40:44 +00:00
tbogard%aol.net
f347a29188 Fixed stop to look at the right item for the disabled state. Fixes 35975. 2000-04-17 04:39:38 +00:00
rbs%maths.uq.edu.au
7467ba48c7 [NOT PART OF THE DEFAULT BUILD] Compute the actual bounding metrics of the minus sign ('-') to get a more acurate math axis 2000-04-17 04:23:03 +00:00
rbs%maths.uq.edu.au
4731458891 [NOT PART OF THE DEFAULT BUILD] Pick stretchy glyphs from the Math4 font. Make the stretchy code more robust by explicitly re-ordering the font-family list to place the selected font to be used in first position 2000-04-17 04:19:54 +00:00
rhp%netscape.com
32d8d79f6a Fix for crash on vCard Add button - Bug #34780 2000-04-17 04:16:06 +00:00