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

203 Коммитов

Автор SHA1 Сообщение Дата
dsirnapalli%netscape.com fa368dab76 Updated testcases to test attribute accKeyboardShortcut. 2002-10-14 19:36:28 +00:00
depstein%netscape.com 6a953536bc removed "NULL" entry for aEditorType in MakeWindowEditable() and inserted "text" (Bug 174151). not part of the build. 2002-10-14 19:34:34 +00:00
depstein%netscape.com e20afdc74e Fixed Get/SetURIContentListener and SetContainerWindow test cases in nsIWebBrow.cpp. Added SetSessionHistory test case in nsiHistory.cpp (while saving existing sHistory). Not part of the build. 2002-10-12 01:51:18 +00:00
depstein%netscape.com 09cf60a607 Added test cases for nsIWebProgress->GetIsDocumentLoading() and nsIWebNavigation->SetSessionHistory(). Added IsDocumentLoading tracking in web progress listeners. not part of the build. 2002-10-10 05:03:39 +00:00
dsirnapalli%netscape.com 767236c067 Small correction in output. 2002-10-09 20:18:39 +00:00
mjudge%netscape.com 2ab1d5593b added null param for make window editable for 136774 2002-10-09 02:11:38 +00:00
depstein%netscape.com aa05d48cf7 minor changes to screen dialogs, "Run All Tests" for interface tests run more smoothly.
a=asa for QA checkins that are not part of the default builds
2002-10-05 04:03:32 +00:00
depstein%netscape.com e35efbe07d Better error checking for NS objects. not part of the build. 2002-10-04 07:26:37 +00:00
depstein%netscape.com 96d308915a Reference to mozEmbed.ico. not part of the build. 2002-10-04 07:21:53 +00:00
depstein%netscape.com 03e2af1ed0 Added protocol menu to UrlDialog. Hooked up nsIWebBrowserFind to screen dialog output.
a=asa for QA checkins that are not part of the default builds
2002-10-03 02:42:09 +00:00
depstein%netscape.com aa1f5976da Added nsIProtocolHandler->NewURI() test to the Tests menu.
a=asa for checkins not part of the default build.
2002-09-28 22:09:28 +00:00
depstein%netscape.com e406a306ec Modified test results for several interface tests to display to rv dialog.
a=asa for QA checkins that are not part of the default builds
2002-09-28 01:41:25 +00:00
depstein%netscape.com 51c5a6d8fc Added test cases for NSNewChannel & AsyncOpen, and nsIIOService->NewURI(). These are accessed from the "Tests" menu. Added a couple of bug verifications, accessed from the "Verify Bugs" menu. not part of the build. 2002-09-26 02:57:09 +00:00
depstein%netscape.com 74ba164996 Common table for Editor Embedding tests. Added NS_NewChannel test (Tests menu). not part of the build. 2002-09-23 22:29:24 +00:00
depstein%netscape.com 3dbcb7fc66 Hooked up command data table to nsICmdParam tests. Table to be revised at later time. not part of the build. 2002-09-21 08:06:16 +00:00
depstein%netscape.com b63a06c11a Added 'data:' url to nsIRequest tests. Now invoking simple string compare for input/output URL matching. GetTheURI() now returns the string.
a=asa for QA checkins that are not part of the default builds
2002-09-21 01:51:36 +00:00
depstein%netscape.com 60f9802af2 Inadvertantly overwrote GRE changes in winEmbedFileLocProvider.cpp. Putting back GRE indicators.
a=asa for QA checkins that are not part of the default builds
2002-09-20 18:44:22 +00:00
depstein%netscape.com 6295378e7c Updated ReadMe. not part of the build. 2002-09-20 01:17:28 +00:00
depstein%netscape.com e7549fdd24 Added input stream consumer in nsIStreamListener->OnDataAvailable(). not part of the build. 2002-09-19 05:14:28 +00:00
depstein%netscape.com c09b924557 Updated sHistory script so it works in embedding apps (i.e. MfcEmbed). Added read-only txt version of script. not part of the build. 2002-09-18 21:15:30 +00:00
depstein%netscape.com cbf4c06c69 Updated webNav script so it works in embedding apps (i.e. MfcEmbed). not part of the build. 2002-09-18 19:39:15 +00:00
dsirnapalli%netscape.com 83b73b9b1a Corrected the test case. 2002-09-18 19:12:40 +00:00
depstein%netscape.com 00b25b97bf Set return value to false for nsIUriContentListener->OnStartUriOpen(). Added urlDialog for nsIUriLoader->OpenUri(). Now passing 2nd parameter (doCommandState) in DoCommandTest() in nsICommandMgr.cpp. Not part of the build. 2002-09-18 03:42:09 +00:00
dsirnapalli%netscape.com d906fb5b12 Corrected the test case. Previously corrected on mozilla but forgot here. 2002-09-18 00:19:55 +00:00
dsirnapalli%netscape.com 604e6568d6 Updated the text cases because of the recent changes in the code. 2002-09-17 22:38:58 +00:00
dsirnapalli%netscape.com bd17b712b6 Updating the test case. 2002-09-17 20:18:17 +00:00
depstein%netscape.com cb7e0071ed Enhanced nsIUriContentListener test implementations (incl Get/Set methods). Added UI for registering the listener (under Test menu). Not part of the build. 2002-09-15 02:35:22 +00:00
chak%netscape.com 196cbe728a Fix for #168255 - Change references to MRE into GRE in XPCOM/Embedding
r=dougt, sr=alecf
2002-09-13 22:18:43 +00:00
depstein%netscape.com 0f6a559daf 1) Updated nsIWebBrowserChrome, nsIEmbeddingSiteWindow, and nsIURIContentListener implementations.
2) Updated nsICommandManager DoCommand() handling for commands with string attribute input.
3) Added additional FormatAndPrintOutput() method for PRUint32 input.
a=asa for QA checkins that are not part of the default builds
2002-09-13 02:25:34 +00:00
depstein%netscape.com bae32dc86c Created table for nsICommandManager tests, will also be used for nsICommandParams. Updated the ReadMe text to include new build instructions.
a=asa for QA checkins that are not part of the default builds
2002-09-09 17:17:47 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
depstein%netscape.com c9b2086e00 Added menus for nsICmdParams tests. Updated nsICommandParams tests. not part of the build. 2002-09-05 02:50:27 +00:00
depstein%netscape.com a88aa13760 Added another form of FormatAndPrintOutput, accepting double param. not part of the build. 2002-09-04 05:14:59 +00:00
depstein%netscape.com c321e6624f Adding initial test cases for nsICommandParams. Enhanced nsICommandManager cases.
a=asa for QA checkins that are not part of the default builds
2002-08-30 08:29:25 +00:00
depstein%netscape.com 186c44f045 Added preliminary Editor Embedding test cases. not part of the build. 2002-08-22 04:49:42 +00:00
depstein%netscape.com 8c2e2ab1fb Updated prompt and dialog Component impls to be compatible with MfcEmbed. Some general code cleanup as well.
a=asa for QA checkins that are not part of the default builds
2002-08-15 00:12:26 +00:00
radha%netscape.com fd3cb0875c Initial checkin for mozEmbed, XPCOM based embedding app. Not part of the mozilla trunk build. 2002-08-13 19:23:55 +00:00
radha%netscape.com 7662735e6b Initial checkin for mozEmbed, XPCOM based embedding component. Not part of the mozilla build. 2002-08-13 19:21:53 +00:00
depstein%netscape.com a576ee6582 Enhanced nsIUriContentListener implementations. Replaced nsIRequest methods
with parameter handling in nsIStreamListener implementations (BrowserImpl.cpp).
a=asa for QA checkins that are not part of the default builds
2002-08-10 19:48:59 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
depstein%netscape.com 7537b6d991 1) Implemented nsIUriContentListener test methods.
2) Enhanced nsITooltip Listener methods.
3) Added pass/fail results dialog for webBrowser, webProg, and sHistory tests.
a=asa for QA checkins that are not part of the default builds
2002-08-09 02:43:04 +00:00
henry.jia%sun.com 8954de8e78 4th patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
ashishbhatt%netscape.com 278738a51d Added makefile for gnu make 2002-08-01 00:20:35 +00:00
ashishbhatt%netscape.com cbd0fae26c updated the sequence of function calls 2002-07-29 23:12:52 +00:00
ashishbhatt%netscape.com c2b428385d Updated to show profiles dialog at startup 2002-07-26 21:34:44 +00:00
depstein%netscape.com fa9d7c0738 changed url 2002-07-25 08:19:35 +00:00
depstein%netscape.com b16d9bed18 Added web progress notification dialog; and additional flag to url dialog.
a=asa for QA checkins that are not part of the default builds
2002-07-23 22:31:23 +00:00
depstein%netscape.com abb61cbd8d new string handling for webProg notification flags.
a=asa for QA checkins that are not part of the default builds
2002-07-15 18:25:47 +00:00
dsirnapalli%netscape.com 956343336e Updated the test case. 2002-07-12 18:38:20 +00:00