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

Issue 1665513002: Pass both 32 and 64 bit snapshot and natives fds to child processes. (Closed)

Created:
4 years, 10 months ago by Tobias Sargeant
Modified:
4 years, 10 months ago
CC:
android-webview-reviews_chromium.org, avayvod+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-media_chromium.org, posciak+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pass both 32 and 64 bit snapshot and natives fds to child processes. Child processes are in the best position to determine which files to use, therefore it is simplest just to provide both 32 and 64 bit versions from the parent. BUG=581409, 455699 Committed: https://crrev.com/c560d75783aca05249092dd11503b53f7b631be1 Cr-Commit-Position: refs/heads/master@{#374371} Committed: https://crrev.com/b2001627a9e1dcf3df5218424a55e32143b957b1 Cr-Commit-Position: refs/heads/master@{#374643}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 2

Patch Set 3 : fix compile error on non android platforms #

Patch Set 4 : avoid non-POD global #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -56 lines) Patch
M android_webview/lib/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 2 chunks +14 lines, -18 lines 0 comments Download
M content/app/content_main_runner.cc View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M content/browser/child_process_launcher.cc View 2 chunks +28 lines, -1 line 0 comments Download
M content/public/common/content_descriptors.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M gin/v8_initializer.h View 1 chunk +13 lines, -0 lines 0 comments Download
M gin/v8_initializer.cc View 1 2 3 9 chunks +91 lines, -37 lines 0 comments Download

Messages

Total messages: 38 (16 generated)
Tobias Sargeant
4 years, 10 months ago (2016-02-03 10:43:22 UTC) #2
Torne
https://codereview.chromium.org/1665513002/diff/1/android_webview/lib/DEPS File android_webview/lib/DEPS (right): https://codereview.chromium.org/1665513002/diff/1/android_webview/lib/DEPS#newcode6 android_webview/lib/DEPS:6: "+gin/v8_initializer.h", This is probably not okay, only headers in ...
4 years, 10 months ago (2016-02-03 11:05:32 UTC) #3
Tobias Sargeant
https://codereview.chromium.org/1665513002/diff/1/android_webview/lib/DEPS File android_webview/lib/DEPS (right): https://codereview.chromium.org/1665513002/diff/1/android_webview/lib/DEPS#newcode6 android_webview/lib/DEPS:6: "+gin/v8_initializer.h", On 2016/02/03 11:05:32, Torne wrote: > This is ...
4 years, 10 months ago (2016-02-03 11:14:12 UTC) #4
Tobias Sargeant
4 years, 10 months ago (2016-02-03 12:08:19 UTC) #6
jochen (gone - plz use gerrit)
can you explain why we don't statically know which files we need? Either the process ...
4 years, 10 months ago (2016-02-03 13:36:12 UTC) #7
Tobias Sargeant
On 2016/02/03 13:36:12, jochen wrote: > can you explain why we don't statically know which ...
4 years, 10 months ago (2016-02-03 13:56:10 UTC) #8
jochen (gone - plz use gerrit)
lgtm if torne is happy with this
4 years, 10 months ago (2016-02-05 14:46:23 UTC) #9
Torne
LGTM, just a comment about one of the todos being deleted :) https://codereview.chromium.org/1665513002/diff/20001/android_webview/lib/main/aw_main_delegate.cc File android_webview/lib/main/aw_main_delegate.cc ...
4 years, 10 months ago (2016-02-08 15:57:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1665513002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1665513002/20001
4 years, 10 months ago (2016-02-09 10:35:54 UTC) #13
Tobias Sargeant
https://codereview.chromium.org/1665513002/diff/20001/android_webview/lib/main/aw_main_delegate.cc File android_webview/lib/main/aw_main_delegate.cc (left): https://codereview.chromium.org/1665513002/diff/20001/android_webview/lib/main/aw_main_delegate.cc#oldcode133 android_webview/lib/main/aw_main_delegate.cc:133: // here when those files have arch specific names ...
4 years, 10 months ago (2016-02-09 10:37:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/90730) chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 10 months ago (2016-02-09 10:47:52 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1665513002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1665513002/40001
4 years, 10 months ago (2016-02-09 13:17:30 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-09 14:22:47 UTC) #21
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/c560d75783aca05249092dd11503b53f7b631be1 Cr-Commit-Position: refs/heads/master@{#374371}
4 years, 10 months ago (2016-02-09 14:24:14 UTC) #23
Nico
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1681003003/ by thakis@chromium.org. ...
4 years, 10 months ago (2016-02-09 15:34:40 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1665513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1665513002/60001
4 years, 10 months ago (2016-02-10 10:25:07 UTC) #27
Tobias Sargeant
Hi Torne, Could you please take a look at PS4?
4 years, 10 months ago (2016-02-10 10:26:24 UTC) #28
Torne
lgtm
4 years, 10 months ago (2016-02-10 10:41:11 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 11:30:01 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1665513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1665513002/60001
4 years, 10 months ago (2016-02-10 11:49:54 UTC) #34
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-10 11:54:19 UTC) #36
commit-bot: I haz the power
4 years, 10 months ago (2016-02-10 11:56:20 UTC) #38
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b2001627a9e1dcf3df5218424a55e32143b957b1
Cr-Commit-Position: refs/heads/master@{#374643}

Powered by Google App Engine
This is Rietveld 408576698