.. |
CNavDTD.cpp
|
Bug 474369 - get rid of nsVoidArray, parser part; r+sr=mrbkap
|
2009-03-25 09:13:05 +01:00 |
CNavDTD.h
|
Bug 474369 - get rid of nsVoidArray, parser part; r+sr=mrbkap
|
2009-03-25 09:13:05 +01:00 |
CParserContext.cpp
|
Backing out 8f9ff81ef3fa to try to fix orange.
|
2009-03-24 10:43:42 +01:00 |
CParserContext.h
|
Backing out 8f9ff81ef3fa to try to fix orange.
|
2009-03-24 10:43:42 +01:00 |
Makefile.in
|
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
|
2008-11-03 19:46:28 -08:00 |
nsDTDUtils.cpp
|
Bug 474369 - get rid of nsVoidArray, parser part; r+sr=mrbkap
|
2009-03-25 09:13:05 +01:00 |
nsDTDUtils.h
|
Bug 474369 - get rid of nsVoidArray, parser part; r+sr=mrbkap
|
2009-03-25 09:13:05 +01:00 |
nsElementTable.cpp
|
Chris Pearce - Bug 480889 - Nested <source> elements appear in video's childNodes. r+/sr+ mrbkap
|
2009-03-09 09:53:58 +13:00 |
nsElementTable.h
|
Bug 458983: dead stuff in nsHTMLElement r+sr=mrbkap
|
2008-10-14 09:55:57 -07:00 |
nsExpatDriver.cpp
|
Backing out 8f9ff81ef3fa to try to fix orange.
|
2009-03-24 10:43:42 +01:00 |
nsExpatDriver.h
|
Backing out 8f9ff81ef3fa to try to fix orange.
|
2009-03-24 10:43:42 +01:00 |
nsHTMLEntities.cpp
|
Add ability to mark JSDHashTable/PLDHashTable as immutable and thus prevent RECURSION_LEVEL assertions from firing due to lookups racing on multiple threads. (Bug 469004) r=brendan,mrbkap
|
2009-01-10 08:28:16 -08:00 |
nsHTMLEntities.h
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
nsHTMLEntityList.h
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
nsHTMLTags.cpp
|
Bug 474537 - Don't use a static array, since this can be called on multiple threads. r+sr=jst
|
2009-02-02 17:37:03 -08:00 |
nsHTMLTokenizer.cpp
|
Backing out 8f9ff81ef3fa to try to fix orange.
|
2009-03-24 10:43:42 +01:00 |
nsHTMLTokenizer.h
|
Backing out 8f9ff81ef3fa to try to fix orange.
|
2009-03-24 10:43:42 +01:00 |
nsHTMLTokens.cpp
|
Bug 458440 - Turn speculative parsing back on and clean up the code a little. r+sr=jst
|
2008-11-11 10:52:40 -08:00 |
nsLoggingSink.cpp
|
Bug 461031 - Bring a little more sanity to parser notifications of the content sink. This should help increase responsiveness, especially on pages with lots of inline scripts. r+sr=jst
|
2008-10-30 14:31:00 -07:00 |
nsLoggingSink.h
|
Bug 461031 - Bring a little more sanity to parser notifications of the content sink. This should help increase responsiveness, especially on pages with lots of inline scripts. r+sr=jst
|
2008-10-30 14:31:00 -07:00 |
nsParser.cpp
|
Bug 457810 - Speculatively load stylesheets from preloading. r=mrbkap, sr=bzbarsky
|
2009-04-03 10:15:56 -04:00 |
nsParser.h
|
[mq]: sinkstuff
|
2009-04-03 18:25:13 -07:00 |
nsParserModule.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsParserMsgUtils.cpp
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
nsParserMsgUtils.h
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
nsParserNode.cpp
|
Log parser token refcounting, and fix a number of token leaks in view-source that were also leaking strings. Bug 402633, r+sr=mrbkap
|
2007-11-07 09:28:22 -08:00 |
nsParserNode.h
|
Fixing bug 394534. Make first attribute win in misplaced content. Patch by bzbarsky@mit.edu, r=mrbkap@gmail.com, sr=peterv@propagandism.org, a=jonas@sicking.cc/dsicore@mozilla.com
|
2007-09-10 16:50:16 -07:00 |
nsParserService.cpp
|
Bug 411103 - document.createElement(bad) (and the NS version) throwing wrong exception. Fixes two acid3 tests as well. r=peterv, sr=jst, a=schrep
|
2008-02-11 20:14:57 -08:00 |
nsParserService.h
|
Bug 474369 - get rid of nsVoidArray, parser part; r+sr=mrbkap
|
2009-03-25 09:13:05 +01:00 |
nsScanner.cpp
|
Bug 174351: Encoding errors aren't treated as fatal XML errors. r=smontagu, sr=peterv
|
2009-02-16 04:22:47 -08:00 |
nsScanner.h
|
Bug 174351: Encoding errors aren't treated as fatal XML errors. r=smontagu, sr=peterv
|
2009-02-16 04:22:47 -08:00 |
nsScannerString.cpp
|
update copy_string() to the single-fragment string world, and optimize write() to not return a value. b=282083, r+sr=jst, a=schrep
|
2008-01-03 16:07:06 -08:00 |
nsToken.cpp
|
Log parser token refcounting, and fix a number of token leaks in view-source that were also leaking strings. Bug 402633, r+sr=mrbkap
|
2007-11-07 09:28:22 -08:00 |
nsViewSourceHTML.cpp
|
Backing out 8f9ff81ef3fa to try to fix orange.
|
2009-03-24 10:43:42 +01:00 |
nsViewSourceHTML.h
|
Bug 464314 - view-source link-browsing doesn't decode entities. r+sr=mrbkap
|
2009-01-16 16:07:12 +01:00 |