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

1572 Коммитов

Автор SHA1 Сообщение Дата
jst%mozilla.jstenback.com 691da3d166 No need for result here any more. Continuation fix for the bustage caused by the initial checkin for bug 245619. 2004-06-11 17:45:24 +00:00
m_kato%ga2.so-net.ne.jp d566078278 fix bugstage, bug=245619, r/sr=brendan 2004-06-11 17:14:43 +00:00
amardare%qnx.com 9b2b1e0cc3 Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
Focus related changes: when the window loses focus, the window must be deactivated ( cursor should stop blinking ).
When the window is given focus again by the window manager, the window must be activated ( the same cursor should start blinking ).
2004-06-08 18:56:04 +00:00
jst%mozilla.jstenback.com 15db594a16 Fixing bug 245529. Syncing gtkembed with some recent event handling changes that affected how listeners can prevent the default action. Patch by philipl@mail.utexas.edu, r=jst@mozilla.jstenback.com, sr=bryner@brianryner.com 2004-06-05 05:18:42 +00:00
blizzard%redhat.com 32f8edf96b Bug #243419. gtkmozembed doesn't handle being moved between toplevels. Patch from chpe@gnome.org. r=blizzard,sr=bryner 2004-06-01 18:37:36 +00:00
bsmedberg%covad.net 859b6ac0ae Parts of bug 205425 - turn the embedding widget into a GRE client - patch by marco@gnome.org r=me sr=blizzard 2004-05-29 17:43:59 +00:00
roc+%cs.cmu.edu 0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu 62a5127738 Relanding, since backing out did not fix orange. Bug 232691. 2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu 7f1e54b18d Backing out to attempt to fix Mac orange. Bug 232691 2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu abcad1dc39 Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead.  Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
amardare%qnx.com db6d034b3d Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
Added support for Pt_ARG_WEB_OPTIONs related to print header/footer.
2004-05-21 20:09:28 +00:00
timeless%mozdev.org 9ebaf2e5ea Bug 242999 Crash while trying to GC [@ DOMGCCallback]
r=jst sr=jst
2004-05-18 04:00:47 +00:00
timeless%mozdev.org 55a5e5ddbf Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2004-05-17 23:38:25 +00:00
amardare%qnx.com c75313dc38 Changes for qnx/photon platform only. It should not affect building/runtime other platforms.
Removed unnecessary Pt_SET_REALIZED_F, Pt_SET_UNREALIZE_F methods - they were causing a crash when the server
is destroyed.
2004-05-14 17:53:50 +00:00
mvl%exedo.nl fc48c463fc Make content policy api (nsIContentPolicy) not suck.
bug 191839. Original patch and hard work by Tim <riceman+bmo@mail.rit.edu>, r=bzbarsky (on backend stuff), r=neil (on the tabbrowser stuff), sr=bzbarsky
2004-05-13 18:34:18 +00:00
amardare%qnx.com 36f4616731 Changes for qnx(photon) platform only. It should not affect runtime/building other platforms.
Mostly compile fixes due to changed interfaces.
2004-05-12 19:19:01 +00:00
amardare%qnx.com 9a7c23cd8e Changes for qnx(photon) platform. They should not affect building/runtime other platforms.
Added EmbedDownload to manage the downloads and HeaderSniffer to be used in "Save Target As"
( look for "content-disposition" to provide a filename ).
Changes for handling the unknown mime types/downloading.
2004-05-12 16:49:13 +00:00
amardare%qnx.com df37234ee7 Changes for qnx(photon) platform. They should not affect building/runtime other platforms.
Changes for the downloading in the embedded server.
Fixed setting the proxy options coming from client.
2004-05-04 15:28:55 +00:00
bryner%brianryner.com 7d80b4f5cf deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst. 2004-05-03 21:48:36 +00:00
bryner%brianryner.com 7d1dbeb3a8 Implement basic support for DOM level 2 UIEvents, and implement DOMActivate for HTML form control elements. Also minor usage cleanup for nsIDOMUIEvent. Bug 60212, r+sr=jst. 2004-04-30 23:55:16 +00:00
amardare%qnx.com cd9bf18eaf Changes for qnx/photon platform. They should not affect building/runtime other platforms.
When printing from the embedded application, allow it to set the print frame, BG colors, BG images
in the print settings, according to the preferences.
Also changes for ShowTooltip ( it was broken ). Known problem - the location is broken if the page has frames
and the tooltip is inside a frame.
2004-04-30 20:03:43 +00:00
amardare%qnx.com 621e529bcc Changes for qnx/photon platform only. It should not affect other platforms.
Added the memory_cache_kb_size setting.
2004-04-26 19:53:40 +00:00
dbaron%dbaron.org 638065c250 Add |const| in a few places where it should be used. b=241164 r=blizzard sr=darin 2004-04-23 19:30:25 +00:00
locka%iol.ie 1c688f8191 Implement IHTMLDocument2::get_Cookie. Checkin on behalf of atremon@elansoftware.com, r=adamlock sr=bzbarsky 2004-04-19 19:59:52 +00:00
gerv%gerv.net 8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
cbiesinger%web.de 14177dedcb Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
blizzard%redhat.com 9d4a2b9797 Bug #195078. LOCATION signal was triggered when subframe loads would happen, not just on the primary load. Patch from chpe@gnome.org. r+sr=blizzard 2004-04-15 18:35:38 +00:00
locka%iol.ie aa89471035 Tidy up some enums. b=225045 r=atemon@elansoftware.com sr=bzbarsky a=asa 2004-04-13 10:09:24 +00:00
locka%iol.ie 166b6522fc NOT PART OF BUILD. Add "Page Setup..." menu item to exercise ActiveX control's new page setup dialog 2004-04-13 10:03:36 +00:00
locka%iol.ie b005c191f4 Add page setup dialog to ActiveX control & fix com exception in IOleCommandTargetImpl. b=225045 r=atemon@elansoftware.com sr=bzbarsky a=asa 2004-04-13 09:21:06 +00:00
bryner%brianryner.com a064dd94bb Check in missing part of patch for bug 237239. 2004-04-08 19:18:25 +00:00
locka%iol.ie d35aa74133 Implement IHtmlSelectionObject & IHtmlTextRange. Checkin on behalf of atremon@elansoftware.com. r=adamlock sr=jst a=chofmann 2004-03-19 20:10:58 +00:00
amardare%qnx.com b51ab7d833 Changes for qnx ( photon ) platform. They should not affect runtime/building other platforms.
Removed the usage of network.hosts.socks* from the embedding code, as per BUG:237576.
2004-03-18 16:22:23 +00:00
locka%iol.ie 08fb7bc6f1 Implement IHtmlDocument2::get_selection and range objects in ActiveX control. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com>. r=adamlock a=jst a=chofmann 2004-03-15 19:20:12 +00:00
locka%iol.ie dc80f649c8 Add selection and range objects implementations. Not compiled by makefile yet. Checkin on behalf of atremon@elansoftware.com, b=234640 r=adamlock sr=jst a=chofmann 2004-03-14 23:10:03 +00:00
amardare%qnx.com 3091edd84c Changes for the qnx(photon) platform. It should not affect runtime/building other platforms.
Removed the mozserver dependency.
2004-03-08 20:27:24 +00:00
locka%iol.ie b4f0b587ca Fix "View Source" operation on popup menu. Move default profile into a member variable. b=228600 r=darin sr=bzbarsky 2004-03-03 21:24:19 +00:00
amardare%qnx.com bcc40086df Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
Updated the embedded stuff to use the new PtWebServer API ( libPtWeb.so.3 ).
2004-03-02 19:21:40 +00:00
dougt%meer.net 06086a0274 When prompting/alerting the user (during a form post, etc.), the dialog that is displayed is wider than the viewable screen on small screens. This patch reduces the min size of the dialog. b=229156, r=blizzard 2004-03-02 05:07:08 +00:00
darin%meer.net c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
chanial%noos.fr 4e74ed990f Bug 235187: nsContextMenuInfo shouldn't use low-level API and remove presContext FindFrameBackground.
r=ccarlen, sr=bz
(file not used by the xul apps)
2004-02-28 02:00:23 +00:00
pinkerton%aol.net 78979b9349 use encoded filename in content-dispositon header (bug 233798, not part of
build)
2004-02-27 16:57:14 +00:00
locka%iol.ie 5b8c3629f9 Fix crash in get_all implementation. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=233251 r=adamlock sr=jst 2004-02-25 20:23:22 +00:00
cbiesinger%web.de 958da29c87 removing now-unused mpfilelocprovider, superceded by profile/dirserviceprovider.
bug 235431, r=ccarlen sr=bz
2004-02-24 21:45:22 +00:00
amardare%qnx.com 1cd4d9e725 Changes for the qnx platform only. These changes should not affect runtime/building
other platforms.
2004-02-20 23:36:43 +00:00
amardare%qnx.com 9b29f5859b Changes for the qnx platform only. These changes should not affect runtime/building
other platforms.
2004-02-20 23:06:30 +00:00
bzbarsky%mit.edu 3802922e91 Remove bogus method that makes backgrounds on the canvas unhappy. Bug 219302,
r+sr=roc
2004-02-20 00:39:09 +00:00
jshin%mailaps.org cf9d6a4895 bug 233485 : add 'size' parameter to nsAutoBuffer (patch for customers) : r=ccarlen, sr=rbs) 2004-02-19 11:00:29 +00:00
darin%meer.net 8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
timeless%mozdev.org 01040a802f Bug 232642 [ActiveX] crash if access twice the same html element
patch by atremon@elansoftware.com r=adamlock sr=jst a=chofmann
2004-02-17 16:07:36 +00:00
bryner%brianryner.com 92499cbd13 Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron. 2004-02-11 04:57:07 +00:00
bsmedberg%covad.net 814b876053 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2004-02-11 02:10:04 +00:00
jst%mozilla.jstenback.com 41e764909a Fixing build bustage. 2004-02-09 23:45:47 +00:00
jst%mozilla.jstenback.com 505c634885 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
cbiesinger%web.de f96f808236 Bug 232771 Typo in definition of GTK_MOZ_EMBED_CLASS
patch by Crispin Flowerday <mozilla@flowerday.cx> r+sr=blizzard
2004-02-07 22:23:07 +00:00
cbiesinger%web.de e306687216 Bug 232456 Escape key doesn't cancel Gtk alerts
patch by Crispin Flowerday <mozilla@flowerday.cx> sr=bryner r=blizzard
2004-02-07 22:21:42 +00:00
locka%iol.ie c8c083d7a6 Implement outerHTML. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=232281 r=adamlock sr=jst 2004-02-02 21:02:25 +00:00
bryner%brianryner.com 42adb9f1be More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron 2004-02-01 10:09:07 +00:00
neil%parkwaycc.co.uk 50248a9c72 Bug 231750 gtk alert text should be selected p=mozilla@flowerday.cx r=blizzard sr=bryner 2004-01-30 10:55:44 +00:00
jst%mozilla.jstenback.com 90431d8022 Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
bsmedberg%covad.net 7d79d7ba8b Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin 2004-01-28 23:45:17 +00:00
darin%meer.net a7ca15c1f4 updating basebrowser and PPEmbed project file to reflect mozipcd being
renamed mozilla-ipcd.  see bug 226481.  r/sr=dbaron
2004-01-28 22:33:34 +00:00
dbaron%dbaron.org 0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
neil%parkwaycc.co.uk 84428dc828 Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron 2004-01-23 13:31:07 +00:00
locka%iol.ie 11b6007384 NOT PART OF BUILD. Add a smoketest.html to quickly test for common causes of breakage in embedded activex control. 2004-01-14 23:21:22 +00:00
locka%iol.ie f548e28d3d NOT PART OF BUILD. Enable bzip2 compression to standalone ActiveX control install script 2004-01-12 22:52:35 +00:00
locka%iol.ie 25436823ab NOT PART OF BUILD. Update ActiveX control manifests & readme for standalone installer. 2004-01-12 22:50:27 +00:00
jst%mozilla.jstenback.com c000ae86e8 General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org 2004-01-09 23:54:21 +00:00
bsmedberg%covad.net d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net 274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
amardare%qnx.com 7a51464657 Changes for the photon platform - it should not affect ( building/runtime ) other platforms. 2004-01-05 23:04:07 +00:00
bryner%brianryner.com dfe3513814 Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky. 2003-12-21 05:36:36 +00:00
neil%parkwaycc.co.uk 1730a3d24a Bug 90906 Remove unused variables p=gautheri@noos.fr r=adamlock (locka) sr=alecf 2003-12-20 20:09:41 +00:00
dbaron%dbaron.org 0b1b574b92 Remove include of stdio.h from nsTraceRefcnt.h. b=227074 Fixing bustage. 2003-12-13 03:02:55 +00:00
locka%iol.ie 9070219ab2 NOT PART OF BUILD. Install MSVC7.0 runtime DLLs from standalone ActiveX installer 2003-11-25 18:59:59 +00:00
jst%mozilla.jstenback.com 4183787fa9 Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com. 2003-11-19 01:20:56 +00:00
locka%iol.ie 7045cd5e3c NOT PART OF BUILD. Improvements to the NSIS installer script and readme for ActiveX control 2003-11-19 00:05:31 +00:00
locka%iol.ie e829760c98 NOT PART OF BUILD. Add [Embed] section to top of manifest. b=223819 2003-11-18 22:23:15 +00:00
timeless%mozdev.org d8323ba73f Bug 106386 Correct misspellings in source code
Changes strings which meant "referring"
patch by ajvincent@juno.com r=timeless sr=dmose
2003-11-17 10:05:45 +00:00
locka%iol.ie b7aa755e17 NOT PART OF BUILD. Additional client files needed by ActiveX control when running mozilla/embedding/config 2003-11-11 23:39:12 +00:00
locka%iol.ie c7f64f525e NOT PART OF BUILD. mozconfig file containing build settings for control 2003-11-11 23:37:53 +00:00
locka%iol.ie 10700e64c1 NOT PART OF BUILD. Clean up activex installer script, invoke makensis.exe automatically instead of by hand 2003-11-11 23:37:02 +00:00
locka%iol.ie ec43ccca35 Move profile opening to after component registration to prevent locked profiles from causing strange behaviour in the control. b=224455 r=bzbarsky sr=jst 2003-11-11 20:38:51 +00:00
brendan%mozilla.org 7809adca33 Fix missing cx param problem (223041, r=caillon, sr=dbaron). 2003-11-03 04:26:55 +00:00
uid502 d81619b4fa Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky 2003-10-31 20:19:18 +00:00
dwitte%stanford.edu c698bdce0c clean up REQUIRES lines in makefiles, since most modules don't need 'cookie' anymore.
b=221886, r+sr=darin
2003-10-30 03:00:56 +00:00
locka%iol.ie 2276d097dc NOT PART OF BUILD. Fix to make CBrowse run in VC++ 7.0+ 2003-10-29 23:04:54 +00:00
locka%iol.ie eaa8b270d2 NOT PART OF BUILD. New c# test harness 2003-10-29 22:57:42 +00:00
bryner%brianryner.com 605cc06382 deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
caillon%returnzero.com 66caced69a Re-land patch for bug 83536, merging principal objects.
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
locka%iol.ie cd32115037 NOT PART OF BUILD. Working ActiveX control installer, just the msvc runtime stuff to sort out 2003-10-13 21:30:48 +00:00
locka%iol.ie 7e16563bf1 NOT PART OF BUILD. First cut at standalone installer for ActiveX control using Nullsoft installer 2003-10-07 22:02:51 +00:00
bryner%brianryner.com 2e58166a9e allow TestGtkEmbed to use jprof (bug 221242). r=blizzard, sr=dbaron 2003-10-07 02:43:00 +00:00
dbaron%dbaron.org 5cce92dc2a Make URIs in the style system nsIURI pointers instead of strings. b=113173 r+sr=bzbarsky 2003-10-01 22:53:56 +00:00
bryner%brianryner.com b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
locka%iol.ie 3c5a2bbcc8 NO CODE CHANGES. Update DevStudio projects (used for editing convenience only) to reflect recent reorg of some files to a common dir. 2003-09-28 21:19:45 +00:00
locka%iol.ie 8832e990c9 NO CODE CHANGES. Update all adamlock addresses to eircom.net. 2003-09-28 21:18:29 +00:00
locka%iol.ie 9a2f6a467b Fix (long broken) editor mode to provide barebones functionality. Update all adamlock addresses to eircom.net. Fix some arcane comments referring to webshell / NGLayout. b=220092 r=blizzard@mozilla.org sr=bzbarsky@mit.edu 2003-09-28 21:17:24 +00:00
jst%mozilla.jstenback.com 5037b2a4a2 Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
tor%cs.brown.edu 7386551ac2 Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner 2003-09-26 19:31:18 +00:00
cbiesinger%web.de b5206035a9 bug 218817. replace GetDownloadInfo with attributes on nsIExternalHelperAppService -
this means 2 new attributes:
readonly attribute nsIFile targetFile;
readonly attribute PRTime timeDownloadStarted;
(no caller of GetDownloadInfo needed all three pieces of information that it provided)

