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

1112 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu 6c15ac132f Fix bustage. b=104763 2001-10-16 06:34:53 +00:00
dbaron%fas.harvard.edu b71df494be Fix bustage. b=104763 2001-10-16 06:34:32 +00:00
brendan%mozilla.org eb9671e246 Add SetAlphaBounds, TABLE_SIZE, and MIN_ALPHA APIs (103990, r=dbaron, sr=waterson). 2001-10-16 05:40:27 +00:00
pavlov%netscape.com 3f7d7f9384 removing lowsrc support. bug 92453. r=jag sr=attinasi 2001-10-14 01:17:08 +00:00
law%netscape.com 3636bfa897 Fix for bug 79356; remove duplicate var declaration (strict JS warning); r=morse, sr=blake 2001-10-13 00:04:30 +00:00
rpotts%netscape.com c40910e18a bug #90722.(r=danm@netscape.com, sr=mscott@netscape.com) Added nsIWindowWatcher::GetWindowByName(...). 2001-10-12 21:42:24 +00:00
chak%netscape.com 80acffd5a9 Fix for #104221 - NS_LITERAL_STRING(APPSTARTUP_CATEGORY)| relies on the order
of 2 #define's
r=aaronl, sr=alecf
2001-10-11 22:11:22 +00:00
law%netscape.com 85d18dbb4a Fix for bugs 67803/74012/79862/98797. Adds code to set initial focus to
downloading and progress dialogs, and removes code to disable the "close
this dialog" checkbox from the progress dialog.  r=aaronl, sr=ben
2001-10-11 22:09:56 +00:00
locka%iol.ie 9bd783169d NOT PART OF BUILD. Turned tabs to spaces. 2001-10-11 12:20:32 +00:00
locka%iol.ie 09a741a77c Fix for missing OK & Cancel text on XUL dialogs in embedding. b=101558 r=chak@netscape.com sr=blizzard@mozilla.org 2001-10-11 12:07:19 +00:00
alecf%netscape.com 14c5d7f45d remove a comment that's irrelevant, and mucks with lxr searching for nsIAppShellComponent - comment only, and not part of current build 2001-10-11 07:11:21 +00:00
locka%iol.ie b0c4e7acce NOT PART OF BUILD. Fixed makefile.win to work with new REQUIRES feature & generate an error when MOZ_PLUGINSDK is undefined. Changed legacy plugin to parse CLSIDs properly. 2001-10-10 14:07:23 +00:00
jaggernaut%netscape.com c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
depstein%netscape.com 04327b829c Added check for null history element object in nsiHistory.cpp 2001-10-05 00:35:44 +00:00
locka%iol.ie 57d954217a NOT PART OF BUILD. Slightly changed descriptive wording on test pages. a=blizzard@mozilla.org 2001-10-04 13:10:45 +00:00
locka%iol.ie 10025f67e7 NOT PART OF BUILD. Implemented NPN_Status. Added some more diagnostic debug info including hex dumping stream data to validate it's correct. Added code to support plugins that want their streams in NP_ASFILEONLY or NP_ASFILE mode (e.g. IBM's arcane Advanced Function Presentation viewer plugin). a=blizzard@mozilla.org 2001-10-04 13:09:49 +00:00
dsirnapalli%netscape.com ba83585ba6 Test Case for nsIWebBrowserPersist interface. 2001-10-03 19:19:27 +00:00
depstein%netscape.com 76c6a50f50 Added REQUIRES in makefiles. 2001-10-02 23:40:40 +00:00
locka%iol.ie 647d288e33 NOT PART OF BUILD. Added simple array template to remove some duplicate code. Fixed a problem with the content type for a null plugin being empty when it's created from stream. Added code to set NPStream::end to the right value. Added code to read plugins from IE directory as well as NS 4.x 2001-10-02 22:23:45 +00:00
blizzard%redhat.com 1a3e2e654d Bug #84240. Add methods to get a unicode version of the JS status and link message. r=philipl, sr=shaver 2001-10-02 05:03:37 +00:00
dbaron%fas.harvard.edu 30b6e6587c Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson 2001-10-02 03:10:56 +00:00
sspitzer%netscape.com a756d81615 fix for bustage. nsIHistoryEntry.idl has changed and is no longer
including the nsIURI.idl interface.  r=radha
2001-10-01 22:13:58 +00:00
radha%netscape.com 5fbf348c28 Fix for tree bustage related to bug # 100993. Include nsISHistoryListener. 2001-10-01 21:07:26 +00:00
radha%netscape.com 55322c6772 Fix for bug # 100993. Freeze nsIHistoryEntry.idl and nsISHistory.idl according to the
embedding freezing guidelines. r=chak sr=alec
2001-10-01 20:15:06 +00:00
stephend%netscape.com 0682fce6e9 Bug 91071 'HyperText' should read 'Hypertext' according to the W3C.org r=adamlock@netscape.com, sr=alecf@netscape.com 2001-10-01 19:11:32 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
waterson%netscape.com 0b6923ad97 Back out chak's changes to mfcembed until we can separate the PSM stuff out. 2001-09-26 23:58:44 +00:00
waterson%netscape.com 890a95b3f7 Back out chak until he can figure out how to build w/o necessarily requiring PSM. 2001-09-26 22:56:24 +00:00
alecf%netscape.com c7840ee904 bug 101761 - clean up embed components so we can better understand REQUIRES r=cls 2001-09-26 20:17:35 +00:00
locka%iol.ie 6b7493b3ec Missing documentation. Should gone in with b=99181 but didn't. 2001-09-26 20:13:26 +00:00
chak%netscape.com d052302a1e Fix for #94974 - Provide an interface for embeddors to access security info
r=rpotts,thayes
sr=rpotts
2001-09-26 19:57:34 +00:00
chak%netscape.com f45d5eacca Fix for #94974 - Provide an interface for embeddors to access security info
r=rpotts,thayes
sr=rpotts
2001-09-26 19:52:20 +00:00
locka%iol.ie d2df172b3a Fix for focus & tabbing problems in the ActiveX control. b=88081 r=saari@netscape.com sr=rpotts@netscape.com 2001-09-26 19:27:33 +00:00
gerv%gerv.net 6416d50b50 License changes, take 2. Bug 98089. mozilla/embedding/. 2001-09-25 22:58:40 +00:00
depstein%netscape.com 4206ed81b9 added stopALL flag for nsIWebNav->Stop(). 2001-09-25 22:20:25 +00:00
depstein%netscape.com c99ed51581 latest testembed update 2001-09-24 19:40:00 +00:00
cls%seawood.org dcc8b47cb6 Adding mimetype dependency caused by checkin for bug #77909.
Fixing tinderbox bustage
2001-09-23 22:33:01 +00:00
locka%iol.ie 08732ab94e The all new web browser persist object plus changes to the assorted embedding samples to use it. b=77909 r=ccarlen@netscape.com sr=rpotts@netscape.com 2001-09-23 21:03:03 +00:00
locka%iol.ie 7a365d24ab NOT PART OF BUILD. Moved streaming off onto another thread to make UI responsive. First cut impl of NPN_GetValue. 2001-09-22 12:33:34 +00:00
depstein%netscape.com 1da3f63fda Uploading new object model (work done by Ashish) & .cpp files for separate interface tests. 2001-09-22 00:49:38 +00:00
cls%seawood.org 55f027980a Updating REQUIRES list for mfcembed.
Bug #98371
2001-09-21 03:41:41 +00:00
dsirnapalli%netscape.com bdf0df1dd4 Added line var setCharsetValueTo = "ISO-8859-1"; 2001-09-20 22:51:25 +00:00
dsirnapalli%netscape.com 48d5cd8ba3 Automated smoketests for mfcEmbed. 2001-09-20 18:48:06 +00:00
locka%iol.ie 3c58ee234e Fix missing newline at the end. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 13:32:49 +00:00
locka%iol.ie 410cd6e5b2 nsIWebBrowserSetup frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 13:30:59 +00:00
locka%iol.ie 99e193d508 Added nsITooltipTextProvider.idl to Mac IDL project. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 13:28:25 +00:00
locka%iol.ie a0517aa105 nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 13:25:40 +00:00
locka%iol.ie 5df4f72619 NOT PART OF BUILD. Fix to allow multiple plugins off the same type to run at the same time. b=100549 2001-09-20 13:03:40 +00:00
locka%iol.ie fc757c3439 nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 12:43:28 +00:00
locka%iol.ie 6b43736b73 nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 12:40:53 +00:00