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

14437 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 1cb7fd6153 Adding silentdl to the build directories. 1999-01-19 23:35:21 +00:00
karnaze%netscape.com 29d75b2c52 content sink uses nsWebShell::GetIsFrame to set scrolling on nsWebShell 1999-01-19 23:16:02 +00:00
karnaze%netscape.com 44d24e235a added GetIsFrame, SetIsFrame to distinguish <frame> documents 1999-01-19 23:14:31 +00:00
vidur%netscape.com 8ff9eaa54b Completion of document as node - specifically, the childNodes array. Completion of nodeName, nodeValue and attributes properties for different types of nodes. 1999-01-19 23:07:33 +00:00
rpotts%netscape.com 5a21fff729 fixed bug when firing the OnConnectionsComplete() notification. If one of the listeners initiated a new URL load then state in the doc loader became inconsistent... 1999-01-19 22:48:05 +00:00
pierre%netscape.com 1892e8e3e5 display the AppearanceMgr frame around edit fields 1999-01-19 22:34:43 +00:00
sfraser%netscape.com 951addb80e File Removed. 1999-01-19 22:34:36 +00:00
pierre%netscape.com 23fc632663 fixed Scroll() in case the caller passes a null clipRect 1999-01-19 19:29:43 +00:00
donm%netscape.com 6fd212cfbf adding the smoke test build script 1999-01-19 18:54:41 +00:00
mjudge%netscape.com f6b3ddb015 fixing selection a little 1999-01-19 17:41:08 +00:00
rods%netscape.com 941a7a59f9 Added new Method for Querying System Fonts 1999-01-19 17:36:19 +00:00
karnaze%netscape.com d29710743f <form> inside <table> submits; marginwidth, marginheight in <frame> working; scrolling in <frame>, <iframe> working 1999-01-19 17:26:06 +00:00
pinkerton%netscape.com 6a22af3691 Added cut/copy to pierre's paste work and sync'd the work done in textWidget to that in textAreaWidget so both now support cut/copy/paste the same way (though the code isn't shared). 1999-01-19 17:21:37 +00:00
terry%netscape.com 591cad7c9e Wasn't properly stripping out null queries on text searches.
Harmless, but was generating overly complicated SQL.
1999-01-19 17:17:21 +00:00
terry%netscape.com a62eac6a91 Allow a "not regexp" search of email addresses. 1999-01-19 17:10:02 +00:00
terry%netscape.com 51aca243d2 I guess nobody ever queries for URLs by regexp, since that radio
button was completely busted.
1999-01-19 17:02:39 +00:00
vidur%netscape.com f052b61c9d Started implementation of Node properties and methods for documents. 1999-01-19 16:58:45 +00:00
pinkerton%netscape.com f53f3619cd added nsGenericDomNodeList.cpp 1999-01-19 16:39:10 +00:00
vidur%netscape.com 792728fe8b new file - base class for other node lists 1999-01-19 15:50:20 +00:00
pierre%netscape.com d223823ab0 use the newly added HandleUpdateEvent() to redraw the top-level widget 1999-01-19 14:34:14 +00:00
pierre%netscape.com 13ab192413 fixed live scrolling 1999-01-19 14:33:47 +00:00
pierre%netscape.com d01457cc3e added HandleUpdateEvent() and use ::BeginUpdate() in Update() in order to improve performance during live scrolling 1999-01-19 14:33:21 +00:00
pierre%netscape.com 03b696e39b added Paste 1999-01-19 10:29:48 +00:00
pierre%netscape.com daef1833b0 moved ConvertOSMenuResultToPPMenuResult() from nsMacMain 1999-01-19 10:29:30 +00:00
pierre%netscape.com 4908a5c207 moved ConvertOSMenuResultToPPMenuResult() to the message pump 1999-01-19 10:29:14 +00:00
pierre%netscape.com df3b9bf88b propagate menu event to focused widget and its parents 1999-01-19 10:28:53 +00:00
mjudge%netscape.com dd0328320e selection should work now more or less 1999-01-19 06:42:39 +00:00
troy%netscape.com 36158ba506 Changed it so the DidReflow() temporary hack doesn't apply to scrolled
frames
1999-01-19 06:00:08 +00:00
troy%netscape.com ac82f1774c Fixed it so computedHeight is correctly computed 1999-01-19 05:59:24 +00:00
troy%netscape.com aebbda5000 Minor cleanup 1999-01-19 05:18:26 +00:00
troy%netscape.com 0c55cb8b0e Part of the fix for bug #2485 1999-01-19 05:17:39 +00:00
pierre%netscape.com 564b507f67 Fixed the clip rgn in Scroll(): the scrollbars no longer flicker. 1999-01-19 04:29:08 +00:00
vidur%netscape.com 5fed996e8a Made unparented nodes outside the document return a new document fragment as parent. Inserting a node into a tree removes it from its previous position 1999-01-19 03:54:26 +00:00
jfrancis%netscape.com 9771b5f4ed added Show() to DoFileOpen() - fixes bug #2415 1999-01-19 03:12:18 +00:00
pavlov%pavlov.net cd9438eef5 parse ~/.gtkrc (if it exists) file to make things look more consistant with
other gtk apps.
1999-01-19 02:45:55 +00:00
waterson%netscape.com fe9d6d047b Replacement for nsIRDFXMLDocument.h. Not yet in the build. 1999-01-19 02:43:03 +00:00
waterson%netscape.com 7c14d36861 Replacement for nsStreamDataSource.cpp. Not yet in the build. 1999-01-19 02:42:30 +00:00
pavlov%pavlov.net e918229cc3 return true for events that we handle and not false 1999-01-19 02:17:30 +00:00
jfrancis%netscape.com 4ad8140c73 adding checks for null mContext member in a couple of places - fixes bug #2200 1999-01-19 02:05:53 +00:00
jfrancis%netscape.com 6e0a3b6fa1 fixing addref/release errors in SelectAll code - fixes bug #2166 1999-01-19 01:54:57 +00:00
jfrancis%netscape.com 121d8da171 fixing bug in range endpoint comparison 1999-01-19 01:07:52 +00:00
mjudge%netscape.com aba9473cdf fixing linux 1999-01-19 01:00:31 +00:00
mjudge%netscape.com e46eacb369 update for linux 1999-01-19 00:40:38 +00:00
mjudge%netscape.com 5d5d6e1e5d trying to fix linux.. 1999-01-19 00:32:51 +00:00
mjudge%netscape.com 603ddb2c0a test check 1999-01-19 00:13:07 +00:00
terry%netscape.com ffcbf6cdba Majorly changed querying of email addresses. 1999-01-19 00:07:46 +00:00
pierre%netscape.com 628f249ff3 Paint only the damaged area instead of the whole widget. Reuse the rendering context to update the children. Scroll the children. 1999-01-19 00:02:51 +00:00
pierre%netscape.com 07e5135d18 Numerous changes: introduced the DrawingSurface, a combination of GraphicState and GrafPort. 1999-01-19 00:02:15 +00:00
pierre%netscape.com 0bacbb3d17 DoMessagePump() no longer returns a boolean 1999-01-19 00:01:41 +00:00
buster%netscape.com 45846b7bca workaround for bug 2476: check for null child list before calling nsFrameList::AppendFrames 1999-01-18 23:54:23 +00:00