locka%iol.ie
dc743acdc5
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
f87331a1cb
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
a6549909f8
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
6da93de9a0
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
4accdb9db9
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
d96b324b31
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
4025ec34e8
nsIEmbeddingSiteWindow frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 12:11:46 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
da68f3ed78
bug #98089 : ripped new license
2001-09-19 22:39:41 +00:00
cls%seawood.org
ff0dfeb373
Declare REQUIRES list for activex control. Should fix archangel bustage
2001-09-19 04:06:01 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
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
0340c21f74
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
jaggernaut%netscape.com
efc8c209fb
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
4493fb1052
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
07eee5832f
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
ce88c11a55
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
0a6484b2ab
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
e5cc5abd22
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
e055a4a2a4
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
valeski%netscape.com
ac33036169
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
c8783cf714
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
dougt%netscape.com
f78284509b
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
blizzard%redhat.com
8bbce1ac46
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
dinglis%qnx.com
afd9368f28
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
0044ec43e9
Bug 78498 - Carbonize PPEmbed. r=pinkerton/sr=sfraser
2001-08-18 15:10:38 +00:00
locka%iol.ie
b19331607b
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
ccarlen%netscape.com
45dfa555d9
Bug 78498 - Carbonize PPEmbed - adding new files. r=pinkerton/sr=sfraser
2001-08-18 01:57:33 +00:00
dcone%netscape.com
b5b138d7ad
b=95339 Check the aPrintOptions for null. Fixes embedding silent. r=rods sr=attinasi
2001-08-16 13:58:38 +00:00
sfraser%netscape.com
ccc82b99ba
Project cleanup, rs=scc. Don't link with RaptorShell.shlb, which is obsolete.
2001-08-15 23:16:49 +00:00
cls%seawood.org
8405a1984e
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
rpotts%netscape.com
da2959ee05
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2001-08-14 04:46:20 +00:00
pavlov%netscape.com
b72c324af1
fixing bug 78690. removing old imagelib. r=jst sr=waterson
2001-08-09 20:22:39 +00:00
blizzard%redhat.com
691293abed
Bug #80638 . Implement GetSiteWindow. r=philipl, sr=tor
2001-08-06 20:44:40 +00:00
blizzard%redhat.com
508b4794fb
Fix bug #91640 . Make sure to check the offscreen window before destroying it. Also so other related cleanup. Original patch from Andrew Chatham. r/sr=blizzard,tor.
2001-08-06 18:04:07 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
leaf%mozilla.org
280310608e
r=mcafee, sr=cls. turning tests on to get TestGtkEmbed into the nightly
...
distributions. bug 91013
2001-07-25 00:08:28 +00:00
pete%alphanumerica.com
f65c767018
Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
...
Renamed all Delete methods to Remove.
--pete
2001-07-24 18:38:25 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
briane%qnx.com
8b2f64280a
PHOTON port only (not part of build)
...
Numerous bug fixes to allow embedding to work properly.
2001-07-23 20:21:41 +00:00
blizzard%redhat.com
9dc86ce92c
Bug #90505 . Add signals to get the security change and status changes for documents. r=valeski,sr=dougt
2001-07-23 19:24:06 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
locka%iol.ie
79e71e824f
Added new interface nsITooltipTextProvider and service to chrome listener. b=90195 r=valeski:@netscape.com sr=rpotts@netscape.com
2001-07-13 09:20:07 +00:00
mcafee%netscape.com
667c5ec839
Ignore generated files.
2001-07-10 23:22:46 +00:00
timeless%mac.com
d85f0a7154
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
...
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
dcone%netscape.com
8cef7c6607
Added code to use silent printing. b=76456 r=dcone sr=attinasi
2001-07-09 14:40:37 +00:00
dinglis%qnx.com
933f8149b1
NOT PART OF BUILD (Photon only)
...
- bring the photon embedding component upto date.
2001-07-04 19:42:06 +00:00
blizzard%redhat.com
6a0cb82e96
bug #80146 . make gtk tooltips in the embedding widget look nicer. patch from <timecop@network.email.ne.jp>. r=tor,sr=blizzard
2001-07-02 21:41:28 +00:00
jaggernaut%netscape.com
03ab87e4a1
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
locka%iol.ie
cfdce7310e
NO CODE CHANGES. Replaced all tab characters with spaces.
2001-06-28 13:01:52 +00:00
locka%iol.ie
4c10b63de4
Updated printing code to use public api and wait for printing to complete before returning. b=77537 r=ccarlen@netscape.com sr=blizzard@mozilla.org
2001-06-28 11:47:21 +00:00
bryner%uiuc.edu
8cfe74d6bb
Bug 82123 -- enable embeddors to alter the focus traversal so that the document itself receives focus first instead of last. r=saari, adamlock, sr=jst, a=chofmann.
2001-06-26 01:19:11 +00:00
dougt%netscape.com
c306e0513b
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
...
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
waterson%netscape.com
0877b1a573
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
dbaron%fas.harvard.edu
688519fb0c
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
cls%seawood.org
80f526179f
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
blizzard%redhat.com
efcd148780
Fix blocker bug #85703 . Crashes on popup windows. r=adamlock,sr=tor,a=asa
2001-06-14 17:42:16 +00:00
blizzard%redhat.com
90709595a3
trying to fix build bustage with a temporary
2001-06-14 03:48:40 +00:00
blizzard%redhat.com
2ec817fa57
Fix bug #83157 . Make the embedding widget handle reparenting and unrealize/re-realize. r=bryner,sr=tor,a=asa
2001-06-14 02:07:04 +00:00
locka%iol.ie
1f9b2ab1f3
Added code to fire TitleChange events. b=84496 r=ccarlen@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org
2001-06-12 16:23:35 +00:00
locka%iol.ie
7be0b13316
NOT PART OF BUILD. CBrowse harness now listens for TitleChange events from controls and sets the window title accordingly
2001-06-08 12:06:39 +00:00
valeski%netscape.com
221edc8f1a
r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.
2001-06-05 21:25:57 +00:00
locka%iol.ie
080c320023
Made a couple of tweaks on behalf of wtc@netscape.com to allow control to build when the MS Platform SDK is installed. b=83976 r=adamlock@netscape.com sr/a=blizzard@mozilla.org
2001-06-05 11:42:38 +00:00
blizzard%redhat.com
519cbaca4e
Fix bug #83722 . Crash when loading an <img> tag from a stream. r=valeski,sr=to
...
r,a=chofmann
2001-06-03 02:02:16 +00:00
chak%netscape.com
80e14a7e56
Fix for 81796 - Enable SecureBrowserUI for embedding apps
...
r=ccarlen, sr=blizzard, a=dbaron
2001-06-02 00:35:39 +00:00
mkaply%us.ibm.com
e34e2a237c
IRIX and BSD bustage - need cast - this has never been built until blizzard turned it on
2001-05-30 00:45:30 +00:00
radha%netscape.com
1b49f073d3
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
blizzard%redhat.com
393267ec82
Fix bug #82705 . Add mechanism to emit signal for windows without parents. r=pavlov,sr=tor,a=chofmann (Round 2)
2001-05-29 22:35:46 +00:00
blizzard%redhat.com
1b92a22376
back out changes since they included a patch that happened to be in my tree
2001-05-29 22:31:15 +00:00
blizzard%redhat.com
6d34c5360f
Fix bug #82705 . Add mechanism to emit signal for windows without parents. r=pavlov,sr=tor,a=chofmann
2001-05-29 22:22:35 +00:00
locka%iol.ie
971dce35c2
Removed nsIDocShellTreeOwner impl in control's chrome object because it was causing clicked links to open in new window. Cleaned up web browser creation and initialisation. b=82116 r=ccarlen@netscape.com sr=blizzard@mozilla.org
2001-05-22 21:31:01 +00:00
valeski%netscape.com
58b8efcc23
r=adamlock. missing break statement
2001-05-21 23:20:18 +00:00
valeski%netscape.com
78fa01c626
adding nsWebBrowserContentPolicy.cpp to the mac build. 81263
2001-05-21 22:43:47 +00:00
valeski%netscape.com
47dde24cd0
r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made.
2001-05-21 22:42:46 +00:00
locka%iol.ie
3eaab0afb9
Enabled window clipping to prevent flicker while painting child windows. b=81986 r=chak@netscape.com sr=blizzard@mozilla.org
2001-05-21 22:40:31 +00:00
ccarlen%netscape.com
6ed4b8ccf6
Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts
2001-05-19 18:31:20 +00:00
blizzard%redhat.com
f1128d657f
Fix allocator mismatch in bug #70207 . r=pavlov,arik sr=scc
2001-05-19 14:29:25 +00:00
blizzard%redhat.com
dc2aec3993
Fix bug #70220 . Harden *Stream functions so that you can't call them unless the widget has been realized. r=pavlov, rs=brendan
2001-05-19 14:23:38 +00:00
jst%netscape.com
f72e19a2c3
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
blizzard%redhat.com
840af67c0f
Fix bug #81512 . Misnamed function. rs=tor, r=bryner
2001-05-18 22:17:02 +00:00
blizzard%redhat.com
c1f09c684d
Fix bug #73730 . Compile problems with the MIPSpro compiler on IRIX. Just needed some casts. r=me, rs=tor
2001-05-18 22:13:05 +00:00
blizzard%redhat.com
11f8abad25
Fix bug #59923 . Add functionality to get enums for other language embedders. r=crichton, sr=tor
2001-05-18 21:14:48 +00:00
cls%seawood.org
f5efc0a677
Reordering libs as needed for static build
2001-05-16 23:56:15 +00:00
rpotts%netscape.com
f3e719c2c1
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
cls%seawood.org
5f5b0ae021
Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.)
2001-05-12 07:08:27 +00:00
darin%netscape.com
c18fe7ef56
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
valeski%netscape.com
e91bf3ed3c
r=saari, sr=blizzard 64349. adding GetFocusedElement to nsWebBrowser.cpp. patch submitted by DebugWeyers@yahoo.com.
2001-05-11 14:19:39 +00:00
locka%iol.ie
d4de3d01eb
Restored some dependency rules to fix build bustage when building from a fresh pull. b=79788, a=leaf@mozilla.org
2001-05-09 20:23:09 +00:00
locka%iol.ie
6472f32265
Removing obselete file. b=68581
2001-05-09 14:16:12 +00:00
locka%iol.ie
702ea072f6
Updated control to implement an nsIPrompt service. b=75745, r=ccarlen@netscape.com, sr=blizzard@mozilla.org
2001-05-09 11:23:18 +00:00
dbaron%fas.harvard.edu
ce7da709f4
Fix bustage by including stdlib.h.
2001-05-08 19:48:51 +00:00
dbaron%fas.harvard.edu
1326c82680
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
jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
dcone%netscape.com
4938181b34
Minor fix. r=sfraser. Does not effect build
2001-05-08 13:35:48 +00:00
locka%iol.ie
96ad4c2f78
Fix for painting problems in embedding apps when window is moved offscreen and back on. b=78412 r=ccarlen@netscape.com sr=blizzard@mozilla.org
2001-05-07 13:49:59 +00:00
ccarlen%netscape.com
df1a6e78a8
Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser
2001-05-06 15:03:55 +00:00
blizzard%redhat.com
d5c7cf6d23
Bug #79041 . Add the ability to get the title for a page in unicode from the embedding widget. Patch from Philip Langdale <philipl@mail.utexas.edu>. r=blizzard,sr=waterson
2001-05-06 03:14:51 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
ccarlen%netscape.com
05eb8a0f8d
Bug 76617 - embedding app can't get input focus. r=sfraser.sr=blizzard@mozilla.org
2001-05-04 21:06:16 +00:00
valeski%netscape.com
58072871cc
sr=rpotts. cookie/wallet r=morse, xmlTerm r=saravn@mozdev.org, mailnews r=mscott, activeX r=adamlock, everything else covered by the sr from rpotts. 15345. These changes remove nsIDocumentLoaderObserver.idl from the build, and all of it's implementations and registrations have been moved over to nsIWebProgressListener.idl and nsIWebProgress.idl respectively. there are two (78762, 78760) mailnews printing bugs that I overturned *before* landing this. I've run this code through the mail-news and browser smoketests among other tests outlined in the patch description attatched to the bug.
2001-05-04 20:15:38 +00:00
ccarlen%netscape.com
6485be27de
Bug 72230 (fixing side affect of its fix) WebBrowser window was painting black as background on Mac. r=adamlock, sr=blizzard.
2001-05-04 14:46:16 +00:00
locka%iol.ie
f83a422f16
Add line to cancel native default handling of context menu events after it is already handled. b=78396 sr=blizzard@mozilla.orga
2001-05-03 21:43:23 +00:00
dcone%netscape.com
c4a695d700
Use correct case in IDL. Does not effect build
2001-05-03 21:15:05 +00:00
dcone%netscape.com
eef0852455
fixed the declaration to use IDL syntax instead of C syntax. b=72692. Does not effect build
2001-05-03 14:15:38 +00:00
blizzard%redhat.com
778aa3be46
Fix bug #76617 . Some embedding apps can't get input focus. r=ccarlen,bryner sr=tor
2001-05-03 12:04:56 +00:00
blizzard%redhat.com
a6e6c3a8f2
Part of bug #75745 . Get modal dialogs from the window watcher service working on linux. r=ccarlen, sr=tor
2001-05-02 02:49:07 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
blizzard%redhat.com
12bc103df7
Add new test cases. Not part of the build.
2001-04-28 18:54:09 +00:00
arik%netscape.com
4dd69fe7eb
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
sfraser%netscape.com
0e1ace29ab
Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin
2001-04-27 21:11:03 +00:00
heikki%netscape.com
a0844e5329
Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur.
2001-04-26 19:33:12 +00:00
bnesse%netscape.com
19dccef1bc
Prefs API refactoring. Bug #46863 . r=valeski, sr=alecf.
2001-04-26 18:41:11 +00:00
danm%netscape.com
180e172127
adding nsIWebBrowserChromeFocus.idl for dr. bug 70224 r=hyatt,me a=asa
2001-04-25 02:07:17 +00:00
dr%netscape.com
dbfa6b68ad
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
2001-04-25 02:04:56 +00:00
harishd%netscape.com
6836236914
69455 - enable noframes content when frames are disabled
...
r=heikki,sr=waterson,a=choffmann
2001-04-21 22:22:15 +00:00
ccarlen%netscape.com
e97ca9d0fd
Bug 75745 - Remove nsIPrompt implementations from embedding chrome. r=valeski, sr=blizzard, a=chofmann
2001-04-21 22:17:39 +00:00
ccarlen%netscape.com
7f21f77318
Bug 75745 - Remove nsIPrompt implementations from embedding chrome. r=valeski, sr=blizzard, a=chofmann
2001-04-21 22:07:25 +00:00
danm%netscape.com
74e9b4035b
nsIPrompt interface requests are now fielded to the service, rather than the enclosing chrome window. bug 72112 r=blizzard,ccarlen
2001-04-21 02:42:14 +00:00
ccarlen%netscape.com
fad24de4ee
Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
2001-04-21 00:26:18 +00:00
bryner%uiuc.edu
cbc8cea88c
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
6a048b1a8f
Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard.
2001-04-19 22:21:39 +00:00
locka%iol.ie
c753cf3a62
Sets profile during initialisation to ensure directory locations, cache, cookies etc. all work correctly for control. b=76654, a=blizzard@mozilla.org, sr=blizzard@mozilla.org, r=ccarlen@netscape.com
2001-04-19 15:21:16 +00:00
dr%netscape.com
39003ffb2a
64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson
2001-04-18 06:06:31 +00:00
hyatt%netscape.com
121b7181d8
See previous checkin comments. Focus issues, same bugs, etc. r=saari, sr=brendan
2001-04-18 01:42:27 +00:00
locka%iol.ie
9c4762f9bf
Fix for context menus not working in new windows opened from links with a _new target. b=76327, r=valeski@netscape.com, sr=rpotts@netscape.com
2001-04-17 23:04:13 +00:00
dbaron%fas.harvard.edu
2acbe445a1
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES.
2001-04-17 01:54:05 +00:00
dcone%netscape.com
d87b0b2380
new print preview navigation idl for embedding. Does not effect the build.
2001-04-16 21:06:55 +00:00
danm%netscape.com
1b8441b75f
hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari
2001-04-16 20:35:46 +00:00
danm%netscape.com
269f5f62cd
hooking up windowwatcher active window. bug 44809,76011 r=chak,hyatt,saari
2001-04-16 20:34:33 +00:00
disttsc%bart.nl
6a85930545
Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf.
2001-04-14 20:08:32 +00:00
danm%netscape.com
24c68cc3cf
i think this'll fix speedracer, burning these past two hours
2001-04-13 06:38:33 +00:00
blizzard%redhat.com
b00b9e7d43
Fix bug #72230 . Make sure to redraw the background of the window before any document is loaded in embedding. r=valeski,sr=waterson
2001-04-13 03:52:45 +00:00
blizzard%redhat.com
d09a3df42f
Fix bug #73947 . Clients weren't getting notifications when the first loaded content was about:blank or was streamed in data. Attach the listeners when you get a state change, not a progress change since we don't get progress changes on streamed content. r=tor,bryner sr=shaver
2001-04-11 23:18:10 +00:00
ccarlen%netscape.com
db7b9448ba
Bug 75556 - auth prompt does not work when wallet lib is not available. r=danm, sr=sfraser.
2001-04-11 21:42:18 +00:00
shaver%mozilla.org
e2dc3d6d88
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
ccarlen%netscape.com
7720f48f12
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
8eb1495e0b
New files for bug 70380 - not yet part of build. r=valeski, sr=rpotts
2001-04-10 14:40:07 +00:00
pavlov%netscape.com
bc1454c031
fixing stuff
2001-04-10 07:41:23 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
valeski%netscape.com
2d17b99693
sr=shaver. r=valeski. checking this in for blizz to get it out of the way. 74801. need to be GI'instead of QI
2001-04-09 13:31:50 +00:00
disttsc%bart.nl
748e1ece2f
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33:11 +00:00
locka%iol.ie
12820dd10f
Fixed some refcounting problems. URLs for linked files are now made relative to the main document path. BASE tag is removed if present. Anchors are made absolute. Added support for BACKGROUND attribute on BODY tag. b=73690, r=rpotts@netscape.com, sr=blizzard@mozilla.org
2001-04-07 10:23:25 +00:00
mjudge%netscape.com
d5ac57c419
api change for editor changing null strings to empty nsStrings 66318
2001-04-07 00:44:59 +00:00
valeski%netscape.com
bf66c168dd
removing dead files. 74801.
2001-04-05 23:26:17 +00:00
valeski%netscape.com
8bdd89e5d5
removing nsWBContentListener.cpp from the mac build. 74801.
2001-04-05 23:25:11 +00:00
valeski%netscape.com
8fa1b9e12d
r=ccarlen, sr=blizzard. 74801. removing dead nsIURIContentListener layer in the webBrowser. we now pass directly down into the docshell
2001-04-05 23:20:49 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
rickg%netscape.com
c1ce80ae83
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
locka%iol.ie
2c47a25332
NOT PART OF BUILD. Added test for innerHTML property of HTML elements.
2001-04-03 22:37:47 +00:00
locka%iol.ie
88679678fe
Added read-only implementations of innerHTML, innerText, offsetLeft, offsetTop, offsetWidth, offsetHeight. b=58475
2001-04-03 22:00:21 +00:00
ccarlen%netscape.com
01fc9d2c76
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
668a4ffada
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
scc%mozilla.org
c355507eda
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
chak%netscape.com
e80c94c446
Calling Activate()/Deactivate() from inside of HandleEvent() as suggested by blizzard
...
This is a part of:
Fix for #71014 - arrow keys don't work inside text areas in mfcEmbed.
r=saari, sr=blizzard
2001-04-01 18:02:39 +00:00
chak%netscape.com
56a218d232
Fix for #71014 - arrow keys don't work inside text areas in mfcEmbed.
...
r=saari, sr=blizzard
2001-04-01 17:51:12 +00:00
locka%iol.ie
0c3b599c72
Added test for MOZ_NO_ACTIVEX_REGISTRATION to disable control_kicker registration . b=71715
2001-03-30 12:01:24 +00:00
locka%iol.ie
59d5b5281c
Removed ActiveX control registration. b=71715
2001-03-30 12:00:25 +00:00
disttsc%bart.nl
96f5f6cf31
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
pinkerton%netscape.com
686d1cda31
attempt to fix bustage.
2001-03-30 05:22:42 +00:00
pinkerton%netscape.com
753219a03d
switching mac to use NS_CONTEXTMENU event, click-hold context menus, switching embedding to use NS_CONTEXTMENU event. r=saari/sr=hyatt. bug# 36665, 18726
2001-03-30 04:45:40 +00:00
ccarlen%netscape.com
9df84b4e54
Sample code only - not part of mozilla. Implement nsIWebBrowserChrome::ShowAsModal() and some other windowing cleanup. r=danm@netscape.com
2001-03-29 15:40:39 +00:00
ccarlen%netscape.com
4158bbaf87
Sample code - not part of mozilla. Updating chrome url of throbber.
2001-03-28 15:26:50 +00:00
ccarlen%netscape.com
e2d6c7a661
Sample code - not part of mozilla. Bug 60550 - fixing popup menu event handling.
2001-03-28 15:26:07 +00:00
ccarlen%netscape.com
ebf1106af6
Not part of the build.
2001-03-28 14:08:59 +00:00
disttsc%bart.nl
704dced9e0
Fix bustage. More hidden dependencies (no cookie!). Fix courtesy of bbaetz.
2001-03-28 05:36:59 +00:00
peterv%netscape.com
711800452a
Fixing mac bustage.
2001-03-27 13:41:23 +00:00
locka%iol.ie
1eb7bbad8f
Removed the BinDirectoryPath registry settings. Mozilla control now relies on the control kicker to set things up for it. b=71363
2001-03-27 12:23:51 +00:00
rods%netscape.com
ac1cbced14
This now enables print listeners, print progress and the cancelling of printing
...
Bug 70946 & Bug 70949 r=dcone,chak sr=attinasi
2001-03-27 12:04:30 +00:00
cls%seawood.org
703015f4d7
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
blakeross%telocity.com
7b5a59b32d
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
radha%netscape.com
36e002d883
Fix for bug # 69457 r=valeski, rpotts
2001-03-24 01:23:42 +00:00
valeski%netscape.com
c1098ac6ac
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +00:00
locka%iol.ie
25c4877957
Updated PATH setting code to be less reliant on registry settings. b=71363
2001-03-23 14:56:12 +00:00
mstoltz%netscape.com
b26a1f0451
Bugs 55069, 70951 - JS-blocking APIs for mailnews and embedding. r=mscott, sr=attinasi.
...
Bug 54237 - fix for event-capture bug, r=heikki, sr=jband.
2001-03-23 04:22:56 +00:00
blakeross%telocity.com
eaa6754a0a
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
maolson%earthlink.net
cf7a9d0f56
fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
...
r=blake, a=ben
2001-03-22 00:15:47 +00:00
blizzard%redhat.com
f6734eed90
remove old files that are no longer in the build
2001-03-21 21:07:59 +00:00
locka%iol.ie
b52d4dd76a
NOT PART OF BUILD. Updated project file for MSVC++ now invokes "nmake /f makefile.win"
2001-03-21 13:07:21 +00:00
timeless%mac.com
d44332bdf7
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
disttsc%bart.nl
dea0451d5c
Fix windows bustage. r=smfr
2001-03-20 06:39:41 +00:00
disttsc%bart.nl
fc65fd543f
Fix Nebiros bustage by not including time.h, r=cls
2001-03-20 06:19:56 +00:00
blizzard%redhat.com
b4b7f625b6
Attempt to fix irix bustage. Shouldn't hurt other platforms.
2001-03-20 00:00:48 +00:00
disttsc%bart.nl
98d7d6264f
Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, adding "windowwatcher" to REQUIRES line in embedding/browser/gtk/src/Makefile.in
2001-03-19 23:36:16 +00:00
blizzard%redhat.com
495ec9702e
Bug #72224 . Turn on the new embedding widget. sr=shaver r=danm
2001-03-19 22:25:29 +00:00
blizzard%redhat.com
0963a632be
Comments from shaver's super-review. Not part of the build.
2001-03-19 00:52:53 +00:00
law%netscape.com
152f510006
Bug 26029; add CHROME_WINDOW_MIN flag to enable minimizable dialog windows (and use that for download progress dialogs); r=danm sr=alecf a=asa
2001-03-17 00:30:38 +00:00
blizzard%redhat.com
7f906be43e
Make chrome windows resize intrinsically. Not part of the build.
2001-03-16 19:38:01 +00:00
blizzard%redhat.com
f313ca90ed
Put hard coded list of content types back in. Not part of the build.
2001-03-14 22:52:34 +00:00
blizzard%redhat.com
7a09d90a88
Bulletproof some of the functions so that we don't deref things before they are created. Include gtkmozembed_internal.h so that get_nsIWebBrowser actually has C linkage qualities. Not part of the build.
2001-03-14 22:36:19 +00:00
blizzard%redhat.com
60b779ca36
Make streaming go. Not part of the build.
2001-03-14 21:38:56 +00:00
blizzard%redhat.com
df842d79e0
New stream code - WIP. Not part of the build.
2001-03-13 23:26:53 +00:00
blizzard%redhat.com
a9737962ec
Move chrome mask into private to fix startup crash. Not part of the build.
2001-03-13 22:01:10 +00:00
blizzard%redhat.com
bfa0623615
Add the prompter to the makefile. Not part of the build.
2001-03-13 21:30:22 +00:00
blizzard%redhat.com
593be98440
Add VISIBILITY signal back in now that adam's changes are in. Not part of the build.
2001-03-13 21:15:26 +00:00
blizzard%redhat.com
4ff49cd42c
nsIPrompt impl. not part of the build
2001-03-13 21:09:21 +00:00
timeless%mac.com
fbe4dc7bd4
Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
locka%iol.ie
3187316f0a
Fixed wacky sync/async code in webbrowser persist b=69828, r=dougt@netscape.com
2001-03-13 13:55:30 +00:00
locka%iol.ie
f02d31703f
Fixed a few documentation typos. b=68581
2001-03-13 13:43:54 +00:00
locka%iol.ie
8b27a53fb3
Updated to use nsIEmbeddingSiteWindow sr=blizzard@mozilla.org b=68581
2001-03-13 12:48:33 +00:00
locka%iol.ie
0bdbc7e2d9
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:35:08 +00:00
locka%iol.ie
8663a4a73c
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:21:34 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
danm%netscape.com
22ebda3698
Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt
2001-03-12 23:08:29 +00:00
dougt%netscape.com
9c5d760307
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
shaver%mozilla.org
89c833fb49
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
ccarlen%netscape.com
8d27bb9639
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
danm%netscape.com
a58e95682d
moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt
2001-03-09 02:04:06 +00:00
blizzard%redhat.com
d342454712
more work on shutdown. not part of the build.
2001-03-08 23:22:09 +00:00
blizzard%redhat.com
ecdce138f9
Get profiles working, always load urls after a realize. Not part of the build.
2001-03-08 22:46:34 +00:00
disttsc%bart.nl
aebc676048
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
blizzard%redhat.com
3e3a9af841
Hot tooltip love. Not part of the build.
2001-03-06 22:51:23 +00:00
blizzard%redhat.com
10a28079f6
Implement SIZE_TO, DESTROY_BROWSER, and OPEN_URI. Not part of the build.
2001-03-06 22:41:53 +00:00
blizzard%redhat.com
0e654041f8
New embedding widget files. Not Yet Quite Part Of The Build, Folks
2001-03-06 21:56:57 +00:00
maolson%earthlink.net
40910d61c6
Embedding part of bug 56680 - use a xul <stringbundle/> instead of including the strres.js code
...
r=blake, sr=blizzard via irc
2001-03-05 01:53:33 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
blakeross%telocity.com
686e5a8010
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2001-03-02 03:07:53 +00:00
locka%iol.ie
efdd710d44
Removed calls to regsvr32 when building on 95/98/Me. Checked in for syd@netscape.com, r=adamlock@netscape.com b=69737
2001-03-01 11:19:15 +00:00
danm%netscape.com
613435350d
hooking up windowwatcher. bug 65229 code=ccarlen,me. r=brendan
2001-03-01 00:13:32 +00:00
pinkerton%netscape.com
a451399716
make ChromeListener's dtor virtual, since the class has virtual methods. r=jag/sr=scc.
2001-02-27 00:46:27 +00:00
locka%iol.ie
3508afd0c4
NOT PART OF BUILD. Prototype replacement for nsIWebBrowserSiteWindow. b=68581
2001-02-23 14:44:58 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
locka%iol.ie
22ecac25ee
Added a missing break statement to embedding API. b=68934
2001-02-20 13:34:22 +00:00
danm%netscape.com
7235ed8d79
fix destruction order crash. no bug #. r=hyatt,pinkerton
2001-02-17 02:37:06 +00:00
valeski%netscape.com
60fc41df35
sr=scc. 68187. making weak reference implementation on the browser listener part requirement explicit. API change.
2001-02-14 03:12:33 +00:00
locka%iol.ie
a17f63b0a9
Removed a dud command from clobber rule which deleted a file needed for build.
2001-02-14 00:43:51 +00:00
locka%iol.ie
a8197e9dad
Added control_kicker (mozctlx.dll) to the build. b=67682, sr=scc@mozilla.org
2001-02-13 14:18:50 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
blizzard%redhat.com
cbf18aff10
Fix bug #68158 . This should fix the crash after the second window is closed. Use a GtkWidget instead of a GdkWindow. r=bryner sr=alecf
2001-02-13 02:44:05 +00:00
buster%netscape.com
68a20f0213
bug 68366 (asserts prevent automated regression tests from being run)
...
sr=waterson
just removed an unnecessary assertion (and early termination side effect)
2001-02-12 05:37:25 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
ccarlen%netscape.com
6eab38f493
Mac embedding sample code only. Embedding sample needs to use new nsIWebBrowserFind API (68169). r=valeski,sfraser a=blizzard.
2001-02-09 17:51:00 +00:00
blizzard%redhat.com
6fa52a21bf
Fix bug #68057 . Track visibility changes so that windows opened via window.open() actually open properly.
2001-02-08 20:12:13 +00:00
disttsc%bart.nl
de260002b2
More REQUIRES fixing for senna bustage.
2001-02-07 12:40:35 +00:00
disttsc%bart.nl
d7eebd36f8
Fixing senna bustage, updating REQUIRES
2001-02-07 11:56:10 +00:00
blizzard%redhat.com
a604b5d874
Fix bug #67843 . This removes the hang when popups are created in the embedding widget. r=jst sr=shaver
2001-02-07 07:05:33 +00:00
ccarlen%netscape.com
9e65c7707d
This was supposed to go in with the rest for bug 46869 but didn't.
2001-02-07 06:03:35 +00:00
danm%netscape.com
adb29a9e51
hooking up window watcher. bug 65229 r=scc,valeski
2001-02-07 05:03:09 +00:00
danm%netscape.com
9f6f623b8b
implementing FindItemWithName. bug 65229 (peripherally) r=scc,valeski
2001-02-07 05:02:06 +00:00
danm%netscape.com
c8640160cd
removing nsIWebBrowserChrome::FindNamedBrowserItem per 5 Feb 01 API review. functionality has been moved to nsDocShellTreeOwner. r=scc,valeski
2001-02-07 04:59:43 +00:00
ccarlen%netscape.com
474501f05a
Bug=46869 - Embedding apps need find functionality. r=kin, sr=vidur,sr=alecf
2001-02-07 04:31:36 +00:00
blizzard%redhat.com
1f232d6011
Fix bug #64027 . Tooltips should work on the mozilla embedding widget. r=pavlov, sr=shaver
2001-02-07 02:47:34 +00:00
ccarlen%netscape.com
a322c8afff
Bug 46869 - Embedding apps need text finding functionaity. Adding new files - will add to build next.
r=kin,sr=vidur, sr=alecf
2001-02-07 01:48:24 +00:00
radha%netscape.com
659c48ea24
Test code for history listener r=valeski sr=rpotts
2001-02-07 00:33:11 +00:00
blizzard%redhat.com
e3d8c43eea
Fix for bug #60083 . Check for QI return code and help prevent crashes. r=me sr=shaver
2001-02-07 00:19:15 +00:00
dcone%netscape.com
8411564226
Initial version. r=kmmclusky. Does not effect the build
2001-02-06 23:07:47 +00:00
ccarlen%netscape.com
bf4115809e
Add explicit registration of nsIWebProgressListener which is now required.
r=valeski@netscape.com, sr=blizzard@mozilla.org
2001-02-05 15:23:36 +00:00
locka%iol.ie
466ed6ce94
Removed some dud commented out macros
2001-02-05 11:29:34 +00:00
locka%iol.ie
88a0ecf772
Major resync to track recent embedding API changes. Persistence code updated, web browser listener updated, clipboard commands updated. Removal of a lot of STL templates to reduce bloat. Implemented popup menu actions b=59040
2001-02-05 11:29:05 +00:00
locka%iol.ie
c260cd24cb
Reworked IE DOM emulation to make it slightly more accurate & efficient.
2001-02-05 11:24:33 +00:00
locka%iol.ie
505c40cdd1
Fixed clipboard problem where an ascii format was used instead of unicode.
2001-02-05 11:22:32 +00:00
locka%iol.ie
d2bb165044
Added new ambient appearance properties.
2001-02-05 11:21:26 +00:00
dbaron%fas.harvard.edu
813545f489
Fix incorrect usage of |nsCOMPtr<T>::operator&| was used in place of |getter_AddRefs| since the former will soon become |private| to prevent things like this. r=disttsc@bart.nl b=59414
2001-02-04 19:37:36 +00:00
locka%iol.ie
ba341d50bd
Reinstated some lines accidentally removed during porting to nsIWebBrowserSiteWindow. b=46852
2001-02-02 19:24:28 +00:00
locka%iol.ie
a7deadcd34
Updated to use new nsIWebBrowserSiteWindow interface. b=46852, sr=blizzard@mozilla.org
2001-02-02 15:53:46 +00:00
locka%iol.ie
e16921b314
Changed control to use nsIWebBrowserSiteWindow interface. b=46852, sr=blizzard@mozilla.org
2001-02-02 15:49:16 +00:00
ccarlen%netscape.com
ba474a7e97
Bug 52473 - Add Mac embedding sample to the build.
r=jj@netscape.com, sr=sfraser@netscape.com
2001-02-02 15:10:01 +00:00
locka%iol.ie
8e2b3d9f9f
Updated powerplant sample to use new nsIWebBrowserSiteWindow interface. b=46852, sr=blizzard@mozilla.org
2001-02-02 14:28:20 +00:00
locka%iol.ie
6f4b10b95b
Changed nsDocShellTreeOwner to call out to embedder's nsIWebBrowserSiteWindow interface instead of nsIBaseWindow. b=46852, sr=blizzard@mozilla.org
2001-02-02 12:52:44 +00:00
locka%iol.ie
f9c4482085
Added nsIWebBrowserSiteWindow to makefile. b=46852, sr=blizzard@mozilla.org
2001-02-02 12:46:14 +00:00
locka%iol.ie
645d788be4
Added nsIWebBrowserSiteWindow.idl. b=46852, sr=blizzard@mozilla.org
2001-02-02 12:44:52 +00:00
locka%iol.ie
e64ce4d38c
Added nsIWebBrowserSiteWindow. sr=blizzard@mozilla.org, b=46852
2001-02-02 12:41:14 +00:00
locka%iol.ie
d8e473e359
New nsIWebBrowserSiteWindow interface - contains the 'up' set of functions from nsIBaseWindow making it easier for embedders to implement. b=46852, sr=blizzard@mozilla.org
2001-02-02 12:39:35 +00:00
dbaron%fas.harvard.edu
46f61e640d
Fix previous bustage fix: NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIWebProgressListener) only adds an entry for nsISupports, not nsIWebProgressListener. r=jag, valeski
2001-02-01 01:41:57 +00:00
mkaply%us.ibm.com
a4db62ff77
OS/2 TB breakage - need PR_CALLBACK
2001-02-01 00:57:56 +00:00
valeski%netscape.com
7cea1b602f
resolving ambiguities
2001-01-31 22:08:35 +00:00
valeski%netscape.com
134c862eef
r=ccarlen, sr=rpotts. 65925. adding support for listener queueing in the webbrowser, and weak reference support to webprogress listeners.
2001-01-31 21:03:40 +00:00
locka%iol.ie
11e68ceae8
NOT PART OF BUILD. Added copyright headers
2001-01-31 12:06:05 +00:00
locka%iol.ie
7f3d4e1cdb
NOT PART OF BUILD. Command line makefile for mozctlx.dll
2001-01-31 12:04:30 +00:00
saari%netscape.com
c627675828
fix for breakage. Doh.
2001-01-31 02:45:31 +00:00
saari%netscape.com
7a31ecc2cb
checking in stub implementation of nsIWebBrowserFocus interface for embedding. r=pavlov, sr=valeski
2001-01-31 00:34:28 +00:00
saari%netscape.com
bc3230c1a5
First Checked In.
2001-01-31 00:28:10 +00:00
blizzard%redhat.com
431fd02bb8
Fix bug #66882 . Turn off the _MOZILLA_REMOTE property on the hidden window otherwise the embedded widget will respond to remote requests. r=pavlov, sr=alecf-the-x-head
2001-01-30 20:35:14 +00:00
ccarlen%netscape.com
fbdcbbc7b5
NOT PART OF THE BUILD - Changed caller of nsISingleSignon.
2001-01-24 15:51:51 +00:00
darin%netscape.com
6bfaf3912c
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
...
r=dougt@netcape.com , sr=mscott@netscape.com .
2001-01-23 22:10:34 +00:00
ccarlen%netscape.com
784dcba015
NOT PART OF THE BUILD - Adding profile management.
2001-01-23 15:32:57 +00:00
ccarlen%netscape.com
604fcffe11
NOT PART OF THE BUILD - Adding profile management to this embedding sample.
2001-01-23 15:30:56 +00:00
pinkerton%netscape.com
879b0709a2
Now that the ELM bug has been fixed, pull out the kungFuDeathGrips. Also make the browser chrome a strong ref so we can still hide the tooltip when the window is closed with one up. r=saari/a=sfraser.
2001-01-23 04:41:17 +00:00
dbaron%fas.harvard.edu
5a6e62039b
Add timer to REQUIRES to fix senna tinderbox bustage.
2001-01-23 03:21:54 +00:00
dbaron%fas.harvard.edu
7c8f29e9b3
Add timer to REQUIRES to fix senna tinderbox bustage.
2001-01-23 02:30:41 +00:00
pinkerton%netscape.com
b39d493ff3
implement nsITooltipListener with baloon help r=saari, sr=sfraser
2001-01-23 00:48:35 +00:00
pinkerton%netscape.com
d5f5d2d65c
Support tooltips in embedding code with new nsITooltipListener interface. Refactor listeners into separate object to simplify ownership and removed Release() hack. r=saari, sr=sfraser
2001-01-23 00:47:02 +00:00
pinkerton%netscape.com
685d957908
build nsITooltipListener.idl r=saari/sr=sfraser.
2001-01-22 21:45:02 +00:00
pinkerton%netscape.com
f59a2a1d62
build new interface r=saari/sr=sfraser.
2001-01-22 21:43:49 +00:00
pinkerton%netscape.com
da7623ef64
new api for embedding. r=saari/sr=sfraser.
2001-01-22 21:41:53 +00:00
ccarlen%netscape.com
ec0e827c6a
NOT PART OF THE BUILD - Add string resources file file locations.
2001-01-19 15:53:13 +00:00
ccarlen%netscape.com
13a16256e5
NOT PART OF THE BUILD - Add string resources for file locations.
2001-01-19 15:52:49 +00:00
ccarlen%netscape.com
116a4cf4a2
NOT PART OF THE BUILD - forgot to add this yesterday
2001-01-19 15:51:59 +00:00
locka%iol.ie
6c5f87f50d
New mozctlx.dll for Mozilla ActiveX control. Register this DLL instead of mozctl.dll and it will ensure the PATH environment variable in the host process includes the Mozilla bin directory everytime the control is created. NOT PART OF BUILD
2001-01-19 13:17:28 +00:00
valeski%netscape.com
a7753f4740
mass confusion. We indeed need this registration.
2001-01-19 08:14:38 +00:00
valeski%netscape.com
2ec646652c
r=syd. reverting to dead browserlistener implementation (basically a backout of my previous checkin until progress listener registration can be resolved.
2001-01-19 07:17:20 +00:00
valeski%netscape.com
710b3c982a
r=ccarlen, sr=rpotts. 46848. Reworking listener registration interface. collection type listeners should be registered here. removing nsIWebProgress implementation from nsWebBrowser adfter determining GetDOMWindow() wasn't being used.
2001-01-19 06:00:23 +00:00
ccarlen%netscape.com
15ac5b144d
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
sfraser%netscape.com
35ce2738e0
Fix the Windows build, r=kin. The error handling in this file is, um, interesting.
2001-01-10 01:16:15 +00:00
sfraser%netscape.com
0f7551beeb
Include nsIDiskDocument to fix windows build.
2001-01-10 00:10:51 +00:00
sfraser%netscape.com
f01a40fc19
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
2001-01-09 22:47:02 +00:00
akkana%netscape.com
ec99bc9b4b
33088: pass wrap column in to SaveFile per API change
2001-01-08 22:33:52 +00:00
akkana%netscape.com
d3089c475e
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
2001-01-08 21:01:29 +00:00