Automatically closing tree for "bot_update" on "Browser Side Navigation Linux"
https://build.chromium.org/p/chromium.fyi/builders/Browser%20Side%20Navigation%20Linux/builds/39594
Revision: 63231ede323e1c0e352c4dcd90e7d0d5b977de5f, 8fc41c99ab5bf2f386f26493b14aef0833f5d0a8, 7b94276046ba4b6fd719f07706fa102a62a5c366
Blame list: jcl...@chromium.org,toyo...@chromium.org,zhuoy...@samsung.com
| Build 39594 |
|
running steps via annotated script preamble stdio |
|
update_scripts stdio gclient_json depot_tools: f438ff743a4b157b9be8cecefa7a170f9695d185 build: f17e559a60a58b9c18dee167777d97caf2cfc14e |
|
LUCI Migration stdio |
|
LogDog Bootstrap stdio |
|
setup_build<br>running recipe: "chromium" stdout run_recipe |
|
makedirs checkout path stdout |
|
bot_update stdout |
Changed by: toyo...@chromium.org
Changed at: Mon 26 Feb 2018 00:52:53
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: 63231ede323e1c0e352c4dcd90e7d0d5b977de5f
Changed files:
OOR-CORS: introduce cors::PreflightController This patch introduces cors::PreflightController that will handle URLLoader interfaces to make CORS-preflight request and response for CORS-preflight enabled request from CORSURLLoader in the near future. This will also own a unified CORS-preflight cache. The first patch implements a function that takes an original ResourceRequest and creates a ResourceRequest for a CORS-preflight request. Bug: 803766 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Iad50a2d297e445bacca8c3fdb364b942d237b5aa Reviewed-on: https://chromium-review.googlesource.com/923907 Commit-Queue: Takashi Toyoshima <toyo...@chromium.org> Reviewed-by: Takeshi Yoshino <tyos...@chromium.org> Reviewed-by: Kinuko Yasuda <kin...@chromium.org> Cr-Commit-Position: refs/heads/master@{#539089}Properties:
Changed by: zhuoy...@samsung.com
Changed at: Mon 26 Feb 2018 00:58:23
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: 8fc41c99ab5bf2f386f26493b14aef0833f5d0a8
Changed files:
Migrate PasteAsPlainText() to PasteAsPlainTextWithPasteboard() in EditorCommand Editor::PasteAsPlainText() is only called by PasteAsPlainTextWithPasteboard() in EditorCommand.cpp. Move it to make |Editor| class simpler for improving code health. Bug: 672405 Signed-off-by: Zhuoyu Qian <zhuoy...@samsung.com> Change-Id: I02b43f067cea711e4b5e454fc8b28d5e4c33a7f0 Reviewed-on: https://chromium-review.googlesource.com/933665 Reviewed-by: Yoshifumi Inoue <yo...@chromium.org> Cr-Commit-Position: refs/heads/master@{#539090}Properties:
Changed by: jcl...@chromium.org
Changed at: Mon 26 Feb 2018 01:14:53
Repository: https://chromium.googlesource.com/chromium/src
Branch: master
Revision: 7b94276046ba4b6fd719f07706fa102a62a5c366
Changed files:
media: handle StopAndDeAllocate after suspend correctly
Some application (e.g. Hangouts) closes the camera explicitly on system
suspend. As the Chrome OS VCD also closes the camera on system suspend
without going through the full destruction of the VideoCaptureDevice,
this results in StopAndDeAllocate being called back-to-back. The second
call to StopAndDeAllocate should simply return if the device context is
already destroyed.
BUG=b:73436939
TEST=unit tests
TEST=Verify that Hangouts call works correctly on Soraka when system
suspends
Change-Id: Id6127b751ccc5bc71538d622bc0905bf03951e0d
Reviewed-on: https://chromium-review.googlesource.com/930605
Reviewed-by: Wu-Cheng Li <wuch...@chromium.org>
Commit-Queue: Ricky Liang <jcl...@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539091}
Properties: