Commit Graph

13282 Commits

Author SHA1 Message Date
alecf%netscape.com
764f755c0a switch over to new C++ versions of news 1998-12-17 22:45:08 +00:00
alecf%netscape.com
7297f0fa15 first insert of mknews (C++ version) into netlib from Nova 1998-12-17 22:44:04 +00:00
troy%netscape.com
fafb49c0f8 Backed the change back out 1998-12-17 22:25:59 +00:00
pnunn%netscape.com
55f0ac4f7e Bugzilla#1971: Jpeg files larger than max size not handled properly. -pnunn 1998-12-17 22:16:27 +00:00
pinkerton%netscape.com
cc49c95daa using nsCOMPtr and grippies are now drawn by hand so we can get the right look and scaling. Separation of grippies from toolbar in place with ifdefs. 1998-12-17 22:15:48 +00:00
akkana%netscape.com
a9b6ca3119 update the branch of nsprpub we're pulling 1998-12-17 22:15:22 +00:00
pinkerton%netscape.com
ac975ce29e using nsCOMPtr 1998-12-17 22:15:09 +00:00
pinkerton%netscape.com
e1b5a6e2a4 using nsCOMPtr and preparing for separation from grippy and toolbar manager with ifdefs. 1998-12-17 22:14:28 +00:00
pinkerton%netscape.com
b4d758eba6 removed obsolete event handlers. 1998-12-17 22:13:58 +00:00
pinkerton%netscape.com
68d610b7dc inserted IID() method for use with nsCOMPtr. 1998-12-17 22:13:41 +00:00
hyatt%netscape.com
9eb555209e Paving the way for the implementation of expanding/collapsing folders. 1998-12-17 22:11:51 +00:00
law%netscape.com
1ac9017ab6 *** empty log message *** 1998-12-17 21:56:06 +00:00
troy%netscape.com
3da8ddd767 Changed Paint() to only paing the border if the style info says we're visible 1998-12-17 21:34:41 +00:00
scc%netscape.com
74dd4cc281 Fixed build bustage (bad access paths) 1998-12-17 19:47:47 +00:00
alecf%netscape.com
ad42830c67 certain methods were not spitting out = 0 at the end of the header 1998-12-17 19:39:10 +00:00
mjudge%netscape.com
db135b9e12 removing files from repository 1998-12-17 19:39:02 +00:00
scc%netscape.com
8b0ea58b42 enabled the dont_AddRef feature, for when functions return an already AddRefed result, e.g. |mSmartPtr = dont_AddRef(GetThing());| 1998-12-17 19:32:00 +00:00
scc%netscape.com
1b009c5957 COM_auto_ptr --> nsCOMPtr 1998-12-17 19:27:29 +00:00
mjudge%netscape.com
1a702419c2 changing COM_auto_ptr to nsCOMPtr.h 1998-12-17 19:26:17 +00:00
mjudge%netscape.com
5528d1f34f changing auto ptr to use the new header 1998-12-17 19:25:32 +00:00
scc%netscape.com
06662f7791 First Checked In. 1998-12-17 19:21:58 +00:00
slamm%netscape.com
799aaa5169 Turn off frames for build log. Frames are evil. 1998-12-17 19:16:35 +00:00
scc%netscape.com
52ad8f5326 First Checked In. 1998-12-17 19:12:45 +00:00
kipp%netscape.com
df22ba5edf Disabled skid marks 1998-12-17 19:10:53 +00:00
kipp%netscape.com
45fc930a5a Partial whack at supporting more accurate max-element-size computations 1998-12-17 18:55:42 +00:00
kipp%netscape.com
a9cbdcd957 nuked some tabs; added in comment to note where max-element-size computation should be fixed up 1998-12-17 18:55:13 +00:00
kipp%netscape.com
61e5ececd9 Added set/get empty line methods (currently unused) 1998-12-17 18:54:40 +00:00
kipp%netscape.com
0a7f47b0de Add in border and padding to get the max-element-size right 1998-12-17 18:54:22 +00:00
kipp%netscape.com
024a0ebf81 Add in margin top and bottom to max-element-size height 1998-12-17 18:54:07 +00:00
kipp%netscape.com
056210385f Added the AddBorderPaddingToMaxElementSize method to make it easy for implementors to get it right 1998-12-17 18:53:14 +00:00
kipp%netscape.com
98848b0634 Factor in margins into in-flow-bounds rect; update max-element-size to include the margins around the block element 1998-12-17 18:52:45 +00:00
kipp%netscape.com
b5ddc4184d Clean up max-element-size computations; added code to remove empty lines (disabled for now) 1998-12-17 18:52:10 +00:00
kipp%netscape.com
5c8c37f9e8 Added methods for get floater info in the band and a method to compute the impact on the max-element-size of the floaters 1998-12-17 18:50:45 +00:00
kipp%netscape.com
7dd8fb7af7 Made nsBandTrapezoid::GetRect const 1998-12-17 18:49:39 +00:00
rods%netscape.com
7972c3adb0 Added LBS_EXTENDEDSEL flag to get the proper MULTIPLE seleciton behavior 1998-12-17 18:44:52 +00:00
beard%netscape.com
666103afbf Added mPluginPort, which is either the assigned port, or an empty one shared among all plugin instances. This should inhibit drawing when an applet leaves the current page. Added explicit releaseFrames(), called by MRJContext's destructor, so that any frames owned by the applet will be disconnected from the C++ objects before the objects go away. 1998-12-17 18:22:22 +00:00
beard%netscape.com
05f55214b5 Added mPluginPort, which is either the assigned port, or an empty one shared among all plugin instances. This should inhibit drawing when an applet leaves the current page. 1998-12-17 18:20:42 +00:00
beard%netscape.com
775736ec1a Added the initial reference count. Might want to revisit this, should realy tie lifetime of the plugin itself to the CFM library. 1998-12-17 18:19:40 +00:00
beard%netscape.com
cd1e9eca2b Converted to Pro 4 format. 1998-12-17 18:18:46 +00:00
shaver%netscape.com
490cb7d215 add webshell/tests/viewer/public/Makefile to let viewer build again 1998-12-17 17:43:17 +00:00
rods%netscape.com
3612ea4cf4 Fixed a bug I created in GetStyleHintForAttributeChange 1998-12-17 16:38:43 +00:00
dcone%netscape.com
ccbf48c894 Added a manifest from viewer, and samples from resources for Rods changes 1998-12-17 16:15:45 +00:00
dcone%netscape.com
7420c90964 updated rods changes 1998-12-17 16:14:58 +00:00
dcone%netscape.com
a1e93e9e30 First Checked In. 1998-12-17 16:14:18 +00:00
kin%netscape.com
4afa49a0be Modified file so that txmgr only gets built if MOZ_EDITOR is defined. This fixes
build bustage for people who want to build gecko without pulling the editor
directory.
1998-12-17 15:53:55 +00:00
rods%netscape.com
5acf149a4f Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00
rods%netscape.com
5cf287a727 Added processing hint for the "value" attribute 1998-12-17 15:27:01 +00:00
jfrancis%netscape.com
0c0bfd7a15 ok, so I forgot about rdf content. Now it has range gravity hooks, which do nothing. 1998-12-17 08:31:33 +00:00
buster%netscape.com
5d0af8abd5 more WIP, no new code operational 1998-12-17 07:56:24 +00:00
jfrancis%netscape.com
94524bd1cb Adding support for notifying content that it harbors a DOMRange. 1998-12-17 07:22:28 +00:00