locka%iol.ie
b19331607b
Changed memory allocation and stack usage to be less brutal as the DOM is being walked. b=92534 r=rjesup@wgate.com sr=blizzard@mozilla.org
2001-08-18 09:59:28 +00:00
dcone%netscape.com
b5b138d7ad
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
da2959ee05
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2001-08-14 04:46:20 +00:00
pavlov%netscape.com
b72c324af1
fixing bug 78690. removing old imagelib. r=jst sr=waterson
2001-08-09 20:22:39 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
locka%iol.ie
79e71e824f
Added new interface nsITooltipTextProvider and service to chrome listener. b=90195 r=valeski:@netscape.com sr=rpotts@netscape.com
2001-07-13 09:20:07 +00:00
dcone%netscape.com
8cef7c6607
Added code to use silent printing. b=76456 r=dcone sr=attinasi
2001-07-09 14:40:37 +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
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
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
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
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
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
valeski%netscape.com
58b8efcc23
r=adamlock. missing break statement
2001-05-21 23:20:18 +00:00
valeski%netscape.com
47dde24cd0
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
3eaab0afb9
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
6ed4b8ccf6
Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts
2001-05-19 18:31:20 +00:00
jst%netscape.com
f72e19a2c3
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
darin%netscape.com
c18fe7ef56
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
valeski%netscape.com
e91bf3ed3c
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
6472f32265
Removing obselete file. b=68581
2001-05-09 14:16:12 +00:00
jst%netscape.com
621060c4fd
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
4938181b34
Minor fix. r=sfraser. Does not effect build
2001-05-08 13:35:48 +00:00
locka%iol.ie
96ad4c2f78
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
6485be27de
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
locka%iol.ie
f83a422f16
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
c4a695d700
Use correct case in IDL. Does not effect build
2001-05-03 21:15:05 +00:00
dcone%netscape.com
eef0852455
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
778aa3be46
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
0e1ace29ab
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
dbfa6b68ad
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
2001-04-25 02:04:56 +00:00
harishd%netscape.com
6836236914
69455 - enable noframes content when frames are disabled
...
r=heikki,sr=waterson,a=choffmann
2001-04-21 22:22:15 +00:00
danm%netscape.com
74e9b4035b
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
dr%netscape.com
39003ffb2a
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
hyatt%netscape.com
121b7181d8
See previous checkin comments. Focus issues, same bugs, etc. r=saari, sr=brendan
2001-04-18 01:42:27 +00:00
locka%iol.ie
9c4762f9bf
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
dbaron%fas.harvard.edu
2acbe445a1
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES.
2001-04-17 01:54:05 +00:00
dcone%netscape.com
d87b0b2380
new print preview navigation idl for embedding. Does not effect the build.
2001-04-16 21:06:55 +00:00
danm%netscape.com
1b8441b75f
hooking up windowwatcher active window. bug 44809,76011 r=hyatt,saari
2001-04-16 20:35:46 +00:00
danm%netscape.com
269f5f62cd
hooking up windowwatcher active window. bug 44809,76011 r=chak,hyatt,saari
2001-04-16 20:34:33 +00:00
danm%netscape.com
24c68cc3cf
i think this'll fix speedracer, burning these past two hours
2001-04-13 06:38:33 +00:00
blizzard%redhat.com
b00b9e7d43
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
ccarlen%netscape.com
db7b9448ba
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
ccarlen%netscape.com
7720f48f12
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
8eb1495e0b
New files for bug 70380 - not yet part of build. r=valeski, sr=rpotts
2001-04-10 14:40:07 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
valeski%netscape.com
2d17b99693
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
12820dd10f
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