locka%iol.ie
966d70fcc8
Implement execScript for controls which wish to call JS in the page. b=196317 r=dbradley@netscape.com sr=alecf@netscape.com
2003-03-19 14:07:07 +00:00
bzbarsky%mit.edu
2c56e0638e
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
...
type="image"> into the content nodes and out of nsImageFrame. r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
bryner%netscape.com
e7316cf9cd
Sync CHClickListener with Camino. Not part of the default build.
2003-03-18 23:19:39 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
dbradley%netscape.com
5b19387a4b
This is the other half of the patch for bug 188229 that I missed checking in earlier. Again, this isn't part of the regular build.
2003-03-13 04:13:05 +00:00
bryner%netscape.com
49b97a902a
Trying to fix nebiros bustage - don't use a 0-length array
2003-03-09 08:37:03 +00:00
bryner%netscape.com
5402fe37ad
[gtk2 only] Add a native implementation of nsIPromptService (bug 193635). r=varga, sr=blizzard.
2003-03-09 07:08:42 +00:00
aaronl%netscape.com
20117a7edc
Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz
2003-03-06 23:07:00 +00:00
cbiesinger%web.de
8e44a6e02d
97324 r=peterl/jst sr=jst/bz nsContentDLF.cpp should not use a static list of image types; also: 192023 Make DocLoaderFactories a service
2003-02-27 13:51:55 +00:00
ccarlen%netscape.com
1dd8b3ef56
Bug 188214 - Cookies are not getting saved on exit in GtkEmbed. This adds a new call to nsProfileDirServiceProvider which allows an app to shutdown the provider and it will send out profile shutdown notifications. r=dougt/sr=blizzard
2003-02-26 15:01:19 +00:00
danm%netscape.com
424aa08a34
implement new property nsIBaseWindow::blurSuppression. bug 68454 r=bryner,jst
2003-02-24 20:15:39 +00:00
locka%iol.ie
384ae5f208
Fix context menu flags when right mousing on an image on a page that has a background image. Fix mfcembed menu code to exercise this functionality. b=178988 r=chak@netscape.c sr=blizzard@mozilla.org
2003-02-24 19:08:54 +00:00
locka%iol.ie
cacbe124a2
Fix 1 character typo breaking old-style safe for scripting controls. b=194281 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org
2003-02-22 10:03:01 +00:00
bryner%netscape.com
fe0c978747
Freeze nsIWebBrowserFocus and nsIWebBrowserChromeFocus (bug 191236). r=saari, sr=alecf, a=asa.
2003-02-20 23:11:07 +00:00
locka%iol.ie
d29c498403
Fix order of event parameters. r=dbradley@netscape.com sr=brendan@mozilla.org a=asa@mozilla.org
2003-02-20 22:56:40 +00:00
locka%iol.ie
33e1be5824
Fix IPropertyBag::Read implementation to treat pVar as [in,out] and honour callers requested VARTYPE. b=193782 r=dbradley@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org
2003-02-20 14:35:48 +00:00
bryner%netscape.com
fca863b92d
Sync NSBrowserView with changes made on CHIMERA_M1_0_1_BRANCH. Not part of the build, a=dbaron.
2003-02-20 00:06:09 +00:00
amardare%qnx.com
0d54e787b3
Photon specific changes after synchronizing with the head branch.
...
Most of these changes were included in our released mozilla 1.0 package.
2003-02-19 00:18:45 +00:00
locka%iol.ie
b864237a15
Fix blacklist/whitelist registry code in COM connect. b=193256 r=dbradley sr=alecf a=dbaron
2003-02-16 19:50:14 +00:00
locka%iol.ie
9108ceef0c
Fix use of IObjectSafety, cleanup nsAxSecurityPolicy.js & subscribe to hosting flag pref changes, using medium settings as the default. b=191758 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org
2003-02-13 12:17:21 +00:00
locka%iol.ie
9e1288aa6d
Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org
2003-02-12 23:50:14 +00:00
ccarlen%netscape.com
b530e24995
Bug 186036 - Allow PPEmbed to build under Mach-O. r=pinkerton/sr=bryner/a=asa
2003-02-12 16:00:49 +00:00
ccarlen%netscape.com
32df2c754b
Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa
2003-02-12 15:35:40 +00:00
bryner%netscape.com
5a26c66ccf
support weak references in TestGtkEmbed's content listener (bug 191548). r=pavlov, sr=blizzard, a=asa.
2003-02-06 20:59:30 +00:00
bryner%netscape.com
124aa40bf5
Build both embedding/browser/gtk/src and tests/ at the end of the build, so that all required static components are present (bug 191927). r=cls, a=asa.
2003-02-06 20:54:54 +00:00
darin%netscape.com
99e45ceed4
fixes bug 191227 "file uploads hang (especially w/ slower connections or
...
slower servers)" r=dougt sr=bz a=dbaron
2003-01-31 02:00:45 +00:00
locka%iol.ie
d6cfe45f1f
Fix return code to make WMP work. b=191157 r=dbradley@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org
2003-01-30 13:19:41 +00:00
seawood%netscape.com
5c6983cb86
Whitespace change to trigger rebuild of libs that depend upon zlib.
2003-01-30 05:53:29 +00:00
locka%iol.ie
738ae4272e
Implement ITargetFrame to fix targetted navigation via Win32 Hlink APIs. b=183508 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org
2003-01-23 14:02:55 +00:00
kyle.yuan%sun.com
de6851d996
Bug 188156 gtk2 build is broken on Solaris (@embedding\browser\gtk\tests)
...
r=Roland.Mainz@informatik.med.uni-giessen.de , sr=blizzard
Sun compiler can't deal with a complicated arg in g_warning()
2003-01-21 01:54:07 +00:00
dbradley%netscape.com
f6bc25bfaa
Bug 189296 - Plugin code takes address of nsCOMPtr's. r=adamlock, sr=jst
2003-01-20 13:03:06 +00:00
darin%netscape.com
685a7af468
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 02:15:14 +00:00
dougt%netscape.com
6508e0713e
move nsTraceMalloc out of XPCOM. Factory out stackwalking code into new files. 189221 r=chak, 186585 r=blythe sr=dbaron. Most of this patch was contributed by seawood.
2003-01-15 20:40:06 +00:00
locka%iol.ie
17b1b9dfb6
Link to embedstring_s.lib to fix xpcom glue & string reorg. r/sr/a=dougt@netscape.com b=188533
2003-01-14 21:57:16 +00:00
pkw%us.ibm.com
6828db1eae
Bug 188527 - AIX: Linker errors when building GTK2 as default toolkit.
...
r=seawood@netscape.com
2003-01-13 23:33:54 +00:00
pkw%us.ibm.com
a0e9007d87
Backout Bug 188527.
2003-01-10 22:36:09 +00:00
peterlubczynski%netscape.com
f4842f1af8
Resolve relative URLs on CODEBASE, bug 184458 r=adamlock sr=darin
2003-01-10 21:59:02 +00:00
pkw%us.ibm.com
c17d285207
Bug 188527 - Fix linker errors when building GTK2 Mozilla on AIX.
...
r=seawood@netscape.com
2003-01-10 20:50:43 +00:00
dbaron%dbaron.org
bc98f431d6
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. sr=jag
2003-01-10 20:02:04 +00:00
bryner%netscape.com
7f0488eb18
Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky.
2003-01-09 06:49:07 +00:00
locka%iol.ie
4514a26c79
Add cache key, referrer and extra headers parameters to nsIWebBrowserPersist::saveURI b=170722 r=bzbarsky@mit.edu sr=darin@netscape.com
2003-01-08 23:53:10 +00:00
dbaron%dbaron.org
cb9bcc2e25
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:51:43 +00:00
locka%iol.ie
0d69efc4a0
Change registry key const to load browser helper objects from another location instead of using IE's list. Also fix some naming convention. b=171063 r=chak@netscape.com sr=blizzard@mozilla.org
2003-01-08 15:35:18 +00:00
bryner%netscape.com
292504823a
merging changes from CHIMERA_M1_0_1_BRANCH. Not part of the default build.
2003-01-07 05:04:07 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
locka%iol.ie
3be0457890
Fix bustage in plugin when MOZ_OBJDIR is defined. b=185679 r=dbradley@netscape.com sr=seawood@netscape.com
2002-12-16 22:05:05 +00:00
seawood%netscape.com
58004c4a48
Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
...
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
colin%theblakes.com
0824e190c0
OpenVMS build changes. b=180290. r=cls
2002-12-12 00:08:59 +00:00
locka%iol.ie
73d7ed36cb
Share pref settings between com connect and plugin. b=179573 r=dbradley@netscape.com sr=brendan@mozilla.org a=asa@mozilla.org
2002-12-09 21:04:22 +00:00
locka%iol.ie
4f6980440d
Add directory service provider to control (no more MozillaControl profile pollution). b=76664 r=ccarlen@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org
2002-12-09 18:15:50 +00:00