dcone%netscape.com
e708936fcd
b=95339 Check the aPrintOptions for null. Fixes embedding silent. r=rods sr=attinasi
2001-08-16 13:58:38 +00:00
rpotts%netscape.com
33bbd6972c
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2001-08-14 04:46:20 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
dbaron%fas.harvard.edu
aa4fec2b67
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +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
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
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
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
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
valeski%netscape.com
4200555309
r=adamlock. missing break statement
2001-05-21 23:20:18 +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
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
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
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
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
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
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
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
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
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
danm%netscape.com
e6b69cc664
hooking up windowwatcher active window. bug 44809,76011 r=chak,hyatt,saari
2001-04-16 20:34:33 +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
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
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
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
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
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
radha%netscape.com
b6e43c85cd
Fix for bug # 69457 r=valeski, rpotts
2001-03-24 01:23:42 +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
locka%iol.ie
1361efc464
Added a missing break statement to embedding API. b=68934
2001-02-20 13:34:22 +00:00
danm%netscape.com
a1fe80fa07
fix destruction order crash. no bug #. r=hyatt,pinkerton
2001-02-17 02:37:06 +00:00
valeski%netscape.com
9297191086
sr=scc. 68187. making weak reference implementation on the browser listener part requirement explicit. API change.
2001-02-14 03:12:33 +00:00
ccarlen%netscape.com
203cad2e8b
This was supposed to go in with the rest for bug 46869 but didn't.
2001-02-07 06:03:35 +00:00
danm%netscape.com
04d05f766a
hooking up window watcher. bug 65229 r=scc,valeski
2001-02-07 05:03:09 +00:00
radha%netscape.com
bf7f2b2d35
Test code for history listener r=valeski sr=rpotts
2001-02-07 00:33:11 +00:00
dbaron%fas.harvard.edu
550314e09f
Fix incorrect usage of |nsCOMPtr<T>::operator&| was used in place of |getter_AddRefs| since the former will soon become |private| to prevent things like this. r=disttsc@bart.nl b=59414
2001-02-04 19:37:36 +00:00
mkaply%us.ibm.com
f753ac86c5
OS/2 TB breakage - need PR_CALLBACK
2001-02-01 00:57:56 +00:00
valeski%netscape.com
7d3acb0d42
r=ccarlen, sr=rpotts. 65925. adding support for listener queueing in the webbrowser, and weak reference support to webprogress listeners.
2001-01-31 21:03:40 +00:00
saari%netscape.com
f595ea74e2
checking in stub implementation of nsIWebBrowserFocus interface for embedding. r=pavlov, sr=valeski
2001-01-31 00:34:28 +00:00
valeski%netscape.com
9c22d42c42
mass confusion. We indeed need this registration.
2001-01-19 08:14:38 +00:00
valeski%netscape.com
38d0b2430d
r=syd. reverting to dead browserlistener implementation (basically a backout of my previous checkin until progress listener registration can be resolved.
2001-01-19 07:17:20 +00:00
valeski%netscape.com
af6822b10a
r=ccarlen, sr=rpotts. 46848. Reworking listener registration interface. collection type listeners should be registered here. removing nsIWebProgress implementation from nsWebBrowser adfter determining GetDOMWindow() wasn't being used.
2001-01-19 06:00:23 +00:00
locka%iol.ie
e6b3edb8cc
More bug fixes for file persistence. Fixed a memory leak, added support for INPUT & BASE tags. Fixed a duff assertion. b=46574, sr=blizzard
2000-12-21 13:44:35 +00:00
rpotts%netscape.com
359b761343
bug #46866 . Added a read-only DOMWindow attribute to nsIWebProgress.
2000-12-14 23:26:35 +00:00
locka%iol.ie
4775af025f
New persistence object and helper classes. b=46574, sr=blizzard@mozilla.org
2000-11-30 00:43:42 +00:00
blizzard%redhat.com
c2ca51ebbd
Fix bug #59194 . This should restore focus to the right window when Mozilla is given focus when embedded in another application. r=saari,adamlock,valeski sr=hyatt
2000-11-17 19:57:16 +00:00