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

Issue 2871113002: Change from_surface default value to true (Closed)

Created:
3 years, 7 months ago by dvallet
Modified:
3 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, devtools-reviews_chromium.org, jam, pfeldman
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Change from_surface default value to true BUG=714058 Review-Url: https://codereview.chromium.org/2871113002 Cr-Commit-Position: refs/heads/master@{#474207} Committed: https://chromium.googlesource.com/chromium/src/+/b7b00695911984b3be8f9e7894ac84123136e38e

Patch Set 1 #

Patch Set 2 : default fromSurface to true (remove from experimental?) #

Patch Set 3 : remove headless fromSurface #

Total comments: 3

Patch Set 4 : added experimental flag #

Patch Set 5 : DO_NOT_SUBMIT, set alway surface false #

Patch Set 6 : revert to defaulting to true #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M content/browser/devtools/protocol/page_handler.cc View 1 5 1 chunk +1 line, -1 line 0 comments Download
M headless/app/headless_shell.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M headless/lib/headless_web_contents_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/browser_protocol.json View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 72 (32 generated)
dvallet
3 years, 7 months ago (2017-05-10 06:22:17 UTC) #3
Eric Seckler
Let's update the comment in browser_protocol.json, too. Otherwise lgtm :) +dgozman for owners
3 years, 7 months ago (2017-05-10 07:00:57 UTC) #6
Sami
lgtm with Eric's comment.
3 years, 7 months ago (2017-05-10 11:12:08 UTC) #9
dgozman
The plan is to change it to true by default, and eventually remove it. We ...
3 years, 7 months ago (2017-05-10 15:27:01 UTC) #10
dvallet
PTAL, webkit layout tests are failing, but I suspect it is because the webkit tree ...
3 years, 7 months ago (2017-05-11 04:46:09 UTC) #19
Eric Seckler
lgtm % nit https://codereview.chromium.org/2871113002/diff/40001/third_party/WebKit/Source/core/inspector/browser_protocol.json File third_party/WebKit/Source/core/inspector/browser_protocol.json (left): https://codereview.chromium.org/2871113002/diff/40001/third_party/WebKit/Source/core/inspector/browser_protocol.json#oldcode423 third_party/WebKit/Source/core/inspector/browser_protocol.json:423: { "name": "fromSurface", "type": "boolean", "optional": ...
3 years, 7 months ago (2017-05-11 07:34:18 UTC) #20
dgozman
lgtm https://codereview.chromium.org/2871113002/diff/40001/third_party/WebKit/Source/core/inspector/browser_protocol.json File third_party/WebKit/Source/core/inspector/browser_protocol.json (left): https://codereview.chromium.org/2871113002/diff/40001/third_party/WebKit/Source/core/inspector/browser_protocol.json#oldcode423 third_party/WebKit/Source/core/inspector/browser_protocol.json:423: { "name": "fromSurface", "type": "boolean", "optional": true, "description": ...
3 years, 7 months ago (2017-05-11 20:48:05 UTC) #21
dgozman
On 2017/05/11 20:48:05, dgozman wrote: > lgtm > > https://codereview.chromium.org/2871113002/diff/40001/third_party/WebKit/Source/core/inspector/browser_protocol.json > File third_party/WebKit/Source/core/inspector/browser_protocol.json (left): > ...
3 years, 7 months ago (2017-05-11 20:48:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2871113002/60001
3 years, 7 months ago (2017-05-12 00:34:47 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/442630)
3 years, 7 months ago (2017-05-12 02:42:36 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2871113002/60001
3 years, 7 months ago (2017-05-12 02:53:43 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/451795)
3 years, 7 months ago (2017-05-12 05:10:32 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2871113002/60001
3 years, 7 months ago (2017-05-12 05:13:51 UTC) #34
dvallet
So changing the default brakes gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_Video_VP9 on Mac. It looks like it taking a screenshot ...
3 years, 7 months ago (2017-05-12 05:45:21 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/451860)
3 years, 7 months ago (2017-05-12 07:27:38 UTC) #37
dgozman
On 2017/05/12 05:45:21, dvallet wrote: > So changing the default brakes > gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_Video_VP9 > on ...
3 years, 7 months ago (2017-05-12 18:07:49 UTC) #38
dgozman
Ken, could you please take a look at gpu test failures? For more context: it ...
3 years, 7 months ago (2017-05-12 18:13:49 UTC) #40
Ken Russell (switch to Gerrit)
On 2017/05/12 18:13:49, dgozman wrote: > Ken, could you please take a look at gpu ...
3 years, 7 months ago (2017-05-16 17:09:06 UTC) #42
dvallet
Looks like we might take a while to decide. Can I submit Patch #2 (keeping ...
3 years, 7 months ago (2017-05-16 23:33:52 UTC) #43
Ken Russell (switch to Gerrit)
On 2017/05/16 23:33:52, dvallet wrote: > Looks like we might take a while to decide. ...
3 years, 7 months ago (2017-05-16 23:46:55 UTC) #44
dgozman
On 2017/05/16 23:46:55, Ken Russell wrote: > On 2017/05/16 23:33:52, dvallet wrote: > > Looks ...
3 years, 7 months ago (2017-05-16 23:57:31 UTC) #45
Ken Russell (switch to Gerrit)
On 2017/05/16 23:57:31, dgozman wrote: > On 2017/05/16 23:46:55, Ken Russell wrote: > > On ...
3 years, 7 months ago (2017-05-17 00:18:45 UTC) #46
dvallet
On 2017/05/17 at 00:18:45, kbr wrote: > On 2017/05/16 23:57:31, dgozman wrote: > > On ...
3 years, 7 months ago (2017-05-17 07:03:50 UTC) #47
Ken Russell (switch to Gerrit)
On 2017/05/17 07:03:50, dvallet wrote: > On 2017/05/17 at 00:18:45, kbr wrote: > > On ...
3 years, 7 months ago (2017-05-18 16:39:04 UTC) #48
dvallet
On 2017/05/18 at 16:39:04, kbr wrote: > On 2017/05/17 07:03:50, dvallet wrote: > > On ...
3 years, 7 months ago (2017-05-18 23:15:19 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2871113002/60001
3 years, 7 months ago (2017-05-18 23:17:01 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/449231)
3 years, 7 months ago (2017-05-19 02:04:35 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2871113002/60001
3 years, 7 months ago (2017-05-19 02:29:27 UTC) #55
Ken Russell (switch to Gerrit)
On 2017/05/19 02:04:35, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 7 months ago (2017-05-19 02:39:59 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/458002)
3 years, 7 months ago (2017-05-19 05:48:37 UTC) #58
Ken Russell (switch to Gerrit)
On 2017/05/19 05:48:37, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 7 months ago (2017-05-19 17:26:23 UTC) #59
dvallet
On 2017/05/19 at 17:26:23, kbr wrote: > On 2017/05/19 05:48:37, commit-bot: I haz the power ...
3 years, 7 months ago (2017-05-22 02:58:47 UTC) #60
Ken Russell (switch to Gerrit)
On 2017/05/22 02:58:47, dvallet wrote: > On 2017/05/19 at 17:26:23, kbr wrote: > > On ...
3 years, 7 months ago (2017-05-22 18:45:06 UTC) #61
dvallet
On 2017/05/22 at 18:45:06, kbr wrote: > On 2017/05/22 02:58:47, dvallet wrote: > > On ...
3 years, 7 months ago (2017-05-23 05:03:31 UTC) #62
dvallet
On 2017/05/22 at 18:45:06, kbr wrote: > On 2017/05/22 02:58:47, dvallet wrote: > > On ...
3 years, 7 months ago (2017-05-23 05:03:34 UTC) #63
Sami
On 2017/05/23 05:03:34, dvallet wrote: > I'd sent a change myself but I don't really ...
3 years, 7 months ago (2017-05-23 16:43:14 UTC) #64
Ken Russell (switch to Gerrit)
On 2017/05/23 16:43:14, Sami wrote: > On 2017/05/23 05:03:34, dvallet wrote: > > I'd sent ...
3 years, 7 months ago (2017-05-23 22:31:06 UTC) #65
dvallet
On 2017/05/23 at 22:31:06, kbr wrote: > On 2017/05/23 16:43:14, Sami wrote: > > On ...
3 years, 7 months ago (2017-05-24 00:12:44 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2871113002/100001
3 years, 7 months ago (2017-05-24 05:11:59 UTC) #69
commit-bot: I haz the power
3 years, 7 months ago (2017-05-24 08:04:56 UTC) #72
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/b7b00695911984b3be8f9e7894ac...

Powered by Google App Engine
This is Rietveld 408576698