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

351 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com 02d2e07450 We need ZLIBS as well 2001-07-17 21:02:52 +00:00
mkaply%us.ibm.com 1e91e61220 OS/2 bustage and tab fixes - add PNG_LIBS to EXTRA_DSO_LIBS 2001-07-17 18:49:23 +00:00
dbaron%fas.harvard.edu 77076e273c Adding imglib2 to REQUIRES to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2001-07-17 18:42:14 +00:00
mkaply%us.ibm.com 1279a1610c OS/2 build bustage 2001-07-17 13:46:30 +00:00
jdunn%netscape.com ecc0d755af adding newline to fix hp-ux bustage 2001-07-17 12:40:10 +00:00
hewitt%netscape.com 148b1761b8 84230 - DOM Inspector revival, rs=hyatt 2001-07-17 09:34:46 +00:00
hewitt%netscape.com fb60797a59 84230 - DOM Inspector revival, rs=hyatt 2001-07-17 06:56:42 +00:00
hewitt%netscape.com f63f6a60cb 84230 - DOM Inspector revival, rs=hyatt 2001-07-17 06:48:54 +00:00
hewitt%netscape.com 52215232df 84230 - DOM Inspector revival, rs=hyatt 2001-07-17 06:40:39 +00:00
dbaron%fas.harvard.edu bf82abfd11 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
timeless%mac.com d85f0a7154 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
dougt%netscape.com c306e0513b Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
waterson%netscape.com 0877b1a573 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
dbaron%fas.harvard.edu 688519fb0c Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
dbaron%fas.harvard.edu 086e36218d Fix bustage from scc's checkin for bug 85271. r=jag,scc 2001-06-17 07:31:49 +00:00
dbaron%fas.harvard.edu 8da08eca62 Fix bustage from scc's checkin for bug 85271. r=scc 2001-06-17 07:29:31 +00:00
mkaply%us.ibm.com 8b0a85ff0f Dumb OS/2 only bustage. I messed with the wrong short name. 2001-06-05 02:06:12 +00:00
mkaply%us.ibm.com b3860fac48 No bug
r=cls
Need SHORT_LIBNAME on OS/2
2001-06-04 22:52:40 +00:00
hewitt%netscape.com dd2da2d5ef 83595 - fix inspector style bustage, sr=hyatt 2001-06-01 01:42:49 +00:00
mkaply%us.ibm.com ac4bcee9ae No bug - need PR_CALLBACK to build inspector on OS/2 2001-05-15 20:31:39 +00:00
cls%seawood.org 5f5b0ae021 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
dr%netscape.com 0b8398d67b fix for 78010 (implement nsIClipboardHelper). r=pavlov, pinkerton, hewitt, sr=hyatt 2001-05-10 02:35:00 +00:00
dbaron%fas.harvard.edu 229ec01726 Fix potential bustage pointed out by mkaply - "$(LIB_SUFFIX)" rather than ".a". b=75924 2001-05-06 02:41:20 +00:00
dbaron%fas.harvard.edu 4d40563ed6 Fix creation of two copies of the archive resulting from a space after the LIBRARY_NAME line. r=cls@seawood.org b=75924 2001-05-06 01:34:50 +00:00
dbaron%fas.harvard.edu 07d4abac78 Attempt to fix AIX bustage by linking against gkgfx and gkconshared_s (ugh!). 2001-05-05 21:56:46 +00:00
dbaron%fas.harvard.edu c1045b5b95 Change true and false to PR_TRUE and PR_FALSE to fix AIX and OS/2 bustage from adding inspector to --with-extensions=all. b=75924 2001-05-05 17:50:09 +00:00
dbaron%fas.harvard.edu 42217ccd08 Fixing potential bustage in access-builtin, inspector, and transformiix (adding REQUIRES, adding newlines, etc.) so they can be added to --with-extensions=all. r=cls@seawood.org sr=hewitt@netscape.com b=75924 2001-05-05 14:20:44 +00:00
kandrot%netscape.com d5bd552195 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
cls%seawood.org 25c6dc1c7e Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
maolson%earthlink.net 7915e17171 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
blakeross%telocity.com 6573419a09 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
sspitzer%netscape.com 6e48632a95 ignore generate makefiles 2001-04-04 10:03:09 +00:00
peterv%netscape.com d09c310f89 Making this file compile on Mac. Not part of default build. 2001-04-03 12:38:50 +00:00
blakeross%telocity.com eaa6754a0a Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net cf7a9d0f56 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
timeless%mac.com fbe4dc7bd4 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
hyatt%netscape.com 4c6682bec7 Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485 2001-03-10 01:43:09 +00:00
Peter.VanderBeken%pandora.be 4701be240c Correct project files for document inspector. Not part of the default build. 2001-03-09 02:28:17 +00:00
heikki%netscape.com 1303d60b70 Not part of default build. Fix the inspector because of changes that went in bug 69830. r=peterv. 2001-03-08 02:54:10 +00:00
blakeross%telocity.com 019268b50b The rest of 70755. 2001-03-03 20:54:26 +00:00
blakeross%telocity.com 686e5a8010 UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
scc%mozilla.org 67b154f5d4 bug #70161: make mac build machinery for inspector. still to be done --- add to the build, add optimized libraries to the inspector.mcp project (still not part of the build ((like that's an excuse!))) 2001-02-26 07:33:59 +00:00
hewitt%netscape.com eb6d0d33e6 brings inspector back to life after layout split (not part of build) 2001-02-22 23:29:05 +00:00
hewitt%netscape.com 562df912f8 Enables deletion of nodes in tree, inspecting of <browser> and <iframe> documents. (Not Part of Build) (No small animals were injured in the making of this checkin) 2001-02-20 06:34:18 +00:00
hewitt%netscape.com 4cad25cc57 famous last words -> "NOT PART OF BUILD" 2001-02-15 21:38:57 +00:00
axel%pike.org b02ead1400 not part of build; fixing Makefile rules to have TABS, r=hewitt 2001-02-15 21:34:12 +00:00
axel%pike.org 3a88315909 and windows, too. Thought it grabbed it first time. fixing rep.; a=leaf 2001-02-15 21:13:04 +00:00
axel%pike.org abdc4e2edb yet another try to fix the rep.; not part of build, a=leaf 2001-02-15 21:12:08 +00:00
hewitt%netscape.com 73dcf74b5b (NOT PART OF BUILD) Document Inspector 2001-02-15 09:14:18 +00:00
hewitt%netscape.com 66cebb39d1 (NOT PART OF BUILD) Document Inspector 2001-02-15 09:07:37 +00:00