Commit Graph

1235 Commits

Author SHA1 Message Date
beard%netscape.com
faf9928aef Bug #5677: Reenabled drawing images referenced by <OBJECT> tags, fixed a crashing bug on the Mac as a result. a=chofmann, r=pierre 1999-06-17 00:58:07 +00:00
sfraser%netscape.com
99112db1a1 Fix for bug 8317 -- leaked caret causes crash. r mjudge, a leaf. 1999-06-16 23:55:48 +00:00
peterl%netscape.com
61d4b9ed9f delete floaters before regular children 1999-06-15 06:16:29 +00:00
av%netscape.com
2808e253e4 Hooking up event passing to winless plugins 1999-06-15 05:28:23 +00:00
ftang%netscape.com
053016f7c4 fix bug 7544 1999-06-15 02:21:03 +00:00
av%netscape.com
ad244932bd Cleaning up 1999-06-14 22:35:46 +00:00
av%netscape.com
bec64804f6 *** empty log message *** 1999-06-13 06:18:35 +00:00
av%netscape.com
e3b6bd77c1 *** empty log message *** 1999-06-13 06:11:33 +00:00
av%netscape.com
c507c2c8b3 *** empty log message *** 1999-06-13 06:06:12 +00:00
av%netscape.com
7eab79e8e3 *** empty log message *** 1999-06-13 06:00:56 +00:00
buster%netscape.com
a2c09e8db1 added support for Ender GFX-rendered text control 1999-06-12 22:28:11 +00:00
av%netscape.com
88039a278d *** empty log message *** 1999-06-12 21:32:49 +00:00
av%netscape.com
9419f45af9 *** empty log message *** 1999-06-11 22:48:50 +00:00
dcone%netscape.com
cc52bf67e6 background Image speed up
Commented out the box around the printout until Troy returns
1999-06-11 14:43:14 +00:00
pollmann%netscape.com
4616e5edb5 Bug 7935: Resizing frames beyond edge doesn't cause offset anymore. 1999-06-11 01:18:50 +00:00
pollmann%netscape.com
d4a3c0415d Bug 4711: Retain frameset resize information through reflows. 1999-06-11 00:51:05 +00:00
pollmann%netscape.com
11376c79a8 Bug 7934: Calculate frameset percentage widths/heights correctly. 1999-06-11 00:28:00 +00:00
mjudge%netscape.com
24d312aeba minor changes to tweak fix from before. GetPositionSlowly was returning wrong thing causing small caps and other wierd spacing letters to be selected incorrectly. 1999-06-10 21:55:14 +00:00
mjudge%netscape.com
225111bf33 fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places.
MJ
1999-06-10 21:08:17 +00:00
kmcclusk%netscape.com
8479bc35a4 Replaced reference with pointer for accessing plainFont in nsTextFrame::Reflow. 1999-06-08 18:12:20 +00:00
av%netscape.com
e5b943bd76 *** empty log message *** 1999-06-08 06:07:51 +00:00
joki%netscape.com
7e2352ba3a Adding new method to nsIDOMNSUIEvent to give event pos as range offset. 1999-06-08 02:19:26 +00:00
rickg%netscape.com
6dd7bb1eef fixed bug 7713 1999-06-08 00:30:26 +00:00
kmcclusk%netscape.com
7273a1f2b8 Modified TextStyle constructor to reuse the TextFrame's mFont rather than creating
a new font. The creation of the new font show up during profiling as a big hit.
1999-06-07 21:18:51 +00:00
pinkerton%netscape.com
1e3b08c682 changes so that transferable no longer takes ownership of dataflavor string, but correctly copies it. fix some memory leaks as well. 1999-06-07 20:43:23 +00:00
av%netscape.com
a19f86580c *** empty log message *** 1999-06-05 20:47:14 +00:00
av%netscape.com
d4ebba11cb Hooking up events for winless plugins 1999-06-05 20:09:21 +00:00
mjudge%netscape.com
7b5035c20f fixes for selection and memory leaks 1999-06-04 23:00:24 +00:00
amusil%netscape.com
765491b880 Fixed bug with Java-targeted object tags. 1999-06-04 22:33:13 +00:00
akkana%netscape.com
f3219d053d Part of Vidur's html fragment changes: files which aren't in the build yet 1999-06-03 22:30:12 +00:00
karnaze%netscape.com
b6dcb4891d bug 1252, check for null view 1999-06-03 04:34:49 +00:00
peterl%netscape.com
cdd55f947d fixed warnings 1999-06-03 02:09:03 +00:00
mjudge%netscape.com
864e061209 new table selection code drag inside and outside of tables with ease. added some overriding methods to nsTableCellFrame and nsTableFrame to make selection "draw" correctly for those containers. 1999-06-01 23:04:13 +00:00
pierre%netscape.com
c19dd17e4a Don't printf() like crazy when displaying very long pages such as http://slip/res-lib/morte1.htm in DEBUG builds. 1999-06-01 22:11:32 +00:00
hyatt%netscape.com
be733b4936 More accurate tracking of chrome shells. 1999-05-28 22:26:48 +00:00
av%netscape.com
7422658130 Getting windowless plugin stuff into 1999-05-27 23:20:09 +00:00
pinkerton%netscape.com
bcbf04e3d0 remove references and cid's for tree, toolbar, and content connector widgets. These no longer exist. 1999-05-27 23:17:14 +00:00
hyatt%netscape.com
d2c9f8ec14 (1) The document now checks the window for capture.
(2) Frames and iframes now know their nearest enclosing chrome shells.
1999-05-27 21:04:52 +00:00
pinkerton%netscape.com
be6f4e4d75 new multiple-item drag and drop apis. 1999-05-26 21:08:14 +00:00
mjudge%netscape.com
4bff71e096 reviewed sfraser approved choffman 6771 6762 UMR and Extreemly inefficient table selection code fixed simply 1999-05-20 00:52:00 +00:00
evaughan%netscape.com
a9d351ef30 Fixed some visibility bugs in order to make the tab widget work correctly. 1999-05-19 22:14:11 +00:00
mjudge%netscape.com
abf1f5225c oops fogot default boolean for non start or end node selection 1999-05-18 22:29:27 +00:00
mjudge%netscape.com
e36da4f13c wrong initial boolean value for redraw 1999-05-17 22:31:10 +00:00
mjudge%netscape.com
d0b617b231 accidentally left out a parameter to GetPositionSlowly for small caps ect. 1999-05-17 19:50:29 +00:00
mjudge%netscape.com
a15e7eb5ac adding in selection of non text frames in editor only 1999-05-17 00:21:18 +00:00
beard%netscape.com
cadbc9037b Fixed some serious ref count bugs using nsIURL when instantiating plugins. 1999-05-14 22:45:46 +00:00
kipp%netscape.com
34a66a1d3a Fixed typo 1999-05-13 01:52:52 +00:00
kipp%netscape.com
0a98219951 Fix compiler warnings; implement QueryInterface hack to get at line iterator 1999-05-13 00:55:38 +00:00
kipp%netscape.com
8c0ea0f9ae Updated line iterator impl to match API in nsILineIterator 1999-05-13 00:54:28 +00:00
kipp%netscape.com
11644c02d0 new 1999-05-13 00:54:03 +00:00