r=bzbarsky sr=darin
2003-09-25 13:07:24 +00:00
uid502 1cfabd35d3 Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron 2003-09-23 17:05:29 +00:00
bryner%brianryner.com 2406bc1ed4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:05:34 +00:00
mkaply%us.ibm.com 0f16585a7c Bug #217459
r/sr=darin, a=asa
Null check for docshell
2003-09-05 20:35:04 +00:00
neil%parkwaycc.co.uk 790bf7d2da Bug 218203 Crash when trying to show prompt from onunload p=chpe+mozbugz@stud.uni-saarland.de r=bryner sr=blizzard a=asa 2003-09-04 20:10:45 +00:00
timeless%mozdev.org 323f01b140 Bug 217886 frame structure gets lost in builds since 20030826
patch by mpconnor@rogers.com r=bz sr=bz a=brendan
2003-09-04 02:23:20 +00:00
caillon%returnzero.com f8e8aed8a7 Backing out the patch to bug 83536.
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2003-08-22 03:06:53 +00:00
cls%seawood.org 1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
mkaply%us.ibm.com 9c7d150b18 Bug #211834
r=bryner, sr=blizzard, a=mkaply
Crash in GTK embedding with no parent window
2003-08-14 21:53:50 +00:00
timeless%mozdev.org 8b7c693c0c Bug 211788 GTK - Universal prompt should invert buttons order
patch by mpeseng@tin.it r=bryner sr=blizzard a=asa
2003-08-14 18:04:16 +00:00
locka%iol.ie 040aed7460 Detabbed file, no code changes 2003-08-05 07:38:48 +00:00
cls%seawood.org 064d382e0c Fix VPATH build problem with cygwin make 3.80:
* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
2003-08-05 04:43:49 +00:00
ben%bengoodger.com e2f9fb6a72 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

