mrbkap%gmail.com
3e62759bbf
bug 294984: Make sure to create text and end tokens for tags such as <iframe>. This fixes a crash where CNavDTD assumed an end token was coming, but it wasn't. r+sr=bzbarsky a=chofmann
2005-05-22 00:57:37 +00:00
mrbkap%gmail.com
31edcc314b
bug 38174: Open transient styles before <li> tags so that bullets and list numbers inherit the proper styles when there is a <font> on the RS stack. r=bzbarsky sr=brendan a=asa
2005-05-19 16:36:39 +00:00
mrbkap%gmail.com
34f414e247
bug 294402: Change some unnecessary assertions into warnings. r=brendan sr=bzbarsky a=brendan
2005-05-17 16:27:21 +00:00
bzbarsky%mit.edu
216e0dce06
Use expat's doctype parsing now that it does it. Bug 288133, r+sr=peterv, a=asa
2005-05-13 19:45:43 +00:00
vladimir%pobox.com
71dac5720c
b=291216, canvas should not be an empty element, default width/height, fallback content should not be rendered, r+sr=bzbarsky, a=brendan/shaver
2005-05-07 03:45:06 +00:00
mrbkap%gmail.com
21ac5f99c7
bug 292733: Enforce that the the terminator for <![CDATA[ is ]]>, not ]>. This only affects view-source. r=bzbarsky sr+a=brendan
2005-05-03 23:33:42 +00:00
dougt%meer.net
373d7db1ba
Windows CE build changes. This addresses most of the outstanding Windows
...
CE compilation issues.
This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript. This change is based on bug 242518. See comment 36.
This patch also removes the unused enum in transformiix . See bug
292118.
r/sr = dveditz/shaver
b = 291229
a = asa
2005-04-29 13:33:49 +00:00
bzbarsky%mit.edu
cd9031b7b1
Fix crashes when document.load is called on an already-parsing XML document.
...
Bug 289292, r=sicking, sr=jst, a=chofmann
2005-04-28 16:57:24 +00:00
bzbarsky%mit.edu
59c5080538
Make sure to read memory that actually contains what we want. Bug 291020,
...
r+sr=peterv, a=asa
2005-04-21 21:20:19 +00:00
mrbkap%gmail.com
817b33a0a7
bug 290081: Use the _moz-rs-heading attribute when opening residual style tags that aren't direct descendents of the heading tag open on the tag stack. r=bzbarsky sr=rbs a=asa
2005-04-19 01:30:04 +00:00
vladimir%pobox.com
3f408c1608
b=288714, html canvas implementation, r=various,a=brendan
2005-04-18 06:33:23 +00:00
mrbkap%gmail.com
18be59b324
bug 288526: text content of an <object> in the <head> of a document is moved into the body, even though the <object> stays in the head. r=jst sr=bzbarsky a=asa
2005-04-11 17:29:18 +00:00
mrbkap%gmail.com
08be4415db
bug 288991: An <iframe /> before a <frameset> causes the <frameset> to be lost. r+sr=bzbarsky
2005-04-06 04:41:18 +00:00
bsmedberg%covad.net
e4a335c218
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 20:59:03 +00:00
bsmedberg%covad.net
8374f4f3e4
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 14:13:03 +00:00
mrbkap%gmail.com
399c257d9d
bug 286733: Crash when attempting to handle misplaced content inside misplaced content because mContextTopIndex pointed to a closed index already. r=jst sr=rbs
2005-04-04 21:20:00 +00:00
timeless%mozdev.org
985bf5fe92
Bug 287244 DOCTYPE should not imply a default namespace
...
patch by bug@annevankesteren.nl r=tor sr=bz
2005-04-04 19:05:21 +00:00
bzbarsky%mit.edu
dcf49c7884
Make sure to wrap a buffered stream around the stream we're passed before
...
sending it to the parser (which expects a buffered stream). Bug 287409,
r=darin, sr=jst
2005-03-30 04:18:08 +00:00
mrbkap%gmail.com
4112885807
bug 287349: Add kHeadMisc to the excludable children of <select> so that it properly exludes userdefined children. r=bzbarsky sr=jst
2005-03-24 01:25:19 +00:00
mrbkap%gmail.com
f5ca37ef6b
bug 280044: Pass a title node to the content sinks so that attributes on title don't get lost. r=sicking sr=peterv
2005-03-23 07:09:24 +00:00
mrbkap%gmail.com
65a9e8978c
bug 286381: Allow non-<script> CDATA tags to not have their closing > for better compatibility with IE. r=bzbarsky sr=jst
2005-03-23 06:18:06 +00:00
mrbkap%gmail.com
8ec7042057
bug 276637: Always parse comments in PCDATA in strict mode for better compatibilty with IE. Patch by Bastiaan Jacques <baafie@planet.nl>. r=mrbkap sr=peterv
2005-03-23 06:14:10 +00:00
mats.palmgren%bredband.net
5156cdff7d
Make gHTMLElements table const. b=286916 r=mrbkap sr=dbaron
2005-03-21 00:45:02 +00:00
mats.palmgren%bredband.net
111a60dea4
TestParser: support --enable-perf-metrics with --disable-debug. b=286920 r+sr=dbaron
2005-03-20 23:54:24 +00:00
mrbkap%gmail.com
528ae19538
bug 285250: Give tags the ability to request to be either in the head OR the body. They follow the same rules that userdefined, whitespace, and newline tags used to follow. r=bzbarsky sr=jst
2005-03-17 23:28:35 +00:00
timeless%mozdev.org
70371ad98c
Bug 160095 NOEMBED tag causes leaks as the skipped content is not consumed.
...
patch by mrbkap@gmail.com r=rbs sr=brendan
2005-03-17 19:38:01 +00:00
gandalf%firefox.pl
c2d3232365
bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move
2005-03-08 17:21:36 +00:00
bzbarsky%mit.edu
9042fd7a93
Remove content dependency on the RDF-ness of bookmarks (since in general, they
...
need not be RDF-enabled at all). Remove bizarre dependency of an interface we
really want to expose to embeddors on nsIParser. Bug 101995 followup,
r=bsmedberg, sr=alecf
2005-03-05 03:35:54 +00:00
mrbkap%gmail.com
832d197a98
bug 283459: Only flush tokens after <script> to allow for more chances of inlines containing blocks. r=bzbarsky sr=jst
2005-02-26 17:53:46 +00:00
mrbkap%gmail.com
c613ef4daf
bug 283564: Fix a leak when the HTML fragment sink is used to parse an empty string by ensuring that DidBuildModel() is always called. r+sr=bzbarsky
2005-02-26 04:33:04 +00:00
mrbkap%gmail.com
e7eeada7ae
bug 272815: Make sure the parser is aware when we encounter a meta tag, so that other meta tags in the document don't override the first (correct) charset. r=bzbarsky sr=jst
2005-02-23 05:42:37 +00:00
mrbkap%gmail.com
73b81fadc1
bug 283036: Append a <body> tag to the context of HTML context stacks to make sure that all context is flushed out of the DTD before we process the new content. r+sr=bzbarsky
2005-02-23 04:32:21 +00:00
mrbkap%gmail.com
1983dc1a52
bug 263053: Get rid of the <endnote> tag when parsing fragments with context, since this can fail if the input stream contains another <endnote> tag. Instead, parse the context in different "chunks" from the new buffer, and notify the fragment sink by way of functions. r=peterv sr=bzbarsky
2005-02-18 19:18:39 +00:00
mrbkap%gmail.com
8891eb410c
bug 253979: Protect against a possible crash handling malformed content. r=bzbarsky sr=brendan
2005-02-18 18:33:55 +00:00
mrbkap%gmail.com
2cd6052425
bug 142260: Make doxygen comments in the htmlparser reflect reality. sr=bzbarsky
2005-02-18 18:30:48 +00:00
mrbkap%gmail.com
00b9b8014d
bug 280713: Make sure OnStopRequest updates the correct parsercontext to make sure that pages always get a last chunk shot at tokenization. r=jst sr=bzbarsky
2005-02-18 18:29:02 +00:00
mrbkap%gmail.com
2b3e0cf579
bug 280713: Lost <iframe> from a document because the mIncremental member of the scanner was not getting set properly. r=jst sr=bzbarsky
2005-02-07 21:07:38 +00:00
cvshook%sicking.cc
2cea584a1e
Use a better sourcelevel when setting charset through xsl:output element. Also make sure to use the proper form when setting the charset.
...
r/sr=bz
2005-02-05 13:47:43 +00:00
timeless%mozdev.org
0f5d164759
Bug 133277 give NS_PARSERSERVICE_CID {a6cf9112-15b3-11d2-932e-00805f8add32} a ContractID
...
r=mrbkap sr=bz
2005-02-04 05:05:10 +00:00
mrbkap%gmail.com
cbd3d9f468
bug 280386: Add sanity checking to nsScanner::SetPosition to help catch errors that could manifest in stranger ways. r=bzbarsky sr=jst
2005-02-02 02:04:09 +00:00
mrbkap%gmail.com
b4a99b4032
bug 90664: Make sure we perform RS handling when we can, in cases where tags that cannot nest and normally would be closed out cannot, due to block tags between them. r=jst sr=brendan
2005-02-01 03:00:38 +00:00
mrbkap%gmail.com
a6f0d78e53
bug 280079: Hang when a document's final tag is missing its closing >. r+sr=jst
2005-01-31 20:37:14 +00:00
mrbkap%gmail.com
bb8dff274a
bug 280387: Fix a potential crash by passing PR_TRUE for the aReverse paramter to nsScanner::SetPosition(). r+sr=bzbarsky
2005-01-31 00:54:53 +00:00
bzbarsky%mit.edu
7d3c18cd77
Fixing build bustage
2005-01-27 20:00:37 +00:00
bzbarsky%mit.edu
568f813316
Add a "safe" way to unblock the parser, to protect against CSSLoader
...
stupidity. Bug 220542, patch by Blake Kaplan <mrbkap@gmail.com>, r=jst,
sr=bzbarsky
2005-01-27 19:28:22 +00:00
mats.palmgren%bredband.net
90fd95e33d
Remove MAP as a valid child of TABLE, THEAD and TFOOT. b=147446 r=harishd sr=dbaron
2005-01-26 00:40:55 +00:00
peterv%propagandism.org
1e6e8261d6
Fix for bug 279078 (XML Error reporting confusing since Expat landing). r/sr=bz.
2005-01-23 15:46:11 +00:00
mrbkap%gmail.com
f9a53b4319
bug 142771: Fix ScanDocStructure to be more correct in marking tokens as malformed. r=bzbarsky sr=rbs. These files were left out of the original checkin
2005-01-20 03:43:42 +00:00
mrbkap%gmail.com
29aa8339a5
bug 278511: Fix assertions on various comments by ensuring that mComment is always bound to some string. r+sr=bzbarsky
2005-01-20 00:12:58 +00:00
mrbkap%gmail.com
73f03bb75f
bug 142771: Fix ScanDocStructure to be more correct in marking tokens as malformed. r=bzbarsky sr=rbs
2005-01-19 23:42:02 +00:00