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