browser/activex/src/control/HelperAppDlg.cpp
browser/cocoa/src/CHBrowserService.mm
browser/photon/src/nsUnknownContentTypeHanlder.cpp
browser/powerplant/source/UDownload.cpp
components/ui/helperAppDlg/nsHelperAppDlg.js
components/ui/helperAppDlg/nsIHelperAppLauncherDialog.idl
tests/mfcembed/components/HelperAppDlg.cpp
- Update nsIHelperAppLauncherDialog::PromptForSaveToFile to take a
  nsIHelperAppLauncher parameter.

bug 214985, r=brendan sr=hyatt
2003-08-04 22:30:41 +00:00
hyatt%mozilla.org 9c31b342f2 Fix for 215041, add support for WinIE's _main target for sidebars (it's identical to _content), r=hixie, sr=ben 2003-08-04 18:33:24 +00:00
jfrancis%netscape.com 897845fdfe Fixing compile errors in cocoa embedding example. Not part of build. 2003-08-02 06:31:54 +00:00
jfrancis%netscape.com 1f17c20f83 Fixing some compile errors in cocoa embedding example. Not part of build. 2003-08-02 06:25:54 +00:00
bzbarsky%mit.edu 5fa37ec6f3 DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
2003-07-28 21:35:53 +00:00
jaggernaut%netscape.com 95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
cbiesinger%web.de bb37693039 147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +00:00
caillon%returnzero.com 91b7c60bee Bug 83536.
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
jaggernaut%netscape.com 4e7c966d11 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
dwitte%stanford.edu ec6977ef04 blah bustage blah 2003-07-20 16:34:48 +00:00
dwitte%stanford.edu f9af6e15f9 blah bustage blah 2003-07-20 16:32:28 +00:00
dwitte%stanford.edu af7a2da1c4 followup to jag's bustage checkin saga - removing some unnecessary CID's and some crufty files. (there may have been a grand plan behind guids.h, but as it stands there's no point)
r=the tim dude at rit, aka riceman, aka sirLurxalot, sr=lumpy
2003-07-20 15:40:34 +00:00
jaggernaut%netscape.com 77491d2f3b Fix bustage 2003-07-20 14:10:19 +00:00
jaggernaut%netscape.com 83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
dbaron%dbaron.org c8d988bce3 Fix firebird and thunderbird bustage by unforking contents of nsIGlobalHistory (which was frozen) and by tweaking the root Makefile.in. b=212509 r=mscott 2003-07-19 21:19:12 +00:00
dwitte%stanford.edu 46938f6907 fixing bustage 2003-07-18 20:01:09 +00:00
jaggernaut%netscape.com 3479a9d622 Bug 73353: more REQUIRES updates. 2003-07-17 20:34:47 +00:00
jaggernaut%netscape.com 6b158bac83 Fix bustage 2003-07-16 05:41:05 +00:00
jaggernaut%netscape.com 9c815c55cb Bug 73353: fix Mozilla Firebird bustage (I hope) 2003-07-14 03:25:52 +00:00
dbaron%dbaron.org d7b6670fe9 Fix MOZ_PHOENIX bustage. b=73353 sr=jag 2003-07-14 02:02:38 +00:00
jaggernaut%netscape.com 2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
dougt%meer.net 2481164ffb Adding support for static builds of minimo. r=pavlov. b=211645 2003-07-05 19:34:19 +00:00
cbiesinger%web.de 805bd84854 193698 r=bzbarsky sr=darin "attachment" content shows a checkbox for "don't ask"
This checkin makes it so that we grey out the "Always ask me" checkbox for files sent
with content-disposition:attachment, and show another text indicating that the server
asked to not display the file.
2003-07-03 13:55:17 +00:00
bzbarsky%mit.edu f06faf1267 Make URI fixup work with UTF8 strings, mostly... Bug 211181, r=adamlock, sr=darin 2003-07-02 00:39:51 +00:00
cbiesinger%web.de d86a9ff5b7 211169 r=bzbarsky sr=darin nsIHelperAppLauncherDialog::ShowProgressDialog unused, this means that nsProgressDlg.* is also unused 2003-07-01 20:21:57 +00:00
jst%netscape.com abefba9053 Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com 2003-06-24 21:43:01 +00:00
locka%iol.ie a475765dad Check if data: protocol exists before loading a data url in design mode. b=208834 r=darin@netscape.com sr=blizzard@mozilla.org 2003-06-19 18:49:11 +00:00
dbaron%dbaron.org 928687a4ca Fix accssibility+gtk2 build bustage. 2003-06-17 22:53:26 +00:00
alecf%flett.org f43f8eebe9 fix for bug 205895 - make nsIMIMEInfo.getFileExtensions use a string enumerator, to avoid excess allocation at startup
r=bz, sr=darin
2003-06-17 17:00:40 +00:00
locka%iol.ie 87ff18acc6 Update xpi packages to add activex policy file and default prefs. Rewrite install.js to collapse loops down and provide better error checking & logging. b=208842 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-17 16:39:57 +00:00
locka%iol.ie 689f36830f Fix veirifcation build bustage, rename MOZ_ACTIVEX_PLUGIN_SUPPORT to MOZ_ACTIVEX_SCRIPTING_SUPPORT 2003-06-16 18:13:35 +00:00
ccarlen%netscape.com 4de2ea650f Bug 161623 - Mac embedding APIs are burdensome compared to other platforms because the embeddor must create a top level nsIWidget instead of passing a native one. r=pink/sr=sfraser 2003-06-16 14:59:23 +00:00
caillon%returnzero.com 2df173e9c8 Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
locka%iol.ie 3f651931a8 Link to common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:56:50 +00:00
locka%iol.ie 450107faf4 Link to common activex lib, implement get_all functionality. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:46:04 +00:00
locka%iol.ie e8e9fed2ac Link to common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:45:07 +00:00
locka%iol.ie 786668a3bb Remove files that have moved into common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:44:24 +00:00
locka%iol.ie a91b05849c Enable building of common activex lib. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-13 11:43:03 +00:00
locka%iol.ie e0822216e1 NOT PART OF BUILD. Fix test app to work with new location of some files it needs moved by bug 206901 plus improve layout and properly monitor command state change events. 2003-06-12 20:48:43 +00:00
locka%iol.ie c6437cebb7 Move IE DOM classes and other shared classes out of control and into a common dir. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-12 20:30:09 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
locka%iol.ie aa713fc441 Set WS_CLIPCHILDREN on plugin window to fix painting problems. b=208318 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-05 18:53:46 +00:00
pavlov%pavlov.net 89b728063a Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00
locka%iol.ie 6f80e2251a Tell controls which ask to be resized to make do with what they're given. b=206762 r=dbradley@netscape.com sr=alecf@netscape.com 2003-05-27 14:58:02 +00:00
dwitte%stanford.edu 270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
bolian.yin%sun.com e3ed32dc76 Bug 205594, embedded mozilla gtk2 is not accessibility enabled.
r=blizzard. The Accessibility Gtk2 patch, is not for Mozilla Default Build.
2003-05-22 04:00:56 +00:00
dbradley%netscape.com 5761ad14e3 bug 205538 - Use hyphens instead of underscores in caps prefs for CID's. r=adamlock, sr=alecf, a=asa 2003-05-20 14:19:05 +00:00
dbaron%dbaron.org 75ff60c62f Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
locka%iol.ie acbea27a7e Backout checkin for b=204879, a=kysmith@netscape.com 2003-05-12 21:27:24 +00:00
locka%iol.ie e0677d2cef Don't build or export nsIMozAxPlugin.xpt in COM connect mode. b=204879 r=dbradley sr=alecf a=sspitzer 2003-05-12 12:15:08 +00:00
bryner%netscape.com 43e33f434f Removing unneeded #include of nsGUIEvent.h that causes static build bustage due to undefined references to nsRect methods in gkgfx. r=pavlov 2003-05-03 22:56:14 +00:00
ccarlen%netscape.com 0d714b7195 Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +00:00
dbradley%netscape.com 9c630807a3 bug 203362 - Turn on building IDispatch code by default. r=bryner, sr=alecf, a=sspitzer, IsEqualGUID patch r=dbradley, sr=alecf, a=asa 2003-04-30 04:13:58 +00:00
bryner%netscape.com 3fa0490fb2 Adding some frozen interfaces to the sdk that should have been there already. Bug 203170, r=dougt, sr=alecf, a=asa. 2003-04-24 21:32:11 +00:00
joshua.xia%sun.com 7cd59bb5f1 bugid=203059 jbyte defined incorrectly in jri_md.h
r=pete.zha sr=brendan/mkaply approval=mkaply
2003-04-24 11:09:51 +00:00
wade%ezri.org 614a90cc82 fix for bug 202817 - clicking on a link that returns a non-trivial mimetype results in download rather than view. p=bz r=blizzard sr=darin 2003-04-22 23:32:49 +00:00
locka%iol.ie cb5762416e Remove some stub code for ActiveScript which was never implemented. b=292577 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-22 21:47:35 +00:00
bryner%netscape.com 73ce979c14 Comment fix only -- there is no nsIWebBrowserSiteWindow, this should read nsIEmbeddingSiteWindow. 2003-04-22 00:14:42 +00:00
bzbarsky%mit.edu 382f78c2b5 More build bustage. 2003-04-19 20:16:33 +00:00
bzbarsky%mit.edu 9e108940f9 fix build bustage; part of bug 192366 2003-04-19 18:45:30 +00:00
bryner%netscape.com a0acc0caeb Removing incorrectly named StdAfx,h. NPOB. 2003-04-19 08:28:00 +00:00
seawood%netscape.com fd2883713e Implement mozcomps static build variant.
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
brade%netscape.com 3d9a351e0c api changes from copy/paste/drag/drop hooks (bug 197121) r=adamlock sr=smfr 2003-04-17 13:26:09 +00:00
locka%iol.ie f03e3e63d9 Fixed bustage possibly caused by broken optimization. b=201097 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-15 18:07:27 +00:00
locka%iol.ie af51b53215 Implement IBindHost::CreateMoniker including base url support, initialise _Module global properly and comment out IOleInPlaceSiteWindowless b=200680 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-11 13:51:34 +00:00
blizzard%redhat.com baab44722b Bug #200917 and bug #200060. Some dialogs were missing required checkboxes. Original patch from mpeseng@tin.it, some changes by me. Not part of the default build. 2003-04-09 13:59:12 +00:00
danm%netscape.com 4743b6ee88 add url of window to be opened to nsIWindowCreator2::CreateChromeWindow2. bug 195992 r=adamlock,blizzard 2003-04-08 20:47:18 +00:00
blizzard%redhat.com 4a70ef5c88 Bug #197911. load_url signal doesn't handle utf-8 urls properly. r=mpeseng 2003-04-08 20:40:52 +00:00
amardare%qnx.com 4fc8d49524 Photon platform - fixed the compile error. 2003-04-07 14:44:04 +00:00
blizzard%redhat.com 147f56fbc0 Bug #180841. gtk2-specific call can sometimes crash gtk1.2 embedding widget. patch from philipl@mail.utexas.edu. r+sr=blizzard 2003-04-06 18:58:50 +00:00
amardare%qnx.com 923108bf9c Changes for the photon platforms.
These changes should not affect the building on other platforms or the runtime on other platforms.
2003-04-04 23:08:08 +00:00
ccarlen%netscape.com 81f4105f97 Bug 200118 - Allow Cocoa embedding sample to build from the command line, including in obj dir builds. r=pinkerton/sr=bryner. Not part of build. 2003-04-04 21:24:56 +00:00
seawood%netscape.com 80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
locka%iol.ie 7042d97622 Remove clever PARAM conversion into native types. b=199163 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-02 11:13:15 +00:00
locka%iol.ie cd2ccfc3ce Fix browsing to newly opened popup windows. b=188055 r=danm@netscape.com sr=blizzard@mozilla.org 2003-04-02 11:09:42 +00:00
blizzard%redhat.com b7a95a8b9e Bug #199421. Embedded browsers crash when submitting login form [@ GtkPromptService::ConfirmEx ]. Make sure to check the value of the pointers passed in before setting them on the prompter. r=bryner,a=dbaron 2003-03-29 04:55:12 +00:00
pinkerton%netscape.com c9c1d6e3b7 update project files to get them working on the trunk and to pull in
security libs. (bug 198018 r/sr=sfraser,a=asa). not part of bulid.
2003-03-27 20:59:34 +00:00
locka%iol.ie 2b182e91a9 NOT PART OF BUILD. MS DevStudio project files for editing convenience only 2003-03-27 14:50:06 +00:00
locka%iol.ie 0cb27dcfff Add activex.js file to define default prefs for COM connect / plugin. b=197084 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org 2003-03-27 12:36:59 +00:00
pkw%us.ibm.com 33fda36ffd Bug 198082 - AIX: GTK2 build fails (undefined symbol MAX_BUTTONS)
r=bryner@netscape.com, sr=blizzard@mozilla.org
2003-03-25 16:26:24 +00:00
peterlubczynski%netscape.com f9e9c8ab3d Checking in fix to bug 198317 for Roland.Mainz@informatik.med.uni-giessen.de r=cls sr=jag 2003-03-22 03:39:40 +00:00
brade%netscape.com 9589653c4a fix typo in comment 2003-03-21 14:17:58 +00:00
locka%iol.ie 6bf4f4c661 Add implement IHTMLLocation object. b=194281 r=dbradley@netscape.com sr=alecf@netscape.com 2003-03-19 18:47:10 +00:00
locka%iol.ie c9bdbedd5a Add template implementation of IHTMLLocation b=194281 r=dbradley@netscape.com sr=alecf@netscape.com 2003-03-19 18:42:21 +00:00
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
blizzard%redhat.com 18cbe9dd42 Bug #183912. embedding widget crashes with gtk 2.1.3. Make sure that the types for the signal marshalers match. r=timeless, sr=bryner, a=asa 2002-12-07 20:02:34 +00:00
darin%netscape.com a736085beb fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
locka%iol.ie 9865d58016 Move IWebBrowser impl into a template class so it can be shared with plugin. Fixed postdata, headers and target args. b=100629 r=chak@netscape.com rpotts@netscape.com 2002-12-03 21:20:57 +00:00
blizzard%redhat.com f63bfb0e0b Bug #182162. gtk2 embedded moz random crashing on toplevel focus in/out. Make sure to pass the right object as the callback argument. r=tor, sr=shaver 2002-12-02 23:47:28 +00:00
locka%iol.ie 0fd0d8b99b NOT PART OF BUILD. Added a test to exercise postdata functionality of IWebBrowser2::Navigate2 2002-11-25 23:27:39 +00:00
locka%iol.ie f5c6a99e1f Fix print cancel behaviour in control and add a couple of null pointer checks. b=179021 r=rods@netscape.com sr=rpotts@netscape.com 2002-11-20 23:38:26 +00:00
bzbarsky%mit.edu 4b06a70b5f Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch by
Aaron Lehmann <aaronl@vitelus.com>, r=timeless, sr=bzbarsky
2002-11-20 23:13:09 +00:00
seawood%netscape.com 8317371bcd Missed a variable rename with the 161617 checkin.
Fixing phoenix nightly builds. r=bryner
2002-11-18 22:56:33 +00:00
timeless%mozdev.org 384066e98e Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
blizzard%redhat.com 228104baf7 Bug #121253. Port embedding widget to gtk2. r=pavlov, sr=bryner 2002-11-16 02:36:22 +00:00
locka%iol.ie 1e05e467e8 Add --enable-activex-scripting switch to configure.in and package changes to include npmozax.dll. b=133818 r/a=seawood@netscape.com 2002-11-13 13:14:14 +00:00
locka%iol.ie f623bad311 NOT PART OF BUILD. Fire events to nsIScriptEventManager targets. Add some #ifdefs around some code to fix breakage in other configurations. Comment out a debug macro. b=174404 sr=rpotts@netscape.com 2002-11-12 13:15:05 +00:00
locka%iol.ie 484631ec73 NOT PART OF BUILD. Restore file that breaks LiveConnect build of plugin 2002-11-12 01:04:26 +00:00
ccarlen%netscape.com bd10f91b44 Bug 177321 - factor nsIDirectoryServiceProvider impl out of nsProfile.cpp. Now built as a static lib with which apps can link if they only use a single profile r=dougt/sr=darin 2002-11-09 19:38:43 +00:00
seawood%netscape.com 013de5c8ce Tighten (add?) tool version checks for win32 builds.
Allow MIDL to be specified from mozconfig or env since various MS SDKs contain an unsupported version of midl and they insist upon adding their SDK dirs to the beginning of the PATH (bug #178392)
Bug #164646 r=bryner
2002-11-09 02:16:55 +00:00
ccarlen%netscape.com 47412da3e6 Bug 170611 - AlertCheck dialog has a cancel button and it shouldn't. r=pink/rs=sfraser. 2002-11-08 14:52:52 +00:00
locka%iol.ie 39cee6d65e Removing unused file 2002-11-08 13:20:49 +00:00
locka%iol.ie e34754b246 Rewrite PropertyList to remove STL, fix various issues in ControlSite and add control download & install. b=178542 r=peterl@netscape.com sr=rpotts@netscape.com 2002-11-07 23:06:08 +00:00
locka%iol.ie 105c5383fd Remove WMP test harness. b=178542 r=peterl@netscape.com sr=rpotts@netscape.com 2002-11-07 23:04:27 +00:00
locka%iol.ie cad979361b Update to plugin to support DOM callbacks, control download & install, remove WMP test harness. b=178542 r=peterl@netscape.com sr=rpotts@netscape.com 2002-11-07 23:03:52 +00:00
locka%iol.ie 494355d131 Disable XUL progress dialog and fix print progress listener. b=168510 r=rods@netscape.com sr=rpotts@netscape.com 2002-11-06 12:14:59 +00:00
ccarlen%netscape.com e0661af41f Bug 143086 - Unicode input handler eats Cmd keys. r=brade/sr=sfraser/a=roc+moz 2002-10-31 15:09:17 +00:00
locka%iol.ie f0a081a4bb NOT PART OF BUILD. Implement IWebBrowser/2/App object and preference change observer. Cleanup naming convention 2002-10-18 11:43:36 +00:00
locka%iol.ie 5b065c698f Implement put_innerHTML and some other simple methods. Fix property page to display proper content type for document. b=171769 r=chak@netscape.com sr=rpotts@netscape.com a=a=rjesup@wgate.com 2002-10-18 11:39:57 +00:00
seawood%netscape.com 57e08a3f3a Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
locka%iol.ie 83f8c9f4d6 NOT PART OF BUILD. Add cleaned up scripting sample for plugin 2002-10-16 23:32:29 +00:00
locka%iol.ie ad789295fc NOT PART OF BUILD. Delete a couple of test scripts 2002-10-16 23:30:57 +00:00
locka%iol.ie ed316f350b NOT PART OF BUILD. Fix bustage running in 1.0.x builds and the use of nsAutoString in LegacyPlugin.cpp because of xpcom glue issues 2002-10-16 23:06:25 +00:00
locka%iol.ie 40db78c9e3 NOT PART OF BUILD. Fix flawfinder buffer issue. 2002-10-15 18:46:17 +00:00
locka%iol.ie 73b9500983 Fix buffer issue highlighted by flawfinder b=173630 r=chak@netscape.com sr=heikki@netscape.com a=rjesup@wgate.com 2002-10-15 18:38:31 +00:00
locka%iol.ie c83338e2b5 NOT PART OF BUILD. Remove name parameter from control site 2002-10-15 18:19:09 +00:00
locka%iol.ie bdaffca69b NOT PART OF BUILD. Fix IOleInPlaceSiteWindowless impl, expose flags to allow callers to disable windowless support if desired. 2002-10-09 22:32:17 +00:00
locka%iol.ie 7ae0005bcd NOT PART OF BUILD. Disable windowless control support, extend event sink firing, implement various IE DOM methods to support expectations of some controls 2002-10-09 22:31:08 +00:00
locka%iol.ie 41b6ca5c1a NOT PART OF BUILD. Add some extra DHTML validation tests, plus test of control's visible property. 2002-10-08 22:09:06 +00:00
locka%iol.ie a1e7fb5214 NOTPART OF BUILD. Fix get_URL impl 2002-10-08 22:07:10 +00:00
locka%iol.ie 0ffa86e89b NOT PART OF BUILD. Add dispatch tearoff 2002-10-07 21:41:04 +00:00
timeless%mac.com 380b2ab510 Bug 172846 QueryInterface should not throw Components.results.NS_NOINTERFACE for Components.interfaces.nsISupports
r=caillon sr=bz
2002-10-06 23:14:25 +00:00
bryner%netscape.com 1bb489617c Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls. 2002-10-05 02:49:02 +00:00
locka%iol.ie 71aa53afbc NOT PART OF BUILD. Cleanup event sink and fire named DOM events, add dispatch tear off to scriptable peer 2002-10-03 21:59:34 +00:00
locka%iol.ie 1f59783905 NOT PART OF BUILD. Override the event sink so the DOM specific part can be implement in the plugin not the base class 2002-10-01 20:28:21 +00:00
locka%iol.ie c0295e6e4a NOT PART OF BUILD. Make event sink overridable 2002-10-01 20:27:15 +00:00
locka%iol.ie b55366e92c NOT PART OF BUILD. Implement the site service provider and event sinks plus lots of cleanup 2002-09-30 22:11:28 +00:00
locka%iol.ie 5431a97494 Disable debug reference counting. b=154814 r=chak sr=alecf 2002-09-30 21:58:44 +00:00
locka%iol.ie 13c73dea62 NOT PART OF BUILD. Event Sink dumps some info about the event the control has fired 2002-09-30 13:49:22 +00:00
hewitt%netscape.com b2066bcd6b moving phoenix history from browser to toolkit to fix bustage, sr=bryner 2002-09-28 21:54:00 +00:00
locka%iol.ie e28f216899 Clean up DOM classes. b=154814 r=chak@netscape.com sr=alecf@netscape.com 2002-09-28 14:32:14 +00:00
hewitt%netscape.com c45d71af1e 165955 - build changes for phoenix due to forking history, r=bryner, sr=hyatt 2002-09-28 10:51:20 +00:00
locka%iol.ie 0aa2ee9a93 NOT PART OF BUILD. Return error code when requested property is not available 2002-09-27 18:45:08 +00:00
locka%iol.ie 4d370f9bea NOT PART OF BUILD. Use Win32 api for GUID comparison 2002-09-27 18:44:08 +00:00
locka%iol.ie 01fc1d068d NOT PART OF BUILD. Event sink class for controls, first cut 2002-09-27 18:43:27 +00:00
locka%iol.ie a978b0af01 NOT PART OF BUILD. Added service provider hook for controls which call out for services. 2002-09-27 11:54:49 +00:00
dougt%netscape.com f8d04505a4 Backing out 157597 2002-09-24 01:56:37 +00:00
dougt%netscape.com db61a4743d fixes AIX bustage - patch by pkw@us.ibm.com 2002-09-23 19:13:28 +00:00