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

1613 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de d3fb41a8bb Bug 297238 incorrect parameter specification for signal open-uri of gtkembedmoz
patch by chpe@gnome.org r=mpgritti sr=roc
2005-08-13 12:09:54 +00:00
cbiesinger%web.de 1f21e52711 bug 97580 back out the original patch for this bug, since it's not necessary
anymore and breaks plugins
patch by chpe@gnome.org r=blizzard sr=roc
2005-08-13 11:58:00 +00:00
smfr%smfr.org cb4ed7c2b3 Fix bug 302962. When someone calls Activate() or Deactivate() on an nsWebBrowser which doesn't have a content viewer yet (and hence no pres shell), don't just bail because nsGlobalWindow will complain. Instead, change nsDocShell to make the content viewer on demand, and go ahead and pass the activate/deactivate onto the dom window. This fixes a serious focus bug in Camino.
r/sr=bryner, a=bsmdedberg.
2005-08-06 20:28:42 +00:00
cbiesinger%web.de 36d15352b7 Bug 265599 crash in [@ GtkPromptService::Prompt]
patch by Christian Persch <chpe@gnome.org> r=mpgritti sr=roc a=bsmedberg
2005-07-26 20:39:57 +00:00
bsmedberg%covad.net 5fba1c6aea Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
masayuki%d-toybox.com 01e228e995 Bug 293185 When ActiveX control plug-in is installed buttons in a flash document no longer work. patch by <VYV03354@nifty.ne.jp> r+sr=jst, a=asa 2005-07-08 14:13:32 +00:00
cbiesinger%web.de 69dc249cbd Bug 298842 make the temp file part of nsITransfer
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
cbiesinger%web.de f920cffe12 Bug 297594 Crash closing popup (gtkmozembed)
patch by chpe@gnome.org r=mpgritti sr=blizzard a=asa
2005-07-04 14:02:29 +00:00
cls%seawood.org 2f8def85e9 Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
timeless%mozdev.org f05b138dd1 Bug 293124 useless initialization after memset in CMozillaBrowser::OnSaveAs
patch by bugzilla@mcsmurf.de r=timeless sr=tor a=shaver
2005-06-01 18:32:15 +00:00
cls%seawood.org d5865f4067 Use dashes instead of backslashes for program options to avoid msys shell expansion.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:28:35 +00:00
db48x%yahoo.com 9d0ce5f579 bug 249782: Make Mozilla compile with Microsoft Visual Studio 2005
patch by Stephen Walker <sdwalker@myrealbox.com>, r=shaver, a=shaver
2005-05-07 06:20:43 +00:00
bryner%brianryner.com 586444bf13 sync'ing camino and embedding code - null check for bug 274784. 2005-05-04 20:55:24 +00:00
bryner%brianryner.com aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
pedemont%us.ibm.com d75b5fa3eb Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa 2005-05-02 16:30:03 +00:00
maxf%magma.ca 84bf9565db Fix bustage. This is to get the QNX build of mozserver working, and does not
affect any Tinderbox builds.
2005-04-26 17:37:02 +00:00
cbiesinger%web.de aa12c468cf Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
r=bz sr=darin a=asa
2005-04-24 21:16:28 +00:00
cbiesinger%web.de 33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
maxf%magma.ca e905ae1273 Photon-only changes. These only affect QNX builds, which are not part of
Tinderbox. See QNX PR23898. The input group for clipboard copy/paste was
always hard coded to 1. To support other input groups, the real input group
being used by the user must be passed from the gui client (i.e. from voyager
via PtWeb to mozserver) or taken from the mouse/keyboard event. My QNX
email address is mfeil@qnx.com. r=amardare@qnx.com
2005-04-12 16:03:14 +00:00
bsmedberg%covad.net 37f97fcd51 Bug 288370 - Build XULRunner on Mac, and add makefile vars to link against XPCOM frozen sharedlibs reliably r=darin a=asa 2005-04-11 15:19:42 +00:00
cbiesinger%web.de 783baa5a45 Bug 289650 nsIWebBrowserPersist should inherit from nsICancelable
r=darin sr=bz a=asa
2005-04-10 12:37:36 +00:00
bsmedberg%covad.net 60d57ee9d9 s/MOZ/MOZILLA/ 2005-04-06 06:03:11 +00:00
bsmedberg%covad.net de461785c4 Bug 288626 - internal API 2005-04-06 05:48:03 +00:00
darin%meer.net 9791154211 patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky 2005-04-06 01:33:28 +00:00
cbiesinger%web.de f0b358248f 228968 r=bz sr=darin
- add a new nsIWebProgressListener2 interface, inheriting from
  nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
  progressListener attribute
