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

296 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 965ba28bb1 Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
dsirnapalli%netscape.com 1f7ecabe51 Updated test case. 2003-03-20 00:27:54 +00:00
dougt%netscape.com be629223b6 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
depstein%netscape.com ad45550bcb Stronger error checking for nsIChannel and nsIHttpChannel tests. Not part of the build. 2003-02-27 01:39:35 +00:00
locka%iol.ie 2c285c0b06 Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org 2003-02-12 23:50:14 +00:00
depstein%netscape.com 0bbc3732c9 Added test case for nsIWebNavigation->GetReferingURI(). not part of the build. 2003-02-04 20:01:55 +00:00
depstein%netscape.com 3ad37f6995 Added VisitRequestHeaders and VisitResponseHeaders for nsiHttpChannel tests.
Added in support for Tooltip Listener. not part of the build.
2003-01-24 03:56:31 +00:00
depstein%netscape.com 729de135ea updated nsIHttpChannel response tests. more flexible parameter passing. not part of the build. 2003-01-22 04:11:05 +00:00
depstein%netscape.com 02f0f318cd updated nsIHttpChannel response cases. not part of the build. 2003-01-17 04:04:42 +00:00
depstein%netscape.com e62cb04b9a Added some more response cases for nsIHttpChannel tests. Not part of the build. 2003-01-16 06:44:49 +00:00
dbaron%dbaron.org 963a794bbc Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
depstein%netscape.com f541ddd184 Added nsIHttpChannel->GetResponseText test. Not part of the build. 2003-01-07 04:26:49 +00:00
depstein%netscape.com 07515d1d72 Added some more nsIHttpChannel attribute tests. Not part of the build. 2002-12-30 08:52:13 +00:00
depstein%netscape.com 03f5c02928 Adding initial test cases for nsIHttpChannel iface. Not part of the build. 2002-12-28 04:43:56 +00:00
depstein%netscape.com ae1d48af76 Passing nsISupports context to AsyncOpen() in nsichanneltests.cpp. Triggers post-AsyncOpen nsIChannel tests. Not part of the build. 2002-12-24 21:22:59 +00:00
depstein%netscape.com c51a026789 Enhanced nsIWebBrowserChrome and nsIEmbeddingSiteWindow test implementations. Not part of the build. 2002-12-16 03:48:36 +00:00
depstein%netscape.com 35b683c17e Added post-AsyncOpen() tests to OnStartRequest() impl in BrowserImpl.cpp. not part of the build. 2002-12-12 02:38:49 +00:00
asasaki%netscape.com b60ab98714 168580: unhardcode versions in embedding files. r=cls, build changes
with r=cls don't require sr=.
2002-12-12 01:18:52 +00:00
depstein%netscape.com bdc84e4c4c Created local uri table with different schemes. Hooked up to RunAllTests(). Not part of the build. 2002-12-10 04:23:16 +00:00
dsirnapalli%netscape.com 1aa1c0dc3e updating test case 2002-12-09 21:52:29 +00:00
ashishbhatt%netscape.com 45bdf6b9be Updating testcase 2002-12-09 21:45:10 +00:00
depstein%netscape.com 3434d3602d added AsyncOpen() before security and content tests. not part of the build. 2002-12-07 00:55:15 +00:00
ashishbhatt%netscape.com d5af8fbceb updating javascript file paths 2002-12-03 20:27:28 +00:00
ashishbhatt%netscape.com 3f51bbf31b updating test case 2002-12-03 01:12:10 +00:00
depstein%netscape.com 9e5d6d7d78 refactored code, changes to object error checking handling. not part of the build. 2002-11-28 22:39:58 +00:00
depstein%netscape.com b4e24752f1 Add test cases for nsIChannel. not part of the build. 2002-11-28 03:31:43 +00:00
depstein%netscape.com bfa9bc7507 cosmetic string change. not part of the build. 2002-11-27 01:28:51 +00:00
ashishbhatt%netscape.com e15df56bdc adding xpcom test cases 2002-11-22 01:04:01 +00:00
ashishbhatt%netscape.com 81aff45e4c adding nsIDOMWindow test case 2002-11-22 01:01:21 +00:00
ashishbhatt%netscape.com af7b17ee3c ndding nsISelection test case 2002-11-22 00:58:43 +00:00
ashishbhatt%netscape.com 159e32ef2c nsIProfile Test case 2002-11-22 00:56:32 +00:00
ashishbhatt%netscape.com 40f256d681 adding netwotking folder for necko test cases 2002-11-22 00:49:06 +00:00
depstein%netscape.com 0cc7772af4 Added 2nd param inputs for nsIDOMWindow in nsICmdParams. GRE 1.3a tag in winEmbedFileLocProvider.cpp. Not part of the build. 2002-11-14 02:39:46 +00:00
brade%netscape.com 72b3b01f68 api changes to command manager (bug 157117, r=mkaply, sr=sfraser) 2002-11-11 20:15:51 +00:00
depstein%netscape.com 9d56c4f0cd Changed order of interface tests run in OnInterfacesRunalltestcases(). Commented out nsIWebNav tests until at some point they can be automated. Not part of the build. 2002-11-07 01:54:21 +00:00
ashishbhatt%netscape.com a4ec34b9a0 Updating resource 2002-11-06 18:40:11 +00:00
ashishbhatt%netscape.com 19ab9d574a Updatind nsIDomWindow testcase 2002-11-06 18:39:36 +00:00
depstein%netscape.com 1d8f1eb68d Some additional error checking for observer service. Direct rv results to screen dialog for nsIEditingSession tests. Not part of the build. 2002-11-05 04:19:33 +00:00
ashishbhatt%netscape.com 0c607dfedf Adding menu for run all test cases 2002-11-05 01:29:46 +00:00
ashishbhatt%netscape.com 299fcb945c Adding functionality for running test cases in automation 2002-11-05 01:29:02 +00:00
ashishbhatt%netscape.com 91cf9677ba adding js file for automation framework 2002-10-28 21:57:23 +00:00
depstein%netscape.com 0a26e05e50 Better error checking in QaUtils and webProgLstnr methods. Not part of the build. 2002-10-26 01:49:44 +00:00
dsirnapalli%netscape.com ac0efa78fc Updated test cases to test accKeyboardShortcut attribute method. 2002-10-17 23:16:47 +00:00
dsirnapalli%netscape.com 129af67748 Updated testcases to test attribute accKeyboardShortcut. 2002-10-14 19:36:28 +00:00
depstein%netscape.com b0185a1888 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 46a4ecddea 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 0f746eb967 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 f8a0646a18 Small correction in output. 2002-10-09 20:18:39 +00:00
mjudge%netscape.com eae116a803 added null param for make window editable for 136774 2002-10-09 02:11:38 +00:00
depstein%netscape.com fb6912a4a5 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 98532636b4 Better error checking for NS objects. not part of the build. 2002-10-04 07:26:37 +00:00
depstein%netscape.com 0703286f2b Reference to mozEmbed.ico. not part of the build. 2002-10-04 07:21:53 +00:00
depstein%netscape.com 4c3bfcc036 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 61307bbf70 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 35eac96458 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 4337d2ed7c 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 b7437535e9 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 c794efea48 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 54f8f432ff 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 07c3dc7dd9 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 01901d9c17 Updated ReadMe. not part of the build. 2002-09-20 01:17:28 +00:00
depstein%netscape.com d41d3ea189 Added input stream consumer in nsIStreamListener->OnDataAvailable(). not part of the build. 2002-09-19 05:14:28 +00:00
depstein%netscape.com dd8b36ede1 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 729cc87799 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 c65e597926 Corrected the test case. 2002-09-18 19:12:40 +00:00
depstein%netscape.com f97e59a4f4 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 bdb4966878 Corrected the test case. Previously corrected on mozilla but forgot here. 2002-09-18 00:19:55 +00:00
dsirnapalli%netscape.com debb4937b2 Updated the text cases because of the recent changes in the code. 2002-09-17 22:38:58 +00:00
dsirnapalli%netscape.com 4769f79c52 Updating the test case. 2002-09-17 20:18:17 +00:00
depstein%netscape.com 8371a7b023 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 033b7f3ce7 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 84c2088c56 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 2d83e0f85e 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 c5e8f896cd 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 d944ab0e9b Added menus for nsICmdParams tests. Updated nsICommandParams tests. not part of the build. 2002-09-05 02:50:27 +00:00
depstein%netscape.com 60e7f38934 Added another form of FormatAndPrintOutput, accepting double param. not part of the build. 2002-09-04 05:14:59 +00:00
depstein%netscape.com 15ef06afb8 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 72856bb554 Added preliminary Editor Embedding test cases. not part of the build. 2002-08-22 04:49:42 +00:00
depstein%netscape.com ee4c6eac72 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 474b4d2289 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 17f931a950 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 e06e2f11e8 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 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
depstein%netscape.com d67db26c07 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 5b64006da1 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 3703f3c61b 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 77121fee12 Added makefile for gnu make 2002-08-01 00:20:35 +00:00
ashishbhatt%netscape.com 84d4e42e70 updated the sequence of function calls 2002-07-29 23:12:52 +00:00
ashishbhatt%netscape.com 1e49576756 Updated to show profiles dialog at startup 2002-07-26 21:34:44 +00:00
depstein%netscape.com bf16cd7590 changed url 2002-07-25 08:19:35 +00:00
depstein%netscape.com 1b6369aff7 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 2d2b46fec5 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 1e67ffa724 Updated the test case. 2002-07-12 18:38:20 +00:00
dsirnapalli%netscape.com bed3ac7d20 Test Cases to test XUL Elements for Accessibility. 2002-07-11 23:33:04 +00:00
dsirnapalli%netscape.com 752c949675 Modified the name of the function to make it general. 2002-07-11 20:46:42 +00:00
dsirnapalli%netscape.com 43668a0a7f Test Cases to test HTML Elements for Accessibility. 2002-07-11 00:56:08 +00:00
dsirnapalli%netscape.com 4a7a9a7003 Updated with new test cases. 2002-07-11 00:51:06 +00:00
depstein%netscape.com 83cd74cba5 cosmetic changes, changed some urls in the url table.
a=asa for QA checkins that are not part of the default builds
2002-07-04 01:37:04 +00:00
depstein%netscape.com 03c6284ffe added support for webProgress flags for AddWebProgressListener() 2002-06-25 00:41:01 +00:00
ashishbhatt%netscape.com 6176adc029 Updated testEmbed for MRE application support. Changed files testembed.cpp, winfilelocprovider.cpp & .h 2002-06-24 19:32:18 +00:00