RESOLVED FIXED 195865
Web Inspector: Timeline: lazily create the agent
https://bugs.webkit.org/show_bug.cgi?id=195865
Summary Web Inspector: Timeline: lazily create the agent
Devin Rousso
Reported 2019-03-17 14:47:29 PDT
.
Attachments
Patch (12.53 KB, patch)
2019-03-17 16:24 PDT, Devin Rousso
no flags
Patch (12.56 KB, patch)
2019-03-18 14:14 PDT, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2019-03-17 15:01:08 PDT
Devin Rousso
Comment 2 2019-03-17 16:24:32 PDT
Joseph Pecoraro
Comment 3 2019-03-18 13:15:43 PDT
Comment on attachment 364981 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364981&action=review r=me > Source/WebCore/inspector/agents/InspectorTimelineAgent.cpp:719 > + record->setString("frameId", pageAgent->frameId(frame)); Nit: "frameId"_s to use ASCIILiteral construction.
Devin Rousso
Comment 4 2019-03-18 14:14:22 PDT
WebKit Commit Bot
Comment 5 2019-03-18 17:31:30 PDT
Comment on attachment 365061 [details] Patch Clearing flags on attachment: 365061 Committed r243119: <https://trac.webkit.org/changeset/243119>
WebKit Commit Bot
Comment 6 2019-03-18 17:31:32 PDT
All reviewed patches have been landed. Closing bug.
Shawn Roberts
Comment 7 2019-03-19 08:32:53 PDT
This commit is causing 2 new failures in the following tests on all of Mac inspector/timeline/line-column.html inspector/timeline/setInstruments-programmatic-capture.html Reproduced with: run-webkit-tests inspector/timeline/setInstruments-programmatic-capture.html --iterations 10 -f run-webkit-tests inspector/timeline/line-column.html -- iterations 10 -f all iterations produce a text diff failure in 243119 all iterations pass in 243116 Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Ftimeline%2Fline-column.html%20inspector%2Ftimeline%2FsetInstruments-programmatic-capture.html Diff: https://build.webkit.org/results/Apple%20Mojave%20Release%20WK2%20(Tests)/r243136%20(3171)/inspector/timeline/line-column-diff.txt https://build.webkit.org/results/Apple%20Mojave%20Release%20WK2%20(Tests)/r243136%20(3171)/inspector/timeline/setInstruments-programmatic-capture-diff.txt
Devin Rousso
Comment 8 2019-03-19 11:42:10 PDT
(In reply to Shawn Roberts from comment #7) > This commit is causing 2 new failures in the following tests on all of Mac > > inspector/timeline/line-column.html > inspector/timeline/setInstruments-programmatic-capture.html > > Reproduced with: > > run-webkit-tests inspector/timeline/setInstruments-programmatic-capture.html > --iterations 10 -f > run-webkit-tests inspector/timeline/line-column.html -- iterations 10 -f > > all iterations produce a text diff failure in 243119 > all iterations pass in 243116 > > > Flakiness Dashboard: > > https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard. > html#showAllRuns=true&tests=inspector%2Ftimeline%2Fline-column. > html%20inspector%2Ftimeline%2FsetInstruments-programmatic-capture.html > > Diff: > > https://build.webkit.org/results/Apple%20Mojave%20Release%20WK2%20(Tests)/ > r243136%20(3171)/inspector/timeline/line-column-diff.txt > > https://build.webkit.org/results/Apple%20Mojave%20Release%20WK2%20(Tests)/ > r243136%20(3171)/inspector/timeline/setInstruments-programmatic-capture-diff. > txt Fixed in followup r243155 <http://trac.webkit.org/changeset/243155>.
Note You need to log in before you can comment on or make changes to this bug.