- make webbrowserpersist support listeners that implement
  nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
  nsIWebProgressListener2 interface

And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
bsmedberg%covad.net 82cd73aa7b Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 17:21:39 +00:00
dougt%meer.net e292ef6982 Coverity Warning in Embedding. Bug 287861. r=brendan 2005-03-29 21:52:19 +00:00
shaver%mozilla.org 06d6d590da bug 288177: don't build embed-sample.jar for toolkit apps; (orig) patch from sipaq, r=bsmedberg/me, sr=darin 2005-03-29 19:34:24 +00:00
cbiesinger%web.de 850f3954ab Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
2005-03-13 17:03:44 +00:00
bsmedberg%covad.net e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
bzbarsky%mit.edu 95c8dcf5c9 Fix modeline to match file type. Bug 251968, patch by Andreas Lange
<anlan@ida.liu.se>, r+sr=bzbarsky
2005-03-09 06:48:31 +00:00
bzbarsky%mit.edu c8a6c841af Make oncontextmenu default-prevention work in embedding. Bug 230281, patch by
jst, r=adamlock, sr=bzbarsky
2005-03-08 21:55:10 +00:00
bzbarsky%mit.edu 33bac2f39c Fix ActiveX impl of innerText to not just be the same as innerHTML. Bug
282317, r=adamlock
2005-03-07 22:36:54 +00:00
bzbarsky%mit.edu 5b1084a5a5 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
bzbarsky%mit.edu df4e3e499b Add nsEmbedCID and move the webbrowser contractid to it. Bug 258039, r=darin 2005-03-06 20:53:33 +00:00
jst%mozilla.jstenback.com a57ec3f6dc Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-04 02:01:54 +00:00
bzbarsky%mit.edu 20fcb245ac Fix nsWindowWatcher::FindItemWithName to pass in the right requestor; expose it
on nsPIWindowWatcher and use it from nsDocShellTreeOwner.  Bug 282296, r=danm,
sr=jst
2005-03-03 17:26:34 +00:00
bzbarsky%mit.edu dc29d00aa4 Fixing build bustage. Bug 283125 2005-02-27 19:04:26 +00:00
bzbarsky%mit.edu 8efc76dc9a Create a service that can be asked whether a given webnavigation (or a
"typical" webnavigation) supports loading of a certain MIME type.  Bug 283125,
r=biesi, sr=darin
2005-02-27 18:33:27 +00:00
timeless%mozdev.org 73096b2d8e Bug 205140 Prefs: remove "network.http.*.timeout"
r=darin sr=darin
2005-02-27 16:18:51 +00:00
bsmedberg%covad.net 361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
bzbarsky%mit.edu 418d61ac7a Make documentation a little more explicit about the ownership model. Bug
283108, r=biesi, sr=darin
2005-02-23 06:14:44 +00:00
cbiesinger%web.de 40888bf15f Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
marco%gnome.org c0418d9168 Bug 224454 Add the prompt to the windo group if there is one.
r=marco sr=blizzard
2005-02-07 12:40:57 +00:00
cbiesinger%web.de a0c9377435 Bug 277599 gtk's embedprompter should wrap text in the check box
patch by Christian Persch <chpe@gnome.org> r=marco sr=blizzard
2005-02-06 18:04:38 +00:00
cbiesinger%web.de 323f533ee3 Bug 280222 Incorrect GTK_SIGNAL_OFFSET for dom_focus_{in,out}
patch by Crispin Flowerday <crispin@flowerday.cx> r=marco sr=blizzard
2005-02-06 17:57:49 +00:00
pedemont%us.ibm.com c702a237b5 Bug 256911 - Implement weakref support for SetWebBrowserChrome. r=darin, sr=shaver 2005-02-04 23:32:32 +00:00
bzbarsky%mit.edu b310a6d64b Fix up FindItemWithName so it does the walk across windows (more) correctly.
Bug 278916, r=danm, sr=jst
2005-02-04 04:28:07 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
gerv%gerv.net c9e600ac91 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 15:28:15 +00:00
dougt%meer.net d57076e6d8 Fixes 280231. WinCE build changes; r=benjamin 2005-01-30 04:03:53 +00:00
cst%andrew.cmu.edu a166f17197 Bug 278051 remove quotes from embedding modules macros
r=zack sr=alecf
2005-01-29 00:44:55 +00:00
roc+%cs.cmu.edu f1635b58a4 Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc 2005-01-23 23:58:32 +00:00
neil%parkwaycc.co.uk 395ec2920f Bug 225952 gtkmozembed2.cpp abuses nsXPIDLCString r=bryner sr=jst 2005-01-21 09:48:16 +00:00
bzbarsky%mit.edu 0cab6c3640 Use the right allocator to allocate strings we're passing out to GTK. Bug
273337, patch by Todd A. Fisher <toddf@simosoftware.com>, r+sr=bryner
2005-01-20 17:05:44 +00:00
bzbarsky%mit.edu 3759c8da9d Fix comments on cancel() method. Bug 252011, patch by Daniel Kraft
<domob@daniel-kraft.net>, r+sr=bzbarsky
2005-01-20 17:01:51 +00:00
marco%gnome.org e28d060122 97580 Add EmbedPrivate::GetSize to match Resize
and don't call Resize if the allocation didn't
change dimensions.
Patch by tommi.komulainen@iki.fi r=blizzard sr=bryner
2005-01-20 10:26:44 +00:00
marco%gnome.org ee50fbf8ca 242024 on gtk_moz_embed_set_app_components actually call the registration
hook of the component.
Patch by chpe@gnome.org	r=bryner sr=blizzard
2005-01-19 09:46:53 +00:00
marco%gnome.org 0cad0a07a6 Fix bug 238052. Paint the tooltip border on every expose event.
Patch by chpe@gnome.org r=marco sr=blizzard
2005-01-17 17:19:39 +00:00
marco%gnome.org ddee955bf1 Add get_type info for single_embed
Patch by chpe@gnome.org r=marco sr=blizzard
2005-01-17 16:21:32 +00:00
cbiesinger%web.de 0d27519211 use UTF8ToNewUnicode for UTF-8 strings, instead of ToNewUnicode which treats
the data as ISO-8859-1
270243 patch by chpe@gnome.org r=marco sr=darin
2005-01-15 19:25:25 +00:00
cbiesinger%web.de 51a43cfd7c 276482 never block windows opened through gtkmozembed
patch by Crispin Flowerday <crispin@flowerday.cx> r=bz sr=jst
2005-01-15 19:19:19 +00:00
cbiesinger%web.de 69c6ddb2ce 273336 export functions from gtkmozembed_internal; they are required by embedding apps
patch by chpe@gnome.org r=darin
2005-01-15 18:57:49 +00:00
jst%mozilla.jstenback.com 265b0ff136 Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org 2005-01-11 19:36:40 +00:00
bzbarsky%mit.edu 99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu 3e3cf2b0c3 Fix camino bustage from bug 241082 2005-01-04 19:16:51 +00:00
cbiesinger%web.de 2556456572 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
bzbarsky%mit.edu 1601d80e99 Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
gerv%gerv.net 709d4de4d5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-01-01 16:48:30 +00:00
cbiesinger%web.de 5102979279 Bug 275673 embedding/browser/cocoa should not use nsIPref
r=pinkerton
2004-12-27 22:24:14 +00:00
gerv%gerv.net 81ac4dc799 iBug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-27 18:45:32 +00:00
cbiesinger%web.de 622be6cb67 Bug 275457 embedding/browser/qt should not use nsIPref r=zack 2004-12-21 19:02:22 +00:00
db48x%yahoo.com 16bf0830c2 bug 239006: Download manager doesn't account for filesize when presenting combined percentages
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin
2004-12-18 04:06:51 +00:00
cbiesinger%web.de 45c62cae5c 265333 freeze nsIWebBrowserStream. r=marco sr=darin
also a bit of cleanup in EmbedStream.cpp
2004-12-15 17:28:36 +00:00
bryner%brianryner.com d9626f6746 Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
bsmedberg%covad.net 60567bb185 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin 2004-12-15 04:07:01 +00:00
zack%kde.org 49f579b2c9 Fixing for crashes due to using a wrong string in strlen. br:273756 2004-12-10 22:59:10 +00:00
gerv%gerv.net 0c01761ca4 Bug 261899 - comment cleanup to avoid warning. Problem introduced by bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-10 22:34:17 +00:00
bzbarsky%mit.edu 55ab8dd119 Make docshell inherit from docloader; clean up related code, move toward
eliminating the nsIWebShell, nsIWebShellContainer, nsIDocumentLoader
interfaces and clarifying the other docshell-related interfaces.
r=darin, biesi, sr=jst
2004-12-08 17:32:06 +00:00
zack%kde.org 6fcb32b823 fix the stop slot, remove some redundant debug and cvs ignore 2004-12-07 00:50:21 +00:00
zack%kde.org df7beb9b4c don't generate binaries for all cpp files 2004-12-06 04:58:27 +00:00
zack%kde.org c42dbda58c making the embedding example actually do something nice 2004-12-06 02:50:30 +00:00
locka%iol.ie 8bbbaaa656 Implement IHtmlElement::insertAdjacentHtml & put_id. Checkin on behalf of Alex Tremon <atremon@elansoftware.com>. b=247537 r=adamlock sr=jst 2004-12-04 18:17:27 +00:00
zack%kde.org 528bc2e963 This is the second part of 267318 - the Qt Designer plugin so that you can
be using QGecko like any other widget from the Qt Designer. Very cool.
(for "Creating Your Own Browsers 101" ;) )
2004-12-02 23:35:20 +00:00
zack%kde.org 89271cc062 Committing patch from Michal Ceresna relating to bug 267318.
This is the "alert dialogs" part.
2004-12-02 23:29:43 +00:00
gerv%gerv.net 670fb87360 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
dbaron%dbaron.org e2aa2edb92 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
bryner%brianryner.com 29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
cbiesinger%web.de 17d0d1c095 indenting this line correctly as per 265333 review comments 2004-11-24 21:04:04 +00:00
cbiesinger%web.de 20c8faa3ce 265333 make gtkmozembed use nsIWebBrowserStream instead of implementing that
functionality itself
r=marco sr=darin
2004-11-24 20:27:24 +00:00
timeless%mozdev.org d01dd1aa4c Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
cbiesinger%web.de 8c6281ab3a 265333 change nsIWebBrowserStream in preparation of freezing:
- make it take nsIURI as base URI, for IDN support and correct charset handling
- use an octet array instead of string for binary data
- use ACString for the mime type
- improve documentation

