Commit Graph

2556 Commits

Author SHA1 Message Date
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
cbiesinger%web.de
e837051a4e Bug 237611 init mPercent to -1, not 0, so that the title also shows 0% progress
patch suggested by ZF.Dang <dantifer.dang@sun.com> r=biesi sr=bz
2004-07-18 19:50:24 +00:00
gerv%gerv.net
6b54b1cbc5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 19:30:11 +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
rbs%maths.uq.edu.au
fc468ab2cf Ensure that Find Again (F3) iterates over all matches, even when the ESM::MoveFocusToCaret() takes a shortcut that leaves the focus controller slightly out-of-sync, b=249345, r+sr=jst 2004-07-01 21:29:21 +00:00
daniel%glazman.org
bc87818cea [minimo only] remove max-height constraints; b=247843; r/sr=dbaron 2004-06-21 12:28:04 +00:00
bryner%brianryner.com
5dedf39666 removing dead CFM build files 2004-06-21 02:09:30 +00:00
ben%bengoodger.com
0ff1207b6d 243387 - about:plugins broken by download size reduction changes. Move about:plugins page to global package to remove dependency on defunct "communicator" package. r=mconnor 2004-06-20 01:42:05 +00:00
bmlk%gmx.de
271e0e2e73 bustage fix 2004-06-17 05:11:31 +00:00
roc+%cs.cmu.edu
d8f9024d0a Fixing Windows bustage 2004-06-17 02:55:38 +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
50a8b02ca7 Fixing bug 235457. Making it possible to open a window from chrome as if it was opened from untrusted script. r=danm-moz@comcast.net, sr=peterv@propagandism.org 2004-06-07 21:50:25 +00:00
dveditz%cruzio.com
e66742e59c bug 162020 option to delay enabling confirmation buttons r=mkaply,sr=sspitzer 2004-06-05 09:26:01 +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
bsmedberg%covad.net
9bf505bc5f Bug 244965 - untrusted web content can use the "chrome" flag to window.open() r=danm sr=jst 2004-06-02 12:36:51 +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
mkaply%us.ibm.com
348998da9e #239580
r=danm, sr=dveditz
Extend ConfirmEx to allow setting the default button - change default button for script security to no
2004-05-24 13:33:51 +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
dveditz%cruzio.com
c1609e013d bug 243699 block disk: and help: protocols r=bz,sr=bryner,a=brendan 2004-05-20 05:47:29 +00:00
depstein%netscape.com
2d96e5484e Added SaveObject() function in QAUtils.cpp. This is called in AsyncOpenTest() to compare the support objects passed to AsyncOpen and OnStartRequest. 2004-05-20 02:15:10 +00:00
caillon%redhat.com
178bb153f1 Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +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
depstein%netscape.com
f945e30439 Cleaned up nsIChannel tests and running AsyncOpen() from the Tests menu. Added additional nsIProtocolHandler tests to Tests > nsIProtocolHandler->NewURI() for tracking some values. Will spin off into separate Test Interface in the future. 2004-05-14 00:19:54 +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
bryner%brianryner.com
9e90372ecc remove unused file 2004-05-11 18:49:23 +00:00
cbiesinger%web.de
8db9df04b7 239394 nsIMIMEInfo should use interCaps for methods and attributes
r=bzbarsky sr=darin
2004-05-08 18:37:06 +00:00
jst%mozilla.jstenback.com
99e02e5aa3 Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com 2004-05-07 20:55:17 +00:00
depstein%netscape.com
ad76896e0a Added additional cases to post AsyncOpen tests for nsIChannel tests. Additional request methods used for SetRequestMethod in httpChannel tests. Some cleanup in a few functions. 2004-05-07 02:43:23 +00:00
cbiesinger%web.de
748cfa1de4 bug 239111 rework pause/resume handling in download manager
r=neil sr=roc
2004-05-04 18:53:54 +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