Граф коммитов

2061 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 06b309aa38 Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
patch by mvl@exedo.nl r=dwitte sr=darin
2003-01-22 05:52:33 +00:00
bzbarsky%mit.edu 50ccf5bb5c wallpaper for bug 189076, r=pkw@us.ibm.com, rs=bryner 2003-01-22 05:42:57 +00:00
depstein%netscape.com 31657b9e84 updated nsIHttpChannel response tests. more flexible parameter passing. not part of the build. 2003-01-22 04:11:05 +00:00
mkaply%us.ibm.com fff98436a4 No bug
r=mkaply, sr=blizzard
OS/2 only - initial checkin of os2Embed sample
2003-01-22 04:01:57 +00:00
alecf%netscape.com 616b422bf0 fix for bug 189048 - seperate targets for building embed.jar and copying over the embedding files
r=cls
2003-01-21 22:42:52 +00:00
pkw%us.ibm.com 1664ad2b80 Bug 189598 - application/octet-stream handlers should not be remembered
automatically.
r=bzbarsky@mit.edu, sr=jaggernaut@netscape.com
2003-01-21 02:30:57 +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
locka%iol.ie 174c016dac Add nsAxSecurityPolicy.js to package list. b=188556 r=ashishbhatt@netscape.com sr=dveditz@netscape.com 2003-01-17 13:31:55 +00:00
depstein%netscape.com ae9fbc54a8 updated nsIHttpChannel response cases. not part of the build. 2003-01-17 04:04:42 +00:00
locka%iol.ie a3425b0dc7 Add CBrowserTooltip class and support for tooltips. Detab files. b=144880 r=chak@netscape.com sr=alecf@netscape.com 2003-01-17 00:40:45 +00:00
depstein%netscape.com 3ee4a64317 Added some more response cases for nsIHttpChannel tests. Not part of the build. 2003-01-16 06:44:49 +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
alecf%netscape.com 797f67be68 mac/unix side of fix for bug 188251 - explicitly specify resource files to reduce the embedding footprint
also remove references to the old gkcontent library
r=dougt, sr=bryner
2003-01-15 00:34:18 +00:00
pkw%us.ibm.com 27238bdeb2 Bug 79769 - Application input field on helper app dialog should be disabled
on Mac.
r=aaronl@netscape.com, sr=bzbarsky@mit.edu
2003-01-14 23:09:14 +00:00
bzbarsky%mit.edu 2f936f2f91 Fix bug 188931 -- only show the leafname in the textbox on mac.
r=pkw@us.ibm.com, sr=sfraser
2003-01-14 22:05:49 +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
seawood%netscape.com 883b8d8917 Add unix printing components to the GRE.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #188275 r=cls
2003-01-14 01:37:15 +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
bzbarsky%mit.edu 4d2505d4e4 Fix bug 86640 -- change helper app dialog to properly remember the selected
course of action, move the "neverAsk" information from prefs back to
mimeTypes.rdf, remove the "Reset" button from helper app prefs, set up a way to
select "use default OS helper" for a given type.  Patch by Bill Law
<law@netscape.com> and Philip K. Warren <pkw@us.ibm.com>, r=biesi, sr=bzbarsky,
what passes for moa in helper apps=bzbarsky.
2003-01-12 01:14:35 +00:00
ccarlen%netscape.com 386ed86fe5 Trying again to fix build bustage. 2003-01-11 19:12:23 +00:00
ccarlen%netscape.com c21362ff07 Fixing OS/2 bustage. Hashtable callback functions do need PR_CALLBACK 2003-01-11 15:39:49 +00:00
ccarlen%netscape.com 3731053f2b Fixing ports bustage 2003-01-11 06:39:02 +00:00
ccarlen%netscape.com 19f4beea9f Bug 70714 - visited link doesn't change color in embedding apps. The patch turns on the building of the embed-lite component which implements global history with less footprint and is exported to Embed dist. r=chak/sr=alecf 2003-01-11 03:02:33 +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 28f668935f Remove pippki (XUL security dialogs) from embed.jar (bug 188145). r=kaie, sr=alecf. 2003-01-09 23:31:37 +00:00
alecf%netscape.com 2f2a5d0fc8 specify many resources explicitly so that embedding doesn't get a bunch of MathML resources, among other things
bug 188251, r=bz, sr=darin
2003-01-09 23:19: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 5aadb9d382 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +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
pkw%us.ibm.com caa41858b4 Bug 133754 - nsWindowWatcher.cpp uses AssignWithConversion. This causes
some translated builds to not work correctly when the "Reset Master
Password" button is clicked.
r=smontagu@netscape.com, sr=alecf@netscape.com
2003-01-08 19:32:29 +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
alecf%netscape.com c34b538839 adding chrome url parsing stuff to the lite chrome registry, minor tweaks to the embed lite module.
not part of build
2003-01-07 21:37:30 +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
depstein%netscape.com 77b44ebbb9 Added nsIHttpChannel->GetResponseText test. Not part of the build. 2003-01-07 04:26:49 +00:00
bryner%netscape.com 5ab59eca72 Merge changes from CHIMERA_M1_0_1_BRANCH. 2003-01-07 02:59:17 +00:00
locka%iol.ie fb8d5bf2b4 Remove StdAfx.cpp / h. Checked on behalf of steve--w@dircon.co.uk r/a=adamlock@netscape.com 2003-01-06 13:50:44 +00:00
depstein%netscape.com bf76e055eb Added some more nsIHttpChannel attribute tests. Not part of the build. 2002-12-30 08:52:13 +00:00
depstein%netscape.com ba7deeffbe Adding initial test cases for nsIHttpChannel iface. Not part of the build. 2002-12-28 04:43:56 +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
depstein%netscape.com ef653515b3 Passing nsISupports context to AsyncOpen() in nsichanneltests.cpp. Triggers post-AsyncOpen nsIChannel tests. Not part of the build. 2002-12-24 21:22:59 +00:00
blythe%netscape.com 8887a0af98 Fix bug 170621
Static build changes to support viewer, mfcembed, winembed
r=cls
2002-12-23 22:32:22 +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
depstein%netscape.com 26ff64f548 Enhanced nsIWebBrowserChrome and nsIEmbeddingSiteWindow test implementations. Not part of the build. 2002-12-16 03:48:36 +00:00
rbs%maths.uq.edu.au 5c9db7b7ec Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst 2002-12-13 22:12:10 +00:00