Граф коммитов

97000 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 4e2817117c Fix Macho and Cocoa horkage because of a missing ifdef. 2002-02-04 10:56:42 +00:00
seawood%netscape.com c575ed3409 Remove destination file if it exists before copying.
Bug #120586 r=bryner
2002-02-04 09:15:52 +00:00
leaf%mozilla.org b77fab5bcc Automated update 2002-02-04 09:12:11 +00:00
bryner%netscape.com e7b96aa2ed Don't try to build native theme support on gtk2 (API changes). r=cls. 2002-02-04 09:03:53 +00:00
seawood%netscape.com 24cf4e73b7 Removing fallback hooks for deprecated configure options. 2002-02-04 08:59:16 +00:00
seawood%netscape.com eaf4bda177 Increase the lgot buffer for static Irix builds.
Bug #122917 r=nickb@adacel.com.au
2002-02-04 06:25:43 +00:00
blakeross%telocity.com 2b983a50cc 79047 - shift+space should scroll upwards. r=ben sr=hewitt 2002-02-04 06:15:14 +00:00
blakeross%telocity.com 1922a3d5a1 122017 - shouldn't always unset shift when dispatching keypress event. r=ben sr=hewitt 2002-02-04 06:14:10 +00:00
seawood%netscape.com 878ddb8375 Use LDFLAGS when linking SIMPLE_PROGRAMS on win32
Bug #123065
2002-02-04 05:53:51 +00:00
seawood%netscape.com 9f1ccfc1ec Set MAPFILE in config.mk instead of rules.mk 2002-02-04 05:49:14 +00:00
blakeross%telocity.com 56bf4e83af 67139 - title of active window should be checked in tasks menu. r=ben sr=hewitt 2002-02-04 05:15:47 +00:00
cotter%netscape.com 7b6d16b340 privacy & security help content update for Form Manager help, per 122806, r=oeschger 2002-02-04 03:52:33 +00:00
blakeross%telocity.com eb3438a11e 123285 - columns aren't correctly persisted in history and other outliners. r=ben sr=hewitt 2002-02-04 03:44:51 +00:00
justdave%syndicomm.com c35da50db3 Fix for bug 14461: QA contact is no longer required. You can still leave it blank in editing and creating components if you
want, even if it's enabled now.  This is consistant with the behavior of this field everywhere else in Bugzilla now.
Eventually this will be a per-product setting whether to enforce having one or not.
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave x 2
2002-02-04 00:41:40 +00:00
sicking%bigfoot.com e888e86a97 Fix IRIX bustage 2002-02-03 21:36:03 +00:00
rbs%maths.uq.edu.au bc20957975 Using the recently added APIs to respond to dynamic changes: a _much_ simpler (re)fix of bug 114909 - dynamically changing displaystyle attribute in <mstyle> tag doesn't change display 2002-02-03 21:15:29 +00:00
rbs%maths.uq.edu.au ee9e501c96 Add ReLayout() - a driver that hides the details needed to re-sync a frame subtree in case of dynamic changes: rebuild of automatic data, re-resolve script styles, fire a reflow 2002-02-03 21:06:51 +00:00
rbs%maths.uq.edu.au f5893aef35 slight simplification - the removal will recurse down to the wrapped child 2002-02-03 20:11:37 +00:00
jband%netscape.com f0115acfab unbust XPCONNECT_STANDALONE build. No change to default build. bug 121438. rs=jband. 2002-02-03 20:05:22 +00:00
sicking%bigfoot.com 310fce682f Make relational comparisons between NodeSets and booleans follow the spec.
b=116540 r=Pike sr=jst
2002-02-03 19:50:27 +00:00
beard%netscape.com 602f073012 Fixing bustage caused by newly added mozilla/modules/libpr0n/decoders/ijpeg directory. Added explicit search path of ::decoders:jpeg: before ::. 2002-02-03 19:13:51 +00:00
blakeross%telocity.com 58a0e9d84a fix an oops in last nights checkin. sr=hewitt 2002-02-03 18:27:09 +00:00
myk%mozilla.org b6fa253e93 Fix for bug 121747: Stops every script before it does anything else if Bugzilla is currently shut down. Also adds global template
instantiation code to globals.pl.
Patch by Myk Melez <myk@mozilla.org>.
r=gerv,kiko
2002-02-03 09:28:48 +00:00
blakeross%telocity.com 2296a17cfa 121180 - clicking or dbl clicking on wrong things in bookmarks/history incorrectly opens url. a left and then right click in quick succession in bookmarks is counted as a double click. r=hewitt sr=ben 2002-02-03 08:40:31 +00:00
bryner%netscape.com 40ccb42c7c Fixing some warnings in xpcom. Bug 118377, r=hwaara, sr=shaver. 2002-02-03 07:05:10 +00:00
seawood%netscape.com 14bc10c2a2 Add INSTALL file which outlines the basic steps to setting up a tinderbox
Clean up README
2002-02-03 06:31:44 +00:00
darin%netscape.com ed1914ac3f backing out some changes that accidentally slipped in! 2002-02-03 06:24:55 +00:00
blizzard%redhat.com 0db3e3c1eb Add gtk2 to the list of dirs that are built. No bug on this. r=cls 2002-02-03 06:09:22 +00:00
blizzard%redhat.com bbb04e5108 Add warning about this not being implemented. Not part of the build. 2002-02-03 06:08:21 +00:00
blizzard%redhat.com 6288e4e018 Gtk2 files for viewer. Not part of the build. 2002-02-03 06:06:06 +00:00
leaf%mozilla.org 4064cc4181 Automated update 2002-02-03 04:42:15 +00:00
samuel%sieb.net 235ca0ef64 Bug 112920 - add css rule for superfluous notifies
r=rginda
chatzilla only
2002-02-03 04:36:59 +00:00
samuel%sieb.net 79856bba78 Bug 112920 - enhancement to notify code
r=rginda
chatzilla only
2002-02-03 04:35:26 +00:00
wtc%netscape.com 5329f4271c Bugzilla bug 117479: add the PR_ABS macro. Thanks to Roland Mainz
<Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
2002-02-03 04:34:50 +00:00
seawood%netscape.com f22517332a Add check to see if 'cd $MOZ_TOOLS && pwd` failed. 2002-02-03 04:34:43 +00:00
blizzard%redhat.com 58a5bb118f Bug #92033. Land changes to get gfx/ building with gtk2. Lots of ifdef code here. r=cls,bryner sr=alecf 2002-02-03 03:47:18 +00:00
leaf%mozilla.org bb14ffc5f2 Automated update 2002-02-03 03:42:16 +00:00
relyea%netscape.com 31218c1ff3 Bug 117978: accessor functions to all JCE keystore API to be implemented. 2002-02-03 03:37:26 +00:00
bzbarsky%mit.edu cbe5841612 Send "referer" header when loading links via link toolbar. Bug 119478,
r=choess@stwing.upenn.edu, sr=blake
2002-02-03 03:28:59 +00:00
seawood%netscape.com 79fbcc79c7 Add support for MOZ_PROFILE, MOZ_COVERAGE, & MOZ_MAPINFO for win32 gmake builds.
Set these variables in your MOZCONFIG file before running configure or on the make cmd line when building in individual dirs.
2002-02-03 03:28:07 +00:00
leaf%mozilla.org 609d7f797d Automated update 2002-02-03 03:12:08 +00:00
seawood%netscape.com 181af4aac2 Add warning message if cl test prog fails for cygwin targets 2002-02-03 03:06:07 +00:00
seawood%netscape.com b70faea1fc Do not install the mozilla script on win32 2002-02-03 02:45:54 +00:00
bzbarsky%mit.edu b2ccae87db Fix strict JS warning. Patch by Alex Vincent <jscript@pacbell.net>,
r=brade, sr=kin
2002-02-03 02:37:02 +00:00
pavlov%netscape.com 0d9fce3043 adding new stub files for work with using intel's jpeg library 2002-02-03 01:54:08 +00:00
blakeross%telocity.com ea8f66fcf6 92749 - "view background image" context menu item doesn't always appear when it should. r=bz sr=hewitt 2002-02-03 00:58:38 +00:00
jband%netscape.com cd60239a3c Add support for chaining 'additional managers' to the global interface info manager. This includes weakref support. This system allows us to dynamically aggregate interface info managers to support systems like SOAP. Clients of the interface info manager can traverse that list of additonal managers (if any are present) or ignore it. This fixes bug 103805. r=dbradley sr=vidur. 2002-02-03 00:56:16 +00:00
seawood%netscape.com 48f58d710a Add $(BIN_SUFFIX) to mkdepend defines 2002-02-03 00:41:00 +00:00
blakeross%telocity.com cd8e813edf 39070 - can't dnd images or <areas>. r=ben sr=hewitt 2002-02-03 00:06:12 +00:00
bryner%netscape.com 2caae40045 Rest of the patch for bug 122542. I accidentely checked in the incomplete patch. r=varga, sr=hyatt. 2002-02-02 23:22:10 +00:00