alecf%netscape.com
5d2a2e5fef
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
3376c8276b
Oops, change unixcharset.properties to maccharset.properties. r/sr=sfraser.
2002-08-24 01:26:38 +00:00
pinkerton%netscape.com
c079e30f76
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
4f78b2ef7a
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
72856bb554
Added preliminary Editor Embedding test cases. not part of the build.
2002-08-22 04:49:42 +00:00
locka%iol.ie
dd25dd9a73
NOT PART OF BUILD. Add XPConnect scripting interface with working invoke/setProperty/getProperty
2002-08-20 23:36:15 +00:00
locka%iol.ie
1b83a1de2f
NOT PART OF BUILD. Move ActiveX plugin over to GNU make
2002-08-20 21:06:19 +00:00
locka%iol.ie
6dd5de6674
NOT PART OF BUILD. Move ActiveX plugin over to GNU make
2002-08-20 20:21:11 +00:00
locka%iol.ie
2789fb00d5
NOT PART OF BUILD. Move ActiveX plugin over to GNU make
2002-08-20 19:52:26 +00:00
bryner%netscape.com
d96798d50e
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
f1924b6494
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
d9ec8520f9
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
977a86857e
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
ee4c6eac72
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
e5c68f5f9b
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
474b4d2289
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
17f931a950
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
3a6371556a
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
e677198b3f
fix bug 137695, add japanese ime reconversion to mac, r=brade, sr=sfraser
2002-08-12 21:56:36 +00:00
alecf%netscape.com
a2acf86c80
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
e06e2f11e8
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
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
depstein%netscape.com
d67db26c07
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
1227fc4269
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
5b64006da1
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
d792c3f858
Fix win32 gmake static builds.
...
Bug #160104 r=bryner
2002-08-06 04:17:50 +00:00
alecf%netscape.com
3703f3c61b
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
899d45afd8
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
d11d5d871b
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
17e7f506d1
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
77121fee12
Added makefile for gnu make
2002-08-01 00:20:35 +00:00
ccarlen%netscape.com
1a1e6a9098
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
84d4e42e70
updated the sequence of function calls
2002-07-29 23:12:52 +00:00
ccarlen%netscape.com
015a097178
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
67f709dca2
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
1e49576756
Updated to show profiles dialog at startup
2002-07-26 21:34:44 +00:00
leaf%mozilla.org
3053d9585b
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
7cd06b2e15
Bug 156979
...
XBL emulation of marquee.
/r=nhotta, timeless, /sr=jst, /a=asa
2002-07-26 17:47:16 +00:00
ccarlen%netscape.com
eec4e5d484
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
e43c79b3a2
fix bustage by #including nsCOMPtr.h
2002-07-25 19:44:15 +00:00
alecf%netscape.com
ab7922b195
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
bf16cd7590
changed url
2002-07-25 08:19:35 +00:00
pete.zha%sun.com
a5af529151
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
2fe53381c8
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
020908a352
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
1b6369aff7
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
ecff57635e
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
5cf7e65e13
#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
7f8aff45d1
backing out
2002-07-18 06:58:27 +00:00
dougt%netscape.com
c6281bc868
fixing bustage
2002-07-18 06:49:05 +00:00