r=marco sr=darin
2004-11-12 22:47:50 +00:00
darin%meer.net 3fe0a749d7 fixing win32 bustage 2004-11-01 21:16:18 +00:00
darin%meer.net 189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
bsmedberg%covad.net e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
pedemont%us.ibm.com ede25172cd Bug 265253 - RemoveWebBrowserListener incorrectly passes nsIWeakRef. r+sr=darin 2004-10-25 15:47:54 +00:00
cbiesinger%web.de ded5ac40ed 265333 NS_NewInputStreamChannel should not overwrite a content charset set from
the content type with an empty string r+sr=darin
2004-10-25 13:15:25 +00:00
zack%kde.org 462fea1107 Qt Mozilla port. For now the best way to start playing with it is the
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
cbiesinger%web.de 87c87a719d 261249 treat UTF-8 strings as UTF-8, not latin1. r=bzbarsky sr=darin 2004-09-30 14:23:49 +00:00
cbiesinger%web.de e600b54a04 remove *WithConversion from mac embedding code
261241 r=pink sr=darin
2004-09-30 14:17:28 +00:00
cbiesinger%web.de fab1a7c09e bug 261218 URIs are UTF-8 encoded, not latin1
r=blizzard sr=darin
2004-09-30 14:01:25 +00:00
amardare%qnx.com 03491c71e4 Changes for qnx(photon) platform. They should not affect building/runtime other platforms.
Fixed the setting of window title in the embedded mozserver.
2004-09-28 20:57:03 +00:00
bryner%brianryner.com 002e61bc16 Fix gtk2 embedding crash from bug 121264. r+sr+a=blizzard. 2004-09-24 19:56:44 +00:00
bzbarsky%mit.edu b62d4e1d33 Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris
Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan
2004-09-16 18:33:39 +00:00
peterv%propagandism.org 1a88732b51 Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2004-09-16 12:39:49 +00:00
cbiesinger%web.de f47ebbe2c2 Bug 228603 nsIWebBrowserPersist should have a saveChannel method
r=adamlock sr=darin
2004-09-07 14:42:23 +00:00
locka%iol.ie 5a1fc34073 More build bustage, replace IID_IHTMLDOMNode with __uuidof(IHTMLDOMNode) 2004-09-05 20:36:30 +00:00
locka%iol.ie 7c925fef04 More build bustage fixes. Remove IID_IHTMLDOMNode in favour of __uuidof(IHTMLDOMNode) 2004-09-05 20:17:22 +00:00
locka%iol.ie 1e4a7dfa5c Build bustage fix. Workaround arcane Platform SDK used by tinderboxen by redefining interface. We need to use a more modern SDK! 2004-09-05 20:03:06 +00:00
locka%iol.ie 5015eff94e NOT PART OF BUILD. DevStudio .NET 2002 project file. 2004-09-05 15:03:51 +00:00
locka%iol.ie 5071aa3295 Implement IHTMLDomNode and IHTMLButtonElement interfaces on IE DOM. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:44:07 +00:00
locka%iol.ie e9292967e0 Adding implementation of IHTMLButtonElement. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:40:56 +00:00
jst%mozilla.jstenback.com 150db5f1ed Fixing build bustage. 2004-09-04 20:45:18 +00:00
dbaron%dbaron.org 9984902fd6 Land bug 72747 in pieces: Simplify the mechanism used to prevent framesets from having scrollbars. b=72747 r+sr=roc 2004-09-04 19:51:21 +00:00
jst%mozilla.jstenback.com 51fd4d10d8 Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com 2004-09-04 19:28:46 +00:00
dbaron%dbaron.org ee55fda1f1 Back out previous round of bug 72747 changes due to Tp regression. 2004-09-04 08:34:55 +00:00
dbaron%dbaron.org 31bf95ea38 Land bug 72747 in pieces: Simplify the mechanisms used to prevent framesets from having scrollbars and used to implement the scrolling attribute on frames and iframes. Implement scrolling='yes'. b=72747 r+sr=roc 2004-09-04 06:53:36 +00:00
dbaron%dbaron.org c200b49750 Back out the rest of bug 72747 due to Tp regression. 2004-08-27 01:26:55 +00:00
dbaron%dbaron.org 5948a3cb75 Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc 2004-08-26 17:11:20 +00:00
gerv%gerv.net ba2432c07e Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-08-25 23:02:50 +00:00
amardare%qnx.com f5fe96fd2d Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms. 2004-08-13 20:03:42 +00:00
caillon%redhat.com 2fdef090da These are C++ files; not IDL. rs=bzbarsky 2004-08-11 07:00:43 +00:00
cbiesinger%web.de b8816e9960 Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
r=bz sr=darin
2004-08-08 20:25:02 +00:00
timeless%mozdev.org ff2fa086e8 Bug 246392 Reloading a page containing frames goes back to top level
patch by crispin@flowerday.cx r=blizzard sr=shaver
2004-08-03 15:28:27 +00:00
timeless%mozdev.org c7ee7c4f1b Bug 246392 Reloading a page containing frames goes back to top level
patch by crispin@flowerday.cx r=blizzard sr=shaver
2004-08-03 15:22:31 +00:00
bryner%brianryner.com 5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
bryner%brianryner.com 0fd21c3872 Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc. 2004-07-29 19:41:39 +00:00
cbiesinger%web.de 3506522cc6 Bug 252468 Remove outdated autostretch attribute from the tree
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz
2004-07-29 18:25:42 +00:00
cbiesinger%web.de 70ab852e63 Bug 246695 Gtk Embedding widget ignore scrollbar chrome setting
r=bryner sr=blizzard patch by Crispin Flowerday <crispin@flowerday.cx>
2004-07-28 20:54:50 +00:00
bzbarsky%mit.edu 02d0d94b73 Switch context back to being nsISupports, but make it clear that it's expected
to be an nsIDOMNode or nsIDOMWindow.  Bug 252027, r=mvl, sr=shaver
2004-07-27 17:15:53 +00:00
bzbarsky%mit.edu f6500081df Fix crash on exit if embedding widget was never shown. Bug 249520, patch by
Steven Brown <swbrown@ucsd.edu>, r+sr=blizzard
2004-07-22 02:36:24 +00:00
darin%meer.net 494fe3ed49 fixes bug 106940 "ActiveX browser should use the newer nsIPrefService APIs instead of nsIPref" patch by gerlofs@us.ibm.com, r=mkaply, sr=darin 2004-07-20 18:31:57 +00:00
gerv%gerv.net c01bb2d438 Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups. 2004-07-16 19:09:02 +00:00
gerv%gerv.net 9f35e25052 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:48:35 +00:00
timeless%mozdev.org feb25ce06d Bug 158038 minor comment changes in nsIWebBrowserPrint (print and printPreview)
patch by rods r=dcone sr=kin
2004-07-16 05:44:45 +00:00
amardare%qnx.com 867b16a7b9 Changes for qnx(photon) platform only. It should not affect runtime/building other platforms.
When reading the prefs back, check for the return value.
2004-07-06 19:42:33 +00:00
bryner%brianryner.com 5dedf39666 removing dead CFM build files 2004-06-21 02:09:30 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
locka%iol.ie 9bb5934aff Add implementation for IHtmlElementCollection methods tags() & item() when there is more than one element with the same id. Checkin for atremon. b=236894 r=adamlock sr=jst 2004-06-14 19:26:47 +00:00
locka%iol.ie 4967cd761d Replace reinterpret_cast with static_cast for proper pointer casting. Checkin for atremon, b=236812 r=adamlock sr=jst 2004-06-14 17:56:07 +00:00
amardare%qnx.com 75eee7ea7b Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms.
Enable the tooltip window in embedding.
2004-06-14 14:44:42 +00:00
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