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
dbaron%dbaron.org
5f1af5dd7b
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
f7cd8f75fd
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
99366ab4cf
Remove dead code. b=210238 r=mrbkap sr=dbaron
2005-01-16 17:07:39 +00:00
peterv%propagandism.org
c60fe68dc5
Fix Transformiix standalone bustage. r=Pike. Doesn't affect default builds.
2005-01-13 14:51:20 +00:00
mrbkap%gmail.com
371bb785cc
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
ca8fdc6596
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
507843be05
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
99d03b4436
Bug 223302. ASSERTION: OnDataAvailable implementation consumed no data: nsParser. r=bz, sr=darin
2005-01-12 00:55:25 +00:00
aaronleventhal%moonset.net
d394288225
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
549c300555
Bug 223302. ASSERTION: OnDataAvailable implementation consumed no data: nsParser. r=bz, sr=darin
2005-01-11 23:26:10 +00:00
mrbkap%gmail.com
04b1580f73
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
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
mrbkap%gmail.com
13a6b9ff5b
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
91fd15329e
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
b31a0f655f
Fix for bug 274775 (Expat accepts invalid namespaces). r/sr=jst
2004-12-27 11:47:18 +00:00
mrbkap%gmail.com
3844685412
bug 275288: remove obsolete CRC calculations. r+sr=roc
2004-12-25 04:44:02 +00:00
dbaron%dbaron.org
590e98279c
untabify
2004-12-22 00:21:13 +00:00
peterv%propagandism.org
6615f2f7fa
Correct function signature to fix Solaris bustage.
2004-12-21 13:25:31 +00:00
peterv%propagandism.org
e2cb9680c5
Remove unused member variable (obsoleted by patch for bug mHandledXMLDeclaration).
2004-12-20 13:40:07 +00:00
peterv%propagandism.org
325267b519
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
0ba2220aaf
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
939be151c3
AIX bustage fix for checkin from Bug 192139.
...
r=peterv@propagandism.org
2004-12-15 17:35:52 +00:00
peterv%propagandism.org
0c59b6df7f
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
2004-12-15 15:37:23 +00:00
mrbkap%gmail.com
fbdc368fd0
bug 273085: HTML tags displayed as part of text r=bryner sr=dbaron
2004-12-15 01:23:03 +00:00
mrbkap%gmail.com
80fcc8912d
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
7ccf6e4965
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
1bb228eed5
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
mrbkap%gmail.com
16ce6c93b7
bug 273324: Hang on unclosed comments in standards mode. r=jst sr=bzbarsky
2004-12-07 21:56:39 +00:00
mrbkap%gmail.com
cbdbef56d5
bug 273213: The last letter of some tags consumed as CDATA get chopped off if the tag is not closed properly. r+sr=bzbarsky
2004-12-05 19:02:53 +00:00
gerv%gerv.net
b92568bebe
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
mrbkap%gmail.com
da9e536cd8
bug 88952: Remove record trailing content. This was missed in the main checkin. r=jst sr=rbs
2004-12-01 05:11:06 +00:00
mrbkap%gmail.com
f404ddb2db
bug 88952: Remove trailing content. This checkin fixes a whole slew of textarea bugs. r=jst sr=rbs
2004-12-01 04:37:36 +00:00
mrbkap%gmail.com
da55df32aa
bug 272360: missing break in nsViewSourceHTML.cpp r+sr=bzbarsky
2004-11-30 19:08:43 +00:00
bryner%brianryner.com
ac143eb6ce
Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
2004-11-25 07:03:20 +00:00
mrbkap%gmail.com
f67c3c2083
bug 271142: remove unused perl scripts that used to be used for generating the tag and entity lists. These lists are now created using the preprocessor. patch by Hans-Andreas Engel (Hans-A.Engel@unibas.ch) r=mrbkap sr=dbaron
2004-11-23 05:38:29 +00:00
mrbkap%gmail.com
51e0528d27
bug 100175: innerHTML smushes multiple options together on select r+sr=bzbarsky
2004-11-23 04:40:46 +00:00
mrbkap%gmail.com
ac7e4ac4f6
bug 269095: crash on malformed html page that caused us to try to handle misplaced content while we were already handling misplaced content. r=jst sr=rbs
2004-11-13 06:37:43 +00:00
bryner%brianryner.com
39b8df7ebb
Only allocate and copy a string in CAttributeToken::GetStringValue if the string spans multiple buffers. Otherwise, just wrap it with a nsDependentSubstring. Bug 268932, r=bzbarsky, sr=darin.
2004-11-11 04:05:51 +00:00
bryner%brianryner.com
556349d349
Only allocate and copy a string in CAttributeToken::GetStringValue if the string spans multiple buffers. Otherwise, just wrap it with a nsDependentSubstring. Bug 268932, r=bzbarsky, sr=darin.
2004-11-11 03:46:51 +00:00
mrbkap%gmail.com
f03205a823
bug 70282: view-source loses the last tag in a document if the tag is unclosed. r=rbs sr=roc
2004-11-11 03:41:52 +00:00
jst%mozilla.jstenback.com
a6e7437b66
Fixing bug 267854. Make sure parser data listeners get all the data that comes in from necko, no matter what the current parser context is. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
2004-11-05 06:50:27 +00:00
jst%mozilla.jstenback.com
3143e19724
Adding @status FROZEN to this header (bug 265334).
2004-11-03 21:18:50 +00:00
jst%mozilla.jstenback.com
d9915d605d
Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
2004-11-02 19:52:32 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
mrbkap%gmail.com
3e90aab1bb
bug 181697: <li> prevents phrasals from closing when its end tag is not used. r=bzbarsky sr=rbs
2004-10-30 16:47:12 +00:00
mrbkap%gmail.com
0ef601f65d
bug 265814: the output of document.write() is always parsed in quirks mode. r=bzbarsky sr=jst
2004-10-28 03:24:59 +00:00
smontagu%smontagu.org
7813dee884
Bug 244177: nsScanner::Append() can overwrite the storage in the buffer it allocates. r=dveditz, sr=dbaron.
2004-10-27 20:19:11 +00:00
mrbkap%gmail.com
9f992aca95
bug 256731: unclosed userdefined tags inside phrasal tags cause the phrasal tags to be unable to close. r=rbs sr=bzbarsky
2004-10-25 23:33:04 +00:00
mrbkap%gmail.com
7a582956cf
Add a regression test for bug 256731
2004-10-25 05:25:52 +00:00
mrbkap%gmail.com
43682d00fc
bug 263083: view-source now reports tokenization-level errors in HTML and XML. r=rbs sr=dmose
2004-10-24 17:32:30 +00:00
mrbkap%gmail.com
8abe39cb7a
bug 265339: nsCParserStartNode::~nsCParserStartNode() asserts unnecessarily. r+sr=peterv
2004-10-24 17:24:02 +00:00
mrbkap%gmail.com
5fd4dbb1a5
bug 264882: view-source turns ξ into &#xi; r+sr=bzbarsky
2004-10-24 17:04:03 +00:00
mrbkap%gmail.com
8e9b4c6958
bug 264956: crash on embedded NUL character in start tag. r+sr=bzbarsky
2004-10-19 01:34:53 +00:00
mrbkap%gmail.com
d19bb4c681
bug 264917: crash trying to view-source. sr=bzbarsky r=doronr
2004-10-18 20:57:24 +00:00
mrbkap%gmail.com
c964a9e141
bug 70918: view-source adds > to tags that are missing them. r=bzbarsky sr=dmose
2004-10-17 03:03:46 +00:00
timeless%mozdev.org
46924f79d2
Bug 226099 [RFE] Highlight "<![CDATA[" and matching "]]>" in View Source
...
patch by mrbkap@gmail.com r=bz sr=rbs
2004-10-12 18:33:12 +00:00
bzbarsky%mit.edu
daa578df36
Fix handling of XML PIs in view-source. Bug 91240, patch by Blake Kaplan
...
<mrbkap@gmail.com>, r=rbs, sr=jst
2004-10-09 18:20:38 +00:00
bzbarsky%mit.edu
964ecc6669
Remove our broken attempt to support <plaintext> (which is very very
...
deprecated). Bug 88987, r=jst, sr=dbaron
2004-10-09 16:55:54 +00:00
bzbarsky%mit.edu
8c3674543d
Treat '\'' and '"' identically for purposes of starting attribute names. Fix
...
some leaks too. Bug 261503, patch by Blake Kaplan <mrbkap@gmail.com>,
r=bzbarsky, sr=rbs
2004-10-07 23:23:18 +00:00
bzbarsky%mit.edu
f53d3d18db
Make createContextualFragment work for XML. Bug 133827, patch by
...
steve.swanson@mackichan.com , r=bzbarsky, sr=jst
2004-09-30 22:27:45 +00:00
bzbarsky%mit.edu
76b7775f18
Don't set tags empty just because they have bogus attributes. Bug 262346,
...
patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=bzbarsky
2004-09-30 22:05:23 +00:00
roc+%cs.cmu.edu
5503167cb1
Bug 43267. Deal with mismatched quotes in attributes. r=bzbarsky,sr=rbs, patch by Blake Kaplan --- thanks\!
2004-09-30 03:02:15 +00:00
jst%mozilla.jstenback.com
345aec48d6
Fixing bug 260318. UMR in nsScanner::AppendToBuffer() when called from nsScanner constructor. r+sr=bzbarsky@mit.edu
2004-09-22 00:03:46 +00:00
cbiesinger%web.de
97b7d3b2d2
Bug 260661 removing unused variable in htmlparser (WriteTag)
...
r+sr=bz
2004-09-21 11:56:20 +00:00
bzbarsky%mit.edu
7cf7c3072a
View-source of XML files should allow non-ascii chars in start tags. Bug
...
204573, patch by Blake Kaplan <mrbkap@rice.edu>, r=bzbarsky, sr=rbs
2004-09-17 15:10:47 +00:00
jst%mozilla.jstenback.com
d510814527
Landing fix for bug 235798. Ignore Internet Explorer conditional comments parsed in document prologue. Patch by mrbkap@rice.edu, r=dbaron@dbaron.org, sr=jst@mozilla.org
2004-09-17 00:16:48 +00:00
bzbarsky%mit.edu
6e4e8caecc
When parsing a <script> with an unterminated comment inside, stop at the first
...
</script> we hit, not the last one. Bug 219504, patch by Blake Kaplan
<mrbkap@rice.edu>, r=bzbarsky, sr=rbs
2004-09-15 14:06:48 +00:00
bzbarsky%mit.edu
616283266d
Remove bogus "support" for <sourcetext> and <parsererror>. Bug 210658, patch
...
by Blake Kaplan <mrbkap@rice.edu>, r+sr=bzbarsky
2004-09-13 20:43:15 +00:00
bzbarsky%mit.edu
d73980915e
Fix assertion to use tempChar too. Bug 258082 follow-up.
2004-09-12 04:49:56 +00:00
bzbarsky%mit.edu
755b162d91
Make CTextToken::ConsumeUntil not consume too much text. Bug 258082, patch by
...
Blake Kaplan <mrbkap@rice.edu>, r=bzbarsky, sr=jst
2004-09-12 01:50:53 +00:00
kjh-5727%comcast.net
e4a63a1617
Bug 84430: Unclosed CDATA sections get dropped.
...
Patch by Blake Kaplan (mrbkap@rice.edu ), r/sr=bzbarsky.
2004-09-04 17:21:51 +00:00
jst%mozilla.jstenback.com
8caf7f0c85
Fixing compiler warning.
2004-08-26 04:10:57 +00:00