forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Reland "Migrate RenderProcessHost trace events to typed protos""
This reverts commit 0d540e7. Reason for revert: Still crashing: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests%20(with%20patch)&tests=All%2FSitePerProcessSSLBrowserTest.UnloadHandlersArePowerfulGrandChild Original change's description: > Reland "Migrate RenderProcessHost trace events to typed protos" > > This reverts commit 87c5394. > > Reason for revert: Fixed the crash > > The crash was due to adding trace event after the impl() was > destroyed in the destructor. Moved the event earlier. This > was missed in the tests because none of the tests covered > shutdown tracing. Added test coverage. > > Original change's description: > > Revert "Migrate RenderProcessHost trace events to typed protos" > > > > This reverts commit feb18e2. > > > > Reason for revert: Dev release blocker > > > > Original change's description: > > > Migrate RenderProcessHost trace events to typed protos > > > > > > Converts shutdown and render_host TRACE_EVENTs to typed protos, in order > > > to ensure privacy safe trace data. > > > > > > Bug: b/165405144 > > > Change-Id: Ia37bdfe6195f1bdd474dc9b33b6e538e862fb87b > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2812422 > > > Commit-Queue: ssid <[email protected]> > > > Reviewed-by: Eric Seckler <[email protected]> > > > Reviewed-by: Nasko Oskov <[email protected]> > > > Reviewed-by: Alexander Timin <[email protected]> > > > Cr-Commit-Position: refs/heads/master@{#883169} > > > > Bug: b/165405144 > > Change-Id: Ic27030af42ed11d24d5f846fc06b6d7e0736d697 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2900765 > > Reviewed-by: Nasko Oskov <[email protected]> > > Owners-Override: Srinivas Sista <[email protected]> > > Commit-Queue: Tommy Nyquist <[email protected]> > > Cr-Commit-Position: refs/heads/master@{#883715} > > Bug: b/165405144 > Change-Id: Ibf00467a2c01a470867e2aeb2217906df93eb4fa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2923877 > Commit-Queue: ssid <[email protected]> > Reviewed-by: Nasko Oskov <[email protected]> > Reviewed-by: Tommy Nyquist <[email protected]> > Cr-Commit-Position: refs/heads/master@{#888597} Bug: b/165405144 Change-Id: I4284060f73359a06c9dbd33f57e927c88b370ac8 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2935238 Reviewed-by: Yi Gu <[email protected]> Reviewed-by: Xida Chen <[email protected]> Owners-Override: Yi Gu <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Auto-Submit: Yi Gu <[email protected]> Commit-Queue: Xida Chen <[email protected]> Cr-Commit-Position: refs/heads/master@{#888863}
- Loading branch information
Showing
12 changed files
with
76 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.