Changeset 127448 in webkit


Ignore:
Timestamp:
Sep 4, 2012 1:53:31 AM (12 years ago)
Author:
yurys@chromium.org
Message:

Web Inspector: new CPU Profiles are not shown after reattach
https://bugs.webkit.org/show_bug.cgi?id=95686

Reviewed by Vsevolod Vlasov.

  • inspector/InspectorProfilerAgent.cpp:

(WebCore::InspectorProfilerAgent::restore): set m_headersRequested flags
to true and clear all profiles on the front-end since there are no
collected profiles yet immediately after render process sitching.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r127443 r127448  
     12012-09-04  Yury Semikhatsky  <yurys@chromium.org>
     2
     3        Web Inspector: new CPU Profiles are not shown after reattach
     4        https://bugs.webkit.org/show_bug.cgi?id=95686
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * inspector/InspectorProfilerAgent.cpp:
     9        (WebCore::InspectorProfilerAgent::restore): set m_headersRequested flags
     10        to true and clear all profiles on the front-end since there are no
     11        collected profiles yet immediately after render process sitching.
     12
    1132012-09-04  Ilya Tikhonovsky  <loislo@chromium.org>
    214
  • trunk/Source/WebCore/inspector/InspectorProfilerAgent.cpp

    r126926 r127448  
    350350
    351351    // Revisit this.
     352    m_headersRequested = true;
    352353    resetFrontendProfiles();
    353354    if (m_state->getBoolean(ProfilerAgentState::userInitiatedProfiling))
Note: See TracChangeset for help on using the changeset viewer.