Commit Graph

1372 Commits

Author SHA1 Message Date
locka%iol.ie
2235f50bbb Implement nsIWindowCreator service for ActiveX control. r=danm@netscape.com sr=rpotts@netscape.com 2001-11-27 20:13:43 +00:00
ashishbhatt%netscape.com
d0a40f7c50 Updating typo error from RunAllHistoryEnrtyTests to RunAllHistoryEntryTests() 2001-11-27 20:11:41 +00:00
locka%iol.ie
d065a40b8a Add -chrome argument to mfcembed so it can load chrome content. b=111627 r=chak@netscape.com sr=rpotts@netscape.com 2001-11-27 20:09:39 +00:00
rods%netscape.com
0f287d6e66 temp patch for Bug 112048 r=rods a=leaf 2001-11-27 16:28:01 +00:00
ashishbhatt%netscape.com
3df574c3e0 Updated for cascading menus and interface test cases 2001-11-26 21:47:06 +00:00
rods%netscape.com
3683057add Initial checkin
Bug 108345 r=dchak,dcone sr=attinasi
2001-11-26 14:11:23 +00:00
rods%netscape.com
39dd5e3615 Bug 108345 r=dcone,chak sr=attinasi 2001-11-26 13:45:36 +00:00
rods%netscape.com
497fb1e25e Change nsIWebBrowserPrint.h interface to use nsIPrintSettings
Also added minimal PageSetup dialog with support for Printing BGColors, BGIMages, and Scaling
Bug 108345 r=dcone,chak sr=attinasi
2001-11-26 12:51:39 +00:00
bzbarsky%mit.edu
edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
timeless%mac.com
8eccbe5de9 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
r=axel@pike.org sr=kin
2001-11-22 15:12:51 +00:00
bhart00%yahoo.com
319304d115 fix for bug 102349, r=ben/sr=brendan 2001-11-22 04:03:36 +00:00
chak%netscape.com
3a467f9cff Fix for #90749 - MfcEmbed does not show the Form method part
r=adamlock, sr=rpotts
2001-11-21 23:17:11 +00:00
chak%netscape.com
6d588a866c Fix for #82708 - Using Find doesn't alert user when completed searching
r=adamlock, sr=rpotts
2001-11-21 23:11:36 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
attinasi%netscape.com
6c1567ebaa Moving loading and broken image icons to /res and adding to embedding dists. b=110384 r=adamlock,sfraser sr=sfraser,waterson 2001-11-20 22:21:59 +00:00
rpotts%netscape.com
0fae973a2e bug #110179 (r=danm@netscape.com, sr=jst@netscape.com) The domwindowopened notification should *not* be fired while the window watcher is holding onto its internal lock. 2001-11-20 20:05:52 +00:00
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
leaf%mozilla.org
cd2bf9d2a2 turn the embedding tests on for MOZILLA_OFFICIAL builds, bug 110341, r=cls 2001-11-17 02:34:52 +00:00
locka%iol.ie
5e958ea7a8 NOT PART OF BUILD. Implement IAuthenticate to allow streams requiring username/password to be downloaded 2001-11-16 13:01:06 +00:00
danm%netscape.com
b88a7a5752 get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary) and get rid of alternate docshell about:blank initialization path which fired off an actual URL load. bug 88229 r=jst,rpotts 2001-11-16 02:12:07 +00:00
danm%netscape.com
e506d957fa get rid of nsPIWindowWatcher::CreateChromeWindow (no longer necessary). bug 88229 r=jst,rpotts 2001-11-16 02:10:57 +00:00
jaggernaut%netscape.com
ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
locka%iol.ie
a38d556d8b Remove sample chrome embed.jar from unix browser package and rename to avoid confusion with the real embed.jar used in the embedding dist. b=87622 r=blizzard@mozilla.org sr=dveditz@netscape.com 2001-11-15 12:23:57 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
darin%netscape.com
f6a4f1885b patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
bzbarsky%mit.edu
f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dinglis%qnx.com
a084f22c51 - not part of build -
fix up bustage.
2001-11-13 15:49:51 +00:00
sfraser%netscape.com
f4da98e824 Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin 2001-11-10 01:05:03 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
law%netscape.com
b08897b6ba Bug 102350; it's just a little disk; r=jag, sr=hewitt 2001-11-07 02:54:28 +00:00
law%netscape.com
cd6a6a41c1 Bug 100406 (patch submitted by Mike Kaply); size to content before centering; this is necessary because we change the content; r=law, sr=hyatt 2001-11-07 02:50:43 +00:00
locka%iol.ie
14a9ed7d6c Add flag to prevent saveURI from decompressing gzipped data as it is arriving b=108268 r=bryner@netscape.com sr=blizzard@mozilla.org 2001-11-06 23:43:39 +00:00
blizzard%redhat.com
2b59cc6379 back out darin's fix for bug #107789 since it caused blocker #108637. 2001-11-06 16:32:52 +00:00
dinglis%qnx.com
778c53c2d6 NTO PART OF BUILD
fixed photon bustage
2001-11-06 13:33:36 +00:00
darin%netscape.com
481e50ee9a fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
danm%netscape.com
5cec28f952 don't show a new chrome window immediately upon creation, but after chrome has loaded. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:22:58 +00:00
danm%netscape.com
09750f9a69 consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:19:39 +00:00
dinglis%qnx.com
6f12a599c9 Not part of build
fixed REQUIRES
2001-11-05 13:35:02 +00:00
blakeross%telocity.com
534d5dd988 stupid whitespace changes. 2001-11-05 02:29:54 +00:00
blakeross%telocity.com
b9f42d4d10 These changes never made it in with original xul landing (/embedding). r=hewitt sr=ben 2001-11-05 01:50:50 +00:00
jaggernaut%netscape.com
faef77fbed Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-03 09:26:07 +00:00
locka%iol.ie
a5e2e8cdc4 NOT PART OF BUILD. Add code to _OpenURL() to turn relative links into absolute ones for correct loading, using the base address of the browser. Patch provided by mirko@czesla.de. Thanks Mirko! 2001-11-01 22:15:34 +00:00
locka%iol.ie
a87d2f8769 Missing backslash causing build bustage on some ports platforms. r=brade@netscape.com 2001-11-01 17:23:22 +00:00
brade%netscape.com
512d61e9f2 nsIFile->nsIURI in nsIDiskDocument r=adamlock (bug #104883) 2001-11-01 15:25:53 +00:00
locka%iol.ie
1711d397a6 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 15:02:13 +00:00
locka%iol.ie
5801b5c64a Mac changes to move webbrowserpersist object to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 14:41:02 +00:00
locka%iol.ie
f7c6d7f321 Unix makefile changes to move webbrowserpersist to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 14:39:53 +00:00
locka%iol.ie
f96023455f Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 14:39:26 +00:00
locka%iol.ie
07865b0313 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 11:51:20 +00:00
locka%iol.ie
092a448d71 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2001-11-01 11:47:05 +00:00
jaggernaut%netscape.com
2546ff75ba Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 09:09:57 +00:00
bnesse%netscape.com
aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
locka%iol.ie
c8d7c016ec NOT PART OF BUILD. Fix for memory leak in simple array 2001-10-30 23:06:50 +00:00
locka%iol.ie
603cecab7c NOT PART OF BUILD. First working version of CAB file packaging and signing script, install file and docs. 2001-10-30 22:32:27 +00:00
timeless%mac.com
196f184967 QNX port; adding requires to make it work. 2001-10-30 03:31:00 +00:00
timeless%mac.com
b2b84663a0 Bugzilla Bug 99627�Freeze nsIURIContentListener
caused bustage for the QNX Port.
2001-10-30 03:28:59 +00:00
locka%iol.ie
2e884b90c1 NOT PART OF BUILD. New test pages 2001-10-29 20:03:03 +00:00
locka%iol.ie
cad042f00e NOT PART OF BUILD. Stop a crash when no content type is specified at all 2001-10-29 20:02:01 +00:00
locka%iol.ie
fe4cfbb3e6 NOT PART OF BUILD. More updates to get a working CAB file packaging and signing working for control for hosting plugins 2001-10-29 19:50:36 +00:00
depstein%netscape.com
978779a1e2 per bugzilla 106523, set PR_TRUE in observerService->AddObserver() for initializing profiles 2001-10-29 19:43:32 +00:00
locka%iol.ie
ba965f40fb NOT PART OF BUILD. More updates to get a working CAB file packaging and signing working for control for hosting plugins 2001-10-29 19:22:19 +00:00
dinglis%qnx.com
f19c812ba7 Not part of build
Photon embedding update
2001-10-29 14:17:16 +00:00
locka%iol.ie
0045e3d964 NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file. 2001-10-28 15:50:09 +00:00
locka%iol.ie
0613088f4f NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file. 2001-10-28 15:40:45 +00:00
jaggernaut%netscape.com
a220efe49f Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 08:09:28 +00:00
seawood%netscape.com
3e1cbb069d Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs 2001-10-27 05:49:30 +00:00
bnesse%netscape.com
faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
rpotts%netscape.com
ae53430684 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
mstoltz%netscape.com
3e08274ae7 bug 104495 - don't allow unprivileged scripts to create a window without
a close box, or to disable key shortcuts. r=danm, sr=jst.
2001-10-26 23:02:49 +00:00
locka%iol.ie
3fd4c7333a NOT PART OF BUILD. Make IE plugin dir lookup able to cope with trailing backslashes in the registry key. 2001-10-26 12:30:49 +00:00
dougt%netscape.com
a74e9d9e5d fixes 106736 and 106523. Regressions caused by nsIObserverService changes. r=chak@netscape.com r=morse@netscape.com 2001-10-26 00:10:54 +00:00
depstein%netscape.com
093ae772a8 Included SimpleEnumerator.h, added maxLength check for sHistory index, updated Observe() in TestEmbed.cpp to handle profile switching changes. 2001-10-25 18:32:34 +00:00
locka%iol.ie
6119d648ca Use do_GetService instead of nsServiceManager::GetService plus some re-indentation. b=105458 r=dougt@netscape.com sr=blizzard@mozilla.org 2001-10-25 11:37:18 +00:00
dbaron%fas.harvard.edu
02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
dsirnapalli%netscape.com
676c116df9 modified the title. 2001-10-24 18:59:15 +00:00
dsirnapalli%netscape.com
6a0802551f modified title. 2001-10-24 18:55:47 +00:00
dsirnapalli%netscape.com
7458142ee0 modified the title. 2001-10-24 18:40:57 +00:00
dsirnapalli%netscape.com
c719863ae1 *** empty log message *** 2001-10-24 00:16:44 +00:00
dsirnapalli%netscape.com
3cbd73f680 Modified the testcase to report the results in tabular form. 2001-10-23 23:10:08 +00:00
locka%iol.ie
fcbad721af NOT PART OF BUILD. Removed implementation of the "new" Moz plugin APIs in favour of the NS API 2001-10-23 12:41:56 +00:00
locka%iol.ie
ca5741f7b8 NOT PART OF BUILD. Added framework to support XPConnect scripting of plugin 2001-10-23 12:39:46 +00:00
locka%iol.ie
52400d42bc NOT PART OF BUILD. Added framework to support XPConnect scripting of plugin 2001-10-23 11:50:22 +00:00
locka%iol.ie
57211fae55 Disable ActiveX control registration during build by default. sr=kin@netscape.com b=105285 2001-10-23 11:39:06 +00:00
dougt%netscape.com
b5ba390898 Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527 2001-10-23 01:37:21 +00:00
dsirnapalli%netscape.com
9622f52500 *** empty log message *** 2001-10-23 00:36:37 +00:00
bryner%netscape.com
4b3fab7c76 Bug 105668 - make gtk embedding widget properly implement FocusNextElement and FocusPrevElement. r=jag, r/sr=blizzard. 2001-10-23 00:14:09 +00:00
bryner%netscape.com
03cd3c194e Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
dsirnapalli%netscape.com
4b1bd0e336 This file is used by ComponentListTest.html 2001-10-22 22:38:27 +00:00
dsirnapalli%netscape.com
a95680c18b Test case to list the components available for mfcEmbed. 2001-10-22 22:37:49 +00:00
dsirnapalli%netscape.com
f59a680721 will rename it to .txt and check in again. 2001-10-22 22:36:39 +00:00
dsirnapalli%netscape.com
0ef9ae5916 Will rename it to .txt and check it again. 2001-10-22 22:35:59 +00:00
dougt%netscape.com
0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
dsirnapalli%netscape.com
e7ee3b1f17 this file is used by ComponentListTest.html 2001-10-22 21:36:41 +00:00
dsirnapalli%netscape.com
5a902077da Test case to list the available components for mfcEmbed. 2001-10-22 21:36:03 +00:00
locka%iol.ie
49c4cc4076 New NameEquals method on nsIDocShellTreeItem to reduce unnecessary strdup'ing as FindChildWithName walks through its children looking for a matching item. b=102576 r=radha@netscape.com sr=rpotts@netscape.com 2001-10-20 11:42:35 +00:00
locka%iol.ie
fc474f0406 Add res/entityTables to embedding dist to stop assertions. b=101605 r=chak@netscape.com sr=blizzard@mozilla.org 2001-10-20 11:36:37 +00:00
dbaron%fas.harvard.edu
6f1159ecf7 Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-20 01:29:45 +00:00
dbaron%fas.harvard.edu
9263415dfb Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-20 01:01:27 +00:00
loadrunner%betak.net
6b15bf4de4 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 22:49:37 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
locka%iol.ie
74ba992337 Removed chrome registry code from embedding API to improve startup performance. r=ccarlen@netscape.com sr=hyatt@netscape.com r=105462 2001-10-19 12:43:05 +00:00
mcafee%netscape.com
00fc97dad3 Removing gtkEmbed from the build (90526). r=adamlock, sr=blizzard 2001-10-19 08:28:51 +00:00
mkaply%us.ibm.com
47f234edf9 #105075
r=av, sr=dougt, rpotts
Change 4xplugin APIs to use NS_4XPLUGIN_CALLBACK rather than NS_CALLBACK_ so that the calling convention can be different than XPCOM
2001-10-19 04:10:49 +00:00
mcafee%netscape.com
5aad6b9804 Removing gtkEmbed (obsolete, bug 90526). r=adamlock, sr=blizzard 2001-10-19 01:51:09 +00:00
mcafee%netscape.com
f19aed43b1 Retiring gtkEmbed in favor of TestGtkEmbed (90526). r=adamlock, sr=blizzard 2001-10-19 01:45:12 +00:00
timeless%mac.com
40525353ed Bugzilla Bug 76339�get rid of nsIAppShellComponent
(QNX changes)
r=dbradley sr=jst
2001-10-18 13:25:10 +00:00
timeless%mac.com
c0c1a87242 QNX bustage fixes 2001-10-18 10:33:08 +00:00
timeless%mac.com
268402d1b8 Requires changes to get QNX building, r=cls 2001-10-18 10:23:55 +00:00
mcafee%netscape.com
357c5e8932 Stop building gtkEmbed, replacing this with TestGtkEmbed (part 2 of bug 90526). r=blizzard, sr=alecf 2001-10-18 03:29:44 +00:00
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
locka%iol.ie
6bfc9adb9b nsIContextMenuListener frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 12:15:52 +00:00
locka%iol.ie
eb78836500 nsIWebBrowser frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 12:14:18 +00:00
locka%iol.ie
524f084398 nsIEmbeddingSiteWindow frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 12:11:46 +00:00
locka%iol.ie
dabd2185d7 NS_InitEmbedding & NS_TermEmbedding become frozen APIs. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com 2001-09-20 12:08:04 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
bc444f528a bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
cls%seawood.org
de5ce9bf0d Declare REQUIRES list for activex control. Should fix archangel bustage 2001-09-19 04:06:01 +00:00
jaggernaut%netscape.com
d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com
dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
rpotts%netscape.com
91df4b9c17 bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused. 2001-09-17 23:22:00 +00:00
alecf%netscape.com
62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com
25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
locka%iol.ie
2633b1998c NOT PART OF BUILD. Updated pluginhostctrl project to remove some duff targets and added a README file 2001-09-13 13:34:22 +00:00
locka%iol.ie
e5f628e33a NOT PART OF BUILD. Test files for ActiveX control for hosting Netscape plugins in IE 2001-09-13 12:38:20 +00:00
locka%iol.ie
ec07703542 NOT PART OF BUILD. Plugin SDK headers for building ActiveX control for hosting Netscape plugins in IE 2001-09-13 12:37:11 +00:00
locka%iol.ie
9c7111cd99 NOT PART OF BUILD. New ActiveX control that allows Netscape plugins to run in IE without modification. 2001-09-13 12:36:17 +00:00
alecf%netscape.com
1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
30ace44624 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
dsirnapalli%netscape.com
f456fbe124 Test case for nsIDocCharset interface. 2001-09-10 22:30:54 +00:00
danm%netscape.com
6a700a2306 now _blank windows without a parent will actually open in a new window. wow. bugs like that shouldn't still exist. bug 98785 r=hyatt,rpotts 2001-09-07 23:24:34 +00:00
locka%iol.ie
ec522635d6 Fix for fallout in embedding from component/service manager merge. b=98721 r=ccarlen@netscape.com sr=blizzard@mozilla.org 2001-09-07 18:05:50 +00:00
sicking%bigfoot.com
28f58d98af Implement TreeWalker in DOM2-traversal.
b=82625, r=fabian, sr=jst
2001-09-07 09:30:03 +00:00
valeski%netscape.com
93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
locka%iol.ie
9590a6f66b Remove winEmbed from embedding dist. b=90614 r=rpotts@netscape.com sr=blizzatf@mozilla.org a=asa@mozilla.org 2001-09-05 20:26:42 +00:00
locka%iol.ie
d7de1e240f NOT PART OF BUILD. Fixed a couple of silly build breakages for when MOZ_ACTIVEX_PLUGIN_LIVECONNECT is not defined. 2001-09-05 20:10:04 +00:00
dsirnapalli%netscape.com
03579e3fcc added two more test cases. 2001-09-05 19:25:49 +00:00
dougt%netscape.com
d5f58776bc Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com.
Also fixes bug 63408, not alerting when file-not-found. r/sr same as above
2001-09-05 03:52:26 +00:00
danm%netscape.com
628007e1c6 ignore width or height of 0 (as in 'width=') when opening windows. bug 67947 r=hyatt,joki 2001-09-04 23:14:31 +00:00
blakeross%telocity.com
3bca042764 Long path causes helper app dialog to grow way too long (85173). Patch by Dean Tessman <dean_tessman@hotmail.com>. r=jag sr=blake a=asa 2001-09-01 18:12:45 +00:00
blizzard%redhat.com
91a062439b Bug #95940. Make sure that the embed reload flags are in sync for the widget and the nsIWebNavigation interfaces in a backwards compatible way. r=valeski,sr=shaver, a=asa 2001-08-31 22:47:02 +00:00
depstein%netscape.com
7f0f2b0124 updated nsISHistory methods. 2001-08-24 21:03:15 +00:00
depstein%netscape.com
d3bd6ad542 updating nsISHistory and nsIWebNav tests. 2001-08-24 20:05:45 +00:00
dsirnapalli%netscape.com
62ec154663 renamed the image file. 2001-08-24 19:27:00 +00:00
dinglis%qnx.com
74b849c013 NOT PART OF BUILD (Photon port only)
- added new prompt service
- new history resource.
2001-08-24 13:51:21 +00:00
ccarlen%netscape.com
326a57631f Bug 92100 - When searching in frames, selection is visible in > 1 frame. r=valeski/sr=sfraser 2001-08-22 05:14:15 +00:00
jat%princeton.edu
f2299aa85e Checking in for jesse. Replacing some eval() calls in chrome js with calls to parseInt() and new RegExp(). b=83314, r=mstoltz, sr=brendan. 2001-08-21 20:37:19 +00:00
ccarlen%netscape.com
51baf59c94 Bug 78498 - Carbonize PPEmbed. r=pinkerton/sr=sfraser 2001-08-18 15:10:38 +00:00
locka%iol.ie
3d56d99878 Added res/arrow.gif and res/arrowd.gif to embedding manifests to fix drawing problem with form combo boxes. b=95310 r=jeff@tcbnetworks.com sr=rpotts@netscape.com 2001-08-18 10:18:09 +00:00
locka%iol.ie
67c76f244e Changed memory allocation and stack usage to be less brutal as the DOM is being walked. b=92534 r=rjesup@wgate.com sr=blizzard@mozilla.org 2001-08-18 09:59:28 +00:00