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

847 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com 9d8b4a0f24 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2006-05-17 02:33:47 +00:00
jaggernaut%netscape.com 86d95db10c Remove timer from REQUIRES. r=pavlov 2006-05-17 02:33:46 +00:00
jaggernaut%netscape.com 56a9ac4416 Clean up REQUIRES lines. r/sr=alecf 2006-05-17 02:33:45 +00:00
alecf%netscape.com 6c297eae28 fix inspector 2006-05-17 02:33:44 +00:00
bryner%netscape.com 96cd5101a0 Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag. 2006-05-17 02:33:43 +00:00
hewitt%netscape.com ba83bb5e0a DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt 2006-05-17 02:33:42 +00:00
cbiesinger%web.de 84aa682a22 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2006-05-17 02:33:41 +00:00
jaggernaut%netscape.com 1e4af0ee84 Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2006-05-17 02:33:40 +00:00
hewitt%netscape.com 6b58674128 106637 - DOM inspector not working with tabbrowser, r=jag, sr=hyatt 2006-05-17 02:33:39 +00:00
aaronl%netscape.com 3bdcd76f6e Bug 107703. Fixes some of the crashes in DOM inspector. r=timeless, sr=hewitt 2006-05-17 02:33:38 +00:00
jaggernaut%netscape.com 5fec50b1e0 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2006-05-17 02:33:37 +00:00
hyatt%netscape.com e85b705184 Fix inspector bustage. 2006-05-17 02:33:36 +00:00
heikki%netscape.com fb3be91098 Bug 101429, bad argument to function, fixes assertion and potential crash. r=harishd, sr=hewitt. 2006-05-17 02:33:35 +00:00
gerv%gerv.net e42d0cd12b License changes, take 2. Bug 98089. mozilla/extensions/. 2006-05-17 02:33:34 +00:00
bryner%netscape.com 2603a06fb4 Bug 99962 - inspector assertions when flashing a DOM node with display: none. r=hewitt, sr=hyatt. 2006-05-17 02:33:33 +00:00
gerv%gerv.net 59263a2fdf Oops. 2006-05-17 02:33:32 +00:00
scc%mozilla.org 6e78e449ab bug #98089: ripped new license 2006-05-17 02:33:31 +00:00
hewitt%netscape.com 4280e90620 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:16 +00:00
hewitt%netscape.com fa7a1245de 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:15 +00:00
hewitt%netscape.com 80118f3400 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:14 +00:00
hewitt%netscape.com 26b485c0aa 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:13 +00:00
hewitt%netscape.com 4c79b367b4 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:12 +00:00
jaggernaut%netscape.com 18cbc45dd5 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2006-05-17 02:22:11 +00:00
jaggernaut%netscape.com c47a93a3f7 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2006-05-17 02:22:10 +00:00
jaggernaut%netscape.com 05de4bacb2 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2006-05-17 02:22:09 +00:00
cls%seawood.org fb82740e21 Update REQUIRES so that we do not accidentally build using the system headers of jpeg,zlib,png,mng when we are supposed to be building using the Mozilla copies of these libraries.
Bug #97386 r=mcafee a=dbaron
2006-05-17 02:22:08 +00:00
jaggernaut%netscape.com db6fd3b865 Bug 73353: clean up the REQUIRES lines in Makefiles. 2006-05-17 02:22:07 +00:00
dbaron%fas.harvard.edu ffb1f39e43 Adding mimetype and exthandler to REQUIRES to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2006-05-17 02:22:06 +00:00
dbaron%fas.harvard.edu b176ce9cd2 Adding imglib2 to REQUIRES to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2006-05-17 02:22:05 +00:00
hewitt%netscape.com 95b75cd04d 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:04 +00:00
dbaron%fas.harvard.edu aaf6377667 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 2006-05-17 02:22:03 +00:00
dbaron%fas.harvard.edu d268edcca9 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 2006-05-17 02:22:02 +00:00
cls%seawood.org bb4526e144 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
2006-05-17 02:22:01 +00:00
mkaply%us.ibm.com 95516cd855 Dumb OS/2 only bustage. I messed with the wrong short name. 2006-05-17 02:22:00 +00:00
mkaply%us.ibm.com 8024c361e8 No bug
r=cls
Need SHORT_LIBNAME on OS/2
2006-05-17 02:21:59 +00:00
dbaron%fas.harvard.edu f75fb07147 Fix creation of two copies of the archive resulting from a space after the LIBRARY_NAME line. r=cls@seawood.org b=75924 2006-05-17 02:21:58 +00:00
dbaron%fas.harvard.edu eb45e7075f Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all. 2006-05-17 02:21:57 +00:00
dbaron%fas.harvard.edu f696bcace7 Backing out unapproved checkin for bug 97227. a=brendan,blizzard 2006-05-17 02:21:56 +00:00
rpotts%netscape.com 69bb8b558e fix build bustage from bug #97227 2006-05-17 02:21:55 +00:00
jdunn%netscape.com 53e664848f adding newline to fix hp-ux bustage 2006-05-17 02:21:54 +00:00
hewitt%netscape.com 7b7a4cfba1 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:21:53 +00:00
dbaron%fas.harvard.edu 7038ccfcef Header include dependency cleanup. b=64023 r=jag rs=brendan 2006-05-17 02:21:52 +00:00
dbaron%fas.harvard.edu ec46b46823 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 2006-05-17 02:21:51 +00:00
peterv%netscape.com 3aacc14534 Making this file compile on Mac. Not part of default build. 2006-05-17 02:21:50 +00:00
hewitt%netscape.com 17e4fcf7b3 (NOT PART OF BUILD) Document Inspector 2006-05-17 02:21:49 +00:00
hewitt%netscape.com d7322918ad DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt 2006-05-17 02:21:19 +00:00
hewitt%netscape.com a8d44af8db 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:21:07 +00:00