alecf%netscape.com
dc6d6e3736
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
bryner%netscape.com
ea60520b5b
Oops, change unixcharset.properties to maccharset.properties. r/sr=sfraser.
2002-08-24 01:26:38 +00:00
pinkerton%netscape.com
8b1f205a82
make toplevel widget the size of teh grayRgn to prevent region coordinate overflow problems and shearing when scrolling (r=sdagley/sr=sfraser) bug 162885.
2002-08-23 20:07:07 +00:00
alecf%netscape.com
53ae379d5c
embedding side of txtsvc removal for bug 157567 - remove dll references from embedding packages
...
r=akkana, sr=kin
2002-08-22 22:16:36 +00:00
depstein%netscape.com
186c44f045
Added preliminary Editor Embedding test cases. not part of the build.
2002-08-22 04:49:42 +00:00
locka%iol.ie
5c2a4e9b1d
NOT PART OF BUILD. Add XPConnect scripting interface with working invoke/setProperty/getProperty
2002-08-20 23:36:15 +00:00
locka%iol.ie
edd371b299
NOT PART OF BUILD. Move ActiveX plugin over to GNU make
2002-08-20 21:06:19 +00:00
locka%iol.ie
0b92563002
NOT PART OF BUILD. Move ActiveX plugin over to GNU make
2002-08-20 20:21:11 +00:00
locka%iol.ie
d666d1ec1d
NOT PART OF BUILD. Move ActiveX plugin over to GNU make
2002-08-20 19:52:26 +00:00
bryner%netscape.com
025fb3a058
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
2002-08-19 03:50:27 +00:00
chak%netscape.com
6d8241e511
Fix for #162829 - Add additional missing files to the current MRE package.
...
r=leaf, sr=alecf
2002-08-16 23:15:54 +00:00
caillon%returnzero.com
a5982013d4
128801 - downloading dialog has "-1%" in titlebar
...
Patched by Aaron Kaluszka <ask@swva.net>
r=law sr=bryner
2002-08-16 05:23:47 +00:00
pinkerton%netscape.com
67cd1a8e62
pull in mimetypes.rdf since we're using helperAppDlg.js (bug 157564) r=ccarlen/sr=sfraser/a=asa.
2002-08-15 17:54:25 +00:00
depstein%netscape.com
8c2e2ab1fb
Updated prompt and dialog Component impls to be compatible with MfcEmbed. Some general code cleanup as well.
...
a=asa for QA checkins that are not part of the default builds
2002-08-15 00:12:26 +00:00
antonio.xu%sun.com
d9f555d2f5
replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID
...
Bug 158608 r=Henry sr=alecf
2002-08-14 12:39:03 +00:00
radha%netscape.com
fd3cb0875c
Initial checkin for mozEmbed, XPCOM based embedding app. Not part of the mozilla trunk build.
2002-08-13 19:23:55 +00:00
radha%netscape.com
7662735e6b
Initial checkin for mozEmbed, XPCOM based embedding component. Not part of the mozilla build.
2002-08-13 19:21:53 +00:00
dougt%netscape.com
c82b168650
Fixes NS_InitEmbedding unconditionally calls AutoRegister. This also removes xpinstall from using component.reg which I believe is the last users of this file. r=chak,dveditz sr=bryner b=149208
2002-08-12 22:09:25 +00:00
ftang%netscape.com
ddbadf93d5
fix bug 137695, add japanese ime reconversion to mac, r=brade, sr=sfraser
2002-08-12 21:56:36 +00:00
alecf%netscape.com
398c128889
fix for bug 157993 - combine all unicode converters into a single library, and share GetMaxLength() implementation between all converters that can support it.
...
r=ftang, sr=blizzard
2002-08-12 19:16:16 +00:00
depstein%netscape.com
a576ee6582
Enhanced nsIUriContentListener implementations. Replaced nsIRequest methods
...
with parameter handling in nsIStreamListener implementations (BrowserImpl.cpp).
a=asa for QA checkins that are not part of the default builds
2002-08-10 19:48:59 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
depstein%netscape.com
7537b6d991
1) Implemented nsIUriContentListener test methods.
...
2) Enhanced nsITooltip Listener methods.
3) Added pass/fail results dialog for webBrowser, webProg, and sHistory tests.
a=asa for QA checkins that are not part of the default builds
2002-08-09 02:43:04 +00:00
henry.jia%sun.com
566036896f
5th patch for bug 158080
...
Description: replace the hardcode of @mozilla.org/embedcomp/window-watcher;1 with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 06:20:45 +00:00
henry.jia%sun.com
8954de8e78
4th patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
seawood%netscape.com
bdbbad71ef
Fix win32 gmake static builds.
...
Bug #160104 r=bryner
2002-08-06 04:17:50 +00:00
alecf%netscape.com
f7ad4265ef
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
ccarlen%netscape.com
90fb1ee8d8
Bug 160212 - Embedding window creators need flag to distinguish unrequested popups from other windows. r=pink/sr=jst/a=rjesup
2002-08-02 14:51:24 +00:00
bzbarsky%mit.edu
d133bd5ae9
Add a nullcheck for the parentDocshell, since the parent window might
...
get closed out from under us. Bug 160590, r=sicking, sr=jst, a=asa
2002-08-01 23:44:40 +00:00
aaronl%netscape.com
0f4ba024e4
Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt
2002-08-01 23:12:38 +00:00
ashishbhatt%netscape.com
278738a51d
Added makefile for gnu make
2002-08-01 00:20:35 +00:00
ccarlen%netscape.com
96e27d3aa6
Bug 156786 - referrer not set when opening links in new window. r=sdagley/sr=sfraser/a=asa
2002-07-30 14:13:05 +00:00
ashishbhatt%netscape.com
cbd0fae26c
updated the sequence of function calls
2002-07-29 23:12:52 +00:00
ccarlen%netscape.com
2b00af1dc0
Bug 159014 - In PPEmbed, autoscroll when selecting text does not work when cursor leaves view. r=pink/sr=sfraser/a=chofmann
2002-07-29 13:53:26 +00:00
yokoyama%netscape.com
995865d51e
Bug 156979
...
XBL emulation of marquee
update the installed-chrome.txt for embedder
/r=adamlock, chak, /a=asa
2002-07-26 22:20:39 +00:00
ashishbhatt%netscape.com
c2b428385d
Updated to show profiles dialog at startup
2002-07-26 21:34:44 +00:00
leaf%mozilla.org
31c5eb59fb
fix for bug 156577, r=chak. simple change to check for directory existence
...
before mkdir commands.
2002-07-26 19:31:06 +00:00
yokoyama%netscape.com
8d6be5d98d
Bug 156979
...
XBL emulation of marquee.
/r=nhotta, timeless, /sr=jst, /a=asa
2002-07-26 17:47:16 +00:00
ccarlen%netscape.com
5414555051
Bug 158126 - PPEmbed does not send activate events to Gecko. r=pink/sr=sfraser/a=asa.
2002-07-26 14:36:22 +00:00
alecf%netscape.com
ce9641f2c1
fix bustage by #including nsCOMPtr.h
2002-07-25 19:44:15 +00:00
alecf%netscape.com
e9e1a39573
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
...
r=dmose, sr=jag, a=asa
2002-07-25 18:31:10 +00:00
depstein%netscape.com
fa9d7c0738
changed url
2002-07-25 08:19:35 +00:00
pete.zha%sun.com
106794c0ae
Fix the foolish comments in previou check in.
...
Change "we are them" to "we enable them"
Will not effect the build
2002-07-25 05:20:14 +00:00
pete.zha%sun.com
489350122f
unix: should remove the Reveal Location & Launch File buttons from download progress dialog
...
bug=90008 r=jkeiser sr=bzbarsky a=asa
2002-07-25 05:10:46 +00:00
locka%iol.ie
3fa4f6ad44
Fixup link tags as stylesheets or anchors according to the value in their "rel" attribute. b=148797 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org
2002-07-24 19:59:17 +00:00
depstein%netscape.com
b16d9bed18
Added web progress notification dialog; and additional flag to url dialog.
...
a=asa for QA checkins that are not part of the default builds
2002-07-23 22:31:23 +00:00
henry.jia%sun.com
21d39b52f2
First patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=blizzard, sr=alecf, a=asa(for trunk)
2002-07-23 02:27:19 +00:00
hwaara%chello.se
7b1e744981
#125887 , fix some cases where whitespace would make window.open() and openDialog() to not work.
...
r=jkeiser, sr=bzbarsky, a=brendan
2002-07-21 18:12:38 +00:00
dougt%netscape.com
52771301fc
backing out
2002-07-18 06:58:27 +00:00
dougt%netscape.com
295c9976d6
fixing bustage
2002-07-18 06:49:05 +00:00