Continue making XSSAuditor thread safe: Remove dependencies on m_parser from init()
Created attachment 185870 [details] Patch
Created attachment 186068 [details] Patch for landing
Comment on attachment 186068 [details] Patch for landing Clearing flags on attachment: 186068 Committed r141605: <http://trac.webkit.org/changeset/141605>
All reviewed patches have been landed. Closing bug.
sputnik/Unicode/Unicode_510/S7.6_A1.1_T1 started failing on the ML Release WK testers between 141604 and 141606 http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK1%20%28Tests%29/builds/6402 http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r141606%20(6403)/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-pretty-diff.html --- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-expected.txt +++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-actual.txt @@ -1,6 +1,7 @@ +CONSOLE MESSAGE: line 77: SyntaxError: Invalid character '\u0029' S7.6_A1.1_T1 -PASS +FAIL successfullyParsed is not set TEST COMPLETE Of all the changes, http://trac.webkit.org/changeset/141605 looks most suspect.
> Of all the changes, http://trac.webkit.org/changeset/141605 looks most suspect. The test failure doesn't repro for me locally on the mac or chromium ports. And the failure went away on the bots as of here: http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK1%20%28Tests%29/builds/6408 So I guess this was a flake?