| OLD | NEW |
| (Empty) |
| 1 # This file contains known patterns of crash signatures. One pattern per line. | |
| 2 # | |
| 3 # A crash signature is the concatenation of the top N functions, delimited by | |
| 4 # '___', in chrome.dll on the crash stack. All characters are lower case. | |
| 5 # | |
| 6 # We use crash signature patterns as our list of known crashes. A crash | |
| 7 # signature pattern is a string that can be used to identify a known crash. We | |
| 8 # use the notion of patterns because crashes with the same root cause can often | |
| 9 # differ somewhat in their crash stacks. A pattern is intended to be a | |
| 10 # generalized, yet still identifying, form of a particular crash. Usually a | |
| 11 # pattern will contain part of a crash signature, for example a prefix, but it | |
| 12 # can be more sophisticated, such as a regular expression. See below for more | |
| 13 # details. | |
| 14 # | |
| 15 # The format of known crashes in this file is as follows: | |
| 16 # TYPE : PATTERN | |
| 17 # | |
| 18 # PATTERN: A crash signature pattern is a potentially identifying string that | |
| 19 # can be used to match a crash signature. | |
| 20 # TYPE: The type of the pattern, indicates how the pattern should be matched | |
| 21 # against crash signatures. Possible options are: | |
| 22 # PREFIX: Match any signature beginning with this pattern. | |
| 23 # SUBSTRING: Match any signature containing this pattern. | |
| 24 # REGEX: Use this pattern as a regex to match against signatures. | |
| 25 # If the type is not listed, it defaults to PREFIX. | |
| 26 | |
| 27 # about:crash is a test page. | |
| 28 PREFIX : abouthandler::aboutcrash | |
| 29 | |
| 30 # Any crash due to out of memory is ignored. | |
| 31 PREFIX : `anonymous namespace'::onnomemory | |
| 32 | |
| 33 # It is too broad to exclude all purecall related crashes. Thus here we filter | |
| 34 # any purecall crash immediately after runtask. | |
| 35 SUBSTRING : purecall___messageloop::runtask | |
| 36 REGEX : purecall___[^_]*___messageloop::runtask | |
| 37 REGEX : `anonymous namespace'::purecall$ | |
| 38 | |
| 39 # Ditto for InvalidParameter. Unfortunately, we see a crash where that call | |
| 40 # is the only one on the stack, so ignore that instance | |
| 41 REGEX : `anonymous namespace'::invalidparameter$ | |
| 42 | |
| 43 # 47207 | |
| 44 PREFIX : messageloop::runtask___messageloop::deferorrunpendingtask___messageloop
::dodelayedwork___base::messagepumpforio::dorunloop___base::messagepumpwin::run_
__messageloop::runinternal___messageloop::run___base::thread::run___base::thread
::threadmain___`anonymous namespace'::threadfunc | |
| 45 PREFIX : messageloop::runtask___messageloop::dodelayedwork___base::messagepumpfo
rio::dorunloop___base::messagepumpwin::run___messageloop::runinternal___messagel
oop::run___base::thread::run___base::thread::threadmain___`anonymous namespace':
:threadfunc | |
| 46 | |
| 47 # 48712 | |
| 48 PREFIX : npapi::plugininstance::npp_newstream | |
| 49 | |
| 50 # 49271 | |
| 51 PREFIX : messageloop::posttask_helper___messageloop::posttask___disk_cache::infl
ightio::oniocomplete___disk_cache::backendio::executebackendoperation___messagel
oop::runtask___messageloop::dowork___base::messagepumpforio::dorunloop___base::m
essagepumpwin::run___messageloop::runinternal___messageloop::run___base::thread:
:run___base::thread::threadmain___`anonymous namespace'::threadfunc | |
| 52 | |
| 53 # 49384 | |
| 54 PREFIX : anonymous namespace'::cachecreator::docallback___`anonymous namespace':
:cachecreator::oniocomplete___disk_cache::inflightbackendio::onoperationcomplete
___disk_cache::inflightio::invokecallback___disk_cache::backgroundio::oniosignal
led___messageloop::runtask___messageloop::dowork___base::messagepumpforio::dorun
loop___base::messagepumpwin::run___messageloop::runinternal___messageloop::run__
_base::thread::run___base::thread::threadmain___`anonymous namespace'::threadfun
c | |
| 55 | |
| 56 # 49409 | |
| 57 PREFIX : std::basic_string<char,std::char_traits<char>,std::allocator<char> >::a
ssign___fieldtriallist::statestostring___browserrenderprocesshost::appendrendere
rcommandline___browserrenderprocesshost::init___renderviewhost::createrenderview
___tabcontents::createrenderviewforrendermanager___renderframehostmanager::initr
enderview___renderframehostmanager::creatependingrenderview___renderframehostman
ager::updaterendererstatefornavigate___renderframehostmanager::navigate___tabcon
tents::navigatetopendingentry___navigationcontroller::navigatetopendingentry___n
avigationcontroller::loadentry___navigationcontroller::loadurl___browser::openur
latindex___browser::openurlfromtab___browser::openurl___automationprovider::navi
gatetourlblockuntilnavigationscomplete___automationprovider::navigatetourl___ipc | |
| 58 | |
| 59 # 39356 | |
| 60 PREFIX : renderwidgethost::onmsgupdaterect___ipc::messagewithtuple<tuple1<viewho
stmsg_updaterect_params> >::dispatch<renderwidgethost,void (__thiscall renderwid
gethost::*)(viewhostmsg_updaterect_params const &)>___renderwidgethost::onmessag
ereceived___renderviewhost::onmessagereceived___browserrenderprocesshost::onmess
agereceived___renderwidgethelper::updatemsgproxy::run___messageloop::runtask___m
essageloop::dowork___base::messagepumpforui::dorunloop___base::messagepumpwin::r
unwithdispatcher___messageloop::runinternal___messageloopforui::run___`anonymous
namespace'::runuimessageloop___browsermain___chromemain___maindllloader::launch
___wwinmain_____tmaincrtstartup | |
| 61 | |
| 62 # 52346 | |
| 63 PREFIX : tabcontentsview::deactivate___renderwidgethost::onmessagereceived___ren
derviewhost::onmessagereceived___browserrenderprocesshost::onmessagereceived | |
| 64 | |
| 65 # 53076 | |
| 66 PREFIX : tabcontentsview::activate___renderwidgethost::onmessagereceived___rende
rviewhost::onmessagereceived___browserrenderprocesshost::onmessagereceived | |
| 67 | |
| 68 # 54115 | |
| 69 PREFIX : ipc::sendtask::run___messageloop::runtask___messageloop::dowork___base:
:messagepumpforio::dorunloop___base::messagepumpwin::run___messageloop::runinter
nal___messageloop::run___base::thread::run___base::thread::threadmain___`anonymo
us namespace'::threadfunc | |
| 70 | |
| 71 # 56749 | |
| 72 PREFIX : executebrowsercommandobserver::observe___notificationservice::notify | |
| 73 PREFIX : `anonymous namespace'::purecall____purecall___executebrowsercommandobse
rver::observe___notificationservice::notify | |
| 74 PREFIX : `anonymous namespace'::invalidparameter____purecall___executebrowsercom
mandobserver::observe___notificationservice::notify | |
| 75 | |
| 76 # 56750 | |
| 77 PREFIX : browserclosednotificationobserver::observe___notificationservice::notif
y | |
| 78 PREFIX : `anonymous namespace'::purecall____purecall___browserclosednotification
observer::observe___notificationservice::notify | |
| 79 PREFIX : `anonymous namespace'::invalidparameter____purecall___browserclosednoti
ficationobserver::observe___notificationservice::notify | |
| 80 | |
| 81 # 57041 | |
| 82 PREFIX : `anonymous namespace'::purecall____purecall___`anonymous namespace'::do
_malloc___base::internal::threadlocalplatform::getvaluefromslot___notificationse
rvice::currentPREFIX: `anonymous namespace'::invalidparameter____purecall___`ano
nymous namespace'::do_malloc___base::internal::threadlocalplatform::getvaluefrom
slot___notificationservice::current | |
| 83 PREFIX : `anonymous namespace'::purecall____purecall___`anonymous namespace'::do
_free_with_callback___notificationservice::notify___browserlist::removebrowser__
_browser::~browser | |
| 84 PREFIX : `anonymous namespace'::invalidparameter____purecall___`anonymous namesp
ace'::do_free_with_callback___notificationservice::notify___browserlist::removeb
rowser___browser::~browser | |
| 85 PREFIX : `anonymous namespace'::invalidparameter____purecall___notificationservi
ce::notify___browserlist::removebrowser___browser::~browser___browse | |
| 86 PREFIX : `anonymous namespace'::invalidparameter____purecall___notificationservi
ce::current___views::widgetwin::onwndproc___gfx::windowimpl::wndproc___rendervie
whost::onmessagereceived | |
| 87 | |
| 88 # 57185 | |
| 89 PREFIX : `anonymous namespace'::purecall____purecall___lockimpl::unlock___`anony
mous namespace'::rolloverprotectednow___lockimpl::lock___conditionvariable::sign
al___watchdog::armsometimedeltaago___`anonymous namespace'::jankobserverhelper::
startprocessingtimers___`anonymous namespace'::uijankobserver::willprocesstask | |
| 90 PREFIX : `anonymous namespace'::invalidparameter____purecall___lockimpl::unlock_
__`anonymous namespace'::rolloverprotectednow___lockimpl::lock___conditionvariab
le::signal___watchdog::armsometimedeltaago___`anonymous namespace'::jankobserver
helper::startprocessingtimers___`anonymous namespace'::uijankobserver::willproce
sstask | |
| 91 | |
| 92 # 57368 | |
| 93 PREFIX : appmodaldialog::closemodaldialog___javascriptappmodaldialog::observe___
notificationservice::notify___tabcontents::~tabcontents | |
| 94 | |
| 95 # 57157 | |
| 96 PREFIX : browserview::gettoolbarview___webcore::videolayerchromium::~videolayerc
hromium | |
| 97 | |
| 98 # 58097 | |
| 99 PREFIX : `anonymous namespace'::purecall____purecall___notificationservice::noti
fy___browserlist::removebrowser___browser::~browser___browser::`scalar deleting
destructor'___browserview::~browserview | |
| 100 | |
| 101 # 59329 | |
| 102 # (SUBSTRING rather than PREFIX since sometimes dies in purecall). | |
| 103 SUBSTRING : pluginprocesshost::replytorenderer___pluginprocesshost::onchannelcre
ated___ipc::messagewithtuple<tuple1<ipc::channelhandle> >::dispatch<pluginproces
shost,void (__thiscall pluginprocesshost::*)(ipc::channelhandle const &)> | |
| 104 | |
| 105 # 59345 | |
| 106 PREFIX : windowdragresponsetask::run___messageloop::runtask | |
| 107 | |
| 108 # 31936 | |
| 109 SUBSTRING : webcore::uniscribehelpertextrun::uniscribehelpertextrun___webcore::f
ont::floatwidthforcomplextext | |
| 110 | |
| 111 # 61593 | |
| 112 PREFIX : webcore::font::glyphdataforcharacter___webcore::widthiterator::advance_
__webcore::font::floatwidthforsimpletext___webcore::font::floatwidth___webcore::
renderimage::setimagesizeforalttext___webcore::renderimage::imagechanged | |
| 113 | |
| 114 # 61800 | |
| 115 PREFIX : icu_4_2::unicodestring::toutf8___normalizetext___detectlanguageofunicod
etext___determinetextlanguage___renderview::capturepageinfo | |
| 116 | |
| 117 # 63009 | |
| 118 SUBSTRING : chromemain___relaunchchromebrowserwithnewcommandlineifneeded___delay
edlowertoken___delayedlowertoken___relaunchchromebrowserwithnewcommandlineifneed
ed___delayedlowertoken___delayedlowertoken___delayedlowertoken___delayedlowertok
en | |
| 119 | |
| 120 # 63644 | |
| 121 PREFIX : resourcemessagefilter::ongotplugininfo | |
| 122 | |
| 123 # 63659 | |
| 124 PREFIX : hungwindowdetector::checkchildwindow___hungwindowdetector::childwndenum
proc___hungwindowdetector::ontick___workerthreadticker::timertask::run | |
| 125 | |
| 126 # 72832 | |
| 127 PREFIX : webcore::renderblock::marginbeforeforchild___webcore::renderblock::addo
verflowfromfloats___webcore::renderblock::computeoverflow___webcore::renderblock
::layoutblock___webcore::renderblock::layout___webcore::renderblock::layoutposit
ionedobjects___webcore::renderblock::layoutblock___webcore::renderblock::layout_
__webcore::renderblock::layoutblockchild___webcore::renderblock::layoutblockchil
dren___webcore::renderblock::layoutblock___webcore::renderblock::layout___webcor
e::frameview::layout___webcore::document::updatelayout___webcore::document::upda
telayoutignorependingstylesheets___webcore::element::offsetwidth___webcore::elem
entinternal::offsetwidthattrgetter | |
| 128 | |
| 129 # 74607 | |
| 130 PREFIX: webcore::renderstyle::getshadowverticalextent___webcore::inlineflowbox::
addtextboxvisualoverflow___webcore::inlineflowbox::computeoverflow___webcore::re
nderblock::layoutinlinechildren___webcore::renderblock::layoutblock___webcore::r
enderblock::layout___webcore::renderblock::layoutblockchild___webcore::renderblo
ck::layoutblockchildren___webcore::renderblock::layoutblock___webcore::renderblo
ck::layout___webcore::renderblock::layoutblockchild___webcore::renderblock::layo
utblockchildren___webcore::renderblock::layoutblock___webcore::renderblock::layo
ut___webcore::renderblock::layoutblockchild___webcore::renderblock::layoutblockc
hildren___webcore::renderblock::layoutblock___webcore::renderblock::layout___web
core::renderblock::layoutpositionedobjects___webcore::renderblock::layoutblock__
_webcore::renderblock::layout___webcore::renderblock::layoutblockchild___webcore
::renderblock::layoutblockchildren___webcore::renderblock::layoutblock___webcore
::renderblock::layout___webcore::renderblock::layoutblockchild___webcore::render
block::layoutblockchildren___webcore::renderblock::layoutblock___webcore::render
block::layout___webcore::renderblock::layoutblockchild___webcore::renderblock::l
ayoutblockchildren___webcore::renderblock::layoutblock___webcore::renderblock::l
ayout___webcore::renderblock::layoutblockchild___webcore::renderblock::layoutblo
ckchildren___webcore::renderblock::layoutblock___webcore::rendertablecell::layou
t___webcore::rendertablerow::layout___webcore::rendertablesection::layout___webc
ore::rendertable::layout___webcore::renderblock::layoutblockchild___webcore::ren
derblock::layoutblockchildren___webcore::renderblock::layoutblock___webcore::ren
derblock::layout___webcore::renderblock::layoutblockchild___webcore::renderblock
::layoutblockchildren___webcore::renderblock::layoutblock___webcore::renderblock
::layout___webcore::renderblock::layoutblockchild___webcore::renderblock::layout
blockchildren___webcore::renderblock::layoutblock___webcore::renderblock::layout
___webcore::renderview::layout___webcore::frameview::layout___webcore::frameview
::updatelayoutandstyleifneededrecursive___renderwidget::dodeferredupdate___rende
rwidget::onupdaterectack___ipc::message::dispatch<renderview,renderview>___rende
rwidget::onmessagereceived___renderview::onmessagereceived___messagerouter::rout
emessage___messagerouter::onmessagereceived___childthread::onmessagereceived___r
unnablemethod<cancelablerequest<callbackrunner<tuple3<int,scoped_refptr<history:
:mostvisitedthumbnails>,bool> > >,void (__thiscall cancelablerequest<callbackrun
ner<tuple3<int,scoped_refptr<history::mostvisitedthumbnails>,bool> > >::*)(tuple
3<int,scoped_refptr<history::mostvisitedthumbnails>,bool> const &),tuple1<tuple3
<int,scoped_refptr<history::mostvisitedthumbnails>,bool> > >::run___messageloop:
:runtask___messageloop::dowork___base::messagepumpdefault::run___messageloop::ru
ninternal___messageloop::run___renderermain___`anonymous namespace'::runnamedpro
cesstypemain___chromemain___maindllloader::launch___wwinmain_____tmaincrtstartup | |
| 131 | |
| 132 # 75368 | |
| 133 PREFIX: skpixelref::unlockpixels___skbitmap::freepixels___webcore::framedata::cl
ear___wtf::vector<webcore::framedata,0>::shrink___webcore::bitmapimage::~bitmapi
mage___webcore::bitmapimage::`scalar deleting destructor'___webcore::cachedimage
::~cachedimage___webcore::cachedimage::`scalar deleting destructor' | |
| 134 | |
| 135 # 75459 | |
| 136 PREFIX: webcore::inlinebox::logicalheight___webcore::inlineflowbox::maxyvisualov
erflow___webcore::renderlineboxlist::anylineintersectsrect___webcore::renderline
boxlist::paint___webcore::renderblock::paintcontents___webcore::renderblock::pai
ntobject | |
| 137 | |
| 138 # 75490 | |
| 139 PREFIX: webcore::font::operator==___webcore::styleinheriteddata::operator==___we
bcore::dataref<webcore::styleinheriteddata>::operator==___webcore::renderstyle::
operator==___webcore::node::diff___webcore::element::recalcstyle | |
| 140 | |
| 141 # 75582 | |
| 142 PREFIX : skclipstack::restore___skcanvas::internalrestore___webkit::webframeimpl
::paintwithcontext | |
| 143 | |
| 144 # 76029 | |
| 145 PREFIX: webcore::rendertable::cellafter___webcore::rendertablecell::collapsedend
border___webcore::rendertablecell::borderhalfend___webcore::rendertablecell::bor
derright___webcore::renderbox::clientwidth___webcore::renderbox::contentlogicalw
idth___webcore::renderblock::layoutblock | |
| 146 | |
| 147 # 76030 | |
| 148 PREFIX: webcore::renderblock::marginbeforeforchild___webcore::renderblock::addov
erflowfromfloats___webcore::renderblock::computeoverflow___webcore::renderblock:
:layoutblock | |
| 149 | |
| 150 # 76031 | |
| 151 PREFIX: webcore::renderlineboxlist::deletelineboxes___webcore::renderblock::layo
utinlinechildren___webcore::renderblock::layoutblock | |
| 152 | |
| 153 # 76955 | |
| 154 PREFIX: webcore::renderobject::destroy___webcore::renderobjectchildlist::destroy
leftoverchildren___webcore::renderblock::destroy | |
| 155 | |
| 156 # 77176 | |
| 157 PREFIX: webcore::implicitanimation::~implicitanimation___webcore::implicitanimat
ion::`scalar deleting destructor'___wtf::hashtable<wtf::refptr<webcore::animatio
nbase>,wtf::refptr<webcore::animationbase>,wtf::identityextractor<wtf::refptr<we
bcore::animationbase> >,wtf::ptrhash<wtf::refptr<webcore::animationbase> >,wtf::
hashtraits<wtf::refptr<webcore::animationbase> >,wtf::hashtraits<wtf::refptr<web
core::animationbase> > >::deallocatetable | |
| 158 | |
| 159 # 84178 | |
| 160 PREFIX: `anonymous namespace'::establishchannelcallback::send___`anonymous names
pace'::establishchannelcallback::runwithparams___gpuprocesshost::sendoutstanding
replies | |
| 161 | |
| 162 # 87593 | |
| 163 PREFIX: webcore::cachedresource::stoploading___webcore::cachedresourcerequest::d
idfail___webcore::subresourceloader::didfail___webcore::resourceloader::didfail_
__webcore::resourcehandleinternal::didfail___webkit_glue::weburlloaderimpl::cont
ext::oncompletedrequest___resourcedispatcher::onrequestcomplete | |
| 164 | |
| 165 # 88061 | |
| 166 PREFIX: `anonymous namespace'::invalidparameter____purecall___windowdragresponse
task::run___`anonymous namespace'::taskclosureadapter::run___messageloop::runtas
k | |
| 167 | |
| 168 # 89570 | |
| 169 REGEX: base::internal::invokerstorage1.*___browsermainparts::~browsermainparts | |
| 170 | |
| 171 # 89697 | |
| 172 PREFIX: `anonymous namespace'::purecall____purecall___renderviewhost::onmessager
eceived___browserrenderprocesshost::onchannelerror___`anonymous namespace'::task
closureadapter::run___messageloop::runtask | |
| 173 | |
| 174 # 90200 | |
| 175 SUBSTRING: resourcedispatcherhost::cancelrequestsforcontext___base::internal::in
voker2<0,base::internal::invokerstorage2<void (__thiscall resourcedispatcherhost
::*)(content::resourcecontext const *),base::internal::unretainedwrapper<resourc
edispatcherhost>,profileiodata::resourcecontext *>,void (__thiscall resourcedisp
atcherhost::*)(content::resourcecontext const *)>::doinvoke | |
| 176 | |
| 177 # 90393 | |
| 178 PREFIX: webkit_glue::datasourceinitdone___base::internal::invoker3<0,base::inter
nal::invokerstorage3<void (__cdecl*)(callbackrunner<tuple1<webkit_glue::webdatas
ource *> > *,base::callback<void __cdecl(enum media::pipelinestatus,media::datas
ource *)> const &,scoped_refptr<webkit_glue::webdatasource> const &,enum media::
pipelinestatus),callbackrunner<tuple1<webkit_glue::webdatasource *> > *,base::ca
llback<void __cdecl(enum media::pipelinestatus,media::datasource *)>,scoped_refp
tr<webkit_glue::webdatasource> >,void (__cdecl*)(callbackrunner<tuple1<webkit_gl
ue::webdatasource *> > *,base::callback<void __cdecl(enum media::pipelinestatus,
media::datasource *)> const &,scoped_refptr<webkit_glue::webdatasource> const &,
enum media::pipelinestatus)>::doinvoke___webkit_glue::buffereddatasource::donein
itialization_locked___webkit_glue::buffereddatasource::httpinitialstartcallback | |
| 179 | |
| 180 # 90577 | |
| 181 PREFIX: messageloop::calculatedelayedruntime___messageloop::posttask___media::pi
pelineimpl::ondemuxerbuilt | |
| 182 | |
| 183 # 90579 | |
| 184 PREFIX: messageloop::calculatedelayedruntime___messageloop::posttask___media::ff
mpegdemuxer::initialize | |
| 185 | |
| 186 # 89679 | |
| 187 # 90796 | |
| 188 REGEX: (^|`anonymous namespace'::purecall____purecall___)renderviewhost::onmessa
gereceived___browserrenderprocesshost::onchannelerror___(`anonymous namespace'|b
ase::subtle)::taskclosureadapter::run___messageloop::runtask___messageloop::dowo
rk___base::messagepumpforui::dorunloop___base::messagepumpwin::runwithdispatcher
___messageloop::runinternal___messageloopforui::run___`anonymous namespace'::run
uimessageloop___browsermain___`anonymous namespace'::runnamedprocesstypemain___c
hromemain___maindllloader::launch___wwinmain_____tmaincrtstartup | |
| 189 | |
| 190 # 93459 | |
| 191 PREFIX: webcore::htmlsourcetracker::sourcefortoken___webcore::htmldocumentparser
::sourcefortoken___webcore::xssauditor::eraseattributeifinjected___webcore | |
| 192 | |
| 193 # 95069 | |
| 194 PREFIX: `anonymous namespace'::invalidparameter____purecall___memcpy_s___std::ba
sic_string<char,std::char_traits<char>,std::allocator<char> >::assign___gurl::gu
rl___`anonymous namespace'::do_malloc___malloc___scoped_refptr<resourcehandler>:
:operator=___resourcedispatcherhost::beginrequest___resourcehostmsg_requestresou
rce::dispatch<resourcedispatcherhost,resourcedispatcherhost,int,resourcehostmsg_
request const &> | |
| 195 | |
| 196 # 95289 | |
| 197 PREFIX: net::networkdelegate::notifycompleted___net::urlrequest::docancel___net:
:urlrequest::~urlrequest___stldeletevalues<std::map<globalrequestid,net::urlrequ
est *,std::less<globalrequestid>,std::allocator<std::pair<globalrequestid const
,net::urlrequest *> > > >___resourcedispatcherhost::onshutdown | |
| 198 | |
| 199 # 95506 | |
| 200 PREFIX: base::debug::breakdebugger___`anonymous namespace'::silentruntimeasserth
andler___logging::logmessage::~logmessage___`anonymous namespace'::shutdownwatch
dogthread::alarm___base::watchdog::threaddelegate::threadmain | |
| 201 | |
| 202 # 95951 | |
| 203 PREFIX: net::sdchmanager::getavaildictionarylist___net::urlrequesthttpjob::addex
traheaders___net::urlrequesthttpjob::start___net::urlrequest::startjob___net::ur
lrequest::start___urlfetcher::core::startoniothread | |
| 204 | |
| 205 # 95953 | |
| 206 REGEX: std::_tree<std::_tmap_traits<std::basic_string.*,remoting::javascriptiqre
quest *,std::less.*,remoting::javascriptiqrequest *> >,0> >::_lbound___std::_tre
e<std::_tmap_traits.*basic_string.*,extensioncontentsettingsstore::extensionentr
y *,std::less.*,extensioncontentsettingsstore::extensionentry *> >,0> >::find___
net::sdchmanager::isinsupporteddomain___net::urlrequesthttpjob::addextraheaders | |
| 207 | |
| 208 # 95954 | |
| 209 PREFIX: net::sdchmanager::isinsupporteddomain___net::urlrequesthttpjob::addextra
headers___net::urlrequesthttpjob::start___net::urlrequest::startjob___net::urlre
quest::start___urlfetcher::core::startoniothread | |
| 210 | |
| 211 # 96234 | |
| 212 PREFIX: std::_tree<std::_tmap_traits<syncable::id,int,std::less<syncable::id>,st
d::allocator<std::pair<syncable::id const ,int> >,0> >::_lbound___std::_tree<std
::_tmap_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char
> >,fileapi::filesystemdirectorydatabase *,std::less<std::basic_string<char,std:
:char_traits<char>,std::allocator<char> > >,std::allocator<std::pair<std::basic_
string<char,std::char_traits<char>,std::allocator<char> > const ,fileapi::filesy
stemdirectorydatabase *> >,0> >::find___net::sdchmanager::isinsupporteddomain___
net::urlrequesthttpjob::addextraheaders | |
| OLD | NEW |