Commit Graph

116272 Commits

Author SHA1 Message Date
cls%seawood.org
e2b0f13e71 The one that got away.
Bug #134113
2003-03-08 07:50:19 +00:00
bryner%netscape.com
88578d5d52 Make the non-existance of libembed_lite not be a fatal error. Not part of the default build, but fixing Camino static build bustage. 2003-03-08 07:30:56 +00:00
cltbld%netscape.com
a650830684 Automated update 2003-03-08 07:00:11 +00:00
cls%seawood.org
5347a3f35b Remove unused DLLTOOL variable.
Bug #134113 r=bbaetz
2003-03-08 06:55:34 +00:00
cls%seawood.org
79654daecd Landing mingw configure.in changes
When building on win32, we still default to the MSVC tools, even if only gcc is installed (autoconf 2.1x quirk).  You must set CC, CXX, CPP, LD & AS to override the defaults.
Bug #134113 r=bbaetz
2003-03-08 06:55:02 +00:00
cls%seawood.org
d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
bbaetz%acm.org
43fefe634d Bug 196420 - jsmagic for add/and/or in boolean charts isn't working
r/a=justdave
2003-03-08 05:47:58 +00:00
cls%seawood.org
e9ed7da9f3 Add mingw support to the common rules.
Add EXPAND_LIBNAME & EXPAND_MOZLIBNAME $(call) macros which convert base library names into a form suitable for linking.
Add rules for creating asm & intermediate files.
Bug #134113 r=bryner
2003-03-08 05:18:43 +00:00
bryner%netscape.com
905990c8ad Sync with xpfe/bootstrap/nsAppRunner.cpp, attempting to fix some startup crashes that are hanging the nightly build machine. 2003-03-08 04:15:01 +00:00
cltbld%netscape.com
d1d6d31323 turn off window leak test for now, it doesn't work right 2003-03-08 04:06:39 +00:00
roc+%cs.cmu.edu
acf6252812 Bug 173874. Fix tooltip positioning. patch by parish@ntlworld.com, r+sr=roc+moz 2003-03-08 03:11:51 +00:00
roc+%cs.cmu.edu
84b91a597c Bug 195883. %-values are not valid for '-moz-opacity'. 2003-03-08 03:08:25 +00:00
brendan%mozilla.org
210b74280d Fix grammar (that for defining clauses, not which). 2003-03-08 02:02:24 +00:00
bryner%netscape.com
a27cc49c10 libmozz should no longer be required 2003-03-08 01:48:47 +00:00
katakai%japan.sun.com
95a8de9882 bug 195868
GTK2: GetSystemFontInfo() needs to return valid font
r=blizzard, sr=rbs
2003-03-08 01:29:03 +00:00
brendan%mozilla.org
ae0c4d3804 Reorder static and const to match tradition; reomve DEBUG_brendan cruft. 2003-03-08 01:28:02 +00:00
aaronl%netscape.com
84551c90d5 Bug 170921, bug 174163, bug 172329. Image selection occuring when image buttons, linked images or image map areas focused. r=mjudge, sr=bryner 2003-03-08 01:09:26 +00:00
cltbld%netscape.com
3b607096c7 Automated update 2003-03-08 01:00:10 +00:00
bryner%netscape.com
47ae4198a3 Require base API versions of system libraries instead of in-tree versions
(bug 194665).  The new system version requirements are:

zlib 1.0.0
libpng 1.2.0
libmng 1.0.0

