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

10446 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de bc0be14329 bug 324705 prefer natively handled document types over plugins
r+sr=bz
2006-01-28 14:08:55 +00:00
jwatt%jwatt.org c206358879 Fixing bug 300868. The 'target' attribute is not supported on SVG's <a> element. r=bugmail@sicking.cc, sr=jst@mozilla.org 2006-01-28 13:12:28 +00:00
davel%mozilla.com 772f768d1a Unify necko and content test harnesses. Create common versions of test harness
files in tools/test-harness/xpcshell-simple, and modify the existing
instances to use the common files.  Bug 322894, r=darin,bzbarsky,
sr=benjamin
2006-01-27 20:56:16 +00:00
peterv%propagandism.org df1bc13bf8 Fix for bug 324746 (XPathResult object can crash brower when calling iterateNext() or snapshotItem()). r=sicking, sr=jst. 2006-01-27 09:58:43 +00:00
bzbarsky%mit.edu 9f131929b1 Add nsIDOM3Attr; implement isId on Attr nodes. Bug 288513 starter, patch by
Alex Vincent <ajvincent@gmail.com>, r+sr=jst
2006-01-27 04:10:30 +00:00
bzbarsky%mit.edu 7e1a612c7a Make sure first attr always wins, even for <html> and <head>. Bug 324378,
r=sicking, sr=jst
2006-01-27 01:13:00 +00:00
bzbarsky%mit.edu c7d555ea51 Don't lose text in the head context. Bug 324476, r=mrbkap, sr=jst 2006-01-27 01:05:54 +00:00
bzbarsky%mit.edu cef902562c Fix bug 306900, r+sr=jst 2006-01-27 01:03:06 +00:00
cvshook%sicking.cc 979e61556e Bug 324723: Make nsPropertyTable resistent against using the wrong base pointer by enforcing type safety. r/sr=jst 2006-01-26 23:40:49 +00:00
mrbkap%gmail.com 87cc7990fa bug 324738: Remove some unnecessary complexity from the parser and hardcode DTDs. r=sicking sr=jst 2006-01-26 19:07:41 +00:00
Olli.Pettay%helsinki.fi 5254037b54 Bug 281139, crash doing onfocus=alert() and Reloading, r+sr=bz 2006-01-26 16:12:30 +00:00
roc+%cs.cmu.edu 086f15ae73 Fixing more sicking bustage 2006-01-26 04:19:11 +00:00
roc+%cs.cmu.edu 07e1542ea4 Fixing sicking bustage. 2006-01-26 03:44:21 +00:00
roc+%cs.cmu.edu ef728481f4 Fixing bustage. thanks=sicking 2006-01-26 02:49:29 +00:00
roc+%cs.cmu.edu 5451e97878 Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
cvshook%sicking.cc b6f702b221 Bug 208172: Implement optimizable XPath. r=peterv sr=jst 2006-01-26 01:50:30 +00:00
cvshook%sicking.cc d3d6c00645 Bug 324572: Forgot to remove some property implementations that are now unneeded. r/sr=bz 2006-01-25 23:29:56 +00:00
cvshook%sicking.cc 2c534796ea Fix build bustage when MOZILLA_INTERNAL_API isn't defined 2006-01-25 22:00:38 +00:00
cvshook%sicking.cc 483d57b2a5 Fix build bustage 2006-01-25 21:36:46 +00:00
cvshook%sicking.cc 1af1b10ad8 Bug 324572: Move property methods to nsINode and make nsIAttribute inherit nsINode.
r/sr=bz
2006-01-25 20:49:56 +00:00
darin%meer.net cc4577f6cc fix balsa bustage 2006-01-25 02:46:20 +00:00
bryner%brianryner.com 82d6fa213e Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
darin%meer.net c66402ebc4 fixes bug 323793 "Expose .ping attribute for <a> and <area> elements" r=jst sr=bzbarsky 2006-01-24 05:48:32 +00:00
mrbkap%gmail.com 29c2da6391 bug 321781: document.close() causes weird things to happen when asynchronous things were document.written. r=sicking sr=jst 2006-01-24 01:48:41 +00:00
mrbkap%gmail.com b4fe31dec2 bug 321781: document.close() causes weird things to happen when asynchronous things were document.written. r=sicking sr=jst 2006-01-24 01:25:14 +00:00
jwatt%jwatt.org ccce6f1a1f Fixing bug 323589. Trying to access .style of <svg:marker> throws "Component does not have requested interface" (NS_NOINTERFACE). Patched by Robert Longson longsonr@gmail.com, r=jwatt@jwatt.org sr=tor@acm.org 2006-01-23 18:05:48 +00:00
cbiesinger%web.de c1023d97c6 bug 323551 make the in-tree cairo compile on beos (if a system-installed
freetype and fontconfig is present)
r=bsmedberg,vlad
2006-01-21 15:58:24 +00:00
mrbkap%gmail.com 0a86b61aab bug 323908: Pass line and column information to ReportError. Patch by Robert Sayre <sayrer@gmail.com>. r=mrbkap sr=jst 2006-01-21 02:02:02 +00:00
tor%cs.brown.edu 550cb22cd6 Bug 316764 - implement <mask> and fix <clipPath> for multiple
overlapping children.  r=scootermorris
2006-01-20 17:00:43 +00:00
jwatt%jwatt.org d865a052e4 Fixing bug 323753. Initialise meetOrSlice variable properly. Patched by Robert Longson longsonr@gmail.com, r=jwatt@jwatt.org, sr=tor@acm.org 2006-01-20 16:38:58 +00:00
jwatt%jwatt.org e379481aa8 Fixing bug 317709. onclick does not work with textPath SVG elements. Patched by Robert Longson longsonr@gmail.com, r=tor@acm.org, sr=jst@mozilla.org 2006-01-20 16:31:46 +00:00
bzbarsky%mit.edu be7a2211fd Implement an nsINode interface; move some common stuff from nsIContent and
nsIDocument to nsINode.  Bug 323311, r=sicking, sr=jst
2006-01-19 03:34:18 +00:00
dbaron%dbaron.org b78ffcf649 Fix Windows bustage. 2006-01-19 03:11:23 +00:00
dbaron%dbaron.org 558c4f8e3a Prevent circular ownership leaks via XPCOM-JS cycles through treewalker's filter, the same way we do for event listeners. b=323534 r=mrbkap sr=jst 2006-01-19 02:46:18 +00:00
dbaron%dbaron.org e94c39c01b Remove event listeners when dropping an event listener manager so that the weak references in DOMClassInfo's preserved wrapper table for event listeners are removed before the ELM's owner (the GC participant) goes away, and document why this needs to be done. Also consolidate the things that need to be done before letting go of an ELM into one method, and add some missing calls to that method. b=323807 r=mrbkap sr=jst 2006-01-19 02:43:39 +00:00
cvshook%sicking.cc 1a32498b38 Fix cairo bustage 2006-01-19 01:47:53 +00:00
cvshook%sicking.cc 7d9189938d Bug 323910: Merge atom lists in gklayout
r/sr=jst
2006-01-19 00:58:12 +00:00
mrbkap%gmail.com f7a11017f6 bug 322773: The prompt service asserts if there our window doesn't have a document. r+sr=bzbarsky 2006-01-18 23:06:06 +00:00
roc+%cs.cmu.edu 535ab97263 Fixing build bustage 2006-01-18 04:29:17 +00:00
roc+%cs.cmu.edu cb85074f0d Bug 323230. Add FindAttrValueIn as an efficient way to look up an attribute value in a table of atoms. r=sicking,sr=bzbarsky 2006-01-18 04:09:33 +00:00
mrbkap%gmail.com ebe07f8bd5 bug 323380: Load about:blank into the frame if the given URI was malformed. r+sr=bzbarsky 2006-01-17 18:13:31 +00:00
bzbarsky%mit.edu e085adda22 Fix blocker bug 322701 -- don't reenter StartLayout. pending r=ben, sr=dbaron. 2006-01-14 05:28:34 +00:00
Olli.Pettay%helsinki.fi 91b6c36998 Bug 322985, Remove aScriptOnly parameter from the nsIEventListenerManager::RemoveAllListeners r+sr=jst 2006-01-12 19:11:44 +00:00
tor%cs.brown.edu 193db56223 Bug 320623 - add viewport presentation attributes to appropriate SVG elements.
Patch by longsonr@gmail.com, r=tor, sr=jst
2006-01-12 17:39:46 +00:00
bzbarsky%mit.edu dde9a3c5a2 Fix bug 297801 by making removal and reinsertion of the root element less
magical.  r=peterv, sr=jst
2006-01-12 17:11:57 +00:00
bzbarsky%mit.edu b7830483b5 Make element and document RemoveChild methods share code. Bug 312522, patch by
Alex Vincent <ajvincent@gmail.com>, r=sicking, sr=bzbarsky
2006-01-12 16:33:42 +00:00
bzbarsky%mit.edu 71e7b476c8 Not all documents have a channel, so we need to synthesize one as needed. Bug
322683, r=sicking, sr=bryner
2006-01-10 21:58:25 +00:00
bzbarsky%mit.edu c60d3489b6 Fix build bustage (bug 322936) 2006-01-10 20:11:53 +00:00
dbaron%dbaron.org f79b992517 Consolidate duplicated overlay loading code. b=320211 r=mrbkap sr=jst 2006-01-10 06:05:19 +00:00
cvshook%sicking.cc dcb9344973 Bug 221434: Cleanups in the txExprParser and remove the need for txAttributeValueTemplate
r=pike sr=peterv
2006-01-09 19:38:53 +00:00