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

143 Коммитов

Автор SHA1 Сообщение Дата
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
chak%netscape.com 463b3575dd Fix for #81808 - MfcEmbed must show lock icon in status bar
r=valeski, sr=blizzard
2001-08-15 04:44:44 +00:00
rpotts%netscape.com 33bbd6972c bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
chak%netscape.com 3dcbc14c63 Fix for #90538 - Downloading files crashes mfcembed.exe
r=valeski, sr=blizzard
2001-08-01 14:44:24 +00:00
chak%netscape.com ac93bac17e Fix #90538 - Downloading files crashes mfcembed.exe
r=valeski, sr=blizzard
2001-08-01 14:43:43 +00:00
jaggernaut%netscape.com e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
chak%netscape.com 230c27901e Fix for #89966 - MfcEmbed's PromptService implementation not complete
r=ccarlen, sr=blizzard
2001-07-24 00:19:48 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
depstein%netscape.com 3f66de173b removed all files in directory. qa_mfcEmbed is obsolete. Replaced by testEmbed (/mozilla/embedding/qa/testembed) 2001-07-17 19:30:19 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
mcafee%netscape.com a073f36ea5 Fixing IRIX linker bustage (90438). r=cls 2001-07-12 05:58:10 +00:00
mcafee%netscape.com 5923877201 Changing link order to fix linker error on IRIX. Part of my previous checkins this evening. 2001-07-11 04:54:48 +00:00
mcafee%netscape.com 5e9188b3fe Fixing REQUIRES line, fixes ports/objdir bustage 2001-07-11 02:55:53 +00:00
mcafee%netscape.com a931e9857d Adding changes to get SSL working for gtkEmbed (83393). r=adamlock, sr=brendan. main.cpp has quite a bit of intent/whitespace cleanup, sorry about that. 2001-07-10 23:45:01 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
depstein%netscape.com 09ad9f92fd removing files in /qa_mfcembed and subdirs. This qa tool is obsolete. 2001-06-30 02:02:30 +00:00
locka%iol.ie 7512867c12 Added code to adjust requested window size to account for the frame and client edge. b=84034 r=chak@netscape.com sr=blizzard@mozilla.org 2001-06-28 11:57:53 +00:00
waterson%netscape.com b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
locka%iol.ie 401b4e2a1d Implement ConfirmCheck so PSM doesn't abort form submits. b=84024 r=waterson@netscape.com sr=blizzard@mozilla.org a=tor@acm.org 2001-06-05 21:02:48 +00:00
pavlov%netscape.com d15c8cf30e removing win32 checked in binary build stuff. wtf is this doing in the tree? are we going to have to get r= and sr= for things that arn't part of the build now? sigh. 2001-05-30 10:32:30 +00:00
amasri%netscape.com 714d27b14a adding embedding tests for qa. Not part of the build. 2001-05-30 02:50:49 +00:00
amasri%netscape.com faa25a123b adding tests for qa embedding. not part of the build 2001-05-30 02:49:08 +00:00
radha%netscape.com a175f5f11f Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the
new semantics. r=valeski sr=alecf a=blizzard(drivers@mozilla.org)
2001-05-29 22:48:39 +00:00
dbaron%fas.harvard.edu 2cf688e3de Removed unused statically-constructed nsVoidArray since the static constructor crashes on startup for me. r=dougt sr=blizzard b=82146 2001-05-22 21:00:35 +00:00
danm%netscape.com faa7681f86 change window ownership model to match Mozilla's (self-referential). bug 76522 r=adamlock,hyatt 2001-05-21 22:49:18 +00:00
ccarlen%netscape.com 2dcd262cff Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts 2001-05-19 18:31:20 +00:00
dougt%netscape.com 94e6c3db17 Fix for 66951. r=ftang@Netscape.com, sr=dougt@netscape.com. 2001-05-15 19:01:57 +00:00
locka%iol.ie ad3dc26b7d Fix activates/deactivates browser window when test app winEmbeds frame becomes active/inactive r=disttsc@bart.nl b=78610 2001-05-15 14:33:43 +00:00
dbaron%fas.harvard.edu 32c43cb5ef Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES. 2001-05-08 19:19:03 +00:00
ccarlen%netscape.com ac8ff4c8ea Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
arik%netscape.com 96627cc8b7 moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. Fixes bug 69922, r=dr, sr=brendan, a=blizzard. 2001-04-28 02:42:23 +00:00
chak%netscape.com ea85d6cbfd Fix for #76730 - mfcembed/BrowserFrm.h contains compile time errors
r=me,adam
sr=blizzard
2001-04-27 21:22:53 +00:00
bnesse%netscape.com 000d1011d5 Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
dr%netscape.com eec73874cf fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa 2001-04-25 02:04:56 +00:00
danm%netscape.com 9c5107d72a implement intrinsically sized chrome windows. useful when using default nsIPrompts, as winEmbed does. part of bug 75745. r=blizzard,ccarlen,hyatt a=chofmann 2001-04-24 23:05:34 +00:00
danm%netscape.com 34d0fcb3be fix bad exported function definitions. blocker bug 77176 code=jeff@tcbnetworks.com r=hyatt,me a=kysmith 2001-04-23 21:34:42 +00:00
danm%netscape.com 8a998af418 implement nsIPrompt override component. bug 75745 r=blizzard,chak 2001-04-21 02:46:29 +00:00
danm%netscape.com 727db81742 implement ShowAsModal and remove nsIPrompt implementation; requirements for fielding default nsIPrompts. bug 75745 r=blizzard,hyatt 2001-04-21 02:45:37 +00:00
ccarlen%netscape.com c8128a5765 Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard 2001-04-21 00:26:18 +00:00
bryner%uiuc.edu 97e89fd687 Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan. 2001-04-20 06:45:56 +00:00
bnesse%netscape.com b0baaeabc3 Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard. 2001-04-19 22:21:39 +00:00
gordon%netscape.com b718ed6d4d bug 72528, removing old cache from build. sr=darin. 2001-04-17 10:40:13 +00:00
danm%netscape.com e6b69cc664 hooking up windowwatcher active window. bug 44809,76011 r=chak,hyatt,saari 2001-04-16 20:34:33 +00:00
chak%netscape.com 959f4ba1b8 Fix for bug#66334 - Viewsource needs to be a protocol handler
Changes to make the mfcembed to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:19:00 +00:00
ccarlen%netscape.com 2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
ccarlen%netscape.com 0108a738a8 Sample code - not part of the process. Bug 74120 - remove refs to old cache. r=valeski. 2001-04-03 14:32:01 +00:00
ccarlen%netscape.com 6f4b328551 Sample code - not part of the process. Bug 71387 - remove unneeded code to determine locale of profile defaults. r=tao 2001-04-03 14:29:01 +00:00
chak%netscape.com 5508ad920d Fixes for the following bugs:
#74155 - MfcEmbed needs a prefs dlg box.
         r=valeski, sr=blizzard

#71014 - arrow keys don't work inside text areas in mfcEmbed.
         r=saari, sr=blizzard
2001-04-01 17:49:51 +00:00
disttsc%bart.nl dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
locka%iol.ie fc607f8500 Cleaned up code style, indentation, replaced tabs with spaces. Added dummy implementations of nsITooltipListener and nsIContextMenuListener. 2001-03-28 11:20:18 +00:00