Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Issue 1739113002: Revert of Refactoring: Move some classes from content/child to platform (Closed)

Created:
4 years, 10 months ago by Zhen Wang
Modified:
4 years, 10 months ago
CC:
Mads Ager (chromium), blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, jam, kinuko+watch, kouhei+heap_chromium.org, oilpan-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Refactoring: Move some classes from content/child to platform (patchset #17 id:320001 of https://codereview.chromium.org/1660383002/ ) Reason for revert: This CL makes perf benchmarks fail on several platforms. The bisect result: https://chromeperf.appspot.com/group_report?bug_id=589850 Original issue's description: > Refactoring: Move some classes from content/child to platform > > This CL moves these classes: > - WebMemoryAllocatorDumpImpl > - WebMemoryDumpProviderAdapter > - WebProcessMemoryDumpImpl(Test) > from content/child to platform. Now that platform can depend on base, > we don't need adapter classes in Chromium side. > > After this CL, we will be able to reduce glue classes by unifying: > - WebMemoryAllocatorDump and WebMemoryAllocatorDumpImpl > - WebProcessMemoryDump and WebProcessMemoryDumpImpl > - WebMemoryDumpProvider and WebMemoryDumpProviderAdapter > so that we can reduce lots of code. > > BUG=548254 > > Committed: https://crrev.com/a8227af5f6016e10e78b539ffa55aeb634ca7601 > Cr-Commit-Position: refs/heads/master@{#377552} TBR=tkent@chromium.org,bashi@chromium.org,esprehn@chromium.org,haraken@chromium.org,kinuko@chromium.org,primiano@chromium.org,thakis@chromium.org,xhwang@chromium.org,hajimehoshi@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true BUG=548254

Patch Set 1 #

Patch Set 2 : fix patch failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -750 lines) Patch
M components/test_runner/test_common.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M content/child/blink_platform_impl.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M content/child/blink_platform_impl.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/child/web_discardable_memory_impl.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/child/web_memory_allocator_dump_impl.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
A + content/child/web_memory_allocator_dump_impl.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
A + content/child/web_memory_dump_provider_adapter.h View 1 2 chunks +7 lines, -5 lines 0 comments Download
A + content/child/web_memory_dump_provider_adapter.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + content/child/web_process_memory_dump_impl.h View 1 3 chunks +15 lines, -15 lines 0 comments Download
A + content/child/web_process_memory_dump_impl.cc View 1 5 chunks +14 lines, -14 lines 0 comments Download
A + content/child/web_process_memory_dump_impl_unittest.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M content/content_child.gypi View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/blink/run_all_unittests.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/PRESUBMIT.py View 1 2 chunks +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/DEPS View 1 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/Platform.cpp View 1 2 chunks +0 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProviderTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/platform/web_memory_allocator_dump_impl.h View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/WebKit/Source/platform/web_memory_allocator_dump_impl.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/Source/platform/web_memory_dump_provider_adapter.h View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/Source/platform/web_memory_dump_provider_adapter.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/Source/platform/web_process_memory_dump_impl.h View 1 chunk +0 lines, -117 lines 0 comments Download
D third_party/WebKit/Source/platform/web_process_memory_dump_impl.cc View 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/WebKit/Source/platform/web_process_memory_dump_impl_test.cc View 1 chunk +0 lines, -125 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebProcessMemoryDump.h View 1 2 chunks +0 lines, -9 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Zhen Wang
Created Revert of Refactoring: Move some classes from content/child to platform
4 years, 10 months ago (2016-02-25 22:31:13 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739113002/1
4 years, 10 months ago (2016-02-25 22:34:05 UTC) #2
commit-bot: I haz the power
Failed to apply patch for content/child/blink_platform_impl.cc: While running git apply --index -3 -p1; error: patch ...
4 years, 10 months ago (2016-02-25 22:47:10 UTC) #4
Zhen Wang
Fixed patch failures in - content/child/blink_platform_impl.h - content/child/blink_platform_impl.cc - third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h Removed the following to run ...
4 years, 10 months ago (2016-02-25 23:08:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739113002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739113002/280001
4 years, 10 months ago (2016-02-25 23:19:04 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/151224)
4 years, 10 months ago (2016-02-26 00:13:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739113002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739113002/280001
4 years, 10 months ago (2016-02-26 01:03:18 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/187299) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 10 months ago (2016-02-26 01:10:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1739113002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1739113002/280001
4 years, 10 months ago (2016-02-26 01:42:28 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/172583)
4 years, 10 months ago (2016-02-26 02:42:46 UTC) #19
Primiano Tucci (use gerrit)
On 2016/02/26 02:42:46, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 10 months ago (2016-02-26 03:27:16 UTC) #20
Zhen Wang
4 years, 10 months ago (2016-02-26 16:53:00 UTC) #21
This is not necessary anymore after
https://codereview.chromium.org/1731893004/
See perf-sheriffs@ mail in
https://groups.google.com/a/chromium.org/forum/#!topic/perf-sheriffs/qzBBC3xvQzk

Closing this CL...

Powered by Google App Engine
This is Rietveld 408576698