зеркало из https://github.com/mozilla/pjs.git
update spacetrace catagory rules. not part of the build
This commit is contained in:
Родитель
1e22240a8b
Коммит
b9a71c856e
|
@ -42,6 +42,8 @@
|
||||||
# global-history
|
# global-history
|
||||||
# html
|
# html
|
||||||
# html parsing and layout
|
# html parsing and layout
|
||||||
|
# layout
|
||||||
|
# reflow, frames, line, view
|
||||||
# images
|
# images
|
||||||
# All images.
|
# All images.
|
||||||
# jar
|
# jar
|
||||||
|
@ -98,6 +100,27 @@ gfxImageFrame::Init
|
||||||
<images>
|
<images>
|
||||||
gif_write
|
gif_write
|
||||||
|
|
||||||
|
<images>
|
||||||
|
imgRequest::OnDataAvailable
|
||||||
|
|
||||||
|
<images>
|
||||||
|
imgLoader::
|
||||||
|
|
||||||
|
<images>
|
||||||
|
jinit_master_decompress
|
||||||
|
|
||||||
|
<images>
|
||||||
|
jinit_marker_reader
|
||||||
|
|
||||||
|
<images>
|
||||||
|
jinit_marker_decompress
|
||||||
|
|
||||||
|
<images>
|
||||||
|
nsJPEGDecoder::
|
||||||
|
|
||||||
|
<images>
|
||||||
|
nsGIFDecoder2::
|
||||||
|
|
||||||
<jar>
|
<jar>
|
||||||
nsZipArchive::BuildFileList
|
nsZipArchive::BuildFileList
|
||||||
|
|
||||||
|
@ -126,9 +149,6 @@ nsLocale::
|
||||||
<intl>
|
<intl>
|
||||||
nsCharsetConverterManager::
|
nsCharsetConverterManager::
|
||||||
|
|
||||||
<necko>
|
|
||||||
nsHttpChannel::AsyncOpen
|
|
||||||
|
|
||||||
<necko>
|
<necko>
|
||||||
nsDiskCacheDevice::Init
|
nsDiskCacheDevice::Init
|
||||||
|
|
||||||
|
@ -141,6 +161,12 @@ nsSocketTransport::
|
||||||
<necko>
|
<necko>
|
||||||
nsCacheService::
|
nsCacheService::
|
||||||
|
|
||||||
|
<necko>
|
||||||
|
nsDiskCacheStreamIO::
|
||||||
|
|
||||||
|
<necko>
|
||||||
|
nsHttpResponseHead::
|
||||||
|
|
||||||
<wallet>
|
<wallet>
|
||||||
WLLT
|
WLLT
|
||||||
|
|
||||||
|
@ -207,6 +233,9 @@ RDFXMLDataSourceImpl::Assert
|
||||||
<rdf>
|
<rdf>
|
||||||
NS_NewRDFInMemoryDataSource
|
NS_NewRDFInMemoryDataSource
|
||||||
|
|
||||||
|
<css>
|
||||||
|
CSSLoaderImpl::ParseSheet
|
||||||
|
|
||||||
<css>
|
<css>
|
||||||
CSSParserImpl::Parse(
|
CSSParserImpl::Parse(
|
||||||
|
|
||||||
|
@ -219,6 +248,9 @@ RuleHash::AppendRule
|
||||||
<css>
|
<css>
|
||||||
nsRuleNode::GetStyleData
|
nsRuleNode::GetStyleData
|
||||||
|
|
||||||
|
<CSS>
|
||||||
|
SelectorList::
|
||||||
|
|
||||||
<css>
|
<css>
|
||||||
CSSRuleProcessor::RulesMatching
|
CSSRuleProcessor::RulesMatching
|
||||||
|
|
||||||
|
@ -240,9 +272,67 @@ NS_NewHTMLTokenizer
|
||||||
<html>
|
<html>
|
||||||
nsSlidingString::
|
nsSlidingString::
|
||||||
|
|
||||||
|
<html>
|
||||||
|
nsParser::
|
||||||
|
|
||||||
|
<html>
|
||||||
|
nsIParserService::
|
||||||
|
|
||||||
|
<html>
|
||||||
|
nsCParserNode::
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
CNavDTD::CNavDTD
|
CNavDTD::CNavDTD
|
||||||
|
|
||||||
|
<html>
|
||||||
|
nsHTMLDocument::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
IncrementalReflow::AddCommand
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsBlockFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsBoxFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsImageFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsInlineFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsLeafFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsLineLayout::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsReflowPath::EnsureSubtreeFor
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsSliderFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsScrollBoxFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsTextFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsTableRowFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsTableRowGroupFrame::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
nsViewManager::
|
||||||
|
|
||||||
|
<layout>
|
||||||
|
PresShell::ProcessReflowCommands
|
||||||
|
|
||||||
|
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
# Rules that match higher up on the stack
|
# Rules that match higher up on the stack
|
||||||
# These go later.
|
# These go later.
|
||||||
|
@ -341,6 +431,12 @@ nsIOService::NewURI
|
||||||
<necko>
|
<necko>
|
||||||
nsIOService::NewChannelFromURI
|
nsIOService::NewChannelFromURI
|
||||||
|
|
||||||
|
<necko>
|
||||||
|
nsSegmentedBuffer::AppendNewSegment
|
||||||
|
|
||||||
|
<necko>
|
||||||
|
nsHttpChannel::
|
||||||
|
|
||||||
# Catchalls to help categorize
|
# Catchalls to help categorize
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
<js-catchall>
|
<js-catchall>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче