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

Issue 189313002: Implement '--gpu-sandbox-failures-nonfatal' flag. (Closed)

Created:
6 years, 9 months ago by Jorge Lucangeli Obes
Modified:
6 years, 9 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, jln+watch_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Implement '--gpu-sandbox-failures-nonfatal' flag. Also, move the flag to content:: instead of chromeos::. BUG=327824 TEST=Chrome compiles, loads with and without the flag. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255564

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename variable to |sandbox_failure_fatal|. #

Patch Set 3 : CHECK(false) -> LOG(FATAL) #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -18 lines) Patch
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chromeos/chromeos_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M chromeos/chromeos_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 3 chunks +1 line, -7 lines 0 comments Download
M content/common/sandbox_linux/sandbox_linux.cc View 1 2 3 chunks +24 lines, -6 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Jorge Lucangeli Obes
Julien: please review. Antoine: OWNERS review for the flag move. Thanks!
6 years, 9 months ago (2014-03-06 22:51:18 UTC) #1
jln (very slow on Chromium)
Won't this crash on regular Linux? Also: what do you think of having the reverse ...
6 years, 9 months ago (2014-03-06 23:02:29 UTC) #2
piman
lgtm
6 years, 9 months ago (2014-03-06 23:55:54 UTC) #3
Jorge Lucangeli Obes
I'm happy to add the converse (-fatal) flag, but I cannot remove the -nonfatal flag ...
6 years, 9 months ago (2014-03-07 00:29:44 UTC) #4
jln (very slow on Chromium)
lgtm
6 years, 9 months ago (2014-03-07 00:48:58 UTC) #5
Jorge Lucangeli Obes
The CQ bit was checked by jorgelo@chromium.org
6 years, 9 months ago (2014-03-07 02:13:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jorgelo@chromium.org/189313002/40001
6 years, 9 months ago (2014-03-07 02:19:24 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-07 02:19:31 UTC) #8
commit-bot: I haz the power
Failed to apply patch for content/browser/gpu/gpu_process_host.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-07 02:19:31 UTC) #9
Jorge Lucangeli Obes
The CQ bit was checked by jorgelo@chromium.org
6 years, 9 months ago (2014-03-07 02:49:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jorgelo@chromium.org/189313002/60001
6 years, 9 months ago (2014-03-07 02:51:07 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-07 05:27:21 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel, mac_chromium_rel
6 years, 9 months ago (2014-03-07 05:27:22 UTC) #13
Jorge Lucangeli Obes
The CQ bit was checked by jorgelo@chromium.org
6 years, 9 months ago (2014-03-07 06:10:57 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jorgelo@chromium.org/189313002/60001
6 years, 9 months ago (2014-03-07 06:15:36 UTC) #15
commit-bot: I haz the power
Change committed as 255564
6 years, 9 months ago (2014-03-07 09:16:10 UTC) #16
Michael van Ouwerkerk
A revert of this CL has been created in https://codereview.chromium.org/189093008/ by mvanouwerkerk@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-07 11:18:16 UTC) #17
Alexander Potapenko
6 years, 9 months ago (2014-03-07 12:07:11 UTC) #18
Message was sent while issue was closed.
It also broke content_browsertests on the ASan bots, e.g.:

[ RUN      ]
CrossPlatformAccessibilityBrowserTest.MultipleInheritanceAccessibility2
Xlib:  extension "RANDR" missing on display ":9".
[25884:25884:0307/033533:2200265637:ERROR:proxy_service.cc(1381)]
ProxyConfigService for ChromeOS should be created in
profile_io_data.cc::CreateProxyConfigService and this should be used only for
examples.
[25884:25915:0307/033533:2200294886:WARNING:proxy_service.cc(903)] PAC support
disabled because there is no system implementation
[25921:25921:0307/033533:2200323231:FATAL:sandbox_linux.cc(298)]
InitializeSandbox() called with multiple threads in process gpu-process
[25884:25884:0307/033533:2200352968:FATAL:gpu_process_transport_factory.cc(211)]
Failed to create UI context, but can't use software compositing with browser
threaded compositing. Aborting.

Powered by Google App Engine
This is Rietveld 408576698