Commit Graph

684 Commits

Author SHA1 Message Date
bsmedberg%covad.net
93719b3809 Bug 271802 - nsPrintDialogUtil uses a localizable string for a preference with no apparent reason, patch by dbaron, r=bsmedberg, a=asa 2005-07-01 12:32:15 +00:00
cbiesinger%web.de
dca40f4343 297374 add missing |this.| to fix a JS syntax error
r=neil sr=darin a=bsmedberg
2005-06-24 19:39:25 +00:00
jst%mozilla.jstenback.com
ef510ab28d Fixing bug 295093. Check the window chrome flags when opening a new window before pushing the callee context onto the context stack. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=dveditz@curzio.com 2005-06-21 21:42:08 +00:00
joshmoz%gmail.com
ac67020454 better support for per-build configuration. patch by Mark Mentovai. b=296900 r=josh r=cls a=asa 2005-06-20 19:24:51 +00:00
peterv%propagandism.org
ea82f1a8a5 Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa. 2005-06-16 13:10:58 +00:00
scott%scott-macgregor.org
7bbf4ccb5b Bug #297227 --> Depend build fails to build PrintPDE.plugin
Patch by  Mark Mentovai

jhpedemonte: review+
peterv: superreview+
a=asa
2005-06-13 19:54:10 +00:00
jst%mozilla.jstenback.com
4ae27eb507 Fixing bug 296850. Unregress frame injection bug 246448. r=bzbarsky@mit.edu, sr+a=brendan@mozilla.org 2005-06-07 23:34:22 +00:00
joshmoz%gmail.com
6f121c64db more bustage fixes for Mac OS X 10.4 build patch. by Mark Mentovai. b=292530 2005-06-01 21:15:09 +00:00
joshmoz%gmail.com
e217c2f603 more bustage fixes for Mac OS X 10.4 "Tiger" build patch, by Mark Mentovai. b=292530 2005-06-01 20:52:53 +00:00
joshmoz%gmail.com
bed850e22c fix building on Mac OS X 10.3.x "Panther". Patch by Mark Mentovai. b=292530 r=me 2005-06-01 20:13:21 +00:00
joshmoz%gmail.com
f299a66dc7 more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan 2005-06-01 18:53:30 +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
jshin%mailaps.org
844e7f7324 bug 166127 search string in Japanese doesn't match exactly : patch by saito@densan.co.jp, r/sr=jst, a=asa 2005-04-30 01:37:00 +00:00
dougt%meer.net
be6760da53 Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
cbiesinger%web.de
b4d01e71f2 289843 release references to the listener when the download is complete
r=bz sr=darin a=asa
2005-04-26 14:07:21 +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
mconnor%steelgryphon.com
c8ea20a483 land windowwatcher portions of jst's fix for bug 289949, r+sr+a=brendan 2005-04-21 21:21:11 +00:00
neil%parkwaycc.co.uk
d36863a963 Exception-proof the clearing of the username and password from a URL in case it doesn't understand the concept b=290829 r=biesi sr=dveditz a=asa 2005-04-20 17:06:45 +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
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
3357ab6d6f Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 23:48:43 +00:00
bsmedberg%covad.net
99478b1472 Rename a few nsModule.cpp files so that libxul will link on platforms that use ar+ranlib r=darin
embedding/components/build/nsModule.cpp -> nsEmbeddingModule.cpp
2005-04-05 23:28:18 +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
darin%meer.net
a9ee9fbf43 landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky 2005-04-05 22:27:48 +00:00
bzbarsky%mit.edu
9d9a986c36 Add the prompt-service contract to nsEmbedCID.h 2005-04-05 22:27:45 +00:00
gerv%gerv.net
29807f4571 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-04-05 22:27:44 +00:00
ccarlen%netscape.com
c4cf6b7191 Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa 2005-04-05 22:27:40 +00:00
bryner%netscape.com
06de76e44b Make --disable-xul work (bug 69995). We build enough XUL to support
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree.  r=bzbarsky, sr=alecf.
2005-04-05 22:27:38 +00:00
sfraser%netscape.com
08c40954e5 Part of fix for bug 201257, missed in previous checkin. r=brade/sr=alecf. 2005-04-05 22:27:36 +00:00
cmanske%netscape.com
c6419b37c6 Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser 2005-04-05 22:27:34 +00:00
locka%iol.ie
173e69791b Remove nsDOMWalker & nsIDOMWalker altogether. b=155066 r=sicking@bigfoot.com sr=jst@netscape.com 2005-04-05 22:27:32 +00:00
locka%iol.ie
81e86764a7 Turn nsDOMWalker into an XPCOM object. b=155066 r=ccarlen sr=kin 2005-04-05 22:27:30 +00:00
rods%netscape.com
be8704b497 Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2005-04-05 22:27:28 +00:00
akkana%netscape.com
2660b7d4e9 123087: Redesign Find API, rewrite new find algorithm.
Not yet enabled by default; needs testing.  r=brade sr=kin.
2005-04-05 22:27:26 +00:00
mjudge%netscape.com
abbd607c21 115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work. 2005-04-05 22:27:25 +00:00
sfraser%netscape.com
1ab00a54e8 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2005-04-05 22:27:22 +00:00
locka%iol.ie
dd82d1bcc3 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2005-04-05 22:27:20 +00:00
gerv%gerv.net
710c7ea28a License changes, take 2. Bug 98089. mozilla/embedding/. 2005-04-05 22:27:18 +00:00
gerv%gerv.net
914c83368e Oops. 2005-04-05 22:27:17 +00:00
scc%mozilla.org
08192028c0 bug #98089: ripped new license 2005-04-05 22:27:16 +00:00
pinkerton%netscape.com
b47df3d66d separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127 2005-04-05 22:27:15 +00:00
kandrot%netscape.com
4476c0f3f8 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2005-04-05 22:27:14 +00:00
sfraser%netscape.com
5e806b9fab Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2005-04-05 22:27:13 +00:00
shaver%mozilla.org
500e3d6460 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2005-04-05 22:27:12 +00:00
danm%netscape.com
7fe730121e unbuilding deprecated prompt files (cleaning up my mess) 2005-04-05 22:27:11 +00:00
danm%netscape.com
3bc4353ce1 removing duplicate nsIDialogParamBlock definition until the original can be removed. 2005-04-05 22:27:10 +00:00
danm%netscape.com
0dd1351b27 more prompt stuff moved to embedding components. bug 72112 continues 2005-04-05 22:27:09 +00:00
danm%netscape.com
196491c039 new embedding promptservice component. bug 72112 r=hyatt,pinkerton 2005-04-05 22:27:08 +00:00
rickg%netscape.com
2003f0f89f preloader update. r=peterl, sr=attinasi 2005-04-05 22:27:07 +00:00
chak%netscape.com
0a7a0a631a Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
r=ccarlen,sr=alecf

Fix for #71994
MfcEMbed must implement Get/SetVisibility of nsIEmbeddingSiteWindow
r=chak
2005-04-05 22:27:06 +00:00