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
cls%seawood.org
681ab6a888
Reordering libs as needed for static build
2001-05-16 23:56:15 +00:00
dougt%netscape.com
94e6c3db17
Fix for 66951. r=ftang@Netscape.com, sr=dougt@netscape.com.
2001-05-15 19:01:57 +00:00
locka%iol.ie
ad3dc26b7d
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
fcece6ca6c
80748 - mac classic doa, r=blake/andreww
2001-05-14 22:41:42 +00:00
cls%seawood.org
5670d59820
Add MOZILLA_DIR/config to perl include path.
2001-05-14 12:07:17 +00:00
cls%seawood.org
2eaa620190
Add MOZILLA_DIR/config to perl include path. Should fix coffee tinderbox bustage
2001-05-14 12:05:48 +00:00
kandrot%netscape.com
44e66f0ae1
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
f02e84c4bb
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
cls%seawood.org
74757e3db2
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
e4e8350056
63246 - global stylesheet scoping, r=jag/blake, sr=hyatt
2001-05-12 04:51:28 +00:00
darin%netscape.com
b26d5adb54
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
6939408334
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
f9a681041f
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
959508eba7
Fix build bustage.
2001-05-11 04:08:24 +00:00
mcafee%netscape.com
a52a4563fb
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
9b346cb163
build foo to fix bustage
2001-05-11 03:07:54 +00:00
pinkerton%netscape.com
b4c75043a6
separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127
2001-05-11 01:52:11 +00:00
pinkerton%netscape.com
8bcd5a8be5
separating jsconsole into its own component. r=damn/sr=hyatt bug#73127.
2001-05-10 03:12:59 +00:00
chak%netscape.com
d6e35f842e
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
29f6e89888
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
1f570e77af
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
ddad7faa6c
Removing obselete file. b=68581
2001-05-09 14:16:12 +00:00
locka%iol.ie
dd3c361895
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
30e57620ef
Fix bustage by including stdlib.h.
2001-05-08 19:48:51 +00:00
dbaron%fas.harvard.edu
32c43cb5ef
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
ea706038cf
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
c1af829899
Minor fix. r=sfraser. Does not effect build
2001-05-08 13:35:48 +00:00
locka%iol.ie
cadbd61379
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
ac8ff4c8ea
Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser
2001-05-06 15:03:55 +00:00
blizzard%redhat.com
6dc6eaf9be
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
afdac97c93
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
e67fea8f0f
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
939312c7fa
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
de1e7c79af
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
9a6566397d
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
a8f272185f
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
d66e13bfb3
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
2638c46ad6
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
2295557b9c
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
5d0cfbccbd
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
d1e4f54b04
Use correct case in IDL. Does not effect build
2001-05-03 21:15:05 +00:00
dcone%netscape.com
1a9b1ab788
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
b4dd5eb12c
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
d27c1ee3a6
Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com
2001-05-02 22:50:02 +00:00
law%netscape.com
a4870c1eba
Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=mscott@netscape.com
2001-05-02 22:44:14 +00:00
law%netscape.com
f2dd24c0fe
Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com
2001-05-02 22:31:12 +00:00
danm%netscape.com
1afd8a0bef
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
423deb191d
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
4b073109ac
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
c0dfafd625
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
00f28396a9
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
a9a94baa70
Add new test cases. Not part of the build.
2001-04-28 18:54:09 +00:00
dbaron%fas.harvard.edu
e254b0b797
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
967af34491
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
96627cc8b7
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
b41796147c
Fix bustage; gcc 2.7.2.3 doesn't like the ? : with enums.
2001-04-28 01:18:54 +00:00
valeski%netscape.com
00bca056ef
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
ea85d6cbfd
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
44cbfd57f8
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
245d4eb76f
Backing out valeski
2001-04-27 05:53:22 +00:00
valeski%netscape.com
54db7dffa3
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
9feab266c5
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
5dae62a8bd
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
4095a51dde
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
000d1011d5
Prefs API refactoring. Bug #46863 . r=valeski, sr=alecf.
2001-04-26 18:41:11 +00:00
danm%netscape.com
b7ef0f86cf
adding nsIWebBrowserChromeFocus.idl for dr. bug 70224 r=hyatt,me a=asa
2001-04-25 02:07:17 +00:00
dr%netscape.com
eec73874cf
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
2001-04-25 02:04:56 +00:00
danm%netscape.com
9c5107d72a
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
bc2b832d37
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
fbf2c57dec
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
34d0fcb3be
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
d4272380d9
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
edbb90c5cd
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
6a07f5e57f
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
8a998af418
implement nsIPrompt override component. bug 75745 r=blizzard,chak
2001-04-21 02:46:29 +00:00
danm%netscape.com
727db81742
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
d592be4318
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
c8128a5765
Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
2001-04-21 00:26:18 +00:00
bryner%uiuc.edu
97e89fd687
Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan.
2001-04-20 06:45:56 +00:00
bnesse%netscape.com
b0baaeabc3
Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard.
2001-04-19 22:21:39 +00:00
locka%iol.ie
db4775ceef
Sets profile during initialisation to ensure directory locations, cache, cookies etc. all work correctly for control. b=76654, a=blizzard@mozilla.org, sr=blizzard@mozilla.org, r=ccarlen@netscape.com
2001-04-19 15:21:16 +00:00
dr%netscape.com
2e8fbd1253
64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson
2001-04-18 06:06:31 +00:00
cls%seawood.org
0c9834b8c7
Do not building embedding/tests if DISABLE_TESTS is set.
...
Thanks to Sean Chitwood <darkmane@w-link.net> & Dean Tessman <dean_tessman@hotmail.com> for the patch.
Bug #66697 r=cls
2001-04-18 04:19:09 +00:00
hyatt%netscape.com
889b41d696
See previous checkin comments. Focus issues, same bugs, etc. r=saari, sr=brendan
2001-04-18 01:42:27 +00:00
law%netscape.com
e4ee0baa54
Bug 52454
2001-04-17 23:59:58 +00:00
law%netscape.com
2cf8322fac
Bug 52454; new Makefile.in for Linux build; not built yet
2001-04-17 23:59:02 +00:00
locka%iol.ie
aff30576dd
Fix for context menus not working in new windows opened from links with a _new target. b=76327, r=valeski@netscape.com, sr=rpotts@netscape.com
2001-04-17 23:04:13 +00:00
gordon%netscape.com
b718ed6d4d
bug 72528, removing old cache from build. sr=darin.
2001-04-17 10:40:13 +00:00
rbs%maths.uq.edu.au
67e1cb2bbb
Improve the speed of viewsource - Patch of Boris Zbarsky <bzbarsky@mit.edu> b=74486 r=rbs r=attinasi
2001-04-17 07:23:04 +00:00
dbaron%fas.harvard.edu
bda96c8b36
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES.
2001-04-17 01:54:05 +00:00
yokoyama%netscape.com
d2ea2bb5f0
partial bug fix : 66030, /r=valeski, /sr=brendan
2001-04-17 00:43:16 +00:00
law%netscape.com
3774c93378
More refinements for bug 52454, et al
2001-04-16 22:04:24 +00:00
dcone%netscape.com
f20ac0b838
new print preview navigation idl for embedding. Does not effect the build.
2001-04-16 21:06:55 +00:00
danm%netscape.com
12351aa372
hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari
2001-04-16 20:35:46 +00:00
danm%netscape.com
e6b69cc664
hooking up windowwatcher active window. bug 44809,76011 r=chak,hyatt,saari
2001-04-16 20:34:33 +00:00
chak%netscape.com
959f4ba1b8
Fix for bug#66334 - Viewsource needs to be a protocol handler
...
Changes to make the mfcembed to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:19:00 +00:00
disttsc%bart.nl
5ad5ad4564
Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf.
2001-04-14 20:08:32 +00:00
law%netscape.com
7a1c4d2c69
Updates to work in progress for bug 52454
2001-04-13 22:36:42 +00:00
danm%netscape.com
abc592f040
i think this'll fix speedracer, burning these past two hours
2001-04-13 06:38:33 +00:00
blizzard%redhat.com
feb6033515
Fix bug #72230 . Make sure to redraw the background of the window before any document is loaded in embedding. r=valeski,sr=waterson
2001-04-13 03:52:45 +00:00
disttsc%bart.nl
8768d91961
Fix senna bustage (MOZ_TRACK_MODULE_DEPS)
2001-04-13 03:30:51 +00:00
hewitt%netscape.com
58196589e7
72530 - oversized dialog problems, r=jag, sr=alecf
2001-04-12 05:42:05 +00:00
danm%netscape.com
04d1dedd25
moving implementation details mistakenly placed in public promptservice interface to the private one. r=hyatt,jack
2001-04-12 02:18:06 +00:00
blizzard%redhat.com
b6cdcc7852
Fix bug #73947 . Clients weren't getting notifications when the first loaded content was about:blank or was streamed in data. Attach the listeners when you get a state change, not a progress change since we don't get progress changes on streamed content. r=tor,bryner sr=shaver
2001-04-11 23:18:10 +00:00
ccarlen%netscape.com
489c1ebdc5
Bug 75556 - auth prompt does not work when wallet lib is not available. r=danm, sr=sfraser.
2001-04-11 21:42:18 +00:00
shaver%mozilla.org
a0daa1645d
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
hewitt%netscape.com
a45fdbc40d
72717 - die Blue, die!, r=dveditz, sr=hyatt
2001-04-11 03:32:24 +00:00
ccarlen%netscape.com
2ad2b9adcf
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
ccarlen%netscape.com
070ab8891b
New files for bug 70380 - not yet part of build. r=valeski, sr=rpotts
2001-04-10 14:40:07 +00:00
pavlov%netscape.com
fdade4aa35
fixing stuff
2001-04-10 07:41:23 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
danm%netscape.com
04ce93e67c
adding nsISupportsInterfacePointer from jst's XPCDOM_20010329 branch. preliminary for bug 70534. r=hyatt,jband,jst,me
2001-04-10 03:56:48 +00:00
law%netscape.com
4a2ebf26ca
Bug 52454; new helper app dialog; this is under development and not built/used yet
2001-04-10 02:15:22 +00:00
valeski%netscape.com
e75e48ff71
sr=shaver. r=valeski. checking this in for blizz to get it out of the way. 74801. need to be GI'instead of QI
2001-04-09 13:31:50 +00:00
danm%netscape.com
9be7be64f3
unbuilding deprecated prompt files (cleaning up my mess)
2001-04-09 04:52:46 +00:00
danm%netscape.com
20fe8b5a7a
removing duplicate nsIDialogParamBlock definition until the original can be removed.
2001-04-09 02:51:32 +00:00
danm%netscape.com
ff97bda0c2
more prompt stuff moved to embedding components. bug 72112 continues.
2001-04-09 00:48:21 +00:00
danm%netscape.com
71fd6db98c
more prompt stuff moved to embedding components. bug 72112 continues
2001-04-09 00:43:14 +00:00
danm%netscape.com
18fdae0c56
make DoDialog available from idl. bug 72112 continues
2001-04-09 00:42:12 +00:00
disttsc%bart.nl
72cea9bb38
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33:11 +00:00
locka%iol.ie
7a230e1edb
Fixed some refcounting problems. URLs for linked files are now made relative to the main document path. BASE tag is removed if present. Anchors are made absolute. Added support for BACKGROUND attribute on BODY tag. b=73690, r=rpotts@netscape.com, sr=blizzard@mozilla.org
2001-04-07 10:23:25 +00:00
dbaron%fas.harvard.edu
b5099bad79
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES.
2001-04-07 04:56:29 +00:00
danm%netscape.com
a2c1465637
moved to windowwatcher directory
2001-04-07 03:55:47 +00:00
danm%netscape.com
ef006ede45
moving nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton
2001-04-07 03:29:53 +00:00
danm%netscape.com
f636001675
moving new nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton
2001-04-07 03:27:28 +00:00
mjudge%netscape.com
da2106f186
api change for editor changing null strings to empty nsStrings 66318
2001-04-07 00:44:59 +00:00
danm%netscape.com
3a6b2acd08
adding new promptservice.xpt bug 72112 r=pinkerton,hyatt
2001-04-06 03:54:04 +00:00
sfraser%netscape.com
7a5638fbdc
Work in progress for command handling APIs. Not part of the build
2001-04-06 01:27:53 +00:00
sfraser%netscape.com
fdd298fe73
Work in progress for command updating APIs. Not part of the build.
2001-04-06 01:26:49 +00:00
dbaron%fas.harvard.edu
c273c6c4b3
Correct REQUIRES line to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage.
2001-04-06 00:23:22 +00:00
valeski%netscape.com
cf9b622912
removing dead files. 74801.
2001-04-05 23:26:17 +00:00
valeski%netscape.com
6d786598e2
removing nsWBContentListener.cpp from the mac build. 74801.
2001-04-05 23:25:11 +00:00
valeski%netscape.com
c61a9cfbc4
r=ccarlen, sr=blizzard. 74801. removing dead nsIURIContentListener layer in the webBrowser. we now pass directly down into the docshell
2001-04-05 23:20:49 +00:00
danm%netscape.com
26f6c31274
new embedding promptservice component. bug 72112 r=hyatt,pinkerton
2001-04-05 23:09:35 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
locka%iol.ie
9ac775ed8f
NOT PART OF BUILD. Added test for innerHTML property of HTML elements.
2001-04-03 22:37:47 +00:00
locka%iol.ie
8e427dff2d
Added read-only implementations of innerHTML, innerText, offsetLeft, offsetTop, offsetWidth, offsetHeight. b=58475
2001-04-03 22:00:21 +00:00
ccarlen%netscape.com
0108a738a8
Sample code - not part of the process. Bug 74120 - remove refs to old cache. r=valeski.
2001-04-03 14:32:01 +00:00
ccarlen%netscape.com
6f4b328551
Sample code - not part of the process. Bug 71387 - remove unneeded code to determine locale of profile defaults. r=tao
2001-04-03 14:29:01 +00:00
scc%mozilla.org
70de2e4a46
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
chak%netscape.com
a80aabe1e6
Calling Activate()/Deactivate() from inside of HandleEvent() as suggested by blizzard
...
This is a part of:
Fix for #71014 - arrow keys don't work inside text areas in mfcEmbed.
r=saari, sr=blizzard
2001-04-01 18:02:39 +00:00
chak%netscape.com
031eb19fe7
Fix for #71014 - arrow keys don't work inside text areas in mfcEmbed.
...
r=saari, sr=blizzard
2001-04-01 17:51:12 +00:00
chak%netscape.com
5508ad920d
Fixes for the following bugs:
...
#74155 - MfcEmbed needs a prefs dlg box.
r=valeski, sr=blizzard
#71014 - arrow keys don't work inside text areas in mfcEmbed.
r=saari, sr=blizzard
2001-04-01 17:49:51 +00:00
locka%iol.ie
0edd6f0c6b
Added test for MOZ_NO_ACTIVEX_REGISTRATION to disable control_kicker registration . b=71715
2001-03-30 12:01:24 +00:00
locka%iol.ie
a63a9acb1f
Removed ActiveX control registration. b=71715
2001-03-30 12:00:25 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
pavlov%netscape.com
b0fd931813
adding new files to the embedding manifest file for unix bug 73773
2001-03-30 08:45:42 +00:00
pinkerton%netscape.com
afb998b277
attempt to fix bustage.
2001-03-30 05:22:42 +00:00
pinkerton%netscape.com
ffb57058a7
switching mac to use NS_CONTEXTMENU event, click-hold context menus, switching embedding to use NS_CONTEXTMENU event. r=saari/sr=hyatt. bug# 36665, 18726
2001-03-30 04:45:40 +00:00
ccarlen%netscape.com
c883f08489
Sample code only - not part of mozilla. Implement nsIWebBrowserChrome::ShowAsModal() and some other windowing cleanup. r=danm@netscape.com
2001-03-29 15:40:39 +00:00
ccarlen%netscape.com
dfba87f614
Sample code - not part of mozilla. Updating chrome url of throbber.
2001-03-28 15:26:50 +00:00
ccarlen%netscape.com
02e841a8c2
Sample code - not part of mozilla. Bug 60550 - fixing popup menu event handling.
2001-03-28 15:26:07 +00:00
ccarlen%netscape.com
f3c9c31da4
Not part of the build.
2001-03-28 14:08:59 +00:00
locka%iol.ie
fc607f8500
Cleaned up code style, indentation, replaced tabs with spaces. Added dummy implementations of nsITooltipListener and nsIContextMenuListener.
2001-03-28 11:20:18 +00:00
disttsc%bart.nl
6fb75d5958
Fix bustage. More hidden dependencies (no cookie!). Fix courtesy of bbaetz.
2001-03-28 05:36:59 +00:00
chak%netscape.com
da2b61fa89
Fix for bug#71751 - Change default font sizes for MfcEmbed
...
r=ksosez@softhome.net ,chak
2001-03-27 15:18:03 +00:00
peterv%netscape.com
8074d05b55
Fixing mac bustage.
2001-03-27 13:41:23 +00:00
locka%iol.ie
6eaeb80913
Removed the BinDirectoryPath registry settings. Mozilla control now relies on the control kicker to set things up for it. b=71363
2001-03-27 12:23:51 +00:00
locka%iol.ie
0b3152f4cd
NOT PART OF BUILD. Makefile tweaks b=72851
2001-03-27 12:22:01 +00:00
locka%iol.ie
92aeaf53de
NOT PART OF BUILD. Makefiles for embedding examples directory. b=72851
2001-03-27 12:19:05 +00:00
locka%iol.ie
9cddcbd206
NOT PART OF BUILD. Makefiles for embedding wrappers directory. b=72851
2001-03-27 12:18:38 +00:00
locka%iol.ie
c1a920c393
NOT PART OF BUILD. Readme for embedding wrappers directory. b=72851
2001-03-27 12:16:59 +00:00
locka%iol.ie
dc6523bfb9
NOT PART OF BUILD. Readme for embedding examples directory. b=72851
2001-03-27 12:16:32 +00:00
rods%netscape.com
651e011522
This now enables print listeners, print progress and the cancelling of printing
...
Bug 70946 & Bug 70949 r=dcone,chak sr=attinasi
2001-03-27 12:04:30 +00:00
cls%seawood.org
979c006ff6
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
chak%netscape.com
9e3cb7b944
Fix for blocker bug #73225 - Launching mfcembed crashes in GKLAYOUT.DLL
...
r=cls,a=ducarroz
2001-03-26 19:03:06 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
cls%seawood.org
04b0ff53c6
Add _NO_FLOCK back to make-jars.pl options.
2001-03-25 21:40:04 +00:00
blakeross%telocity.com
85f54f99db
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
cls%seawood.org
acd235df63
If doing jar only builds, unzip all known jar files and add select chrome files to embed.jar. Bug #72390
2001-03-24 14:36:25 +00:00
cls%seawood.org
328c1d33cc
Extract chrome files from moz .jars to create embed.jar if building with jar chrome only. Bug #72390 . Shoudl fix tinderbox bustage too.
2001-03-24 13:38:53 +00:00
radha%netscape.com
b6e43c85cd
Fix for bug # 69457 r=valeski, rpotts
2001-03-24 01:23:42 +00:00
danm%netscape.com
b4c19d0341
fixing OpenWindow with extra args TYPE_CHAR and TYPE_WSTRING cases. r=jst,hyatt
2001-03-24 00:52:16 +00:00
valeski%netscape.com
169a5140b5
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +00:00
locka%iol.ie
10a8056a1f
Updated PATH setting code to be less reliant on registry settings. b=71363
2001-03-23 14:56:12 +00:00
locka%iol.ie
dc96923387
NOT PART OF BUILD. Added WindowCreator.cpp & h to project
2001-03-23 11:50:18 +00:00
locka%iol.ie
ef155ca1f9
Fixed problem of double clicking on a profile from the selection dialog caused winEmbed to quit.
2001-03-23 11:49:46 +00:00
mcafee%netscape.com
e74640486a
23733OBJDIR build case needs path to file name (73124). r=pinkerton, sr=hyatt
2001-03-23 07:42:36 +00:00
mstoltz%netscape.com
519500116e
Bugs 55069, 70951 - JS-blocking APIs for mailnews and embedding. r=mscott, sr=attinasi.
...
Bug 54237 - fix for event-capture bug, r=heikki, sr=jband.
2001-03-23 04:22:56 +00:00
danm%netscape.com
b278d498a5
temporary fix for compiler error
2001-03-23 03:47:32 +00:00
danm%netscape.com
7b061d9e11
changing |open| methods' parameters to 8-bit strings. adding window.openDialog-style 'extra arguments' parameter to OpenWindow(). preliminary for bug 71895 & others. code largely=jst, r=ccarlen,jst,me
2001-03-23 03:14:55 +00:00
chak%netscape.com
143c0de84e
Bug#73037 - MfcEmbed needs a debug console window like winembed
...
r=adamlock
2001-03-23 02:27:13 +00:00
locka%iol.ie
7130099c42
Updated profile switching code. Fixed some chrome issues related to javascript open/close behaviour. Cleaned up the code somewhat. b=66533
2001-03-22 14:49:39 +00:00
blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9
fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
...
r=blake, a=ben
2001-03-22 00:15:47 +00:00
blizzard%redhat.com
f014002bf2
remove old files that are no longer in the build
2001-03-21 21:07:59 +00:00
locka%iol.ie
08c130f2e5
NOT PART OF BUILD. Updated project file for MSVC++ now invokes "nmake /f makefile.win"
2001-03-21 13:07:21 +00:00
timeless%mac.com
e76ccfd647
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
chak%netscape.com
69080d4b31
Fix the previous checkin for Bug# 71994 - Add SetVisibility() to MfcEmbed
...
r=mao via IRC yesterday
2001-03-20 15:07:53 +00:00
disttsc%bart.nl
01d7d0a737
Fix windows bustage. r=smfr
2001-03-20 06:39:41 +00:00
disttsc%bart.nl
1b7b8a5910
Fix Nebiros bustage by not including time.h, r=cls
2001-03-20 06:19:56 +00:00
mkaply%us.ibm.com
e2827f5200
OS/2 TB breakage
2001-03-20 02:44:36 +00:00
blizzard%redhat.com
8df3b775ba
Attempt to fix irix bustage. Shouldn't hurt other platforms.
2001-03-20 00:00:48 +00:00
disttsc%bart.nl
00fdbfbcf7
Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, adding "windowwatcher" to REQUIRES line in embedding/browser/gtk/src/Makefile.in
2001-03-19 23:36:16 +00:00
disttsc%bart.nl
38f4b05d1a
Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, adding "string" to REQUIRES line in embedding/components/appstartup/src/Makefile.in
2001-03-19 23:35:10 +00:00
disttsc%bart.nl
efba48a312
Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, add "embedcomponents" to REQUIRES line in embedding/base/Makefile.in, r=cls
2001-03-19 23:30:29 +00:00
blizzard%redhat.com
d411df3907
Bug #72224 . Turn on the new embedding widget. sr=shaver r=danm
2001-03-19 22:25:29 +00:00
chak%netscape.com
eaae9499a0
Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
...
r=ccarlen,sr=alecf
Fix for #71994
MfcEMbed must implement Get/SetVisibility of nsIEmbeddingSiteWindow
r=chak
2001-03-19 21:57:57 +00:00
blizzard%redhat.com
e59d102805
Comments from shaver's super-review. Not part of the build.
2001-03-19 00:52:53 +00:00
law%netscape.com
6ef9ef717c
Bug 26029; add CHROME_WINDOW_MIN flag to enable minimizable dialog windows (and use that for download progress dialogs); r=danm sr=alecf a=asa
2001-03-17 00:30:38 +00:00
blizzard%redhat.com
1779023c13
Make chrome windows resize intrinsically. Not part of the build.
2001-03-16 19:38:01 +00:00
blizzard%redhat.com
3bbf864360
Put hard coded list of content types back in. Not part of the build.
2001-03-14 22:52:34 +00:00
blizzard%redhat.com
bcaee7925d
Bulletproof some of the functions so that we don't deref things before they are created. Include gtkmozembed_internal.h so that get_nsIWebBrowser actually has C linkage qualities. Not part of the build.
2001-03-14 22:36:19 +00:00
blizzard%redhat.com
cc363b49ad
Make streaming go. Not part of the build.
2001-03-14 21:38:56 +00:00
blizzard%redhat.com
2d69dc8914
New stream code - WIP. Not part of the build.
2001-03-13 23:26:53 +00:00
blizzard%redhat.com
cf3d0688d9
Move chrome mask into private to fix startup crash. Not part of the build.
2001-03-13 22:01:10 +00:00
blizzard%redhat.com
4ca23de375
Add the prompter to the makefile. Not part of the build.
2001-03-13 21:30:22 +00:00
blizzard%redhat.com
b028a4b1ef
Add VISIBILITY signal back in now that adam's changes are in. Not part of the build.
2001-03-13 21:15:26 +00:00
blizzard%redhat.com
f9b4de041d
nsIPrompt impl. not part of the build
2001-03-13 21:09:21 +00:00
timeless%mac.com
6cf0d97f11
Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
locka%iol.ie
a831f85af3
Fixed wacky sync/async code in webbrowser persist b=69828, r=dougt@netscape.com
2001-03-13 13:55:30 +00:00
locka%iol.ie
dfadfe75f8
Fixed a few documentation typos. b=68581
2001-03-13 13:43:54 +00:00
locka%iol.ie
1970ad7b0e
NOT PART OF BUILD. MSVC++ project file for winEmbed
2001-03-13 13:34:19 +00:00
locka%iol.ie
2e80d6b227
Updated to use nsIEmbeddingSiteWindow sr=blizzard@mozilla.org b=68581
2001-03-13 12:48:33 +00:00
locka%iol.ie
d87865f317
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:35:08 +00:00
locka%iol.ie
6d6db074a4
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:21:34 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
attinasi%netscape.com
edb0425331
Trying to fix bustage: removing references to appstartup stuff.
2001-03-13 08:39:37 +00:00
attinasi%netscape.com
33c451cd0a
Trying to fix stinky bustage: removing appstartup from the build.
2001-03-13 08:30:56 +00:00
chak%netscape.com
6af6ab8297
Last Fix for #68720 - EmbedAPI should use generic startup observers
...
r=ccarlen,sr=alecf
2001-03-13 06:35:48 +00:00
chak%netscape.com
a1b9575d23
Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
...
r=ccarlen,sr=alecf
2001-03-13 06:29:32 +00:00
chak%netscape.com
8248d332ec
Fix for #71684 - Unable to copy/paste in mfcEmbed's url bar
...
r=chak
2001-03-13 06:28:44 +00:00
ccarlen%netscape.com
cdc4bc27d8
Bug 68720. Checking in Mac files for chak@netscape.com. r=ccarlen@netscape.com, sr=alecf@netscape.com
2001-03-13 06:28:03 +00:00
chak%netscape.com
a3a29b005b
Fix for #70988 and #71013 - Include cookie library with embed builds
...
r=adamlock
2001-03-13 06:25:33 +00:00
danm%netscape.com
a8ddb2eb2f
Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt
2001-03-12 23:08:29 +00:00
chak%netscape.com
c6c8eaa18f
Partial fix for Bug# 68720 - nsEmbedAPI.cpp should use generic startup
...
Not Part of the build yet - checking in new files to the project
r=ccarlen,sr=alecf
2001-03-12 22:52:28 +00:00
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
shaver%mozilla.org
fcf7cd0d9f
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
cls%seawood.org
a386fe9752
Update embedding package list to contain renamed img libs (from bug 57247)
...
Bug #71692 sr=leaf
2001-03-12 18:13:56 +00:00
ccarlen%netscape.com
4b14f2ddc4
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
chak%netscape.com
c3066b11d3
Fix for Bug#71628 - MfcEmbed needs to persist the url list
...
r=chak
2001-03-11 19:03:40 +00:00