mrbkap%gmail.com
|
c303a4bf00
|
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
|
4bda82da6e
|
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
|
e8e89de647
|
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
|
4769036abb
|
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
|
76f3ff6fb1
|
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
|
c363e34e07
|
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
|
e93261de82
|
bug 142260: Make doxygen comments in the htmlparser reflect reality. sr=bzbarsky
|
2005-02-18 18:30:48 +00:00 |
|
mrbkap%gmail.com
|
7f87f42262
|
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
|
dde5f95e79
|
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
|
403f464793
|
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
|
1f31b87336
|
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
|
ad002d7e86
|
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
|
b7b563440b
|
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
|
836d189719
|
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
|
ab5332900e
|
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
|
3a730c3b02
|
Fixing build bustage
|
2005-01-27 20:00:37 +00:00 |
|
bzbarsky%mit.edu
|
e9647ed503
|
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
|
771dcf55d4
|
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
|
4fe1c61b91
|
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
|
4983b3b3ef
|
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
|
c85980f739
|
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
|
1d978b2743
|
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 |
|
dbaron%dbaron.org
|
95df4cb990
|
Re-remove files that were checked into after being cvs removed to restore things to a consistent state. (These files were in Attic but not in the cvs 'dead' state, so they appeared when checking out by date.)
|
2005-01-19 22:48:57 +00:00 |
|
mats.palmgren%bredband.net
|
d0eaf603f6
|
Don't open transient styles and ignore kFontStyle/kPhrase start tags near MAX_REFLOW_DEPTH. b=58917 r=mrbkap sr=bzbarsky
|
2005-01-17 00:10:28 +00:00 |
|
mats.palmgren%bredband.net
|
f623d745c4
|
Remove dead code. b=210238 r=mrbkap sr=dbaron
|
2005-01-16 17:07:39 +00:00 |
|
peterv%propagandism.org
|
d43692a156
|
Fix Transformiix standalone bustage. r=Pike. Doesn't affect default builds.
|
2005-01-13 14:51:20 +00:00 |
|
mrbkap%gmail.com
|
2f836d753f
|
bug 117738: <dl> within <font> nested in <table> is ignored. r=rbs sr=jst
|
2005-01-13 03:34:18 +00:00 |
|
mrbkap%gmail.com
|
56861ca81f
|
bug 274786: We lose a trailing <, </, <! if it is the last text in the document. r+sr=jst
|
2005-01-13 03:05:12 +00:00 |
|
mrbkap%gmail.com
|
2b5f2bf54b
|
bug 277695: Fix assertion on empty textareas by ensuring that mTextValue.Rebind() is called at least once. r+sr=bzbarsky
|
2005-01-13 02:56:56 +00:00 |
|
aaronleventhal%moonset.net
|
f9560d3e7e
|
Bug 223302. ASSERTION: OnDataAvailable implementation consumed no data: nsParser. r=bz, sr=darin
|
2005-01-12 00:55:25 +00:00 |
|
aaronleventhal%moonset.net
|
c9254ad5f7
|
Backing out the following fix because tree is closed. Sorry for the mistake. Bug 223302. ASSERTION: OnDataAvailable implementation consumed no data: nsParser. r=bz, sr=darin
|
2005-01-11 23:39:22 +00:00 |
|
aaronleventhal%moonset.net
|
64bb02dc7f
|
Bug 223302. ASSERTION: OnDataAvailable implementation consumed no data: nsParser. r=bz, sr=darin
|
2005-01-11 23:26:10 +00:00 |
|
mrbkap%gmail.com
|
ebce3348ed
|
bug 275651: Fix a potential crash because of a bad use of nsScanner::SetPosition. r=jst sr=dmose
|
2005-01-04 02:31:53 +00:00 |
|
bzbarsky%mit.edu
|
1601d80e99
|
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
|
2005-01-03 22:51:17 +00:00 |
|
mrbkap%gmail.com
|
5e4db8e7eb
|
bug 276149: Remove nsScanner::Eof() and fix error handling in nsScanner.cpp. patch by Hans-A.Engel@unibas.ch r=mrbkap sr=brendan
|
2005-01-03 22:06:27 +00:00 |
|
timeless%mozdev.org
|
18dcfb60f7
|
Bug 276148 warning: unused variable `CStartToken*theStartToken' in nsHTMLTokenizer::ConsumeStartTag
patch by cst@andrew.cmu.edu r=mrbkap sr=peterv
|
2004-12-29 00:34:49 +00:00 |
|
peterv%propagandism.org
|
7aa22372ec
|
Fix for bug 274775 (Expat accepts invalid namespaces). r/sr=jst
|
2004-12-27 11:47:18 +00:00 |
|
mrbkap%gmail.com
|
f22c99b2f1
|
bug 275288: remove obsolete CRC calculations. r+sr=roc
|
2004-12-25 04:44:02 +00:00 |
|
dbaron%dbaron.org
|
d6ddd085bf
|
untabify
|
2004-12-22 00:21:13 +00:00 |
|
peterv%propagandism.org
|
d77a12e38a
|
Correct function signature to fix Solaris bustage.
|
2004-12-21 13:25:31 +00:00 |
|
peterv%propagandism.org
|
ef4ee93daf
|
Remove unused member variable (obsoleted by patch for bug mHandledXMLDeclaration).
|
2004-12-20 13:40:07 +00:00 |
|
peterv%propagandism.org
|
26bb2f4e91
|
Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
|
2004-12-17 09:17:35 +00:00 |
|
mrbkap%gmail.com
|
05ecdea242
|
bug 209098: TestParser crashes inside nsLoggingSink. patch by mats.palmgren@bredband.net r=harishd sr=peterv
|
2004-12-16 21:49:58 +00:00 |
|
pkw%us.ibm.com
|
83942a4db3
|
AIX bustage fix for checkin from Bug 192139.
r=peterv@propagandism.org
|
2004-12-15 17:35:52 +00:00 |
|
peterv%propagandism.org
|
a7ac96fea9
|
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
|
2004-12-15 15:37:23 +00:00 |
|
mrbkap%gmail.com
|
096f8fee21
|
bug 273085: HTML tags displayed as part of text r=bryner sr=dbaron
|
2004-12-15 01:23:03 +00:00 |
|
mrbkap%gmail.com
|
bf42ba446e
|
bug 272293: phrase-level tags do not close when there is an open kInlineEntity r=bzbarsky sr=dmose
|
2004-12-14 23:32:35 +00:00 |
|
bsmedberg%covad.net
|
79241940e8
|
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
|
2004-12-09 19:28:35 +00:00 |
|
dbaron%dbaron.org
|
9db368a6af
|
Bug 272151: reorganize files within layout, r+sr=roc
|
2004-12-08 19:41:48 +00:00 |
|
mrbkap%gmail.com
|
95a501ff3c
|
bug 273324: Hang on unclosed comments in standards mode. r=jst sr=bzbarsky
|
2004-12-07 21:56:39 +00:00 |
|