Commit Graph

132 Commits

Author SHA1 Message Date
cbiesinger%web.de
8c59aae763 Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
cbiesinger%web.de
51a89a8b1e bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
benjamin%smedbergs.us
10580d8f05 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 17:02:21 +00:00
pavlov%pavlov.net
365a6e0b6a fixing build bustage from bug 326149 2006-02-10 21:37:25 +00:00
mark%moxienet.com
0ea84eb413 190307 Add MathML support to Camino, adding a non-blocking alert service to handle MathML's missing-font dialog. Patch by Makoto Yamashita <makotoy@ms.u-tokyo.ac.jp>, fixed up for CaminoStatic by me. r=smfr sr=pink 2006-02-02 02:07:45 +00:00
dougt%meer.net
4435542681 This fixes the NS_PRINTING configure option which got broken at some point. b=308629 r/sr=jst@mozilla.org 2005-09-16 02:25:37 +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
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
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
attinasi%netscape.com
383b5e3c7f Trying to fix stinky bustage: removing appstartup from the build. 2005-04-05 22:27:05 +00:00
chak%netscape.com
5cc6aca353 Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
r=ccarlen,sr=alecf
2005-04-05 22:27:04 +00:00
danm%netscape.com
193a177304 partial nsWindowMediator embedding analogue (not yet hooked up to build) r=sfraser,valeski 2005-04-05 22:27:03 +00:00
darin%meer.net
f6ffba0f8b landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky 2005-03-25 03:41:33 +00:00
bzbarsky%mit.edu
5b1084a5a5 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
dougt%meer.net
d57076e6d8 Fixes 280231. WinCE build changes; r=benjamin 2005-01-30 04:03:53 +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
dbaron%dbaron.org
9db368a6af Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
gerv%gerv.net
8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
jaggernaut%netscape.com
2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
ccarlen%netscape.com
47683e635f Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa 2003-05-02 03:59:23 +00:00
bryner%netscape.com
3a3ec0cbd5 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.
2003-04-11 00:56:27 +00:00