r=cls
2003-03-08 00:54:12 +00:00
smontagu%netscape.com
279cca576c Make the UTF-8 decoder reject all non-shortest forms and surrogate characters, plus general code cleanup. Bug 182751, r=ftang, sr=heikki. 2003-03-08 00:25:54 +00:00
heikki%netscape.com
dadc4b1160 Bug 191327, make internalSubset not include delimiting brackets (was not defined in DOM 2 but is now defined in DOM 3 drafts). Also fix bug 191482, external entity definitions should be included in internal subset. r=harishd, jst, sr=peterv. 2003-03-07 23:40:51 +00:00
harishd%netscape.com
95236e12a7 Since I'd to rename p3p.properties to P3P.properties I'd to update the files that depend on it 2003-03-07 21:58:12 +00:00
harishd%netscape.com
e37981352e Fixing build bustage 2003-03-07 21:56:34 +00:00
timeless%mozdev.org
b092996d3f Bug 196340 Change NS_REINTERPRET_CAST(nsIScriptContext*, JS_GetContextPrivate(cx)) to use Static Cast
r=mstoltz sr=heikki
2003-03-07 21:54:28 +00:00
cltbld%netscape.com
e390feb2b3 Automated update 2003-03-07 21:45:07 +00:00
harishd%netscape.com
f44c03de2f This file did not make it with my last checkin 2003-03-07 21:37:51 +00:00
bryner%netscape.com
1c1c492f87 Don't link with libdl even if it's present on OS X, since it's not used and it's not present on most systems. Bug 196115, r=cls. 2003-03-07 21:36:06 +00:00
mkaply%us.ibm.com
53f7a62d8f Better fix for 168391 from dbaron 2003-03-07 21:32:39 +00:00
harishd%netscape.com
828367f17b These files did not make it with my last checkin. Donno why. Trying again 2003-03-07 21:27:06 +00:00
dbaron%dbaron.org
f246aacdad Make floats margin roots so that margins of floats do not collapse with their descendants, to be compatible with CSS2 and MSIE. b=193461 r+sr=roc+moz 2003-03-07 21:25:55 +00:00
cbiesinger%web.de
670f07601a 191002 patch by piersc@cogs.susx.ac.uk r=biesi sr=jag Allow adding of multiple user defined languages in prefs 2003-03-07 21:16:22 +00:00
harishd%netscape.com
224c8df19e Moivng Netscape P3P into Mozilla. b=177822, r=heikki@hetscape.com, timeless@myrealbox.com, sfrazer@netscape.com ( Mac changes ), a=blizzard@mozilla.org ( approved to land p3p into mozilla ). 2003-03-07 21:15:09 +00:00
seawood%netscape.com
c745660cee Add mingw support.
Bug #134113 r=mcs sr=dmose
2003-03-07 21:12:09 +00:00
smontagu%netscape.com
c27c3fff25 Correct a regression in Bidi ordering and simplify the way in which we determine whether Arabic shaping needs to be performed depending on the capabilities of the system and whether we are rendering character by character. Bug 192919, r/sr=rbs. 2003-03-07 20:56:03 +00:00
chanial%noos.fr
6bde6f9da6 Landing Arvid's new icons and style sheets for the Options panel, the bookmark manager and XP filepicker. 2003-03-07 15:04:51 +00:00
chanial%noos.fr
b976cc7740 porting bug 60707 from the trunk (disable right double clicking), patch by kazhik@mozilla.gr.jp 2003-03-07 15:00:04 +00:00
timeless%mozdev.org
03ce70cf0a Bug 189743 Bad include in layout-debug/plugin
r=bernd sr=kin
2003-03-07 09:36:44 +00:00
cltbld%netscape.com
8651e18f43 Automated update 2003-03-07 09:30:06 +00:00
tor%cs.brown.edu
01263a973c Bug 181676 - Update libmng to 1.0.5. rs=blizzard 2003-03-07 09:28:30 +00:00
nisheeth%netscape.com
6dbd28bbd3 Fix for bug 161531. r=mstoltz@netscape.com, sr=jst@netscape.com. Fix coded up by Steve Morse. Don't add javascript: and data: link clicks to global history. 2003-03-07 08:02:31 +00:00
sfraser%netscape.com
374f5f97ac Fix up bookmark toolbar buttons to show better popdown menus for folders, and to allow dragging of folder items with the Command key down. 2003-03-07 07:15:41 +00:00
cls%seawood.org
d1079607df XP code changes required for mingw landing.
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
av%netscape.com
d28167021e missing icon, not part of the build 2003-03-07 05:22:46 +00:00
pinkerton%netscape.com
c2f7470fb4 bookmarks load when clicked in manager, switching to manager stops all
page loads. back button responds appropriately if manager is frontmost.
2003-03-07 03:58:24 +00:00
dean_tessman%hotmail.com
dbc64bfb9f 182695 - No hand cursor over links on Windows 95 and NT4 2003-03-07 03:55:59 +00:00
dean_tessman%hotmail.com
00a714a684 70274 - right-clicking should cancel link/text drag on Windows
r=ere@atp.fi  sr=jag
2003-03-07 03:53:31 +00:00
pinkerton%netscape.com
ebc97acbfd More changes for in-window bookmarks. bookmarks display and can be edited,
buttons hooked up. Still off by default.
2003-03-07 03:06:47 +00:00
timeless%mozdev.org
76954de133 Bug 195996 unable to login to Schwab account
patch by dwitte@stanford.edu r=danm sr=darin
2003-03-07 02:54:09 +00:00
bryner%netscape.com
66e9f2fab8 Bump version to 0.7 on the trunk (and 0.7+ for UA string identifier). 2003-03-07 02:45:59 +00:00
arougthopher%lizardland.net
ebf4493625 Bug#175285
nsWidget::~nsWidget() crashes when view changes

r=arougthopher
2003-03-07 02:35:47 +00:00