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
blizzard%redhat.com
7a0d200bac
Fix bug #82601 . "mozilla will continue trying to create http auth dialogs until the cows come home." Make sure to detect errors creating new windows and pass those errors along to callers. r=ccarlen, sr=tor, a=asa
2001-05-25 20:25:49 +00:00
law%netscape.com
a83465493d
Bug 68279; tightens up IsExecutable() check in nsLocalFileWin to properly detect most dangerous executables; adds code to the two places in the UI where such files used to be executed to disable us doing that; r=mstoltz, sr=mscott
2001-05-23 06:03:59 +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
dbaron%fas.harvard.edu
27929ede4b
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
chak%netscape.com
7dda5a75e6
Fix for #81884 - Add PSM2 components to embed packaging
...
r=adamlock@netscape.com , sr=blizzard
2001-05-22 03:32:16 +00:00
valeski%netscape.com
58b8efcc23
r=adamlock. missing break statement
2001-05-21 23:20:18 +00:00
danm%netscape.com
bd306441f5
change window ownership model to match Mozilla's (self-referential). bug 76522 r=adamlock,hyatt
2001-05-21 22:49: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
mstoltz%netscape.com
3584203896
Re-checking-in workaround fix for 79775 - don't call GetSubjectPrincipal for chrome URLs, as this sometimes causes a failure and is not necessary for chrome URLs anyway. Fixed a crasher by moving the initialization of LoadInfo out of the if block. r=vidur, sr=jst.
2001-05-19 01:40:52 +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
blizzard%redhat.com
e1e5c32a99
Back out mstoltz because of blocker bug #81629 . Original bugs were 47905 79775.
2001-05-18 17:41:23 +00:00
mstoltz%netscape.com
201736a175
Bug 47905 - adding security check for XMLHttpRequest.open.
...
Added nsIScriptSecurityManager::CheckConnect for this purpose.
Also cleaned up the security check API by removing some unnecessary
parameters. r=vidur@netscape.com , sr=jst@netscape.com
Bug 79775 - Forward button broken in main mail window. Making
WindowWatcher not call GetSubjectPrincipal if the URL to be loaded is
chrome, since the calling principal is superfluous in this case.
No one has been able to find the root cause of this problem, but
this checkin works around it, which is the best we can do for now.
r=ducarroz@netscape.com , sr=jst@netscape.com
2001-05-18 06:56:29 +00:00
ccarlen%netscape.com
79fa440908
Bug 76001 - Correct some incorrect comments. r=danm, sr=alecf
2001-05-17 21:13:35 +00:00
cls%seawood.org
f5efc0a677
Reordering libs as needed for static build
2001-05-16 23:56:15 +00:00
dougt%netscape.com
e8f9d89833
Fix for 66951. r=ftang@Netscape.com, sr=dougt@netscape.com.
2001-05-15 19:01:57 +00:00
locka%iol.ie
a96ff1bdbd
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
hewitt%netscape.com
71b247be0d
80748 - mac classic doa, r=blake/andreww
2001-05-14 22:41:42 +00:00
cls%seawood.org
68d5acabae
Add MOZILLA_DIR/config to perl include path.
2001-05-14 12:07:17 +00:00
cls%seawood.org
e28767ee5c
Add MOZILLA_DIR/config to perl include path. Should fix coffee tinderbox bustage
2001-05-14 12:05:48 +00:00
kandrot%netscape.com
d5ca27bbb0
Check in for Ron Guilmette's static build. r=nhotta, sr=waterson bug #46775
2001-05-14 06:30:56 +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
hewitt%netscape.com
d6a07c4be3
63246 - global stylesheet scoping, r=jag/blake, sr=hyatt
2001-05-12 04:51:28 +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
mkaply%us.ibm.com
1f49dafbe3
senna REQUIRES bustage - a lot of these components in this REQUIRES can probably be removed
2001-05-11 18:10:07 +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
waterson%netscape.com
5a5ce46037
Fix build bustage.
2001-05-11 04:08:24 +00:00
mcafee%netscape.com
36e2954a68
fixing build bustage, build dir needs to be at end of DIRS list to link. r=pinkerton
2001-05-11 03:12:51 +00:00
pinkerton%netscape.com
74ee335ef8
build foo to fix bustage
2001-05-11 03:07:54 +00:00
pinkerton%netscape.com
00fa03a78a
separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127
2001-05-11 01:52:11 +00:00
pinkerton%netscape.com
6866bb3e16
separating jsconsole into its own component. r=damn/sr=hyatt bug#73127.
2001-05-10 03:12:59 +00:00
chak%netscape.com
aec4755bc1
Fix #79731 - mfcembed causes IPF in module WEBBRWSR.DLL
...
(This is the unix part of the fix)
r=blizzard, a=jj
2001-05-10 02:39:20 +00:00
chak%netscape.com
40848171c9
Fix blocker #79731 - mfcembed causes IPF in module WEBBRWSR.DLL
...
r=valeski,a=jj
2001-05-09 21:05:02 +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
cls%seawood.org
29eae92e52
No need to explicitly set $(srcdir) as we let VPATH take care of that.
2001-05-04 08:24:57 +00:00
law%netscape.com
963290d2cf
Bug 52454; build new helper app dialog component on Mac; r=pchen@netscape.com, sr=mscott@netscape.com
2001-05-04 08:01:21 +00:00
law%netscape.com
48ad1e61d0
Bug 52454; building new helper app dlg component on win/unix; r=pchen@netscape.com, sr=mscott@netscape.com
2001-05-04 06:35:43 +00:00
ccarlen%netscape.com
6c8532e167
Bug 75996 - nsIPromptService::ConfirmCheck set check value result even when canceled. r=danm,sr=alecf
2001-05-04 01:57:09 +00:00
law%netscape.com
4ea588b162
Bug 52454; switch to new .properties file; r=pchen@netscape.com, sr=ben@netscape.com
2001-05-03 23:34:41 +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
law%netscape.com
aef6edaa38
Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com
2001-05-02 22:50:02 +00:00
law%netscape.com
66a081a7b0
Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=mscott@netscape.com
2001-05-02 22:44:14 +00:00
law%netscape.com
b6a04b06b1
Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com
2001-05-02 22:31:12 +00:00
danm%netscape.com
01ffb24e30
just changing the name of internal classes nsWindowEnumerator (and WindowInfo). the old name was causing problems with the static build and noisy leak logs. bug 46775 r=hyatt,jband
2001-05-02 22:16:10 +00:00
chak%netscape.com
7d78b4641b
Fix for blocker#78561 - mfcembed crash on startup
...
r=valeski, rbs@maths.uq.edu.au
sr=alecf
2001-05-02 21:42:03 +00:00
ccarlen%netscape.com
9143ba9411
Bug 75993 - Make the checkvalue param on alertCheck,confirmCheck be in/out. r=valeski,sr=alecf
2001-05-02 14:47:09 +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
dbaron%fas.harvard.edu
546e4acc39
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding find to REQUIRES.
2001-04-28 04:01:29 +00:00
dbaron%fas.harvard.edu
be2599ded9
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding header file dependencies to REQUIRES.
2001-04-28 04:00:07 +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
6535b4afb1
Fix bustage; gcc 2.7.2.3 doesn't like the ? : with enums.
2001-04-28 01:18:54 +00:00
valeski%netscape.com
9e8d80d70f
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
chak%netscape.com
11d1d7636c
Fix for #76730 - mfcembed/BrowserFrm.h contains compile time errors
...
r=me,adam
sr=blizzard
2001-04-27 21:22:53 +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
sfraser%netscape.com
5e35cbdbc0
Backing out valeski
2001-04-27 05:53:22 +00:00
valeski%netscape.com
def10e77f9
mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332
2001-04-27 04:16:22 +00:00
chak%netscape.com
f891dee072
Fix Bug#77804 - windbgdlg.exe must be copied into the embed package
...
r=valeski,sr=jband
2001-04-27 00:44:33 +00:00
sfraser%netscape.com
8934f3f48a
New files for Find in Frames (bug 63241), not part of build yet. r=alecf, adamlock, sr=kin
2001-04-27 00:21:50 +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
danm%netscape.com
15247647b9
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
chak%netscape.com
d984a7f830
I screwed up by removing something i should not have in my prev checkin. sorry.
...
a=ducarroz
2001-04-23 21:55:01 +00:00
chak%netscape.com
2a08770d58
Patch for Blocker Bug#77176 - mfcembed crashes opening password dialogue
...
r=ccarlen,danm
sr=hyatt
2001-04-23 21:36:51 +00:00
danm%netscape.com
6be0fec93b
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
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
31544cb18b
implement nsIPrompt override component. bug 75745 r=blizzard,chak
2001-04-21 02:46:29 +00:00
danm%netscape.com
d8d928b060
implement ShowAsModal and remove nsIPrompt implementation; requirements for fielding default nsIPrompts. bug 75745 r=blizzard,hyatt
2001-04-21 02:45:37 +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