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

12965 Коммитов

Автор SHA1 Сообщение Дата
Robert O'Callahan b131826697 Fixing testcase 2008-06-17 11:41:12 +12:00
Robert O'Callahan 3b260fb7e9 Bug 287465. Support getSVGDocument on 'iframe' and 'object', and allow it to return on-SVG documents. r+sr=jst. acid3++ 2008-06-17 09:53:12 +12:00
Simon Montagu 9faa7d6380 Remove unnecessary argument from SetBidiEnabled. Bug 435856, r+sr=roc 2008-06-16 02:28:17 -07:00
Arpad Borsos 262814234f Bug 407616. Clean up nsResizerFrame and add tests. r+sr=roc 2008-06-16 13:36:28 +12:00
Robert Longson 59f18dd404 Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). (removing obsolete files) r+sr=roc 2008-06-14 21:11:14 +12:00
Robert Longson d7ab3cb4c6 Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). (adding missed files) r+sr=roc 2008-06-14 21:09:44 +12:00
Robert Longson 6453026467 Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). r+sr=roc 2008-06-14 21:01:02 +12:00
Robert O'Callahan 7454ea4889 Bug 438519. Make DocumentType.internalSbuset return null when there was no internal subset in the doctype at all. r+sr=sicking. Acid3 progress. 2008-06-14 20:24:13 +12:00
L. David Baron 6bcc3a9a1f Count U+000C as a whitespace character for separating class attributes. (Bug 437915) r=bzbarsky sr=sicking 2008-06-10 17:27:00 -07:00
Jesse Ruderman dc6a86aaf8 Make standalone image zoom shortcuts not activate when you use normal zoom shortcuts (bug 434948). r=smaug, sr=jst. 2008-06-10 17:22:03 -07:00
Eric Butler be40edd6c9 Canvas text spec implementation (bug 436904) 2008-06-10 16:16:59 -07:00
Vladimir Vukicevic 977091d498 b=346189, children should optionally not affect size of XUL stack; r+sr=roc 2008-06-04 23:46:24 -07:00
Olli Pettay 008bf5d310 Bug 434251, r+sr=jst 2008-06-04 23:23:37 +03:00
Olli Pettay 287e2bf7f3 Bug 433758, Crash [@ nsContentList::Item], r+sr=jst 2008-06-04 23:18:58 +03:00
Olli Pettay f9da9e5c79 Bug 412567, Once dispatched, events cannot be redispatched, r+sr=jst 2008-06-04 23:11:36 +03:00
Olli Pettay a1c0d47a56 Bug 412567, Once dispatched, events cannot be redispatched, r+sr=jst 2008-06-04 23:09:48 +03:00
Jeff Walden 3058a74cd4 Bug 421765 - Implement DOM 3 replaceWholeText and wholeText. acid3++ r=smaug, sr=jst 2008-06-04 13:53:34 -04:00
Vladimir Vukicevic 35bb6388f9 b=430906; add moz-opaque attribute to <canvas>; r+sr=roc 2008-06-03 17:00:32 -07:00
gavin@gavinsharp.com b1f1aa6313 Bug 433328: properly handle null inner window, patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=jst, a=shaver 2008-05-28 12:03:04 -07:00
masayuki@d-toybox.com 2cf410d412 b=433340 backing out for linux test failure 2008-05-23 04:41:04 -07:00
masayuki@d-toybox.com 774bacbdf5 Bug 433340 bookmark dialog covers candidate window when using IMEr=enndeakin, sr=neil, a=mtschrep 2008-05-22 21:47:24 -07:00
karlt+@karlt.net f1d13b1402 Bug 433192. Ctrl+Shift+X doesn't switch text-direction in text boxes with Hebrew keyboard layout. p=masayuki+karl r=gavin sr=roc a1.9=schrep. 2008-05-11 17:39:29 -07:00
gavin@gavinsharp.com 3a8f58be4e Add reference to bug # for disabled test (bug 433089) 2008-05-09 14:37:25 -07:00
gavin@gavinsharp.com 5297b2a96d Third bustage fix attempt for bug 409604 2008-05-08 17:04:34 -07:00
gavin@gavinsharp.com 7717a4851b Second bustage fix attempt for bug 409604 2008-05-08 16:51:23 -07:00
gavin@gavinsharp.com 29b3e1a76f Attempt to fix windows bustage from test for bug 409604 2008-05-08 15:38:58 -07:00
gavin@gavinsharp.com 6351437274 Bug 409604: Accesskeys on HTML label, area and legend elements don't work, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r+sr=roc, a=schrep 2008-05-08 13:00:24 -07:00
jst@mozilla.org a46e2577cb Fixing bug 432591. Only register event handlers on inner windows. r+sr=jonas@sicking.cc, a=dsicore 2008-05-07 21:57:21 -07:00
reed@reedloden.com 00fc3677b8 Bug 431703 - "Crash [@ nsXMLContentSink::HandleEndElement] setting innerHTML with SVG, onload" (null check) [p=longsonr@gmail.com (Robert Longson) r+sr=bzbarsky a1.9=beltzner] 2008-05-07 03:23:08 -07:00
jst@mozilla.org aa71e15809 Fixing bug 430802 (and bug 405357). Prevent plugin instantiation code re-entrancy. r=jwatt@jwatt.org, sr=bzbarsky@mit.edu, a=beltzner 2008-05-06 13:49:30 -07:00
bzbarsky@mit.edu 00c09574bf Adding test. 2008-05-06 12:21:39 -07:00
bzbarsky@mit.edu 3398f8db45 Fix bug 431833: fire DOMFrameContentLoaded on the immediate parent document of the frame. r=bent, sr=sicking, a=beltzner 2008-05-04 20:53:42 -07:00
crowder@fiverocks.com 7cde5f298c Bug 318906 : issue with event-handler attached to an outer window, patch by mrbkap, r/sr=jst, a=mtschrep 2008-05-03 21:29:12 -07:00
jonas@sicking.cc 7bff8694da Backing out to try to fix orange 2008-05-02 19:16:21 -07:00
jonas@sicking.cc def3db1121 Bug 429781: Update XMLHttpRequest blocked header list to latest spec. Patch by Adam Barth. r/sr=sicking a=damon 2008-05-02 17:00:18 -07:00
jwalden@mit.edu fb4f130b16 Fix up recently-landed test for async and target changes to postMessage. r=orange 2008-05-02 14:39:06 -07:00
jwalden@mit.edu ce28707a93 Bug 430251 - Update to latest HTML5 and make postMessage dispatch its event asynchronously, as well as dispatch at the window, not the document. r=jst, r=smaug, sr=sicking, a=damons, c=cookie 2008-05-02 12:26:47 -07:00
masayuki@d-toybox.com bccb64fe9e Bug 429219 Ctrl+1, Ctrl+2, etc, regression (on fr(-FR) keyboard), after bug 359638 r=karl+gavin, sr=roc, a=dsicore 2008-05-02 07:50:42 -07:00
peterv@propagandism.org 6f9bbd6446 Fix for bug 430624 (Crash [@ nsDocShellEditorData::DetachFromWindow] with spellcheck attribute). Patch by cpearce, r=peterv, sr=jst. 2008-05-02 04:36:29 -07:00
roc+@cs.cmu.edu 561174a1aa Bug 406730. Track window activation status and set an 'active' attribute on the XUL root so we can style window contents based on activation status. Also provide active+inactive colors to Cocoa chrome drawing and use them based on 'main' state. Patch by Markus Strange, r=josh,sr=roc,a=mconnor 2008-05-02 04:32:50 -07:00
jonas@sicking.cc 4c968d63fd Putting back since orange wasn't affected 2008-05-01 15:43:42 -07:00
stuart.morgan@alumni.case.edu 992d7014b9 Bug 431233: Remove printf that shouldn't have been left in. r+sr=jst a1.9=beltzner 2008-05-01 14:33:11 -07:00
jonas@sicking.cc 7f219134ab Backing out to try to fix orange 2008-05-01 12:03:48 -07:00
jst@mozilla.org 59625422bb Fixing bug 431280. Sniff the URI file extension for a mimetype to use if the one given in an embed elements type attribute isn't a supported type. r+sr=bzbarsky@mit.edu, a=dsicore@mozilla.com 2008-04-30 14:23:32 -07:00
peterv@propagandism.org 20171b841e Fix for bug 430392 (Pressing enter in div w/ contenteditable = true causes text nodes to move unexpectedly) . r/sr=jst, a=damon. 2008-04-30 11:13:11 -07:00
vladimir@pobox.com edd674511f b=430873; fast path drawImage with a canvas as source ; r+sr=roc/stuart; a=damon 2008-04-30 10:04:46 -07:00
joshmoz@gmail.com a71878eac0 Stop variable from being used uninitialized which messes with focus acceptance. Patch by peterv. b=430351 r=jonas sr=bz a=beltzner 2008-04-29 17:11:04 -07:00
Olli.Pettay@helsinki.fi a300e73cf3 back out bug 430873 to fix test failures 2008-04-29 07:43:35 -07:00
Olli.Pettay@helsinki.fi 875d62a614 Bug 426646, Using location.replace breaks iframe history, r=bz,sr=jst,a=dsicore 2008-04-29 00:18:55 -07:00
vladimir@pobox.com 9035a10cf4 test failure fix 2008-04-28 21:57:21 -07:00