Commit Graph

640 Commits

Author SHA1 Message Date
locka%iol.ie
f233af291d 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
git-svn-id: svn://10.0.0.236/trunk@95700 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-22 21:31:01 +00:00
valeski%netscape.com
c0bc1e0c56 r=adamlock. missing break statement
git-svn-id: svn://10.0.0.236/trunk@95632 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 23:20:18 +00:00
valeski%netscape.com
1c9bf6b53b adding nsWebBrowserContentPolicy.cpp to the mac build. 81263
git-svn-id: svn://10.0.0.236/trunk@95623 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 22:43:47 +00:00
valeski%netscape.com
4cd7a0dc5d 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.
git-svn-id: svn://10.0.0.236/trunk@95622 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 22:42:46 +00:00
locka%iol.ie
abed4023e4 Enabled window clipping to prevent flicker while painting child windows. b=81986 r=chak@netscape.com sr=blizzard@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@95621 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-21 22:40:31 +00:00
ccarlen%netscape.com
ae35e88c15 Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts
git-svn-id: svn://10.0.0.236/trunk@95547 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 18:31:20 +00:00
blizzard%redhat.com
f91c882955 Fix allocator mismatch in bug #70207. r=pavlov,arik sr=scc
git-svn-id: svn://10.0.0.236/trunk@95540 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 14:29:25 +00:00
blizzard%redhat.com
f52f4e880a Fix bug #70220. Harden *Stream functions so that you can't call them unless the widget has been realized. r=pavlov, rs=brendan
git-svn-id: svn://10.0.0.236/trunk@95539 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 14:23:38 +00:00
jst%netscape.com
535c86019d 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.
git-svn-id: svn://10.0.0.236/trunk@95533 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-19 11:27:30 +00:00
blizzard%redhat.com
e0848658f0 Fix bug #81512. Misnamed function. rs=tor, r=bryner
git-svn-id: svn://10.0.0.236/trunk@95431 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-18 22:17:02 +00:00
blizzard%redhat.com
d0cd7cabc1 Fix bug #73730. Compile problems with the MIPSpro compiler on IRIX. Just needed some casts. r=me, rs=tor
git-svn-id: svn://10.0.0.236/trunk@95429 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-18 22:13:05 +00:00
blizzard%redhat.com
6b7a2c1c09 Fix bug #59923. Add functionality to get enums for other language embedders. r=crichton, sr=tor
git-svn-id: svn://10.0.0.236/trunk@95414 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-18 21:14:48 +00:00
cls%seawood.org
55fb803687 Reordering libs as needed for static build
git-svn-id: svn://10.0.0.236/trunk@95160 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-16 23:56:15 +00:00
rpotts%netscape.com
9c40a95650 bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
git-svn-id: svn://10.0.0.236/trunk@94842 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-14 02:16:27 +00:00
cls%seawood.org
dba8d90666 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.)
git-svn-id: svn://10.0.0.236/trunk@94761 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-12 07:08:27 +00:00
darin%netscape.com
81e317535f Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@94682 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-11 21:05:08 +00:00
valeski%netscape.com
1d8a30414a r=saari, sr=blizzard 64349. adding GetFocusedElement to nsWebBrowser.cpp. patch submitted by DebugWeyers@yahoo.com.
git-svn-id: svn://10.0.0.236/trunk@94656 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-11 14:19:39 +00:00
locka%iol.ie
7b9c48de8a Restored some dependency rules to fix build bustage when building from a fresh pull. b=79788, a=leaf@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@94403 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-09 20:23:09 +00:00
locka%iol.ie
1d4ab688d1 Removing obselete file. b=68581
git-svn-id: svn://10.0.0.236/trunk@94381 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-09 14:16:12 +00:00
locka%iol.ie
07e87bba2a Updated control to implement an nsIPrompt service. b=75745, r=ccarlen@netscape.com, sr=blizzard@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@94365 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-09 11:23:18 +00:00
dbaron%fas.harvard.edu
02cbc2ffaf Fix bustage by including stdlib.h.
git-svn-id: svn://10.0.0.236/trunk@94257 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-08 19:48:51 +00:00
dbaron%fas.harvard.edu
7a25b2cec6 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
git-svn-id: svn://10.0.0.236/trunk@94250 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-08 19:19:03 +00:00
jst%netscape.com
43eee52859 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.
git-svn-id: svn://10.0.0.236/trunk@94242 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-08 17:42:36 +00:00
dcone%netscape.com
559222b4a1 Minor fix. r=sfraser. Does not effect build
git-svn-id: svn://10.0.0.236/trunk@94229 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-08 13:35:48 +00:00
locka%iol.ie
021fd65efa 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
git-svn-id: svn://10.0.0.236/trunk@94123 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-07 13:49:59 +00:00
ccarlen%netscape.com
f720e88745 Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@94087 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-06 15:03:55 +00:00
blizzard%redhat.com
37acdac8a8 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
git-svn-id: svn://10.0.0.236/trunk@94079 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-06 03:14:51 +00:00
kandrot%netscape.com
2f7e9262c9 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775.
git-svn-id: svn://10.0.0.236/trunk@94028 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-05 05:33:37 +00:00
ccarlen%netscape.com
d4eedf5933 Bug 76617 - embedding app can't get input focus. r=sfraser.sr=blizzard@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@93956 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-04 21:06:16 +00:00
valeski%netscape.com
c93bb536ef 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.
git-svn-id: svn://10.0.0.236/trunk@93943 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-04 20:15:38 +00:00
ccarlen%netscape.com
7facbacfde Bug 72230 (fixing side affect of its fix) WebBrowser window was painting black as background on Mac. r=adamlock, sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@93934 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-04 14:46:16 +00:00
locka%iol.ie
a44f35ce5c Add line to cancel native default handling of context menu events after it is already handled. b=78396 sr=blizzard@mozilla.orga
git-svn-id: svn://10.0.0.236/trunk@93846 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-03 21:43:23 +00:00
dcone%netscape.com
b050bb6446 Use correct case in IDL. Does not effect build
git-svn-id: svn://10.0.0.236/trunk@93838 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-03 21:15:05 +00:00
dcone%netscape.com
03e6c4cf96 fixed the declaration to use IDL syntax instead of C syntax. b=72692. Does not effect build
git-svn-id: svn://10.0.0.236/trunk@93801 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-03 14:15:38 +00:00
blizzard%redhat.com
f92784da06 Fix bug #76617. Some embedding apps can't get input focus. r=ccarlen,bryner sr=tor
git-svn-id: svn://10.0.0.236/trunk@93797 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-03 12:04:56 +00:00
blizzard%redhat.com
11b3cc08d3 Part of bug #75745. Get modal dialogs from the window watcher service working on linux. r=ccarlen, sr=tor
git-svn-id: svn://10.0.0.236/trunk@93610 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-02 02:49:07 +00:00
cls%seawood.org
cfeb5eff5b Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
git-svn-id: svn://10.0.0.236/trunk@93397 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-28 19:48:12 +00:00
blizzard%redhat.com
3464e95661 Add new test cases. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@93394 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-28 18:54:09 +00:00
arik%netscape.com
bcd9840f81 moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. Fixes bug 69922, r=dr, sr=brendan, a=blizzard.
git-svn-id: svn://10.0.0.236/trunk@93361 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-28 02:42:23 +00:00
sfraser%netscape.com
05d0dfeb30 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
git-svn-id: svn://10.0.0.236/trunk@93298 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-27 21:11:03 +00:00
heikki%netscape.com
466eb9093d 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.
git-svn-id: svn://10.0.0.236/trunk@93171 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-26 19:33:12 +00:00
bnesse%netscape.com
ee257ebfab Prefs API refactoring. Bug #46863. r=valeski, sr=alecf.
git-svn-id: svn://10.0.0.236/trunk@93158 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-26 18:41:11 +00:00
danm%netscape.com
5a74394401 adding nsIWebBrowserChromeFocus.idl for dr. bug 70224 r=hyatt,me a=asa
git-svn-id: svn://10.0.0.236/trunk@93050 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-25 02:07:17 +00:00
dr%netscape.com
12c40e3a0c fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
git-svn-id: svn://10.0.0.236/trunk@93048 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-25 02:04:56 +00:00
harishd%netscape.com
d2199013d8 69455 - enable noframes content when frames are disabled
r=heikki,sr=waterson,a=choffmann


git-svn-id: svn://10.0.0.236/trunk@92885 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-21 22:22:15 +00:00
ccarlen%netscape.com
9f42c732d7 Bug 75745 - Remove nsIPrompt implementations from embedding chrome. r=valeski, sr=blizzard, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@92884 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-21 22:17:39 +00:00
ccarlen%netscape.com
9a5631bd30 Bug 75745 - Remove nsIPrompt implementations from embedding chrome. r=valeski, sr=blizzard, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@92881 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-21 22:07:25 +00:00
danm%netscape.com
86665fa5ff nsIPrompt interface requests are now fielded to the service, rather than the enclosing chrome window. bug 72112 r=blizzard,ccarlen
git-svn-id: svn://10.0.0.236/trunk@92868 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-21 02:42:14 +00:00
ccarlen%netscape.com
4ee95c6310 Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
git-svn-id: svn://10.0.0.236/trunk@92856 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-21 00:26:18 +00:00
bryner%uiuc.edu
607c3ab676 Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan.
git-svn-id: svn://10.0.0.236/trunk@92818 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-20 06:45:56 +00:00