locka%iol.ie
e460fa3313
Update embedding manifest system to run through gen_mn.pl and be more tolerant of missing modules and people forgetting to update embed-jar.mn. b=90404 r=chak@netscape.com sr=blizzard@mozilla.org
2001-07-13 09:09:24 +00:00
mscott%netscape.com
7dd8f08a94
Bug #89414 --> mis-spelled a JS variable name. It should be choseApp.
...
r/sr=sspitzer
2001-07-13 05:45:59 +00:00
depstein%netscape.com
ca242cf008
update nsIWebNav tests (correct load/reload flags)
2001-07-13 01:46:57 +00:00
locka%iol.ie
80a4d28418
NOT PART OF BUILD. Now works on Win32 & parses an external file to generate the manifest. b=90404
2001-07-12 12:31:43 +00:00
mcafee%netscape.com
a073f36ea5
Fixing IRIX linker bustage (90438). r=cls
2001-07-12 05:58:10 +00:00
jaggernaut%netscape.com
b4e9467012
Apperently more cruft that snuck into embed-jar.mn. Removing, hoping this fixes the bustage on shrike
2001-07-11 12:47:28 +00:00
locka%iol.ie
e4f5812f4e
NOT PART OF BUILD. Minor update adds a few missing chrome files.
2001-07-11 11:57:04 +00:00
mcafee%netscape.com
1a43ceabff
Need to fully specify embed-jar.mn location for objdir builds (90295).
2001-07-11 09:27:26 +00:00
mcafee%netscape.com
d8cb760c7a
Moving embed-jar.mn creation out to separate makefile target, autogeneration and cvs checked in status don't mix. Run this by hand when needed and check diffs in, don't run this every build (90295). r=jag
2001-07-11 09:20:42 +00:00
jaggernaut%netscape.com
e31b61ddab
Fixing bustage by removing lines accidentily added in recent change.
2001-07-11 07:35:19 +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
92455ebc29
Fully specify location of gen_mn.pl file for objdir builds. Fixes shrike, other ports bustage
2001-07-11 03:10:00 +00:00
mcafee%netscape.com
5e9188b3fe
Fixing REQUIRES line, fixes ports/objdir bustage
2001-07-11 02:55:53 +00:00
mcafee%netscape.com
f61b621c23
Changes to get SSL working in gtkEmbed (83393). r=adamlock, sr=brendan
2001-07-10 23:47:35 +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
mcafee%netscape.com
6321f4cb94
Ignore generated files.
2001-07-10 23:22:46 +00:00
depstein%netscape.com
1996b76743
Changed mfcEmbedComponents to testEmbedComponents in TestEmbed.cpp & makefiles.
2001-07-10 01:57:23 +00:00
locka%iol.ie
9f6c4f5c67
NOT PART OF BUILD. Embedding manifest generator. b=83393
2001-07-09 22:49:55 +00:00
timeless%mac.com
1fdeed80f7
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
53e04688af
Added code to use silent printing. b=76456 r=dcone sr=attinasi
2001-07-09 14:40:37 +00:00
depstein%netscape.com
40203a34c1
Updated nsIRequest tests
2001-07-06 02:39:11 +00:00
cls%seawood.org
cfce8f4dcc
Updating .cvsignore files.
...
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
dinglis%qnx.com
61f7461179
NOT PART OF BUILD (Photon only)
...
- bring the photon embedding component upto date.
2001-07-04 19:42:06 +00:00
jaggernaut%netscape.com
78480349db
Attempt to fix current bustage: when unzipping chrome so we can re-zip it for the embedding specific jar, overwrite existing files without asking (unzip -o). Patch suggested by cls.
2001-07-03 09:56:56 +00:00
jaggernaut%netscape.com
38a3cc1191
Second attempt. We'll get it right, eventually. :-)
2001-07-03 08:07:02 +00:00
jaggernaut%netscape.com
8c50ff3541
Attempt at fixing embedding build bustage. For now we'll just use the windows images.
2001-07-03 06:48:21 +00:00
blizzard%redhat.com
85c6afa22a
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
locka%iol.ie
fba5b8169b
Remove event queue destruction code from NS_TermEmbedding to prevent assertions later on. b=79181 r=rpotts@netscape.com sr=blizzard@mozilla.org
2001-07-02 19:23:40 +00:00
cls%seawood.org
66d937045b
Landing static build changes for OS2
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +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
depstein%netscape.com
39021ed18b
Updated nsIRequest methods; added nsIStreamObserver implementations
2001-06-30 00:26:31 +00:00
mscott%netscape.com
70d2b0e8d9
Bug #88320 --> wrap the choose button in a autostretch="never" box.
...
r/sr=hewitt,sspitzer
2001-06-29 04:19:00 +00:00
locka%iol.ie
37cb39cfb7
NO CODE CHANGES. Replaced all tab characters with spaces.
2001-06-28 13:01:52 +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
locka%iol.ie
1738b333c6
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
mscott%netscape.com
4a2e26f09d
Bug #88066 --> add an advanced button to the helper app dialog. Remove some obsolete DTD strings.
...
r=hewitt
sr=sspitzer
2001-06-28 04:18:57 +00:00
chak%netscape.com
efc3872feb
Fix for #80778 - ASSERTION on startup: nsAppStartupNotifier.cpp
...
r/sr=alecf
2001-06-28 02:32:12 +00:00
mscott%netscape.com
190b061f3f
Bug #80866 --> new helper app dialog design.
...
r=hewitt
sr=sspitzer
2001-06-28 02:19:28 +00:00
depstein%netscape.com
2e5c8d74f6
updated README.TXT with description and build instructions.
2001-06-28 01:47:19 +00:00
depstein%netscape.com
9d32bc2fcb
Modified routines in Tests.cpp & QAUtils.cpp
2001-06-28 00:48:45 +00:00
depstein%netscape.com
0e001b3099
Update testembed w/ latest ifaces, incl nsIRequest cases & nsIWebProgLstnr support
2001-06-26 22:39:32 +00:00
bryner%uiuc.edu
89a8648447
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
758f79ff72
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
1eae7d84d0
Bug 87146. Fix manifest to include missing files; remove file-globbing, which doesn't work. Fix makefile to obey _NO_FLOCK when building jars.
2001-06-21 20:03:57 +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
amasri%netscape.com
a4cbf373fd
Adding files to qa embedding project. Not part of the build.
2001-06-20 18:28:48 +00:00
blakeross%telocity.com
0c5ce30bd4
Not filling in default action with name of helper app (79231, law's patch). r=pchen sr=mscott a=asa
2001-06-20 06:21:46 +00:00
dbaron%fas.harvard.edu
9d35ed31a4
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
danm%netscape.com
b4e242be8f
remove compiler warning
2001-06-20 01:29:21 +00:00
danm%netscape.com
cc6234cba2
URL loading security check moved from WindowWatcher to GlobalWindow. base URL calculation also reset to preferentially use the caller's context over the parent window's. bug 59748 r=hyatt,jst a=asa
2001-06-20 01:25:09 +00:00
amasri%netscape.com
bcd3847960
Created new tree structure for qa embedding tool (testembed). Adding files
...
needed for testembed c++ project. Not part of the build.
2001-06-20 00:19:53 +00:00
cls%seawood.org
bf5fb48486
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
scc%mozilla.org
a8fb409c6e
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
2001-06-17 05:23:38 +00:00
locka%iol.ie
683da72d40
NOT PART OF BUILD. Public SDK script now has args for specifying alternate directories to scan or include.
2001-06-15 19:26:45 +00:00
blizzard%redhat.com
9fcc01a00a
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
0f264bb26d
trying to fix build bustage with a temporary
2001-06-14 03:48:40 +00:00
blizzard%redhat.com
8135e88b33
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
law%netscape.com
5ae9162ddd
Bug 79862; fix keyset id attribute so esc/enter keys work on helper app dialog; r=sfraser/sr=alecf/a=asa
2001-06-13 23:34:13 +00:00
danm%netscape.com
3de03a6a86
OpenWindow 'gracefully' handles disconnected parent windows. bug 78504 r=dr,hyatt a=asa
2001-06-12 23:05:17 +00:00
locka%iol.ie
f430e67cb8
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
722f71768f
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
locka%iol.ie
8638ac5f8b
Added javascript: protocol handler to embedding manifest. b=82709 r=valeski@netscape.com sr=blizzard@mozilla.org a=dbaron@fas.harvard.edu
2001-06-08 12:05:34 +00:00
locka%iol.ie
bded339266
NOT PART OF BUILD. Added support for Linux to public header generator tool.
2001-06-06 12:10:42 +00:00
valeski%netscape.com
5892765fc6
r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.
2001-06-05 21:25:57 +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
locka%iol.ie
dd18e2f1f7
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
locka%iol.ie
6d957a7eb0
NOT PART OF BUILD. Perl script for extrapolating the "public" headers of Mozilla by running the dependency tool over the embedding sample apps.
2001-06-04 23:32:09 +00:00
blizzard%redhat.com
74ac182aac
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
00b4cf5fdc
Fix for 81796 - Enable SecureBrowserUI for embedding apps
...
r=ccarlen, sr=blizzard, a=dbaron
2001-06-02 00:35:39 +00:00
locka%iol.ie
6018824845
Removed PSM from embedding manifest to prevent form submit crashes in gtkEmbed. b=82141, r=valeski@netscape.com a=chofmann@netscape.com
2001-05-30 22:49:15 +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
mkaply%us.ibm.com
c4fe26ee6d
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
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
blizzard%redhat.com
97e6dee485
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
3115f445cc
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
73252fc552
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
674d52777b
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
303e7c45c4
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
175b1669ff
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
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
chak%netscape.com
89a86813a8
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
4200555309
r=adamlock. missing break statement
2001-05-21 23:20:18 +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
valeski%netscape.com
eb849276aa
adding nsWebBrowserContentPolicy.cpp to the mac build. 81263
2001-05-21 22:43:47 +00:00
valeski%netscape.com
7f26ff6952
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
ad2fe90ea5
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
2dcd262cff
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
67c55cf62a
Fix allocator mismatch in bug #70207 . r=pavlov,arik sr=scc
2001-05-19 14:29:25 +00:00
blizzard%redhat.com
6755e63db5
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
77aeecc056
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
5a6896b2a7
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
f7a54e8b41
Fix bug #81512 . Misnamed function. rs=tor, r=bryner
2001-05-18 22:17:02 +00:00
blizzard%redhat.com
0d78d15805
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
92f67877a5
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
678b80f10b
Back out mstoltz because of blocker bug #81629 . Original bugs were 47905 79775.
2001-05-18 17:41:23 +00:00
mstoltz%netscape.com
11f7b8f900
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
b304e46e61
Bug 76001 - Correct some incorrect comments. r=danm, sr=alecf
2001-05-17 21:13:35 +00:00