bsmedberg%covad.net
db13868592
Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls
2005-10-17 14:57:32 +00:00
maxf%magma.ca
764671c4f5
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
44c27eb6f1
Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
...
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
maxf%magma.ca
50d99bf925
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
darin%meer.net
130fb0d326
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
6c453d00e6
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
cbiesinger%web.de
bf94a50628
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
bzbarsky%mit.edu
cc3c78f387
Fixing build bustage. Bug 283125
2005-02-27 19:04:26 +00:00
bzbarsky%mit.edu
f411c17a49
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
55fef21ff9
Bug 205140 Prefs: remove "network.http.*.timeout"
...
r=darin sr=darin
2005-02-27 16:18:51 +00:00
gerv%gerv.net
f5cf6f08bf
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 15:28:15 +00:00
roc+%cs.cmu.edu
2a34aa6a5d
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
bzbarsky%mit.edu
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
gerv%gerv.net
213fc7b2cb
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-01-01 16:48:30 +00:00
bryner%brianryner.com
1435145ce6
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
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
cbiesinger%web.de
e6ef9ebab2
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
amardare%qnx.com
2f5825e73e
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
bzbarsky%mit.edu
06df868b16
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
amardare%qnx.com
4401f3d754
Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms.
2004-08-13 20:03:42 +00:00
cbiesinger%web.de
ca0357a7db
Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
...
r=bz sr=darin
2004-08-08 20:25:02 +00:00
amardare%qnx.com
c3fb91b921
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
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
amardare%qnx.com
f07725e0f0
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
amardare%qnx.com
c7b08a990d
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
amardare%qnx.com
d2a89c4683
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
amardare%qnx.com
6f230dd1c2
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
amardare%qnx.com
37d5442c36
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
3d67756008
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
af152a534b
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
f9f55ca33e
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
2004-05-03 21:48:36 +00:00
bryner%brianryner.com
7927c18306
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
c0c8d854a3
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
056ae745ca
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
amardare%qnx.com
6d0ec11abe
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
amardare%qnx.com
f8b8fbcf2a
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
amardare%qnx.com
f9327e9960
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
darin%meer.net
1d2d419885
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
cbiesinger%web.de
528931f674
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
b7d5d39bbe
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
91b5d879aa
Changes for the qnx platform only. These changes should not affect runtime/building
...
other platforms.
2004-02-20 23:06:30 +00:00
jst%mozilla.jstenback.com
1804c4910c
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
dbaron%dbaron.org
ca4e64fa50
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
f97835d45d
Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron
2004-01-23 13:31:07 +00:00
amardare%qnx.com
2051637dd0
Changes for the photon platform - it should not affect ( building/runtime ) other platforms.
2004-01-05 23:04:07 +00:00
timeless%mozdev.org
3a6d6c90fd
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
dwitte%stanford.edu
5688573070
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
cbiesinger%web.de
064a9ddd04
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
bryner%brianryner.com
352e645b90
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
ben%bengoodger.com
8b142c128e
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