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

9569 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 4235846ed6 Implement :enabled and :disabled CSS pseudo-classes. Bug 84400, patch by Allan
Beaufour <allan@beaufour.dk>, r+sr=bzbarsky
2005-08-30 03:31:47 +00:00
cbiesinger%web.de a615696842 Bug 306260 call methods of the direct base class, instead of
nsGenericHTMLElement
r+sr=bz
2005-08-29 11:06:19 +00:00
dbaron%dbaron.org 4bfbc0e688 Back out most of the rest of bug 304462. 2005-08-28 16:45:39 +00:00
dbaron%dbaron.org 454bffd28d Back out part of bug 304462 until I can figure out bug 306210. 2005-08-28 05:18:55 +00:00
bzbarsky%mit.edu d384c5bbef Fix comment per my review comments. Bug 305640. 2005-08-27 05:16:06 +00:00
dbaron%dbaron.org 51f5f4e843 Give popup blocked events a message constant. b=304462 r+sr=bryner 2005-08-26 21:38:38 +00:00
aaronleventhal%moonset.net 5e051985ca Bug 305840. Focus problems with XUL textbox, causing problems in findbar, help and address bar because of exception thrown. Patch by Mats Palmgren. r=aaronleventhal, sr=bryner 2005-08-26 18:45:23 +00:00
bzbarsky%mit.edu 6bbecf8a88 Limit xbl:implements a tad. Bug 299518, r=jst, sr=shaver 2005-08-26 14:47:35 +00:00
mozilla.mano%sent.com bf928bb914 backing out patch i didn't mean to checkin in v1.592 of this file 2005-08-26 10:15:31 +00:00
tor%cs.brown.edu 5dff3dd074 Bug 282579 - Implement <svg:textPath>. As a side effect, this removes
the gdi+ text highlighting code.  r=afri
2005-08-26 02:49:52 +00:00
jwatt%jwatt.org e5b2291f81 Build bustage fix from 302103 - new files had DOS line endings 2005-08-25 23:19:33 +00:00
tor%cs.brown.edu a9a82e4e9d Build bustage fix from 302103. 2005-08-25 21:57:31 +00:00
jwatt%jwatt.org 597ff4f826 Fixing bug 302103. Implement SVG events. r=tor@acm.org, sr=jst@mozilla.org 2005-08-25 21:31:09 +00:00
mozilla.mano%sent.com 6136783031 Bug 229473 - emacs-like/readline-like ctrl+letter shortcuts should work on Mac OS X. patch from Jerry Talkington <jtalkington@users.sourceforge.net>, r=neil, sr=smfr. 2005-08-25 20:08:28 +00:00
vladimir%pobox.com 044de02619 b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa 2005-08-25 20:05:24 +00:00
peterv%propagandism.org 2c630321ae Fix leak from fix for bug 305689 (Cache event queue service in nsContentUtils). r/sr=bz. 2005-08-25 17:51:44 +00:00
peterv%propagandism.org 694d092001 Fix for bug 301490 (Rich text editor property useCSS changed meaning). r=brade, sr=brendan. 2005-08-25 11:51:04 +00:00
smontagu%smontagu.org b204b4bce1 Bug 300270: GetDir() returns empty string instead of 'ltr' or 'rtl'. r=sicking, sr=jst 2005-08-25 06:49:53 +00:00
jst%mozilla.jstenback.com 34aae9a78b Fixing bug 305640. Make document.getElementById() work correctly when the hash changes when flushing. r+sr=bzbarsky@mit.edu 2005-08-25 05:17:06 +00:00
bzbarsky%mit.edu f4e065a67a Fix crash after restoring default toolbar set by making sure that
RemoveSubtreeFromDocument unhooks broadcasters just like AddSubtreeToDocument
hooked them up.  Bug 295404, patch by dbaron, r=bzbarsky, sr=bryner
2005-08-25 04:11:35 +00:00
bzbarsky%mit.edu a4a941772d Cache the event queue service in nsContentUtils instead of having every single
presshell caching it.  Bug 305689, r+sr=peterv
2005-08-24 21:01:51 +00:00
bzbarsky%mit.edu f6a5a756fb Make sure that a reflow flush on the document makes the sink start layout if
needed.  Bug 253951, r=mrbkap, sr=jst
2005-08-24 20:56:58 +00:00
aaronleventhal%moonset.net 4a9fdd24ba Bug 303620. Focus system goes haywire when focus changed in onblur or onchange handler. r=mats, sr=bryner 2005-08-24 19:06:07 +00:00
mrbkap%gmail.com 24bc2f5eea bug 303399: Bidi: Problems with caret positioning on blank lines. Patch by Uri Bernstein <uriber@gmail.com>. r=mrbkap sr=roc 2005-08-24 17:44:28 +00:00
bryner%brianryner.com 56dc4d39bc Fix for focus-stealing via blur(). Bug 299677, patch by martijn.martijn@gmail.com, r=me, sr=jst. 2005-08-24 06:10:44 +00:00
bzbarsky%mit.edu 82e626196a Make sure to not mess with our array of ptrs to release if it hasn't been
allocated.  Bug 305624, r+sr=jst
2005-08-24 00:07:49 +00:00
bzbarsky%mit.edu 955ddb518c Go back to having UnblockOnload firing onload sync in cases where it's safe.
Attempting to address Tp fallout from bug 294114, r+sr=jst
2005-08-23 23:24:30 +00:00
roc+%cs.cmu.edu bd09faecd8 Bug 304434. Update link :visited status for URIs downloaded to helper apps. r+sr=dbaron 2005-08-23 22:26:10 +00:00
bzbarsky%mit.edu ed8cee537b Init the content policy service ptr lazily so we don't reenter layout module
init.  Bug 305310, r+sr=peterv
2005-08-23 21:00:00 +00:00
mrbkap%gmail.com 83b8f4df7b bug 302775: Wallpaper over a crash when a DOM range is inside an attribute. r+sr=brendan 2005-08-23 20:59:54 +00:00
bzbarsky%mit.edu 07c9ab6fab Make sure to remove our mOnloadBlocker from the loadgroup when we're removed
from the window.  Bug 305639, r+sr=dbaron
2005-08-23 20:51:22 +00:00
bzbarsky%mit.edu ec14ff26af Back out last change for bug 294114, since it didn't help and may have hurt Tdhml 2005-08-23 18:54:35 +00:00
ben%bengoodger.com 7a79bc102f 293460 crash when navigating preferences with arrow keys. null check load observer. r=jst sr=bryner a=cbeard 2005-08-23 18:26:35 +00:00
bzbarsky%mit.edu 460852ef57 Another attempt to get back Tp perf. Bug 294114 again, r+sr=jst 2005-08-23 17:11:45 +00:00
bzbarsky%mit.edu e25a3e49f5 Attempt to prevent BlockOnload/UnblockOnload thrashing during document load;
just block it when parsing starts and unblock when parsing is done.  Bug 294114
followup, r+sr=jst
2005-08-23 15:44:43 +00:00
roc+%cs.cmu.edu 31124c236b Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman 2005-08-23 03:57:07 +00:00
bzbarsky%mit.edu c55be881ae Remove nsDummyLayoutRequest and use the nsIDocument onload-blocking API
instead.  Bug 294114, r=dbaron, sr=jst
2005-08-23 01:29:02 +00:00
jst%mozilla.jstenback.com 2baa2ac900 Fixing bug 277434. Make object.type comply with the DOM spec again and expose the actual mimetype as .actualType on an interface that's *not* exposed w/o explicit QI. r+sr=bzbarsky@mit.edu 2005-08-22 23:44:55 +00:00
roc+%cs.cmu.edu e86d48993f Bug 305483. Make --enable-system-cairo work with --enable-canvas. r+sr=roc, patch by Mike Hommey 2005-08-22 22:45:07 +00:00
bzbarsky%mit.edu 692c9e00f2 Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param.  Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
bryner%brianryner.com 4ca6fcf9b4 In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst. 2005-08-22 18:34:21 +00:00
bzbarsky%mit.edu d96557ec42 Remove bogus assert. Bug 305271, r+sr=peterv 2005-08-22 15:48:01 +00:00
bzbarsky%mit.edu 449d8b6f24 Restore some frame recursion protection that got lost. Bug 303163, r+sr=jst 2005-08-22 15:44:49 +00:00
roc+%cs.cmu.edu 6e23b199ec Bug 300313. DeCOMtaminate linebreaker/wordbreaker, and access them directly as services rather than through a factory. r+sr=roc, patch by Joshua Welderson (thanks Joshua\!) 2005-08-22 03:00:06 +00:00
Olli.Pettay%helsinki.fi f942bc0cce Bug 304027, XBL handlers for custom events no longer working. r=bryner, sr=jst 2005-08-21 22:20:36 +00:00
cst%andrew.cmu.edu 2a969fde0b Bug 305215 Fix crash going back while loading an image [@ ImageListener::OnStopRequest] (regression from bug 292503)
patch by Frank Wein <bugzilla@mcsmurf.de>, r=biesi sr=jst
2005-08-20 22:47:10 +00:00
timeless%mozdev.org 9eac65e242 Bug 305041 shutdown crash [@ nsAttrValue::ToString] nsAttrValue::sEnumTableArray is null
r=bz sr=bz
2005-08-19 23:40:42 +00:00
bzbarsky%mit.edu 6919fc19ec Allow passing a cached nsIContentPolicy service pointer to
NS_CheckContent*Policy if the caller has one.  Bug 304845, r=biesi, sr=jst
2005-08-19 15:00:01 +00:00
bzbarsky%mit.edu 4cc6699511 Make sure that non-image inputs don't claim to have a useful image via
nsIImageLoadingContent.  Bug 301635, r=biesi, sr=jst
2005-08-19 14:55:07 +00:00
peterv%propagandism.org 30153febff Fix for bug 304374 (|nsCOMPtr<nsIInterfaceInfoManager> iim = XPTI_GetInterfaceInfoManager()| leaks). r/sr=jst. 2005-08-18 11:29:12 +00:00