seawood%netscape.com
2b773ceb9e
Because js uses static data structures and is linked into other shared libraries, js must be built as a shared library.
...
Thanks to Colin Blake <colin@theblakes.com> for the original patch.
Bug #127442 r=bryner
2002-05-15 01:37:07 +00:00
rods%netscape.com
c5c6c56ff1
Missed these...fixing bustage
...
Bug 144128 r=dcone sr=attinasi
2002-05-14 13:41:11 +00:00
rods%netscape.com
b45d33216e
This patch does the following:
...
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2002-05-14 12:05:00 +00:00
locka%iol.ie
c47f659161
NOT PART OF BUILD. Rudimentary scripting working in XPConnect. Invoke & SetProperty methods are working.
2002-05-14 01:58:00 +00:00
locka%iol.ie
63633d22d2
NOT PART OF BUILD. Implemented variant to java object class, getProperty and return codes from Invoke(). Moved LiveConnect & XPConnect stuff into their own files.
2002-05-13 21:06:14 +00:00
rods%netscape.com
2ef3e636bf
making a few adjustments to the APIs before the freeze
...
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
locka%iol.ie
c19f361669
NOT PART OF BUILD. Throws exceptions for errors
2002-05-08 14:09:13 +00:00
locka%iol.ie
1dd4e6ebd4
NOT PART OF BUILD. Support for most primitive data types in LiveConnect impl.
2002-05-08 13:22:03 +00:00
darin%netscape.com
f43dfb75ba
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
locka%iol.ie
989f87d2f7
NOT PART OF BUILD. Fix for intermittant crash issue
2002-05-07 22:13:52 +00:00
locka%iol.ie
aff6c1e6aa
NOT PART OF BUILD. More work on LiveConnect. It actually works now(!) but is a bit crashy for some undetermined reason.
2002-05-07 21:54:29 +00:00
locka%iol.ie
41a39ee8e1
NOT PART OF BUILD. Plugin test pages
2002-05-07 21:51:12 +00:00
ccarlen%netscape.com
cf28ca8cae
Fixing bustage that will be happening. The wrong copy of this got checked in with Rod's checkin for bug 115136.
2002-05-07 13:51:21 +00:00
rods%netscape.com
b850da33e8
Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
...
Bug 115136 r=dcone sr=attinasi
2002-05-07 12:03:37 +00:00
ccarlen%netscape.com
de0f3da856
Removing - obsolete and not part of build. Bug 141367. r=akkana/sr=kin
2002-05-06 22:06:02 +00:00
saari%netscape.com
3d75e31ab0
fix for bugzilla 142138, null checks to prevent exploding when processing an activate event during window tear down. sr=jag, r=chak
2002-05-06 20:35:17 +00:00
ccarlen%netscape.com
44df283ef6
Bug 141673 - PPEmbed crashes on launch due to bad code added in nsIFile API change. r=pinkerton/sr=darin
2002-05-03 13:22:08 +00:00
locka%iol.ie
499cac96f4
NOT PART OF BUILD. Reordered makefile, incorporated LiveConnect/XPConnect scripting patch by <Paul.Oswald@medec.com>. Code cleanup. b=127710
2002-05-02 22:10:19 +00:00
rods%netscape.com
a1f21a54d5
Add the new pluggable dialog work, in build, not used
...
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:38:43 +00:00
locka%iol.ie
20dd8268ea
Switch if statement from testing for VARIANT_TRUE to testing for !VARIANT_FALSE to make behaviour more client forgiving and like IE. r=brade@netscape sr=blizzard@mozilla.org
2002-04-28 11:00:12 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
bnesse%netscape.com
0bd4dde8c6
Attempting to fix pinkertons bustage... removed apparently unintentional definition.
2002-04-25 23:38:50 +00:00
pinkerton%netscape.com
daa6fb5b42
package download progress on mac for embedding. fix jar manifest to not pull en-unix on every platform. r=bryner/sr=ben/a=rjesup. bug#134523
2002-04-25 21:25:59 +00:00
seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
tor%cs.brown.edu
5edffbbee0
Bug 137685 - gamma correction causing black backgrounds in embedding.
...
r=brendan, sr=hyatt
2002-04-23 23:21:25 +00:00
jst%netscape.com
ed0376e885
Fixing printing crash bug 127891. Make the destruction of printing related frames not hide iframe's document viewers. r=rods@netscape.com, sr=rpotts@netscape.com
2002-04-22 23:12:18 +00:00
seawood%netscape.com
d42b1b1fd4
Add make -j support to win32 gmake builds.
...
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
ccarlen%netscape.com
202d9e420f
Fixing bustage - needs #if TARGET_CARBON
2002-04-16 02:46:14 +00:00
ftang%netscape.com
300eed24a4
fix bug 110726. Add carbon event handler for Text Input event to handle input methods r=ccarlen sr=sfraser a=asa
2002-04-15 23:53:11 +00:00
ftang%netscape.com
f6474a583a
fix bug 110726. r=ccarlen sr=sfraser a=asa add CTextInputEventhandling.cpp
2002-04-15 23:51:13 +00:00
ftang%netscape.com
72522c5be4
fix bug 110726. add carbon event handler for Text Input events. r=ccarlen sr=sfraser a=asa
2002-04-15 23:49:29 +00:00
pinkerton%netscape.com
8f67fdb036
actually hook up dnd overriding apis to webbrowserchrome. r=brade/sr=blizzard/a=valeski. bug# 136744.
2002-04-11 21:33:24 +00:00
seawood%netscape.com
ce6ee72484
Fix link ordering problem when building static components with static gtk.
...
Bug #136192 r=bryner
2002-04-11 14:30:31 +00:00
danm%netscape.com
de9045c862
(interface freezing in last revision is bug 99617 r=chak,rpotts a=valeski)
2002-04-10 21:17:38 +00:00
danm%netscape.com
577112f830
freezing interface for mozilla 1.0
2002-04-10 21:13:37 +00:00
ccarlen%netscape.com
7c881efc55
For smoketest blocker 136693. Adding impl of confirmEx to PPEmbed's prompt service. r=pink/sr=sfraser
2002-04-10 19:51:42 +00:00
briane%qnx.com
6663fa8819
PHOTON BUILD ONLY
...
fix for a path problem with config files
2002-04-10 13:57:19 +00:00
briane%qnx.com
13479ae303
PHOTON BUILD only
...
Fixes some compile issues.
2002-04-05 15:17:55 +00:00
seawood%netscape.com
57c567dfbd
Use shell script instead of batch script since win9x appears to have problems calling a batch script from a cygwin shell.
...
Bug #134344 r=jrgm a=asa,jaimejr
2002-04-05 14:27:44 +00:00
ccarlen%netscape.com
a69e7d74a8
Bug 128926 - Add printing support to PPEmbed. r=pink/sr=beard/a=asa
2002-04-01 15:35:57 +00:00
ccarlen%netscape.com
7a974edb4c
New files for bug 128926 - Add printing support to PPEmbed. r=pink/sr=beard/a=asa
2002-04-01 15:33:35 +00:00
seawood%netscape.com
f9479b8517
Remove xp_core.h & xp_mem.h and all build references to them.
...
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
ccarlen%netscape.com
5e0b9084de
Bug 132813 - PPEmbed doesn't send notification for security changes. r=pink/sr=beard/a=asa
2002-03-27 04:21:33 +00:00
rods%netscape.com
5e4870ca28
This patch is actually part of Bug 115136, but I think its best to get this part
...
of it in now before the API freeze.
It adds several new attrs to the nsIWebBrowserPrint API and implments them in
DocumentViewer.
It also adds a new platform specific interface for PrintSettings that will be
used when the "pluggable" dialog work gets checked in. Although these have been
tested via BUg 115136, these little nto no risk now because no one is using
them yet.
Bug 132827 r=dcone sr=attinasi a=asa
2002-03-25 03:19:32 +00:00
dbaron%fas.harvard.edu
81ea297a54
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:35:01 +00:00
mscott%netscape.com
fc0c26374c
Bug #132643 --> add a new web browser chrome flag for a popup type.
...
r=danm
sr=hewitt
2002-03-22 19:20:54 +00:00
ccarlen%netscape.com
25b6196b52
Bug 132106 - Put code into PPEmbed to support XUL preferences dialog. r=pink/sr=beard/a=asa
2002-03-22 15:52:22 +00:00
darin%netscape.com
3b56153320
fix more pending mac bustage
2002-03-20 23:36:03 +00:00
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
jaggernaut%netscape.com
d8cf5474f8
Bug 101723: security icon only works for the first tab
...
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
locka%iol.ie
f474e147b8
Implement GUID comparison method inilne rather than rely on ATLs constantly changing method. b=127982 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-03-19 22:28:50 +00:00
alecf%netscape.com
217718e056
*sigh* fix activeX bustage
2002-03-19 08:22:02 +00:00
rods%netscape.com
923cc1538e
1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
...
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
rods%netscape.com
347738ddff
Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway
2002-03-15 14:49:09 +00:00
rods%netscape.com
db25e50309
1) Removes most all the unneeded data from nsPrintOptions service. All data
...
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
object. The items not saved are those used during the printing process and
it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define
"back stop" prefs for picking up first. Then the printer specific prefs
can override those settings.
For example, we may define in prefs that the default paper size 8.5x11,
then if if the "save PS prefs" is turned on, for a given printer it might
save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
or written.
2002-03-15 13:55:54 +00:00
seawood%netscape.com
1e2fdc2421
Remove now redudant REGCHROME calls.
...
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
af0cf0ee2d
Remove REGCHROME calls since we now auto-register chrome when jars are processed.
...
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
darin%netscape.com
cfe07b944b
b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
...
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
ccarlen%netscape.com
c079c63f04
Bug 129288 - Changing font size from XUL prefs dialog crashes PPEmbed. It's because the XUL pref window's docshell is typeContent, not typeChrome. r=adamlock/sr=alecf/a=asa
2002-03-08 23:58:50 +00:00
ccarlen%netscape.com
dca953152b
Bug 129531 - Context menu handler does double delete of handle. r=pinkerton/sr=sfraser/a=asa
2002-03-08 21:57:21 +00:00
seawood%netscape.com
45abd86d38
Fix link ordering issues in static builds for OpenVMS & Sun Forte builds.
...
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #128844 r=cls a=asa
2002-03-08 06:21:47 +00:00
bryner%netscape.com
f3b840d0cd
Adding some missing .cvsignore files. a=leaf.
2002-03-08 00:00:05 +00:00
rods%netscape.com
dd36cb51d0
1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
...
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa
2002-03-07 12:57:33 +00:00
bryner%netscape.com
e4ad40c455
#include cleanup from my last checkin. Not part of the build.
2002-03-07 04:09:12 +00:00
bryner%netscape.com
e00f2dc384
Fixing NSBrowserView bustage from the nsIURI API change. Not part of the build, a=shaver.
2002-03-07 03:53:50 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
locka%iol.ie
08596d99df
NOT PART OF BUILD. ActiveX plugin. Treat PARAMs with "True"/"False" values as VT_BOOL properties.
2002-03-04 13:55:55 +00:00
danm%netscape.com
6d6431c6e6
implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa
2002-02-28 23:22:55 +00:00
pinkerton%netscape.com
da9e4223a6
api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069
2002-02-28 22:19:04 +00:00
locka%iol.ie
5fd0404567
NOT PART OF BUILD. Allow plugin to read name/value PARAMs when embedded by an OBJECT tag. b=126492
2002-02-22 11:08:55 +00:00
rods%netscape.com
83b93d55d9
1) Makes sure that when a PrintSettings is created it is initialized from the
...
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
2002-02-20 03:18:33 +00:00
alecf%netscape.com
5ec5cd62b2
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
...
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
seawood%netscape.com
2c68203869
Move build logic for static builds into separate .mk so that it doesn't have to be duplicated across Makefiles. Use slightly more generic name for _getModuleInfo function so that it can be used for multiple binaries.
...
Bug #88038 r=bryner
2002-02-19 10:01:05 +00:00
pinkerton%netscape.com
6f1ac94599
pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605
2002-02-17 19:32:08 +00:00
locka%iol.ie
1851ed20a2
Fix for real and potential crashes in prompt impl when out params are nsnull. b=124025 r=chak
2002-02-15 10:21:39 +00:00
rods%netscape.com
f2fb963fac
1) Enables the PageSeq frame to specify the "gap" of gray space around
...
it in Print Preview
2) It now positions the page in the window with the gray "gap" showing.
3) factors out code for calc'ing the number of pages
4) Adds the methods to get the number of page while in PP
Bug 125151 r=sgehanisr=attinasi
2002-02-14 23:18:09 +00:00
rods%netscape.com
f7189b3cfd
1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
...
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
It now has a single GetDevMode method that must be paired with a UnlockDevMode method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2002-02-13 13:58:41 +00:00
bzbarsky%mit.edu
e3b541a10c
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
260814c5be
Testing performance impact of backout of what's left of the patch from
...
bug 115289. See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
ccarlen%netscape.com
23d6e3761b
Bug 113538 - embedding depends on wallet. Removing obsolete files. r=morse/sr=darin
2002-02-08 15:24:03 +00:00
ccarlen%netscape.com
2b1a86b866
Bug 113538 - embedding depends on wallet. Rename nsISingleSignonPrompt to nsIAuthPromptWrapper and into embedding. r=morse/sr=darin
2002-02-08 15:21:26 +00:00
cathleen%netscape.com
31f584b51c
eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan
2002-02-08 01:11:33 +00:00
danm%netscape.com
c2d73b78ad
stifle infinite focus/activation recursion. bug 124299 r=hyatt,jst
2002-02-08 01:01:21 +00:00
bryner%netscape.com
f3a02bb95f
Fixing a dependency problem that was happening in win32 gmake builds outside of the srcdir. r=cls.
2002-02-06 09:14:39 +00:00
bzbarsky%mit.edu
580e33204e
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
ccarlen%netscape.com
c8536780f1
Not part of build, very out of date.
2002-02-01 23:07:47 +00:00
ccarlen%netscape.com
14e2618326
Bug 120026 - rework PPEmbed so its classes are less dependent and more easily reusable. r=adamlock@netscape.com/sr=sfraser@netscape.com
2002-02-01 22:57:19 +00:00
ccarlen%netscape.com
8291348925
New files for bug 120026 - rework PPEmbed so its classes are less dependent and more easily reusable. r=adamlock@netscape.com/sr=sfraser@netscape.com
2002-02-01 22:55:18 +00:00
rods%netscape.com
4a4dd9b44f
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
...
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
heikki%netscape.com
02a455545d
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
locka%iol.ie
620ad7507f
NOT PART OF BUILD. Nullify pointer
2002-01-31 21:04:39 +00:00
locka%iol.ie
e2ecf3cfff
NOT PART OF BUILD. Make plugin easier to build
2002-01-31 20:32:00 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
hyatt%netscape.com
d9d3ede542
Fix for 122031, r=pink, sr=brendan
2002-01-30 01:24:15 +00:00
locka%iol.ie
57f435ddc8
Dead file (not built). Should have been deleted when webbrowserpersist moved to embedding/components
2002-01-29 22:21:48 +00:00
danm%netscape.com
aef095fb3d
deactivate root focus controller as well as your own while deactivating yourself. bug 122462 / bugscape 11864 code=saari,myself r=bryner,hyatt
2002-01-29 21:42:07 +00:00
blizzard%redhat.com
306aedf985
Bug #121279 . TestGtkEmbed crash on javascript window.close(). r=jst,sr=shaver
2002-01-29 21:39:31 +00:00
locka%iol.ie
e653e250bf
Implement ConfirmEx and various Prompt methods on nsIPrompt. b=121931 r=chak@netscape.com a=asa@mozilla.org
2002-01-27 19:15:07 +00:00
seawood%netscape.com
6a70bafd9e
Fix "static" build support for win32 gmake builds.
...
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
rods%netscape.com
fcf531ee3b
Get whther we are printing silent from the PrintSettings
...
76456 r=rods sr=hyatt
2002-01-25 02:47:01 +00:00
hyatt%netscape.com
f470a85724
Fix type bustage in cocoa view. Not part of build.
2002-01-25 01:59:11 +00:00
seawood%netscape.com
e6a5443951
Fixing SVG static build bustage
2002-01-25 01:29:35 +00:00
waterson%netscape.com
97509533c8
Add EmbedComponents.cpp to the GARBAGE.
2002-01-25 01:23:41 +00:00
waterson%netscape.com
53063e68f5
Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard
2002-01-25 01:18:55 +00:00
peterlubczynski%netscape.com
0c44bd9bb6
For embedding, always consume context menu clicks for applets, embeds, and objects, bug 118789 r=av sr=alecf
2002-01-25 01:02:58 +00:00
waterson%netscape.com
f6524f7ce0
Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard
2002-01-24 23:09:31 +00:00
seawood%netscape.com
9260b0b35e
Fixing win32 static build bustage in activex & simple plugin.
...
Bug 120675 r=bryner sr=waterson a=asa
2002-01-18 08:14:20 +00:00
briane%qnx.com
8f10094536
PHOTON ONLY, not part of build
...
Updates to this test app and fixed printing support.
2002-01-15 16:54:01 +00:00
briane%qnx.com
b08b62db88
PHOTON only, NOT PART OF BUILD
...
Fixes for printing (PR:112048), Fixes for context menu image saving, addition
of scrollbar navigation via resources.
Also removed references to nsIDiskDocument.h.
2002-01-15 16:53:21 +00:00
locka%iol.ie
a1ae2cd318
New parameters for nsIWebBrowserPersist saveURI & saveDocument. Caller may now specify target file as a uri or a file saveDocument has new flags for controlling encoding and line wrapping behaviour. b=110135 r=brade@netscape.com sr=rpotts@netscape.com
2002-01-14 12:41:27 +00:00
blizzard%redhat.com
79d155cc79
Bug #115085 . gtkmozembed does not support custom directory service providers. Patch from John Corwin <jcorwin@us.ibm.com>. r=mkaply, sr=blizzard
2002-01-12 05:04:57 +00:00
locka%iol.ie
1f15ef53c5
NOT PART OF BUILD. Add code to pass postdata in call to IWebBrowser
2002-01-08 14:36:02 +00:00
ccarlen%netscape.com
0f9cb6c5fc
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
2002-01-07 14:35:04 +00:00
danm%netscape.com
7d0a19f464
update some comments and mention that this file is for bug 57841, r=bryner,rpotts
2002-01-05 02:07:40 +00:00
danm%netscape.com
3b6d099732
adding nsIEmbeddingSiteWindow2 (our first revved public interface! yay) bug 57841 r=bryner,rpotts
2002-01-05 02:04:03 +00:00
danm%netscape.com
8e61237a2c
adding nsIEmbeddingSiteWindow2 (our first revved public interface! yay)
2002-01-05 02:00:26 +00:00
locka%iol.ie
ffb523b51e
Extremely obvious bug impacting some control users. Enclosed a section of code with an else statement. No bug number.
2002-01-03 14:29:06 +00:00
rods%netscape.com
1fde5f13f3
Switch public interfaces from nsIPrintOptions to nsIPrintSettings
...
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
seawood%netscape.com
e5fc3853f2
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
dbaron%fas.harvard.edu
586a521563
Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527
2001-12-20 02:09:49 +00:00
seawood%netscape.com
251414564d
Add -I. to LOCAL_INCLUDES
2001-12-19 09:25:36 +00:00
seawood%netscape.com
c55190b8f7
Use srcdir when calling midl
2001-12-19 06:22:51 +00:00
locka%iol.ie
d976f46e61
NOT PART OF BUILD. Added basic logic for generating H & C stubs
2001-12-18 13:36:52 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mjudge%netscape.com
e1ae37f75b
baking out fix for mac. moving file nsISelectionDipslay over to content to fix bustage
2001-12-18 02:41:38 +00:00
mjudge%netscape.com
d58e0d5e12
moving file to content to fix bustage
2001-12-18 02:38:56 +00:00
mjudge%netscape.com
6d102e3902
fixing bustage moving file to content
2001-12-18 02:34:39 +00:00
mjudge%netscape.com
9b25533dc1
bs=7868 r=saari Adding in new api to bake on trunk before going to branch. this adds nsISelectionDisplay to nsISelectionController. SetDisplayFlags are how we now set if you want images selected or not
2001-12-18 01:29:49 +00:00
mjudge%netscape.com
f48496ffa4
new idl not in build yet. bs7868 r= saari
2001-12-18 01:08:36 +00:00
jaggernaut%netscape.com
7936b26225
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
2df17e0579
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
1886ca82f6
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
502372b8a8
Attempt to fix BeOS bustage
2001-12-16 14:40:33 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
pavlov%netscape.com
5cd1b8e131
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
seawood%netscape.com
3738d752bc
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ccarlen%netscape.com
de865879b2
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
5be3015148
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
b4f1e83674
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
9fe1e910d1
Missed these with checkin for 98349.
2001-12-10 23:29:34 +00:00
ccarlen%netscape.com
0766c35c7f
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
1b00c70ee8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
ccarlen%netscape.com
eec09f1b7d
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
ccarlen%netscape.com
2d15ad27bc
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
locka%iol.ie
8a837ffa48
NOT PART OF BUILD. More work on the ActiveX TLB to IDL/XPT converter
2001-12-07 19:38:35 +00:00
locka%iol.ie
fcc44cfac3
NOT PART OF BUILD. More work on the ActiveX TLB to IDL/XPT converter
2001-12-07 19:34:47 +00:00
briane%qnx.com
f7e61d4f3e
PHOTON BUILD only
...
fixes and updates for the embedding, base on the gtk code base
2001-12-07 14:30:38 +00:00
locka%iol.ie
1e2d1c8cc0
NOT PART OF BUILD. Utility for turning ActiveX typelibraries into XPCOM IDL and XPT files
2001-12-06 21:16:30 +00:00
pinkerton%netscape.com
8150b5c67d
fix mismatch between static in header and source file
2001-12-06 15:55:30 +00:00
vidur%netscape.com
43b1a94096
Ensure that we call NS_TermEmbedding on shutdown. [not part of build]
2001-12-01 01:20:02 +00:00
rpotts%netscape.com
a33a19e3d1
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2001-11-30 22:35:33 +00:00
vidur%netscape.com
697d321cd0
Fixed prompt and password dialogs. [not part of build]
2001-11-30 01:59:01 +00:00
vidur%netscape.com
bb6feb1372
Fixed alerts and added prompt and password support. [not part of build]
2001-11-30 00:46:06 +00:00
pinkerton%netscape.com
97ac6e3b86
view shouldn't be opaque. allows webpages to show up. [not part of build]
2001-11-29 22:39:37 +00:00
pinkerton%netscape.com
3a6ab517ad
one more removed file bustage fix.
2001-11-29 16:11:12 +00:00
pinkerton%netscape.com
5aee4bfa62
removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851
2001-11-29 14:38:56 +00:00
vidur%netscape.com
9035105170
Got rid of installation name in project. This is not part of the build.
2001-11-29 04:11:53 +00:00
vidur%netscape.com
96fcc32650
Removed absolute paths to framework. Relative paths *should* work.
2001-11-29 01:20:38 +00:00
vidur%netscape.com
659408c73b
Temporarily change framework installation path to be absolute. This is not part of the default build.
2001-11-28 22:38:54 +00:00
vidur%netscape.com
a6b008ea4e
First iteration of Cocoa NSView wrapper around embedded component. This is not part of the default build.
2001-11-28 21:42:53 +00:00
locka%iol.ie
fd94bfb375
Implement nsIWindowCreator service for ActiveX control. r=danm@netscape.com sr=rpotts@netscape.com
2001-11-27 20:13:43 +00:00
rods%netscape.com
834dcaf5c2
temp patch for Bug 112048 r=rods a=leaf
2001-11-27 16:28:01 +00:00
rods%netscape.com
555992e4c5
Change nsIWebBrowserPrint.h interface to use nsIPrintSettings
...
Also added minimal PageSetup dialog with support for Printing BGColors, BGIMages, and Scaling
Bug 108345 r=dcone,chak sr=attinasi
2001-11-26 12:51:39 +00:00
bzbarsky%mit.edu
0b19fcf775
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
locka%iol.ie
ff6deeff45
NOT PART OF BUILD. Implement IAuthenticate to allow streams requiring username/password to be downloaded
2001-11-16 13:01:06 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
locka%iol.ie
bd936656b7
Remove sample chrome embed.jar from unix browser package and rename to avoid confusion with the real embed.jar used in the embedding dist. b=87622 r=blizzard@mozilla.org sr=dveditz@netscape.com
2001-11-15 12:23:57 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
dinglis%qnx.com
30687c6192
- not part of build -
...
fix up bustage.
2001-11-13 15:49:51 +00:00
sfraser%netscape.com
cde6848940
Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin
2001-11-10 01:05:03 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
dinglis%qnx.com
d3f7f9462d
NTO PART OF BUILD
...
fixed photon bustage
2001-11-06 13:33:36 +00:00
danm%netscape.com
3779efd362
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:19:39 +00:00
dinglis%qnx.com
55e2c37d43
Not part of build
...
fixed REQUIRES
2001-11-05 13:35:02 +00:00
jaggernaut%netscape.com
6404d0a8a9
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-03 09:26:07 +00:00
locka%iol.ie
28edbbb402
NOT PART OF BUILD. Add code to _OpenURL() to turn relative links into absolute ones for correct loading, using the base address of the browser. Patch provided by mirko@czesla.de. Thanks Mirko!
2001-11-01 22:15:34 +00:00
locka%iol.ie
7ffdfe69e3
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 15:02:13 +00:00
locka%iol.ie
350313c527
Mac changes to move webbrowserpersist object to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:41:02 +00:00
locka%iol.ie
91e485f39a
Unix makefile changes to move webbrowserpersist to components/ b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:39:53 +00:00
locka%iol.ie
2bafd807d9
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:39:26 +00:00
jaggernaut%netscape.com
4a7f082fb7
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 09:09:57 +00:00
locka%iol.ie
de5bbacac2
NOT PART OF BUILD. Fix for memory leak in simple array
2001-10-30 23:06:50 +00:00
locka%iol.ie
7ad8a4eb16
NOT PART OF BUILD. First working version of CAB file packaging and signing script, install file and docs.
2001-10-30 22:32:27 +00:00
timeless%mac.com
f29f838ddb
QNX port; adding requires to make it work.
2001-10-30 03:31:00 +00:00
timeless%mac.com
951aa893da
Bugzilla Bug 99627�Freeze nsIURIContentListener
...
caused bustage for the QNX Port.
2001-10-30 03:28:59 +00:00
locka%iol.ie
a9df84e504
NOT PART OF BUILD. New test pages
2001-10-29 20:03:03 +00:00
locka%iol.ie
9eede284ea
NOT PART OF BUILD. Stop a crash when no content type is specified at all
2001-10-29 20:02:01 +00:00
locka%iol.ie
94ebf04828
NOT PART OF BUILD. More updates to get a working CAB file packaging and signing working for control for hosting plugins
2001-10-29 19:50:36 +00:00
locka%iol.ie
61597127a4
NOT PART OF BUILD. More updates to get a working CAB file packaging and signing working for control for hosting plugins
2001-10-29 19:22:19 +00:00
dinglis%qnx.com
c60a1d668f
Not part of build
...
Photon embedding update
2001-10-29 14:17:16 +00:00
locka%iol.ie
daa5b78b9b
NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file.
2001-10-28 15:50:09 +00:00
locka%iol.ie
0f5046b1a7
NOT PART OF BUILD. First cut packaging script for creating a control for hosting plugins IE CAB file.
2001-10-28 15:40:45 +00:00
jaggernaut%netscape.com
dbc6442a61
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-27 08:09:28 +00:00
seawood%netscape.com
9f8ad41e29
Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs
2001-10-27 05:49:30 +00:00
rpotts%netscape.com
5e626fd436
bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface...
2001-10-27 02:52:39 +00:00
locka%iol.ie
f5e8a47233
NOT PART OF BUILD. Make IE plugin dir lookup able to cope with trailing backslashes in the registry key.
2001-10-26 12:30:49 +00:00
locka%iol.ie
4814df55dd
Use do_GetService instead of nsServiceManager::GetService plus some re-indentation. b=105458 r=dougt@netscape.com sr=blizzard@mozilla.org
2001-10-25 11:37:18 +00:00
dbaron%fas.harvard.edu
f56bfe4127
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
locka%iol.ie
65b2e3be11
NOT PART OF BUILD. Removed implementation of the "new" Moz plugin APIs in favour of the NS API
2001-10-23 12:41:56 +00:00
locka%iol.ie
ffb594aa4f
NOT PART OF BUILD. Added framework to support XPConnect scripting of plugin
2001-10-23 12:39:46 +00:00
locka%iol.ie
b8b8561365
NOT PART OF BUILD. Added framework to support XPConnect scripting of plugin
2001-10-23 11:50:22 +00:00
locka%iol.ie
ab97202936
Disable ActiveX control registration during build by default. sr=kin@netscape.com b=105285
2001-10-23 11:39:06 +00:00
dougt%netscape.com
5fe12c09e7
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
bryner%netscape.com
28b8f42f18
Bug 105668 - make gtk embedding widget properly implement FocusNextElement and FocusPrevElement. r=jag, r/sr=blizzard.
2001-10-23 00:14:09 +00:00
bryner%netscape.com
bbbbd6f9e3
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
2001-10-22 22:43:52 +00:00
locka%iol.ie
7b38117f01
New NameEquals method on nsIDocShellTreeItem to reduce unnecessary strdup'ing as FindChildWithName walks through its children looking for a matching item. b=102576 r=radha@netscape.com sr=rpotts@netscape.com
2001-10-20 11:42:35 +00:00
dbaron%fas.harvard.edu
24c6c0e8ce
Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163
2001-10-20 01:29:45 +00:00
dbaron%fas.harvard.edu
3109b56e16
Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163
2001-10-20 01:01:27 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
mkaply%us.ibm.com
2ec931d14a
#105075
...
r=av, sr=dougt, rpotts
Change 4xplugin APIs to use NS_4XPLUGIN_CALLBACK rather than NS_CALLBACK_ so that the calling convention can be different than XPCOM
2001-10-19 04:10:49 +00:00
timeless%mac.com
bcfade26c5
Bugzilla Bug 76339�get rid of nsIAppShellComponent
...
(QNX changes)
r=dbradley sr=jst
2001-10-18 13:25:10 +00:00
timeless%mac.com
69ba58ac9c
QNX bustage fixes
2001-10-18 10:33:08 +00:00
timeless%mac.com
271dc38b9a
Requires changes to get QNX building, r=cls
2001-10-18 10:23:55 +00:00
pavlov%netscape.com
8f58942452
removing lowsrc support. bug 92453. r=jag sr=attinasi
2001-10-14 01:17:08 +00:00
locka%iol.ie
da09947a09
NOT PART OF BUILD. Turned tabs to spaces.
2001-10-11 12:20:32 +00:00
alecf%netscape.com
8ae507d6be
remove a comment that's irrelevant, and mucks with lxr searching for nsIAppShellComponent - comment only, and not part of current build
2001-10-11 07:11:21 +00:00
locka%iol.ie
d11e63d08a
NOT PART OF BUILD. Fixed makefile.win to work with new REQUIRES feature & generate an error when MOZ_PLUGINSDK is undefined. Changed legacy plugin to parse CLSIDs properly.
2001-10-10 14:07:23 +00:00
locka%iol.ie
08e2f27922
NOT PART OF BUILD. Slightly changed descriptive wording on test pages. a=blizzard@mozilla.org
2001-10-04 13:10:45 +00:00
locka%iol.ie
39e1e335b0
NOT PART OF BUILD. Implemented NPN_Status. Added some more diagnostic debug info including hex dumping stream data to validate it's correct. Added code to support plugins that want their streams in NP_ASFILEONLY or NP_ASFILE mode (e.g. IBM's arcane Advanced Function Presentation viewer plugin). a=blizzard@mozilla.org
2001-10-04 13:09:49 +00:00
locka%iol.ie
4fd8c41660
NOT PART OF BUILD. Added simple array template to remove some duplicate code. Fixed a problem with the content type for a null plugin being empty when it's created from stream. Added code to set NPStream::end to the right value. Added code to read plugins from IE directory as well as NS 4.x
2001-10-02 22:23:45 +00:00
blizzard%redhat.com
b6754e8cad
Bug #84240 . Add methods to get a unicode version of the JS status and link message. r=philipl, sr=shaver
2001-10-02 05:03:37 +00:00
dbaron%fas.harvard.edu
4021e7798d
Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson
2001-10-02 03:10:56 +00:00
sspitzer%netscape.com
64712807ed
fix for bustage. nsIHistoryEntry.idl has changed and is no longer
...
including the nsIURI.idl interface. r=radha
2001-10-01 22:13:58 +00:00
radha%netscape.com
ee708747a9
Fix for tree bustage related to bug # 100993. Include nsISHistoryListener.
2001-10-01 21:07:26 +00:00
stephend%netscape.com
98b5be96ad
Bug 91071 'HyperText' should read 'Hypertext' according to the W3C.org r=adamlock@netscape.com, sr=alecf@netscape.com
2001-10-01 19:11:32 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
waterson%netscape.com
71233c20da
Back out chak until he can figure out how to build w/o necessarily requiring PSM.
2001-09-26 22:56:24 +00:00
alecf%netscape.com
ca1e0f0d4d
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
2001-09-26 20:17:35 +00:00
locka%iol.ie
cdd04f53a6
Missing documentation. Should gone in with b=99181 but didn't.
2001-09-26 20:13:26 +00:00
chak%netscape.com
ad5fcfe3b4
Fix for #94974 - Provide an interface for embeddors to access security info
...
r=rpotts,thayes
sr=rpotts
2001-09-26 19:52:20 +00:00
locka%iol.ie
14ce20258b
Fix for focus & tabbing problems in the ActiveX control. b=88081 r=saari@netscape.com sr=rpotts@netscape.com
2001-09-26 19:27:33 +00:00
gerv%gerv.net
5d7331d24f
License changes, take 2. Bug 98089. mozilla/embedding/.
2001-09-25 22:58:40 +00:00
cls%seawood.org
4c308472f0
Adding mimetype dependency caused by checkin for bug #77909 .
...
Fixing tinderbox bustage
2001-09-23 22:33:01 +00:00
locka%iol.ie
a8adad6237
The all new web browser persist object plus changes to the assorted embedding samples to use it. b=77909 r=ccarlen@netscape.com sr=rpotts@netscape.com
2001-09-23 21:03:03 +00:00
locka%iol.ie
502a6d6e59
NOT PART OF BUILD. Moved streaming off onto another thread to make UI responsive. First cut impl of NPN_GetValue.
2001-09-22 12:33:34 +00:00
locka%iol.ie
01b7a44cc7
Fix missing newline at the end. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 13:32:49 +00:00
locka%iol.ie
8075f5016b
nsIWebBrowserSetup frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 13:30:59 +00:00
locka%iol.ie
ca88830c64
Added nsITooltipTextProvider.idl to Mac IDL project. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 13:28:25 +00:00
locka%iol.ie
dc743acdc5
nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 13:25:40 +00:00
locka%iol.ie
f87331a1cb
NOT PART OF BUILD. Fix to allow multiple plugins off the same type to run at the same time. b=100549
2001-09-20 13:03:40 +00:00
locka%iol.ie
a6549909f8
nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 12:43:28 +00:00
locka%iol.ie
6da93de9a0
nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 12:40:53 +00:00
locka%iol.ie
4accdb9db9
nsIContextMenuListener frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 12:15:52 +00:00
locka%iol.ie
d96b324b31
nsIWebBrowser frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 12:14:18 +00:00
locka%iol.ie
4025ec34e8
nsIEmbeddingSiteWindow frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
2001-09-20 12:11:46 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
da68f3ed78
bug #98089 : ripped new license
2001-09-19 22:39:41 +00:00
cls%seawood.org
ff0dfeb373
Declare REQUIRES list for activex control. Should fix archangel bustage
2001-09-19 04:06:01 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
rpotts%netscape.com
0340c21f74
bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused.
2001-09-17 23:22:00 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
locka%iol.ie
4493fb1052
NOT PART OF BUILD. Updated pluginhostctrl project to remove some duff targets and added a README file
2001-09-13 13:34:22 +00:00
locka%iol.ie
07eee5832f
NOT PART OF BUILD. Test files for ActiveX control for hosting Netscape plugins in IE
2001-09-13 12:38:20 +00:00
locka%iol.ie
ce88c11a55
NOT PART OF BUILD. Plugin SDK headers for building ActiveX control for hosting Netscape plugins in IE
2001-09-13 12:37:11 +00:00
locka%iol.ie
0a6484b2ab
NOT PART OF BUILD. New ActiveX control that allows Netscape plugins to run in IE without modification.
2001-09-13 12:36:17 +00:00
alecf%netscape.com
e5cc5abd22
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
e055a4a2a4
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
valeski%netscape.com
ac33036169
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
locka%iol.ie
c8783cf714
NOT PART OF BUILD. Fixed a couple of silly build breakages for when MOZ_ACTIVEX_PLUGIN_LIVECONNECT is not defined.
2001-09-05 20:10:04 +00:00
dougt%netscape.com
f78284509b
Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com.
...
Also fixes bug 63408, not alerting when file-not-found. r/sr same as above
2001-09-05 03:52:26 +00:00
blizzard%redhat.com
8bbce1ac46
Bug #95940 . Make sure that the embed reload flags are in sync for the widget and the nsIWebNavigation interfaces in a backwards compatible way. r=valeski,sr=shaver, a=asa
2001-08-31 22:47:02 +00:00
dinglis%qnx.com
afd9368f28
NOT PART OF BUILD (Photon port only)
...
- added new prompt service
- new history resource.
2001-08-24 13:51:21 +00:00
ccarlen%netscape.com
0044ec43e9
Bug 78498 - Carbonize PPEmbed. r=pinkerton/sr=sfraser
2001-08-18 15:10:38 +00:00
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
ccarlen%netscape.com
45dfa555d9
Bug 78498 - Carbonize PPEmbed - adding new files. r=pinkerton/sr=sfraser
2001-08-18 01:57:33 +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
sfraser%netscape.com
ccc82b99ba
Project cleanup, rs=scc. Don't link with RaptorShell.shlb, which is obsolete.
2001-08-15 23:16:49 +00:00
cls%seawood.org
8405a1984e
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +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
blizzard%redhat.com
691293abed
Bug #80638 . Implement GetSiteWindow. r=philipl, sr=tor
2001-08-06 20:44:40 +00:00
blizzard%redhat.com
508b4794fb
Fix bug #91640 . Make sure to check the offscreen window before destroying it. Also so other related cleanup. Original patch from Andrew Chatham. r/sr=blizzard,tor.
2001-08-06 18:04:07 +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
leaf%mozilla.org
280310608e
r=mcafee, sr=cls. turning tests on to get TestGtkEmbed into the nightly
...
distributions. bug 91013
2001-07-25 00:08:28 +00:00
pete%alphanumerica.com
f65c767018
Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
...
Renamed all Delete methods to Remove.
--pete
2001-07-24 18:38:25 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
briane%qnx.com
8b2f64280a
PHOTON port only (not part of build)
...
Numerous bug fixes to allow embedding to work properly.
2001-07-23 20:21:41 +00:00
blizzard%redhat.com
9dc86ce92c
Bug #90505 . Add signals to get the security change and status changes for documents. r=valeski,sr=dougt
2001-07-23 19:24:06 +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
mcafee%netscape.com
667c5ec839
Ignore generated files.
2001-07-10 23:22:46 +00:00
timeless%mac.com
d85f0a7154
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
...
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41: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
dinglis%qnx.com
933f8149b1
NOT PART OF BUILD (Photon only)
...
- bring the photon embedding component upto date.
2001-07-04 19:42:06 +00:00
blizzard%redhat.com
6a0cb82e96
bug #80146 . make gtk tooltips in the embedding widget look nicer. patch from <timecop@network.email.ne.jp>. r=tor,sr=blizzard
2001-07-02 21:41:28 +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
locka%iol.ie
cfdce7310e
NO CODE CHANGES. Replaced all tab characters with spaces.
2001-06-28 13:01:52 +00:00
locka%iol.ie
4c10b63de4
Updated printing code to use public api and wait for printing to complete before returning. b=77537 r=ccarlen@netscape.com sr=blizzard@mozilla.org
2001-06-28 11:47:21 +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
dougt%netscape.com
c306e0513b
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
...
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +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
blizzard%redhat.com
90709595a3
trying to fix build bustage with a temporary
2001-06-14 03:48:40 +00:00
blizzard%redhat.com
2ec817fa57
Fix bug #83157 . Make the embedding widget handle reparenting and unrealize/re-realize. r=bryner,sr=tor,a=asa
2001-06-14 02:07:04 +00:00
locka%iol.ie
1f9b2ab1f3
Added code to fire TitleChange events. b=84496 r=ccarlen@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org
2001-06-12 16:23:35 +00:00
locka%iol.ie
7be0b13316
NOT PART OF BUILD. CBrowse harness now listens for TitleChange events from controls and sets the window title accordingly
2001-06-08 12:06:39 +00:00
valeski%netscape.com
221edc8f1a
r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.
2001-06-05 21:25:57 +00:00
locka%iol.ie
080c320023
Made a couple of tweaks on behalf of wtc@netscape.com to allow control to build when the MS Platform SDK is installed. b=83976 r=adamlock@netscape.com sr/a=blizzard@mozilla.org
2001-06-05 11:42:38 +00:00
blizzard%redhat.com
519cbaca4e
Fix bug #83722 . Crash when loading an <img> tag from a stream. r=valeski,sr=to
...
r,a=chofmann
2001-06-03 02:02: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
mkaply%us.ibm.com
e34e2a237c
IRIX and BSD bustage - need cast - this has never been built until blizzard turned it on
2001-05-30 00:45:30 +00:00
radha%netscape.com
1b49f073d3
Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the
...
new semantics. r=valeski sr=alecf a=blizzard(drivers@mozilla.org )
2001-05-29 22:48:39 +00:00
blizzard%redhat.com
393267ec82
Fix bug #82705 . Add mechanism to emit signal for windows without parents. r=pavlov,sr=tor,a=chofmann (Round 2)
2001-05-29 22:35:46 +00:00
blizzard%redhat.com
1b92a22376
back out changes since they included a patch that happened to be in my tree
2001-05-29 22:31:15 +00:00
blizzard%redhat.com
6d34c5360f
Fix bug #82705 . Add mechanism to emit signal for windows without parents. r=pavlov,sr=tor,a=chofmann
2001-05-29 22:22:35 +00:00
locka%iol.ie
971dce35c2
Removed nsIDocShellTreeOwner impl in control's chrome object because it was causing clicked links to open in new window. Cleaned up web browser creation and initialisation. b=82116 r=ccarlen@netscape.com sr=blizzard@mozilla.org
2001-05-22 21:31:01 +00:00
valeski%netscape.com
58b8efcc23
r=adamlock. missing break statement
2001-05-21 23:20:18 +00:00
valeski%netscape.com
78fa01c626
adding nsWebBrowserContentPolicy.cpp to the mac build. 81263
2001-05-21 22:43:47 +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
blizzard%redhat.com
f1128d657f
Fix allocator mismatch in bug #70207 . r=pavlov,arik sr=scc
2001-05-19 14:29:25 +00:00
blizzard%redhat.com
dc2aec3993
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
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
blizzard%redhat.com
840af67c0f
Fix bug #81512 . Misnamed function. rs=tor, r=bryner
2001-05-18 22:17:02 +00:00
blizzard%redhat.com
c1f09c684d
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
11f8abad25
Fix bug #59923 . Add functionality to get enums for other language embedders. r=crichton, sr=tor
2001-05-18 21:14:48 +00:00
cls%seawood.org
f5efc0a677
Reordering libs as needed for static build
2001-05-16 23:56:15 +00:00
rpotts%netscape.com
f3e719c2c1
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
cls%seawood.org
5f5b0ae021
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
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
d4de3d01eb
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
6472f32265
Removing obselete file. b=68581
2001-05-09 14:16:12 +00:00
locka%iol.ie
702ea072f6
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
ce7da709f4
Fix bustage by including stdlib.h.
2001-05-08 19:48:51 +00:00
dbaron%fas.harvard.edu
1326c82680
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
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
df1a6e78a8
Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser
2001-05-06 15:03:55 +00:00
blizzard%redhat.com
d5c7cf6d23
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
d5bd552195
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
05eb8a0f8d
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
58072871cc
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
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
blizzard%redhat.com
a6e6c3a8f2
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
25c6dc1c7e
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
12bc103df7
Add new test cases. Not part of the build.
2001-04-28 18:54:09 +00:00