cls%seawood.org
52d7838acf
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
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
depstein%netscape.com
9a881273b4
removing files in /qa_mfcembed and subdirs. This qa tool is obsolete.
2001-06-30 02:02:30 +00:00
depstein%netscape.com
c978340501
Updated nsIRequest methods; added nsIStreamObserver implementations
2001-06-30 00:26:31 +00:00
mscott%netscape.com
8e3d4be9fd
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
cfdce7310e
NO CODE CHANGES. Replaced all tab characters with spaces.
2001-06-28 13:01:52 +00:00
locka%iol.ie
0c8b1015ce
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
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
mscott%netscape.com
96e52c48f7
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
8bf9fdd6d0
Fix for #80778 - ASSERTION on startup: nsAppStartupNotifier.cpp
...
r/sr=alecf
2001-06-28 02:32:12 +00:00
mscott%netscape.com
3f473ebdfd
Bug #80866 --> new helper app dialog design.
...
r=hewitt
sr=sspitzer
2001-06-28 02:19:28 +00:00
depstein%netscape.com
c938b77c49
updated README.TXT with description and build instructions.
2001-06-28 01:47:19 +00:00
depstein%netscape.com
e045de40fe
Modified routines in Tests.cpp & QAUtils.cpp
2001-06-28 00:48:45 +00:00
depstein%netscape.com
549583df18
Update testembed w/ latest ifaces, incl nsIRequest cases & nsIWebProgLstnr support
2001-06-26 22:39:32 +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
33b31f74cd
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
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
amasri%netscape.com
93388d78ae
Adding files to qa embedding project. Not part of the build.
2001-06-20 18:28:48 +00:00
blakeross%telocity.com
b41a4d4046
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
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
danm%netscape.com
f0c0a349d7
remove compiler warning
2001-06-20 01:29:21 +00:00
danm%netscape.com
ed9f54c409
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
f1b618ecca
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
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
scc%mozilla.org
2e8b3e9481
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
cdd8078685
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
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
law%netscape.com
ffe7e739f0
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
870570059e
OpenWindow 'gracefully' handles disconnected parent windows. bug 78504 r=dr,hyatt a=asa
2001-06-12 23:05:17 +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
locka%iol.ie
e94e66e7c4
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
fd8513369a
NOT PART OF BUILD. Added support for Linux to public header generator tool.
2001-06-06 12:10:42 +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
356874855d
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
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
locka%iol.ie
47715c16be
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
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
locka%iol.ie
3e29d7f92f
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
8470697f82
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
625c9b54d6
adding embedding tests for qa. Not part of the build.
2001-05-30 02:50:49 +00:00
amasri%netscape.com
84cf7191f7
adding tests for qa embedding. not part of the build
2001-05-30 02:49:08 +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