Commit Graph

13001 Commits

Author SHA1 Message Date
Ehsan Akhgari
7c2427d9e2 backout changeset 066b5a78cc46 because of test failures 2008-07-12 01:45:17 +02:00
Jesse Ruderman
88e67599c5 Add crashtest for bug 413174 2008-07-11 14:07:35 -07:00
Ehsan Akhgari
6b41f3ed58 Bug 433089 – <area> test for bug 409604 is unreliable. r+sr=roc 2008-07-11 22:57:31 +02:00
Boris Zbarsky
e73857359a Add a faster method for iterating the nsIContent children of an
nsINode if we know that there will be no DOM mutations of any sort
during the iteration.  Bug 429744, r+sr=jst
2008-07-11 16:42:19 -04:00
Vladimir Vukicevic
20c88f6afd b=433235, drawImage of canvas onto self is incorrect; r=roc 2008-07-11 13:32:12 -07:00
Dietrich Ayala
cc15f83a1c imported patch bug-199959-backout 2008-07-10 15:18:33 -07:00
Dietrich Ayala
70f20e25c7 imported patch bug-444030-backout 2008-07-10 15:14:04 -07:00
Olli Pettay
76ca602fa4 Bug 444030, Crash [@ nsGenericDOMDataNode::FirstLogicallyAdjacentTextNode] r+sr=jst 2008-07-10 21:21:31 +03:00
Olli Pettay
6595ec7aa2 Bug 199959, Attribute.specified isn't true when attribute set through Attribute.value='string' r=sicking, sr=bz 2008-07-10 20:58:35 +03:00
Blake Kaplan
f0df97ad39 Deal with a dead docshell during document.open. bug 435128, r+sr=jst 2008-07-09 15:48:02 +02:00
Olli Pettay
2d23628d74 Bug 443556, svg:use crashes, r+sr=roc 2008-07-09 13:50:48 +03:00
Chris Double
f96dba0d33 Bug 382267. Addressing jst review comments. r+sr=roc 2008-07-09 21:50:08 +12:00
Chris Double
91826e2fd0 Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc 2008-07-09 20:22:20 +12:00
Ted Mielczarek
acf5e3af5f remove user-debug code that no longer compiles. r=shaver (no bug) 2008-07-08 11:34:49 -04:00
Ted Mielczarek
b3afded489 remove user-debug code that no longer compiles. r=shaver (no bug) 2008-07-08 11:31:38 -04:00
Gavin Sharp
e095596460 Bug 443781: TraverseAccessKeyContent is unused, r+sr=jst 2008-07-08 11:30:51 -04:00
Daniel Holbert
3b13e2d585 Comment-only change: s/effect/affect/, and added '.' at end of sentence. 2008-07-08 02:24:36 -07:00
Takeshi Kurosawa ext:(%2C%20Eric%20Butler%20%3Cebutler%40mozilla.com%3E)
ab5953d90b Bug 442113 - Canvas text size depends on browser text zoom r=vlad 2008-07-03 15:02:50 -07:00
Simon Montagu
ea890e880c Make :first-letter include following punctuation but not first letters that are neither letters nor digits. Bug 399941, r+sr=roc
--HG--
rename : layout/generic/punct_marks.ccmap => layout/generic/punct_marks.x-ccmap
2008-07-02 19:28:43 +03:00
Blake Kaplan
55b8a43b73 Attempt to give more documents scope objects. bug 440275, r+sr=jst 2008-07-02 18:24:46 +02:00
Robert O'Callahan
e1f38a05fe Adding comments. 2008-07-02 14:57:43 +12:00
Benjamin Smedberg
884ca0dcae Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst 2008-06-30 21:03:50 -04:00
Johnny Stenback
c7ccc0b721 Fixing bug 438830. Prevent instantiation of a plugin if it's already been instantiated. r+sr=jonas@sicking.cc 2008-06-27 12:54:27 -07:00
Mats Palmgren
8c4bd172af Remove the element from the id map when it's removed from the document. b=441994 r+sr=roc 2008-06-27 16:04:19 +02:00
Robert O'Callahan
8df896f622 Bug 344258. Make <use> honour changes to the ID-to-element map. r=longsonr,sr=mats 2008-06-26 10:41:04 +12:00
Robert O'Callahan
29161b5c48 Bug 439375. Improve Gaussian blur inner loop. r=longsonr,sr=mats 2008-06-26 10:12:12 +12:00
Robert Longson
343cf22257 Bug 441339 - Simplify number-optional-number parsing. r+sr=roc 2008-06-24 13:54:11 +01:00
Robert O'Callahan
871a046c28 Bug 344258, fixing Windows bustage 2008-06-25 14:13:38 +12:00
Robert O'Callahan
20501fef3b Bug 344258. Create nsReferencedElement to track which element is associated with a given ID. r+sr=jst 2008-06-25 13:55:43 +12:00
Robert O'Callahan
ab67a31bf9 Bug 344258. Create nsReferencedElement to track which element is associated with a given ID. r+sr=jst 2008-06-25 13:55:01 +12:00
Olli Pettay
1f73fe21bd Bug 438241, Mousover and mouseout don't behave properly with native anonymous content, r=jst,sr=sicking 2008-06-23 11:07:06 +03:00
Robert O'Callahan
b13dd43ee0 Removing nsElementMap 2008-06-23 17:16:18 +12:00
Robert O'Callahan
a4b835e943 Bug 344258. Make XUL use the shared ID-element map. r+sr=jst 2008-06-23 13:48:05 +12:00
Robert O'Callahan
00c8f1363c Bug 344258. Move ID-content map up from nsHTMLDocument to nsDocument to prepare for using it across all document types. r+sr=jst 2008-06-23 11:12:40 +12:00
Robert O'Callahan
0084a0efef Bug 438981. The canonical 'body element' must be the first 'body' child. 2008-06-23 10:38:29 +12:00
Eric Butler
4d58741bd6 Fix crashes when using text API on a canvas context whose element doesn't have a frame, and update handling of that case to match the spec. (Bug 438695) r+sr=dbaron 2008-06-17 14:37:57 -07:00
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