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

165 Коммитов

Автор SHA1 Сообщение Дата
sicking%bigfoot.com a2419b0efd Bug 162461: Make inLayoutUtils::GetContainerFor use nsIDOMWindowInternal::GetFrameElement
r=bz, sr=hewitt
2006-05-17 02:34:05 +00:00
bzbarsky%mit.edu e19a814e9f Bug 117564. Make Inspector flash the right spot when things are
positioned.  r=caillon, sr=hewitt.
2006-05-17 02:34:04 +00:00
bzbarsky%mit.edu e85822b0f0 Minor cleanup of the fix for bug 122557. r=dbaron, sr=jst. 2006-05-17 02:34:03 +00:00
dbaron%fas.harvard.edu 09a0266036 Fix crash when looking at style rules of element matching no rules. b=141022 r=hewitt sr=waterson 2006-05-17 02:34:02 +00:00
bzbarsky%mit.edu 81ad882bf4 Fix the "style rules" display for display:table elements. Bug 122557,
r=caillon, sr=hewitt
2006-05-17 02:34:01 +00:00
jst%netscape.com a2e0c42ef5 Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com. 2006-05-17 02:34:00 +00:00
timeless%mac.com 756ecbd76f http://bonsai.mozilla.org/cvsquery.cgi?module=SeaMonkeyAll&branch=HEAD&cvsroot=/cvsroot&date=explicit&mindate=1017959940&maxdate=1017960540&who=jst%25netscape.com&generateBackoutCVSCommands=1
Backing out the fix for bug 52334

approved by sheriff (karnaze) and cathleen
2006-05-17 02:33:59 +00:00
jst%netscape.com 4b41eb66ab Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2006-05-17 02:33:58 +00:00
jst%netscape.com 29874ce88f Backing out latest checkins due to them not working on linux and other unix systems with broken compilers. 2006-05-17 02:33:57 +00:00
jst%netscape.com 97b6ed0356 Fixing bug 52334. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org 2006-05-17 02:33:56 +00:00
dbaron%fas.harvard.edu 518fdf2cad Create a small service in the content library to allow inspector to avoid bad link-time dependencies on CSS code. b=79091 r=attinasi,beard sr=shaver 2006-05-17 02:33:55 +00:00
dbaron%fas.harvard.edu b652966c79 Fix inspector link errors by adding a method on nsICSSStyleRule that forwards GetValue to nsCSSDeclaration. 2006-05-17 02:33:54 +00:00
blythe%netscape.com 2aeaed0ad9 Fix bug 107270
Reduce nsCSSDeclaration footprint
r=dbaron, sr=hyatt
2006-05-17 02:33:53 +00:00
seawood%netscape.com 3dad1b1a82 Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
Bug #194662 r=ccarlen
2006-05-17 02:33:52 +00:00
seawood%netscape.com 3deafbb762 Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2006-05-17 02:33:51 +00:00
bryner%netscape.com b7aa05e433 Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls. 2006-05-17 02:33:50 +00:00
seawood%netscape.com 6011fa2dc6 Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG

Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner

_IMPL_NS_VIEW

Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2006-05-17 02:33:49 +00:00
bryner%netscape.com c8ebb82179 - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.

Bug 128947, r=dbaron, sr=jst, a=asa.
2006-05-17 02:33:48 +00:00
seawood%netscape.com e9ba0b0523 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 33c125bd2b Remove timer from REQUIRES. r=pavlov 2006-05-17 02:33:46 +00:00
jaggernaut%netscape.com 99eb780bed Clean up REQUIRES lines. r/sr=alecf 2006-05-17 02:33:45 +00:00
alecf%netscape.com f521295197 fix inspector 2006-05-17 02:33:44 +00:00
bryner%netscape.com ced73de595 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 1373dc412e 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 f81ba010e7 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2006-05-17 02:33:41 +00:00
jaggernaut%netscape.com 174309499c 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 2c33bf4e70 106637 - DOM inspector not working with tabbrowser, r=jag, sr=hyatt 2006-05-17 02:33:39 +00:00
aaronl%netscape.com 4a77cda32f 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 d88474fb2c 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 9bace25d0d Fix inspector bustage. 2006-05-17 02:33:36 +00:00
heikki%netscape.com 960be41f30 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 76f8654ef2 License changes, take 2. Bug 98089. mozilla/extensions/. 2006-05-17 02:33:34 +00:00
bryner%netscape.com b671207e5f 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 3ff85502d1 Oops. 2006-05-17 02:33:32 +00:00
scc%mozilla.org c98329f9c7 bug #98089: ripped new license 2006-05-17 02:33:31 +00:00
hewitt%netscape.com ac344d3c4c 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:16 +00:00
hewitt%netscape.com 0bc935a7aa 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:15 +00:00
hewitt%netscape.com ff9e080034 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:14 +00:00
hewitt%netscape.com 5b02a3b2ab 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:13 +00:00
hewitt%netscape.com 56fa55da70 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:12 +00:00
jaggernaut%netscape.com 46aa8ec492 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 c80b3b9804 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 dcae38e2c2 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 c793e2bc2a 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 2b0275ce1f Bug 73353: clean up the REQUIRES lines in Makefiles. 2006-05-17 02:22:07 +00:00
dbaron%fas.harvard.edu 172ca4a66d 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 b010fa0ff9 Adding imglib2 to REQUIRES to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2006-05-17 02:22:05 +00:00
hewitt%netscape.com ac02a2597e 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:22:04 +00:00
dbaron%fas.harvard.edu 91e3ef0910 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 770bd2b15d 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 e399b0bbc6 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 9e6297fc21 Dumb OS/2 only bustage. I messed with the wrong short name. 2006-05-17 02:22:00 +00:00
mkaply%us.ibm.com 46a1888d5f No bug
r=cls
Need SHORT_LIBNAME on OS/2
2006-05-17 02:21:59 +00:00
dbaron%fas.harvard.edu 5a9bbc838e 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 4457ddff83 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 02d31876a2 Backing out unapproved checkin for bug 97227. a=brendan,blizzard 2006-05-17 02:21:56 +00:00
rpotts%netscape.com a1a4826742 fix build bustage from bug #97227 2006-05-17 02:21:55 +00:00
jdunn%netscape.com 7cdaa22304 adding newline to fix hp-ux bustage 2006-05-17 02:21:54 +00:00
hewitt%netscape.com 8347285ab5 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:21:53 +00:00
dbaron%fas.harvard.edu f890eaa8ee Header include dependency cleanup. b=64023 r=jag rs=brendan 2006-05-17 02:21:52 +00:00
dbaron%fas.harvard.edu 4e8a218ebc 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 5cc1c313e7 Making this file compile on Mac. Not part of default build. 2006-05-17 02:21:50 +00:00
hewitt%netscape.com a8d7a4bffc (NOT PART OF BUILD) Document Inspector 2006-05-17 02:21:49 +00:00
hewitt%netscape.com b8f87ff914 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 02479077df 84230 - DOM Inspector revival, rs=hyatt 2006-05-17 02:21:07 +00:00