Commit Graph

50742 Commits

Author SHA1 Message Date
pinkerton%netscape.com
6198164edb Fix for 18240, don't optimize out recalculating regions when mBounds doesn't change on a resize. r=beard, sfraser. 2000-01-17 01:34:26 +00:00
svn%xmlterm.org
f034debf61 XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD
Implemented full screen operations for LineTerm only; works with Jan12 build
2000-01-17 01:16:14 +00:00
hyatt%netscape.com
135d0fa99d Fixing tree regression from a table checkin. 2000-01-17 01:10:41 +00:00
rbs%maths.uq.edu.au
b159fe6b2b [#ifdef MOZ_MATHML] Get the real x-height for precise MathML positioning. Bug 18814 can feed on this. 2000-01-17 00:54:01 +00:00
beard%netscape.com
fc4e9ce477 turned on usage of nsViewManager2, which seems to fix some important bugs on linux, such as #20185, and definitely #21405. r=pavlov 2000-01-17 00:52:39 +00:00
pavlov%netscape.com
8dbe181464 build nsViewManager2.cpp on windows r=beard 2000-01-17 00:45:51 +00:00
pavlov%netscape.com
29fdfdb559 build nsViewManager.cpp on linux r=beard 2000-01-17 00:43:57 +00:00
beard%netscape.com
639bcc28ec cleaned up, removed NSGetFactory, added conditional usage of nsViewManager2, which will be turned on soon. r=pavlov 2000-01-17 00:43:36 +00:00
beard%netscape.com
f03825bf41 forward declaring nsIViewManager rather than including nsViewManager.h. r=pavlov 2000-01-17 00:43:02 +00:00
dougt%netscape.com
781a91974d fixes bug 24122. submitted by beard. 2000-01-16 23:30:33 +00:00
beard%netscape.com
0a5199b6ca Added nsViewManager2.cpp. r=sfraser 2000-01-16 23:08:50 +00:00
briano%netscape.com
9506fe0682 Replaced MOZ_COMPONENT_XPCOM_LIBS with MOZ_COMPONENT_LIBS so we pick up the NSPR libs as well. Fixes a couple of ignored platform Tinderbox builds. 2000-01-16 22:52:57 +00:00
beard%netscape.com
f2501edaff Simple back to front compositor. 2000-01-16 22:28:28 +00:00
Jerry.Kirk%Nexwarecorp.com
e3ae6932b7 bug 8001; add font name prefs code for Photon. This is initial
and only meant to get things compiling again until I can review and
understand this bug. PHOTON ONLY
2000-01-16 18:25:37 +00:00
tor%cs.brown.edu
28e11c285f build bustage fix for older C++ compilers; false -> PR_FALSE; r=cls 2000-01-16 17:06:08 +00:00
morse%netscape.com
256f4a21cc fix bug 12787, jscookie.h not needed anymore, r=dp 2000-01-16 16:51:04 +00:00
dbaron%fas.harvard.edu
af22815866 Fix performance problem pointed out by Jim Nance that there is excessive creation and destruction of clip regions during painting. The fix stops using PushState() and PopState() to undo a translation, since that causes the creation and destruction of a clip region.
r=troy
2000-01-16 15:13:46 +00:00
rjc%netscape.com
2d4e1721dc Second part of fix for bug # 21175: force a bookmark URL to have a scheme (default: "http://") 2000-01-16 11:52:18 +00:00
gagan%netscape.com
a905c41b20 Fixed bug 17293, 17244, 20814 -- all because some servers wouldn't understand lowercase HTTP headers. We now send HTTP headers in compatible case as 4.*. r=rpotts 2000-01-16 06:59:43 +00:00
bryner%uiuc.edu
2331281300 Removing another stray printf. Sorry about that. 2000-01-16 05:41:17 +00:00
bryner%uiuc.edu
ba8ab5cfc8 Taking out one printf I forgot about, and #ifdef'ing another one for me. 2000-01-16 05:39:30 +00:00
bryner%uiuc.edu
6012d905b7 Make trees capable of scrolling by full pages with the mouse wheel.
General cleanup and additions to mousewheel debugging code (which is
#ifdef DEBUG_scroll).  r=hyatt.
2000-01-16 05:30:49 +00:00
rginda%netscape.com
6b9b799616 -- CHATZILLA CHANGES ONLY --
* makefile.win, Makefile.in
Remove test1 and test2 files from install.

* connection-xpcom.js
replace enablePrivlege() calls with getPriv().

* utils.js
added jsenv.HAS_SECURITYMANAGER
replace enablePrivlege() calls with getPriv().
add getPriv() function.

* test3-handlers.js
fix onError funciton name.

* test3-readprefs.js
Add MPL (doh!)
replace enablePrivlege() calls with getPriv().

* test3-static.js
Adjust version reply string
Add check/error report for proper privs.
enable munger by default (Again)

* test3.xul
Show check in munger menu entry when page is loaded.
2000-01-16 05:07:01 +00:00
bruce%cybersight.com
7dc196d66e End of lines are good. Fixing ports bustage. 2000-01-16 04:56:08 +00:00
Jerry.Kirk%Nexwarecorp.com
de736503c8 Photon Only change experimenting with getting Mozilla to appear
on the users current virtual console.
r=kedl
2000-01-16 02:02:06 +00:00
Jerry.Kirk%Nexwarecorp.com
2ea6fa1d79 Work around a Photon bug when trying to Invert Text in the InvertRect
function by forcing a flush after the draw.
r=kedl
2000-01-16 01:55:27 +00:00
Jerry.Kirk%Nexwarecorp.com
1c6e902daf Multiplying the Screen Width and Height by three to take into account
the default 3x3 virtual console. This may not be the "right" way
but I am going with it for the moment.
r=kedl
2000-01-16 01:53:47 +00:00
dveditz%netscape.com
de50314de5 Bug 21133, remove XPInstall's private JSRuntime 2000-01-16 01:49:37 +00:00
dveditz%netscape.com
7184581a85 Bugs 7132, 22712: registry keys are now case-sensitive 2000-01-16 01:18:52 +00:00
briano%netscape.com
b490e7f1ac Automated update 2000-01-15 22:00:26 +00:00
colin%theblakes.com
0791e7b2d5 Fix OpenVMS build (broken by rev 1.562). r=cls 2000-01-15 21:54:19 +00:00
morse%netscape.com
ef017fd994 removed unused include file -- jscookie.h, part of bug 12787 2000-01-15 20:36:46 +00:00
harishd%netscape.com
44a0b78c15 Fix for bugs:
22485, 20799 ( SCRIPT content processing)
r=vidur,pollmann
Fix for bugs
22260 ( enabling userdifined tags ) - partial fix.
23765 ( handling misplaced newlines/whitespace).
r=rickg
2000-01-15 20:35:57 +00:00
karnaze%netscape.com
8a106ef33c fixed printing assertions; more throughly check cell map usage for contuining frames;
fixed bug 24057; r=kmcclusk,cmanske; could not run mail smoke tests due to prior bustage.
2000-01-15 20:10:00 +00:00
morse%netscape.com
01ce4c8e4b fix bug 21324, remove one level of dialog, r=pnunn 2000-01-15 19:36:29 +00:00
erik%netscape.com
287652f4c1 bug 24005; was rounding font size down to be compatible with Nav4; this
turns out to have disastrous effects on pages with font-size 9px; removed
the rounding code after testing effects on various "Top Sites"; r=none
(but discussed with Troy)
2000-01-15 18:50:18 +00:00
erik%netscape.com
496213931b bug 17861; set minimum default logical resolution to 96, using OS's
reported value if higher than 96; coded by David Baron; r=erik
2000-01-15 18:20:54 +00:00
morse%netscape.com
7d10ee5167 trivial two-character change to remove build warning, no review 2000-01-15 17:25:58 +00:00
terry%mozilla.org
854fa36af4 If there is only one component, then select it for the user. 2000-01-15 17:25:51 +00:00
brade%netscape.com
84dd516250 initialize all fields in event structure for menu events; r=joki 2000-01-15 17:25:14 +00:00
brade%netscape.com
b027afa2cf initialize all fields of mouseEvent; r=joki 2000-01-15 17:22:09 +00:00
brade%netscape.com
1a4bae4013 remove function DispatchKeyPressEvent (not used); initialize the modifier keys in the event structure; r=joki 2000-01-15 17:21:20 +00:00
brade%netscape.com
5fc79019be remove function DispatchKeyPressEvent (not used) r=joki 2000-01-15 17:21:10 +00:00
erik%netscape.com
012a52cadf bug 8801; add default font name prefs for Unix; r=ftang 2000-01-15 16:38:35 +00:00
erik%netscape.com
ebccc58538 bug 8801; add font name prefs code for Unix; r=ftang 2000-01-15 16:37:53 +00:00
erik%netscape.com
f39bfbbc25 bug 8801; remove all the new font size prefs, since default value is now
the same for all generics (serif, monospace, etc) and it is set in the
C++ code; default size for East Asian languages may be set here in the
future; r=ftang
2000-01-15 16:32:11 +00:00
morse%netscape.com
6069428a80 just a table change, no code review 2000-01-15 16:30:46 +00:00
erik%netscape.com
86706b24f4 bug 8801; use same default size for all generics (serif, monospace, etc);
set default size to 16px; allow pref to be specified in either px or pt;
as discussed in mozilla.layout; r=ftang
2000-01-15 16:30:13 +00:00
morse%netscape.com
068f20040e just a table change, no code review 2000-01-15 15:56:13 +00:00
jfrancis%netscape.com
3942aa7503 speeding up selection by directly creating ranges, rather than going through CreateInstance(). See bug 19273. 2000-01-15 14:52:24 +00:00