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

11051 Коммитов

Автор SHA1 Сообщение Дата
jminta%gmail.com eac20cd727 Bug 257781 vBulletin (message board) javascript causes wrong username/password to be remembered. patch by Michael Wu <mwu@mozilla.com>, r=jst, sr=sicking 2006-06-23 02:44:39 +00:00
cvshook%sicking.cc 1ce39d3737 Bug 338391: Properly check if IndexOf returned -1. Patch by dveditz, r/sr=sicking 2006-06-22 22:05:20 +00:00
dveditz%cruzio.com 506140bd0c Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
Olli.Pettay%helsinki.fi f7130ee6c9 Bug 342011, xul window load event handlers no longer called with evt.eventPhase == Event.AT_TARGET, r+sr=sicking 2006-06-22 07:51:57 +00:00
bzbarsky%mit.edu e6259982ea Make GetElementsByAttribute compare to the qualified name, like it used to, not
just to the localName.  Bug 319421, r+sr=sicking
2006-06-22 02:37:06 +00:00
tor%cs.brown.edu 967aaf6f53 Bug 342301 - nsSVGPathGeometryElement::GetMarkPoints should take nsTArray.
r+sr=roc
2006-06-21 19:35:59 +00:00
tor%cs.brown.edu 3f9980a5fd Bug 342200 - Remove nsSVGPathGeometryFrame subclasses. r+sr=roc 2006-06-21 15:42:28 +00:00
mrbkap%gmail.com 1979b01fd6 Close shouldn't send any real text for the parser to parse, since there might
be elements open that make the text appear in the final content model. bug 342223, r+sr=jst
2006-06-21 00:39:24 +00:00
roc+%cs.cmu.edu 84304f7c5a Bug 341711. Compute offset* properties using unscrolled positions. r+sr=bzbarsky 2006-06-20 21:21:47 +00:00
mark%moxienet.com 03ecb80d2b 342103 Part of patch for bug 336012 inadvertently reversed by checkin of bug 255942. 336012 was r=David.R.Gardiner sr=roc 2006-06-20 20:26:30 +00:00
Olli.Pettay%helsinki.fi 82fa713d27 Bug 341635, crash [@ nsDOMAttribute::GetNamespaceURI] related to opening and closing windows, focus method, xul and javascript alert, r=mhammond,sr=jst 2006-06-20 08:09:22 +00:00
bzbarsky%mit.edu 35641d545f Make document observers QI to nsIDocumentObserver. Fixes fallout (tree orange)
from bug 340733; reviews pending.
2006-06-20 06:29:17 +00:00
bzbarsky%mit.edu f552f1c839 Use iterators that deal with observers being removed to iterate the observers array when notifying Bug 340733, r+sr+branch181=sicking 2006-06-20 01:02:55 +00:00
mrbkap%gmail.com a0302c1e9e Prevent assertions when a document that has had document.open called is closed
suddenly (without an intervening document.close call). bug 332896, r=bzbarsky, sr=sicking
2006-06-19 23:51:32 +00:00
bzbarsky%mit.edu 878f5ab09c Remove ourselves as an observer when we're done building the DOM, not when we
get destroyed, since the DOM can be messed with in ways that confuse us between
those two points in time.  Bug 341062, r=mrbkap, sr=sicking
2006-06-19 21:10:29 +00:00
brettw%gmail.com a54888a781 Bug 335291 r+sr=bz Make trunk popup events safer 2006-06-19 16:54:53 +00:00
timeless%mozdev.org 27eaab5dcd Bug 337917 Make consumers stop using cids from other modules 2006-06-18 21:18:22 +00:00
dbaron%dbaron.org 8ade31392b Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking 2006-06-16 21:07:47 +00:00
mrbkap%gmail.com 0f8195a254 Quiet this warning for the one known case that it fires since we do a passable job of handling this case anyway. bug 341320, r+sr=sicking 2006-06-16 19:13:17 +00:00
tor%cs.brown.edu 801f1b0080 Bug 338142 - Enhance nsSVGPathDataParser, create superclass for reuse
functionality.  Patch by wellsk@us.ibm.com, r=tor, sr=roc.
2006-06-16 17:20:25 +00:00
bclary%bclary.com 84b26ca512 Bug 340036: Script tag should support version 1.7, r=mrbkap, r=peterv, sr=brendan 2006-06-15 21:47:59 +00:00
peterv%propagandism.org 429a6510e7 Bustage fix. 2006-06-15 21:00:25 +00:00
peterv%propagandism.org 090f2dd5c1 Fix for bug 337704 (Clean up files moved from xmlextras). r/sr=bz. 2006-06-15 20:30:44 +00:00
mark%moxienet.com 54d67eec04 338756 bustage fix, cocoa widgets 2006-06-15 20:20:31 +00:00
dbaron%dbaron.org d7f089f08f Disable support for proportional widths on <col>. b=333352 r=bernd sr=roc 2006-06-15 19:20:20 +00:00
tor%cs.brown.edu a243471944 Bug 341021 - Remove nsISVGOuterSVGFrame interface. r+sr=roc 2006-06-15 19:10:28 +00:00
Olli.Pettay%helsinki.fi 922d2b6489 Bug 339659, Make .eventPhase to work with event retargeting, r=bz+enndeakin, sr=bz 2006-06-15 17:45:22 +00:00
vladimir%pobox.com dd43bcf775 b=338786, fix canvas on mac, r=stuart 2006-06-15 17:43:49 +00:00
tor%cs.brown.edu f87cf04198 Bug 341292 - Remove nsISVGPathFlatten interface. r=longsonr, sr=roc 2006-06-15 15:59:28 +00:00
longsonr%gmail.com f300860e44 Bug 327705 - remove ASSERTION: can't get bounding box for element without frame. r=tor,sr=bzbarsky 2006-06-15 11:13:41 +00:00
sharparrow1%yahoo.com 10b835e8f7 Bug 338266: Scrolling doesn't work when the mouse is over page breaks. r+sr=roc 2006-06-15 03:21:51 +00:00
bzbarsky%mit.edu cd73f2108b Don't assume mRootContent is non-null. Bug 340796, r=sicking, sr=neil, branch181=sicking 2006-06-15 03:13:00 +00:00
mhammond%skippinet.com.au 90ce32e3d2 Correct the change to the fast-load version. r/sr=bz 2006-06-15 03:06:30 +00:00
mrbkap%gmail.com bfd83c86b9 Always call BindCompiledEventHandler now that we treat all event handlers as being shared. bug 341356, r=mhammond sr=sicking a=pavlov 2006-06-14 01:31:25 +00:00
mhammond%skippinet.com.au 0f241835df Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan. 2006-06-13 03:07:47 +00:00
martijn.martijn%gmail.com 15deffdb3e Bug 76131 - localName should be null for all nodetypes except Element and Attr, r+sr=bugmail. Patch by Alex Vincent 2006-06-12 22:47:37 +00:00
mrbkap%gmail.com 98997f8669 Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
vladimir%pobox.com 94a2dfe7a9 b=341280, canvas getImageData needs to check for negative width/height, r=pavlov,a=vlad 2006-06-12 20:20:13 +00:00
jwalden%mit.edu 28de87e252 Bug 159167 - Implement DOM3 isEqualNode(). Patch by Alex Vincent <ajvincent@gmail.com>, r+sr=sicking 2006-06-12 18:54:48 +00:00
mark%moxienet.com e084450e4b 336012 Copying content from browser and pasting into (Mac) Terminal results in URL instead of selected text, URL contains 0-bytes. Part 1: don't map the URL of a page that text was copied from to a public flavor on Mac. r=David.R.Gardiner sr=roc 2006-06-12 17:30:22 +00:00
cbiesinger%web.de b6ddf6008a Also add using declarations for OnStartRequest and OnStopRequest,
to fix new compile warnings. bug 341096 r+sr=bz
2006-06-12 17:11:43 +00:00
cbiesinger%web.de f116f57d3a Bug 341077 Show intrinsic state in content tree dumps
r+sr=bz
2006-06-12 17:03:31 +00:00
longsonr%gmail.com 37551a947a Bug 340542 - SVG Consolidate functionality to get primary frame. r=tor,r+sr=bzbarsky 2006-06-12 16:14:31 +00:00
martijn.martijn%gmail.com 0a6dcb125d Bug 333922 - Setting designMode doesn't work with enhanced privileges on a frame with a different domain, r+sr=bzbarsky 2006-06-12 08:55:37 +00:00
tor%cs.brown.edu 046686ac76 Bug 340850 - Use nsTArray in SVG path parsing. r+sr=roc 2006-06-08 20:16:04 +00:00
bzbarsky%mit.edu 642b358e3a Make sure to null out mRootContent in Destroy when we unbind it. Bug 326645, r+sr+branch181=sicking 2006-06-08 04:41:24 +00:00
bzbarsky%mit.edu d82cef21db Fix notifications so we don't double-notify when closing tags. Bug 339249,
r=mrbkap, sr=sicking
2006-06-08 04:38:44 +00:00
bzbarsky%mit.edu 9d3573c2a5 Add assertion to catch issues like bug 312704. r=mrbkap, sr=sicking 2006-06-08 04:29:28 +00:00
bzbarsky%mit.edu 6e37157407 Cache the list of form controls, so loading a large page with lots of form
controls outside forms is not O(N^2).  Bug 336062, r+sr=sicking
2006-06-08 04:28:20 +00:00
mrbkap%gmail.com 8f01b34f73 Protect against null contexts. bug 340602, r+sr=roc 2006-06-07 17:15:51 +00:00