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

Issue 2609843002: open multple tabs from CLI (Closed)

Created:
3 years, 11 months ago by jzfeng
Modified:
3 years, 11 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

open multple tabs from CLI BUG=626873 TEST=headless_shell --remote-debugging-port=9222 https://www.google.com https://www.chromium.org https://cs.chromium.org Review-Url: https://codereview.chromium.org/2609843002 Cr-Commit-Position: refs/heads/master@{#442899} Committed: https://chromium.googlesource.com/chromium/src/+/14851efa455daad231261a89b13a8e588ff6ad5b

Patch Set 1 #

Patch Set 2 : add one more space #

Patch Set 3 : only add observer for the first url #

Patch Set 4 : only store one web_contents #

Patch Set 5 : revert one change #

Patch Set 6 : add flag check #

Total comments: 12

Patch Set 7 : check the commandline in HeadlessShellMain #

Patch Set 8 : minor fix #

Patch Set 9 : minor fix #

Total comments: 6

Patch Set 10 : remove brackets #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -11 lines) Patch
M headless/app/headless_shell.cc View 1 2 3 4 5 6 7 8 9 4 chunks +54 lines, -11 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
Sami
Thanks for the patch! Looks like you noticed some of the shell's features don't really ...
3 years, 11 months ago (2017-01-09 10:13:11 UTC) #11
Sami
3 years, 11 months ago (2017-01-09 16:43:03 UTC) #13
jzfeng
On 2017/01/09 16:43:03, Sami wrote: Added the checking logic. PTAL. I have a related question: ...
3 years, 11 months ago (2017-01-10 12:01:17 UTC) #14
Eric Seckler
Thanks, Jianzhou! On 2017/01/10 12:01:17, jzfeng wrote: > I have a related question: Are the ...
3 years, 11 months ago (2017-01-10 17:42:30 UTC) #15
Sami
I think we're still figuring out exactly what role Headless Shell will fill in the ...
3 years, 11 months ago (2017-01-11 11:32:37 UTC) #16
jzfeng
On 2017/01/11 11:32:37, Sami wrote: > I think we're still figuring out exactly what role ...
3 years, 11 months ago (2017-01-11 11:57:52 UTC) #17
jzfeng
https://codereview.chromium.org/2609843002/diff/100001/headless/app/headless_shell.cc File headless/app/headless_shell.cc (right): https://codereview.chromium.org/2609843002/diff/100001/headless/app/headless_shell.cc#newcode107 headless/app/headless_shell.cc:107: if (!MultiTabsCheckPassed(args.size())) { On 2017/01/10 17:42:30, Eric Seckler wrote: ...
3 years, 11 months ago (2017-01-11 12:00:27 UTC) #18
alex clarke (OOO till 29th)
https://codereview.chromium.org/2609843002/diff/100001/headless/app/headless_shell.cc File headless/app/headless_shell.cc (right): https://codereview.chromium.org/2609843002/diff/100001/headless/app/headless_shell.cc#newcode396 headless/app/headless_shell.cc:396: bool MultiTabsCheckPassed(const int tab_number) const { On 2017/01/11 12:00:27, ...
3 years, 11 months ago (2017-01-11 12:03:39 UTC) #19
Sami
Thanks! https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc File headless/app/headless_shell.cc (right): https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc#newcode411 headless/app/headless_shell.cc:411: if (command_line.GetArgs().size() <= 1) Looks like this should ...
3 years, 11 months ago (2017-01-11 13:14:29 UTC) #20
Sami
lgtm https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc File headless/app/headless_shell.cc (right): https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc#newcode411 headless/app/headless_shell.cc:411: if (command_line.GetArgs().size() <= 1) On 2017/01/11 13:14:28, Sami ...
3 years, 11 months ago (2017-01-11 13:33:32 UTC) #21
Eric Seckler
lgtm with two very tiny nits as well! :) https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc File headless/app/headless_shell.cc (right): https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc#newcode109 headless/app/headless_shell.cc:109: ...
3 years, 11 months ago (2017-01-11 13:39:21 UTC) #22
jzfeng
https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc File headless/app/headless_shell.cc (right): https://codereview.chromium.org/2609843002/diff/160001/headless/app/headless_shell.cc#newcode109 headless/app/headless_shell.cc:109: if (args.empty()) { On 2017/01/11 13:39:20, Eric Seckler wrote: ...
3 years, 11 months ago (2017-01-11 13:56:13 UTC) #23
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/2609843002/180001
3 years, 11 months ago (2017-01-11 13:58:10 UTC) #26
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 14:29:26 UTC) #29
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/14851efa455daad231261a89b13a...

Powered by Google App Engine
This is Rietveld 408576698