WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 27633
AXLoadComplete can be fired off to frequently
https://bugs.webkit.org/show_bug.cgi?id=27633
Summary
AXLoadComplete can be fired off to frequently
chris fleizach
Reported
2009-07-23 17:30:37 PDT
looks like an integration left out some curly brackets around an if statement Document.cpp no brackets for if (f && renderer() && this == topDocument() && AXObjectCache::accessibilityEnabled())
Attachments
patch
(1.63 KB, patch)
2009-07-23 17:32 PDT
,
chris fleizach
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2009-07-23 17:32:05 PDT
Created
attachment 33396
[details]
patch
George Staikos
Comment 2
2009-07-23 17:34:06 PDT
Comment on
attachment 33396
[details]
patch A perfect example of why I strongly disagree with the braces "policy" that is being so strictly enforced.
George Staikos
Comment 3
2009-07-23 17:34:44 PDT
heh beat me to the r+ :)
chris fleizach
Comment 4
2009-07-23 17:35:53 PDT
http://trac.webkit.org/changeset/46301
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug