Commit Graph

194 Commits

Author SHA1 Message Date
seawood%netscape.com
f5b16586fb 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
blizzard%redhat.com
b4360dcc6c Bug #121279. TestGtkEmbed crash on javascript window.close(). r=jst,sr=shaver 2002-01-29 21:39:31 +00:00
seawood%netscape.com
55bb706d4a Fixing SVG static build bustage 2002-01-25 01:29:35 +00:00
waterson%netscape.com
7f5b8281fb Add EmbedComponents.cpp to the GARBAGE. 2002-01-25 01:23:41 +00:00
waterson%netscape.com
c92978fe06 Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard 2002-01-25 01:18:55 +00:00
waterson%netscape.com
6a1b19137a Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard 2002-01-24 23:09:31 +00:00
blizzard%redhat.com
56353aaf8d 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
dbaron%fas.harvard.edu
7a72f2d9f4 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
rpotts%netscape.com
1f0cc6e6b9 bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes... 2001-11-30 22:35:33 +00:00
bzbarsky%mit.edu
edfb3b268f 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
dbaron%fas.harvard.edu
8cd8d91750 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
danm%netscape.com
09750f9a69 consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:19:39 +00:00
jaggernaut%netscape.com
a220efe49f 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
3e1cbb069d Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs 2001-10-27 05:49:30 +00:00
rpotts%netscape.com
ae53430684 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
bryner%netscape.com
4b3fab7c76 Bug 105668 - make gtk embedding widget properly implement FocusNextElement and FocusPrevElement. r=jag, r/sr=blizzard. 2001-10-23 00:14:09 +00:00
blizzard%redhat.com
1a3e2e654d 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
sspitzer%netscape.com
a756d81615 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
jaggernaut%netscape.com
ca6197295f 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
jaggernaut%netscape.com
dc40187223 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
91df4b9c17 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
25856c9451 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
jaggernaut%netscape.com
30ace44624 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
blizzard%redhat.com
91a062439b 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
cls%seawood.org
a3c1dd1b09 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
33bbd6972c bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
blizzard%redhat.com
1c3921ccd1 Bug #80638. Implement GetSiteWindow. r=philipl, sr=tor 2001-08-06 20:44:40 +00:00
blizzard%redhat.com
8b4c5e38ce 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
leaf%mozilla.org
4003dc80fb r=mcafee, sr=cls. turning tests on to get TestGtkEmbed into the nightly
distributions. bug 91013
2001-07-25 00:08:28 +00:00
jaggernaut%netscape.com
cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
blizzard%redhat.com
6420d7cba9 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
aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
mcafee%netscape.com
6321f4cb94 Ignore generated files. 2001-07-10 23:22:46 +00:00
blizzard%redhat.com
85c6afa22a 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
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
dougt%netscape.com
758f79ff72 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
blizzard%redhat.com
0f264bb26d trying to fix build bustage with a temporary 2001-06-14 03:48:40 +00:00
blizzard%redhat.com
8135e88b33 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
blizzard%redhat.com
74ac182aac 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
mkaply%us.ibm.com
c4fe26ee6d IRIX and BSD bustage - need cast - this has never been built until blizzard turned it on 2001-05-30 00:45:30 +00:00
blizzard%redhat.com
97e6dee485 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
3115f445cc 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
73252fc552 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
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
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
cls%seawood.org
681ab6a888 Reordering libs as needed for static build 2001-05-16 23:56:15 +00:00
rpotts%netscape.com
f02e84c4bb bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2001-05-14 02:16:27 +00:00