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

4792 Коммитов

Автор SHA1 Сообщение Дата
martijn.martijn@gmail.com b8083290f1 Mochitest for bug 332246, r=roc 2008-01-09 11:04:26 -08:00
roc+@cs.cmu.edu ab982faa16 Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-09 01:38:28 -08:00
reed@reedloden.com cab4bbb777 Bug 330676 - "leak network mime input stream (nsIMIMEInputStream) object" [p=bernard.alleysson@gmail.com (Bernard Alleysson) r=dbaron a1.9=schrep] 2008-01-08 23:05:34 -08:00
roc+@cs.cmu.edu 96da482e7e backing out bug 355548 due to test failures 2008-01-08 15:11:27 -08:00
roc+@cs.cmu.edu c816d4ca4f Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-08 14:36:46 -08:00
peterv@propagandism.org 85e361582b Add crashtest for bug 407053. 2008-01-08 12:06:24 -08:00
peterv@propagandism.org fd1ccbd30d Fix for bug 407053 ("Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread" with document.execCommand('copy', ...)). r/sr=jst, a=sicking. 2008-01-08 10:41:08 -08:00
martijn.martijn@gmail.com e1cb8bc494 Mochitest for bug 332246 backed out for now, because of failure on the mac 2008-01-07 06:23:35 -08:00
martijn.martijn@gmail.com 549f733379 Mochitest for bug 332246, r=roc 2008-01-07 05:37:24 -08:00
martijn.martijn@gmail.com 8a3fe97ece Bug 332246 - scrollIntoView(false) doesn't work correctly for inline elements that wrap at multiple lines, r+sr+a=roc 2008-01-07 05:36:28 -08:00
bzbarsky@mit.edu 5a3c4d0354 Handle session history navigation across a document.open with nothing written. Bug 376064, r=biesi, sr=jst, a=schrep 2008-01-04 22:48:12 -08:00
mrbkap@gmail.com a42148de74 Add a way to find all of the XOWs for an object and use it to deal with hard cases where we have to clear the scope of XOWs in order to reflect changes to the underlying object. Also deal with objects moving between scopes by ensuring that we're always able to find their XOWs. bug 399587, r+sr=jst r=brendan for some last-minute changes added in this version. 2008-01-04 20:45:16 -08:00
jruderman@hmc.edu 0897e6bcea Backing out mrbkap's fix for bug 399587, in the hope of fixing bug 410323 and perhaps bug 410291. 2008-01-03 20:12:48 -08:00
bzbarsky@mit.edu b7e9244ac8 Backing out bug 409885, since this part of Necko happens not to exist. 2007-12-30 19:43:42 -08:00
bzbarsky@mit.edu 52491d2d87 Fix bug 409885: don't do string-manipulation to set the domain on a URI. r+sr+a=jst 2007-12-30 15:35:42 -08:00
mrbkap@gmail.com 11ea674cb1 Add a way to find all of the XOWs for an object and use it to deal with hard cases where we have to clear the scope of XOWs in order to reflect changes to the underlying object. Also deal with objects moving between scopes by ensuring that we're always able to find their XOWs. bug 399587, r+sr=jst 2007-12-29 20:34:49 -08:00
mrbkap@gmail.com e66d54a4af Don't lose exceptions when weird objects are passed to us. bug 407019, r+sr=sicking a=beltzner 2007-12-26 14:20:31 -08:00
jruderman@hmc.edu 3ae5b97a28 Add crashtests. 2007-12-23 17:06:42 -08:00
jst@mozilla.org cd9f29a349 Fixing bug 408792. Remove some expensive QI calls from frequently called code. r=jonas@sicking.cc, sr=bzbarsky@mit.edu 2007-12-21 05:44:58 -08:00
bzbarsky@mit.edu 74bd2a0ec4 Changing the alt or value attribute of an image input should change the text shown when the image is broken. Bug 408782, r+sr=dbaron, a=schrep 2007-12-19 09:46:54 -08:00
jruderman@hmc.edu 42ecae2fa0 Add a crashtest 2007-12-16 17:01:29 -08:00
jruderman@hmc.edu 460f6a7336 Free crashtests with $5 S&H while supplies last! 2007-12-16 16:57:31 -08:00
jruderman@hmc.edu eede14833e Add a crashtest 2007-12-16 14:05:46 -08:00
Olli.Pettay@helsinki.fi 6f11b29032 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 01:45:33 -08:00
bzbarsky@mit.edu 3873a2fe8d Make document classes use QI tables as possible. Bug 408403, r+sr+a=jst 2007-12-14 21:43:10 -08:00
jruderman@hmc.edu c42ddfa4c5 Fix test bustage. 2007-12-14 21:36:36 -08:00
jruderman@hmc.edu 4b61063535 Add a crashtest. 2007-12-14 21:25:04 -08:00
dcamp@mozilla.com 49996c09ec Bug 405741: rename fileList to files on the file input element. r/sr=sicking 2007-12-12 10:32:55 -08:00
Olli.Pettay@helsinki.fi 7b08ddd398 Bug 403168, r=jonas, sr=jst, a=blocking1.9 2007-12-12 00:33:32 -08:00
jonas@sicking.cc 5d4f2a4212 Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz 2007-12-11 18:26:09 -08:00
jst@mozilla.org 0c39118885 Fixing bug 407812. Don't waste time calling QI in nsNodeSH::PreCreate() and nsElementSH::PostCreate(). r+sr=jonas@sicking.cc 2007-12-10 17:19:18 -08:00
jonas@sicking.cc b023de82f1 Bug 406852: Fix docshell leak by properly killing the frameloaders in object-loading-content when the document is destroyed. r/sr=peterv 2007-12-04 23:11:00 -08:00
peterv@propagandism.org a0d5f60400 Trying to fix orange. 2007-12-04 21:35:10 -08:00
peterv@propagandism.org c90338d05f Fix for bug 390278 (Shift+tab no longer navigates out of MIDAS area). r/sr=jst. 2007-12-04 21:03:56 -08:00
bzbarsky@mit.edu 472f521b95 Fix comment too. Bug 395107 2007-12-04 09:14:20 -08:00
bzbarsky@mit.edu 5e00241d1c Fix build bustage. Bug 395107 2007-12-04 09:09:31 -08:00
bzbarsky@mit.edu c446f4e760 Make <select> handle changes to defaultSelected on node for which selected has not been set. Bug 395107, r+sr=sicking. 2007-12-04 08:50:32 -08:00
jonas@sicking.cc 004ba2ffc2 Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-02 22:35:47 -08:00
bzbarsky@mit.edu 9776bb1760 Fix bug 390565. r+sr=mrbkap 2007-12-02 18:29:48 -08:00
jonas@sicking.cc 9af3db26f7 backing out due to test failures 2007-12-01 10:56:00 -08:00
jonas@sicking.cc b8e5a0e2ea Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-01 10:24:24 -08:00
jonas@sicking.cc 72c3e3035b Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-30 09:57:03 -08:00
jonas@sicking.cc 929e6f34af Backing out due to mochitest failure 2007-11-29 01:34:51 -08:00
jonas@sicking.cc 33299d3be4 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-29 00:41:25 -08:00
peterv@propagandism.org 8c1798748b Fix for bug 404320 (FormatBlock doesn't work correctly will break existing Midas implementations). r/sr=jst, a=beltzner. 2007-11-28 15:38:20 -08:00
mrbkap@gmail.com ec1cd4b887 Propagate exceptions when they occur to avoid assertions. bug 393813, r+sr=jst a=schrep 2007-11-27 16:52:37 -08:00
dcamp@mozilla.com d7bccf6f0d fix test bustage from bug 369814. 2007-11-26 22:40:07 -08:00
bzbarsky@mit.edu eea905a151 Make getElementById in HTML always return the first node in document order. Bug 403868, r+sr=sicking 2007-11-21 18:28:47 -08:00
bzbarsky@mit.edu 8da3f16fa9 Fix very long-standing bug with incorrect insertion indices reported by the HTML content sink. Bug 404553, r+sr=peterv, a=schrep 2007-11-21 12:57:49 -08:00
bzbarsky@mit.edu a2bba38560 The frame model depends on the span attribute, so changing span should reconstruct frames. Bug 403249, r=bernd, sr=roc 2007-11-18 10:56:49 -08:00