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

4795 Коммитов

Автор SHA1 Сообщение Дата
dcamp%mozilla.com fd89bd5e87 Bug 402272: Replace <link rel="offline-resource"> with manifests, and navigator.offlineResources/pendingOfflineLoads with window.applicationCache. p=dcamp/Honza Bombas, r=biesi, r+sr=jst, blocking1.9=jst 2008-01-16 21:54:35 +00:00
benjamin%smedbergs.us c6b0868a4c Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep 2008-01-15 15:51:02 +00:00
reed%reedloden.com 31613eb1ee Disable part of a test from bug 408231 that seems to fail on Linux, at least. 2008-01-14 10:13:22 +00:00
reed%reedloden.com 724a8e8eaf Bug 408231 - "queryCommandEnabled( "formatblock" ) throws NS_ERROR_NOT_IMPLEMENTED" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=peterv a=blocking1.9+] 2008-01-14 09:26:25 +00:00
martijn.martijn%gmail.com 87407d1561 Mochitest for bug 332246, r=roc 2008-01-09 19:04:26 +00:00
roc+%cs.cmu.edu 9435c53623 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 09:38:32 +00:00
reed%reedloden.com 995e1d7e51 Bug 330676 - "leak network mime input stream (nsIMIMEInputStream) object" [p=bernard.alleysson@gmail.com (Bernard Alleysson) r=dbaron a1.9=schrep] 2008-01-09 07:05:34 +00:00
roc+%cs.cmu.edu c43fe7d97d backing out bug 355548 due to test failures 2008-01-08 23:11:30 +00:00
roc+%cs.cmu.edu 3c173c5ce5 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 22:36:56 +00:00
peterv%propagandism.org 2f22eebd3f Add crashtest for bug 407053. 2008-01-08 20:06:24 +00:00
peterv%propagandism.org 21f174d5dc 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 18:41:08 +00:00
martijn.martijn%gmail.com 9c46c598e7 Mochitest for bug 332246 backed out for now, because of failure on the mac 2008-01-07 14:23:35 +00:00
martijn.martijn%gmail.com d911704930 Mochitest for bug 332246, r=roc 2008-01-07 13:37:24 +00:00
martijn.martijn%gmail.com a8f668107b Bug 332246 � scrollIntoView(false) doesn't work correctly for inline elements that wrap at multiple lines, r+sr+a=roc 2008-01-07 13:36:28 +00:00
bzbarsky%mit.edu 20d4ec91a8 Handle session history navigation across a document.open with nothing written.
Bug 376064, r=biesi, sr=jst, a=schrep
2008-01-05 06:48:12 +00:00
mrbkap%gmail.com d930f34d98 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-05 04:45:17 +00:00
jruderman%hmc.edu 87fe5a346e Backing out mrbkap's fix for bug 399587, in the hope of fixing bug 410323 and perhaps bug 410291. 2008-01-04 04:12:48 +00:00
bzbarsky%mit.edu c31a3d29f4 Backing out bug 409885, since this part of Necko happens not to exist. 2007-12-31 03:43:42 +00:00
bzbarsky%mit.edu 504fbeb90f Fix bug 409885: don't do string-manipulation to set the domain on a URI.
r+sr+a=jst
2007-12-30 23:35:42 +00:00
mrbkap%gmail.com da9f953204 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-30 04:34:51 +00:00
mrbkap%gmail.com 17493bd209 Don't lose exceptions when weird objects are passed to us. bug 407019, r+sr=sicking a=beltzner 2007-12-26 22:20:31 +00:00
jruderman%hmc.edu d4c4b64be3 Add crashtests. 2007-12-24 01:06:42 +00:00
jst%mozilla.org 9ff6c106de Fixing bug 408792. Remove some expensive QI calls from frequently called code. r=jonas@sicking.cc, sr=bzbarsky@mit.edu 2007-12-21 13:44:59 +00:00
bzbarsky%mit.edu d062bfb7a0 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 17:46:54 +00:00
jruderman%hmc.edu b7c73ca37f Add a crashtest 2007-12-17 01:01:29 +00:00
jruderman%hmc.edu 23b45be58c Free crashtests with $5 S&H while supplies last! 2007-12-17 00:57:31 +00:00
jruderman%hmc.edu b643276fe5 Add a crashtest 2007-12-16 22:05:47 +00:00
Olli.Pettay%helsinki.fi 830674a858 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 09:45:37 +00:00
bzbarsky%mit.edu 91e35eac6d Make document classes use QI tables as possible. Bug 408403, r+sr+a=jst 2007-12-15 05:43:12 +00:00
jruderman%hmc.edu 74a44e59c2 Fix test bustage. 2007-12-15 05:36:36 +00:00
jruderman%hmc.edu b944a87bb3 Add a crashtest. 2007-12-15 05:25:04 +00:00
dcamp%mozilla.com e2124b438b Bug 405741: rename fileList to files on the file input element. r/sr=sicking 2007-12-12 18:32:55 +00:00
Olli.Pettay%helsinki.fi 9e62e66bc7 Bug 403168, r=jonas, sr=jst, a=blocking1.9 2007-12-12 08:33:33 +00:00
jonas%sicking.cc d9660ba6f2 Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz 2007-12-12 02:26:10 +00:00
jst%mozilla.org 5d8a863aee Fixing bug 407812. Don't waste time calling QI in nsNodeSH::PreCreate() and nsElementSH::PostCreate(). r+sr=jonas@sicking.cc 2007-12-11 01:19:19 +00:00
jonas%sicking.cc 46125fd6f9 Bug 406852: Fix docshell leak by properly killing the frameloaders in object-loading-content when the document is destroyed. r/sr=peterv 2007-12-05 07:11:00 +00:00
peterv%propagandism.org f4a1c1100a Trying to fix orange. 2007-12-05 05:35:10 +00:00
peterv%propagandism.org c503003003 Fix for bug 390278 (Shift+tab no longer navigates out of MIDAS area). r/sr=jst. 2007-12-05 05:03:56 +00:00
bzbarsky%mit.edu 65c46a5209 Fix comment too. Bug 395107 2007-12-04 17:14:20 +00:00
bzbarsky%mit.edu a421423baa Fix build bustage. Bug 395107 2007-12-04 17:09:31 +00:00
bzbarsky%mit.edu 315376acfd Make <select> handle changes to defaultSelected on node for which selected has
not been set.  Bug 395107, r+sr=sicking.
2007-12-04 16:50:34 +00:00
jonas%sicking.cc 967a7e6945 Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-03 06:35:47 +00:00
bzbarsky%mit.edu 186f08b282 Fix bug 390565. r+sr=mrbkap 2007-12-03 02:29:49 +00:00
jonas%sicking.cc e3565186c9 backing out due to test failures 2007-12-01 18:56:00 +00:00
jonas%sicking.cc b6bae1bd22 Bug 397828: Make window.document and document.open no longer be allAccess 2007-12-01 18:24:27 +00:00
jonas%sicking.cc 0c05865e5a Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-30 17:57:05 +00:00
jonas%sicking.cc 380386887c Backing out due to mochitest failure 2007-11-29 09:34:52 +00:00
jonas%sicking.cc 4b0fc84def Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-29 08:41:27 +00:00
peterv%propagandism.org 537845447f Fix for bug 404320 (FormatBlock doesn't work correctly will break existing Midas implementations). r/sr=jst, a=beltzner. 2007-11-28 23:38:20 +00:00
mrbkap%gmail.com 30d282a3bb Propagate exceptions when they occur to avoid assertions. bug 393813, r+sr=jst a=schrep 2007-11-28 00:52:37 +00:00