- 27 Jun, 2019 40 commits
-
-
Peter Kasting authored
This flips the bookmark bar, bookmark menu, and bookmark manager folder images in RTL. The bookmark edit dialog already used flipped folders. Bug: none Change-Id: Ifb91e1f534faa2bd102d18cd2ef632673474d116 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677726Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#672790}
-
Maggie Chen authored
A delayed task OnWatchdogTimeout() is posted during watchdog thread init. It will continue posting the next delayed timeout task when no GPU hang is detected. A atomic counter is incremented by one in Arm() or Disarm(), and by two in ReportProgress(). When OnWatchdogTimeout() task is running, it checks if the counter increases from the last timeout (i.e still running) or if the counter is an even number (i.e. disarmed). If not, Watchdog thread will crash deliberately in order to recover from gpu hang. Bug:949839 Change-Id: Ie0e98c9e7621068a5143bf9c3a70cc8a6267955a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674786 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#672789}
-
Hiroki Nakagawa authored
This CL introduces mojom::FetchClientSettingsObject struct that is basically equivalent to blink::FetchClientSettingsObject(Snapshot) but passable between renderer processes and the browser process. This enables the browser process to issue a network request for worker scripts using information of a document starting a worker. As the initial usage of the new struct, this CL passes referrer information from a renderer process to the browser process. > Future plans mojom::FetchClientSettingsObject will be used more widely: - For shared workers and service workers, pass mojom::FetchClientSettingsObject created from a connnecting/registering document to a worker renderer process. This enables to start workers with a proper outside settings object instead of creating a dummy settings object from WorkerShadowPage. - For shared workers, pass mojom::FetchClientSettingsObject created from a connecting document to the browser process for fetching shared worker script like this CL. Bug: 937177, 971173 Change-Id: Ic816e0a032277b2b8c82afb2aa31b43a6eae809e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645433Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#672788}
-
Shik Chen authored
Use a callback instead of polling a boolean flag to notify the window created event for test, because we might restart CCA when running a test. An alternative is to set the boolean flag to |false| in |onClosed|, but that might hit a race condition if the app window is closed soon after it's created, and before the |true| state is polled by test. Bug: b:135905426 Test: Restart CCA 200 times in Tast. Change-Id: Ia29e0221d072845b23e4598ca2d594330b3b1ac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672827Reviewed-by:
Sheng-hao Tsao <shenghao@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#672787}
-
tby authored
This is a general conditional probability table that we can use for various simple predictors. It might be useful on its own, but it will mostly be useful as a component of other predictors. Bug: 921444 Change-Id: I1e7ef1c978403633c701c39d18bb63b5164f869a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673128Reviewed-by:
Charles . <charleszhao@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#672786}
-
Alex Danilo authored
CL:1673254 changes the height of panel items when there are multiple progress panels being shown. This reduces the padding between the panels and adds padding at the top and bottom of the plurality of panel items. Bug: 947388 Change-Id: Idd44e3f567b28f3ce618654c389014d320d8a8cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679720Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#672785}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/6fbf255d72ef..2bb183001fdc git log 6fbf255d72ef..2bb183001fdc --date=short --no-merges --format='%ad %ae %s' 2019-06-27 djacobo@google.com Reland "arc: Add arm64 to the list of constants for PI" Created with: gclient setdep -r src/third_party/chromite@2bb183001fdc The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Id57613c463df904345a5aa5d1ce912550442d4ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679724Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672784}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d43eee649664..f857b5014e09 git log d43eee649664..f857b5014e09 --date=short --no-merges --format='%ad %ae %s' 2019-06-27 ynovikov@chromium.org Skip end2end tests failing on Intel Ubuntu 19.04 Mesa 19.0.2 Created with: gclient setdep -r src/third_party/angle@f857b5014e09 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=syoussefi@google.com Change-Id: Iac0785b7ce122252ef8e4a19971bd44615e88f65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679713Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672783}
-
Chih-Yu Huang authored
Before starting decoding, MojoVD asks which configs are supported by GPU. Currently we still get the config via VDA implementations even we enable new VD. This CL adds new method "GetSupportedVideoDecoderConfigs" at V4L2SVD and VaapiVD, and query the supported configs from them. BUG=chromium:952730 TEST=Check the supported video decoder configs are the same on Kevin(V4L2) and Eve(Vaapi) Change-Id: I12ad2662e2c5462878d7f74f9541906946b5d9c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672852 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#672782}
-
Rakesh Soma authored
a sid to user mapping under Google->GCP registry entry for AD accounts. Bug: 977824 Change-Id: I7440c05bbcc39ce8297b9f1e4719b96336a1cf31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666833 Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#672781}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a0b3a02601da..cd98c739bbc0 git log a0b3a02601da..cd98c739bbc0 --date=short --no-merges --format='%ad %ae %s' 2019-06-27 chrisforbes@google.com SpirvShader: Optimize stores with static equal offsets 2019-06-26 chrisforbes@google.com Replace broken prime in Y'CbCr comment 2019-06-26 bclayton@google.com LLVMReactor: Perform atomic load / stores of floats as ints. Created with: gclient setdep -r src/third_party/swiftshader@cd98c739bbc0 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:b/135609394,chromium:b/136037244 TBR=swiftshader-team+autoroll@google.com Change-Id: I5fa7b21ddc7e31760b9b52c89b63cb157317e837 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679718Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672780}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/ebcf0d31c012..293ea7746d7f git log ebcf0d31c012..293ea7746d7f --date=short --no-merges --format='%ad %ae %s' 2019-06-26 cwallez@chromium.org Make RenderPipeline::ValidateCompatibleWith produce an error message 2019-06-26 cwallez@chromium.org Add support to NaN in Float32ToFloat16 2019-06-26 cwallez@chromium.org dawn_json_generator: Assert that enum values are unique. Created with: gclient setdep -r src/third_party/dawn@293ea7746d7f The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Change-Id: I4e6dccff0f2c6de5bf57fa18d87c28af5dcb2a82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679719Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672779}
-
Gabriel Charette authored
And make RunLoop::delegate_ const. Besides guarding against regressions in teardown, these checks will help diagnose whether crbug.com/961608 is caused by incorrect Delegate lifetime management, or by some other stack corruption. R=wez@chromium.org Bug: 961608 Change-Id: Ie52ee51daee4f1f401c6df62ef48a0354a2969d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672228 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#672778}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I09d0669c1ab6de22835488d6efd912567c70e4f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679072Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#672777}
-
Ryan Hamilton authored
Change-Id: I2b066aa31a812f667065158eab9b1f0645a86cf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677738Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#672776}
-
Matt Falkenhagen authored
Bug: 975163, 975985 Change-Id: I36c8c29bcd2d737405afcc89c482c158808549d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679071 Auto-Submit: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#672775}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b5133207dd2a..02daa7efc59a Created with: gclient setdep -r src-internal@02daa7efc59a The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=reillyg@google.com,yhirano@google.com,futhark@google.com Change-Id: I9a6d0b7ff669bff89c1e33cac198acac7393b624 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679112Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672774}
-
Mitsuru Oshima authored
* Introduced TabletModeBehavior struct that controls how TabletModeController controls tablet mode. * Separate Forced mode, test mode and Dev mode (shortcut) as they requires slightly different behaviors. * Remove the debug code from accelerometer reader and move the test handling code to TabletModeController. Bug: 963990 Test: manual. enable debug shortcut and ctrl-alt-shit-t on the device. Change-Id: I4aeeb8f5c20991c9f46e855538e4d1970ca4cc02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655039 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#672773}
-
John Chen authored
TBR=crouleau@chromium.org, aaronhk@chromium.org, fserb@chromium.org NOTRY=true Bug: 978500 Change-Id: I8f45b57e8019d89053727516131ae28ef0049a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679639Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#672772}
-
Miguel Casas authored
This CL removes the PIXEL_FORMAT_RGB32 in favour of PIXEL_FORMAT_ARGB, and marks it as deprecated in UMA enums.xml. This CL also corrects and incorrect mapping of RGB32 to the GpuVideoAcceleratorFactories::OutputFormat::BGRA -- it should be ARGB; this needs some adaptations in video_resource_updater and paint_canvas_video_renderer. CQ-Depend: chromium:1658689 Bug: 953128 Change-Id: I4f07b985480d6ddbbc5316bbdc43316ba5ba0dd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659048 Auto-Submit: Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#672771}
-
Danan S authored
In order for this dialog to work properly several additional changes needed to be made to the existing AddSupervision flow's dialog, including: - Added a new mojo method and post-message API method to receive notification that supervision has been enabled for an account, which is then used to decide whether to show the signout confirmation dialog. - Added a new mojo method and post-message API method to request that the flow's dialog window be closed. This is the only way that the WebUI's content can close the flow. - Reparented AddSupervisionUI from MojoWebDialogUI back to MojoWebUIController, since, as a result of implementing dialog closing via the aforementioned Mojo method, we don't need the "closeDialog" chrome.send() functionality that MojoWebDialogUI provides. - Made the AddSupervisionDialog a MODAL_TYPE_WINDOW with the Settings dialog window as its parent. Bug: 927957 Change-Id: I43cc9f04101a65c0b5de3926ac2e5dcbe72b23c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657294 Commit-Queue: Danan S <danan@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#672770}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/2e2b6f29ff60..6fbf255d72ef git log 2e2b6f29ff60..6fbf255d72ef --date=short --no-merges --format='%ad %ae %s' 2019-06-27 miahsanchez@google.com vm_unittest: Add QEMU path unit tests. Created with: gclient setdep -r src/third_party/chromite@6fbf255d72ef The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I6e68feab3f75f799acc26afa853474e0eb7cbc1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679716Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672769}
-
Qingsi Wang authored
We are gradually rolling out the feature under chrome://flags#enable-webrtc-hide-local-ips-with-mdns in M75, and expect possible extensions to other use cases in additional to WebRTC. Extending the expiry for continued measurement of the service health. Bug: 975121 Change-Id: I0b8eb2fef3b4d77df84de4209cc61ff014548764 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678395Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Qingsi Wang <qingsi@chromium.org> Cr-Commit-Position: refs/heads/master@{#672768}
-
Yoshifumi Inoue authored
This patch allows to use |base::Reversed()| in "third_party/blink/renderer/" to use range based for instead for avoiding for-statement with rbegin/rend pattern. for (auto it = collection.rbegin(); it != collection.rend(); ++it) { auto& item = *it; ... } to for (auto& it : base::Reversed(collection)) { ... } Usage example: https://chromium-review.googlesource.com/c/chromium/src/+/1675650/5/third_party/blink/renderer/core/layout/ng/inline/ng_offset_mapping_builder.cc Change-Id: I015610ee49001ff8bc42abe052ce9ca9d178ca83 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679909 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#672767}
-
Kevin Bailey authored
Desktop only. Adds a flag and support to allow the Omnibox pop-up's cursor to wrap between top and bottom position. Bug: 118094 Change-Id: I186904ddebc0e52abb7ac885b4a78bf4ef25d33b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676232 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#672766}
-
Jazz Xu authored
Add audio controls on touchless devices Bug: 970598 Change-Id: Iee8b10c9d21cdcbe7fb683a0bbcef6fdd1eb314c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679167Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#672765}
-
Esmael El-Moslimany authored
Bug: 974378 Change-Id: Iaea2a9f75dd5f13b245169b0852e1a1a2ac50fe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676243 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#672764}
-
Jon Wilson authored
CI builders migrated: - Libfuzzer Upload Linux ASan - Libfuzzer Upload Linux ASan Debug - Libfuzzer Upload Linux MSan - Libfuzzer Upload Linux UBSan - Libfuzzer Upload Linux V8-ARM64 ASan - Libfuzzer Upload Linux V8-ARM64 ASan Debug - Libfuzzer Upload Linux32 ASan - Libfuzzer Upload Linux32 ASan Debug - Libfuzzer Upload Linux32 V8-ARM ASan - Libfuzzer Upload Linux32 V8-ARM ASan Debug Bug: 950413 Change-Id: Icf632339423f8f8687a06300bb1e604e8d4eb843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676627Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Jon Wilson <jpwilson@google.com> Cr-Commit-Position: refs/heads/master@{#672763}
-
Zhongyi Shi authored
https://quiche.googlesource.com/quiche.git/+log/8f3a576515ad..6270680e7eb9 $ git log 8f3a57651..6270680e7 --date=short --no-merges --format='%ad %ae %s' 2019-06-26 bnc Make QuicSpdyStream::OnStreamHeaderList() return void. 2019-06-26 bnc Make QuicSpdyStream::ParseHeaderStatusCode() static. 2019-06-26 bnc Do not call HttpDecoder::ProcessInput after error. 2019-06-26 dschinazi Update QuicEnableVersion to no longer stack flags 2019-06-25 dschinazi Update QUICHE contributing guidelines 2019-06-25 bnc Make QuicSpdyStream methods only called by HttpDecoderVisitor private. 2019-06-25 bnc Implement pause/resume in HttpDecoder. 2019-06-25 quiche-dev Add a test to ensure that a push promise to the server closes the connection. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I45b1214845231714e5658847138f630cacf88dc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679172 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Auto-Submit: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#672762}
-
David Benjamin authored
Between TLS 1.2 (and earlier) and TLS 1.3 and the various optimizations applied to either, we have many different handshake modes with different performance and sensitivity to system state. E.g., losing a TLS 1.2 resumption to False Start is less of a big deal to losing one to a full handshake. Add a metric that breaks down the various scenarios. This is relevant for both double-keying the TLS session cache and 0-RTT. As part of testing this, add ALPN support to SSLServerSocket. Bug: 641225, 974910 Change-Id: I9b24ae361f21444c3217b7c0e1619ab11e8eccee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676987Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#672761}
-
Michael Giuffrida authored
This reverts commit ffe0d075. Reason for revert: Removing KioskNext: crbug.com/977019 Original change's description: > Add PSD for kiosk_next to feedback reports > > Bug: 966147 > Change-Id: I4306dd54fedd9d5e3015a1e1277671efc7a142c0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625897 > Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> > Reviewed-by: Zachary Kuznia <zork@chromium.org> > Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#663205} TBR=zork@chromium.org,michaelpg@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 966147,977019 Change-Id: I07a9258affb777f3950f4d8f9c4b36c545fb08f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679173Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#672760}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I3aa41f5c29b6b2d610a3806277fc9906b7a14356 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679556Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672759}
-
Yuwei Huang authored
When the host receives a deletion notification from directory, it tries to send an invalid host ID offline reason to directory before shutting itself down. This is likely to fail since the backend might have already unregistered the robot account. Then the host will keep trying to send the offline reason a few times until it eventually gives up. Sending offline reason for host deleted on the directory is unnecessary and will delay the host shutdown process, so this CL prevents the host from sending the offline reason in this case. Bug: 968859 Change-Id: I2de39b5426f52c3e3db05af92e00ec68a4dd9206 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678700 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#672758}
-
Kristi Park authored
The @private annotations don't really serve a purpose. Also, clean up some const ordering, missing JSDoc, and spelling errors. Change-Id: Ib074aef2a51d226b84d1a00da6482eb607bb285f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679438 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#672757}
-
Alice Boxhall authored
Bug: 692360 Change-Id: I13b613be9417210e4ca213664fa227f1cb655b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678764Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#672756}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/4d6951669cd8..bca1485a7acb git log 4d6951669cd8..bca1485a7acb --date=short --no-merges --format='%ad %ae %s' 2019-06-26 qingsi@webrtc.org Enable setting surface_ice_candidates_on_ice_transport_type_changed on the fly. 2019-06-26 jakobi@webrtc.org Reland "Change buffer level filter to store current level in number of samples." Created with: gclient setdep -r src/third_party/webrtc@bca1485a7acb The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: If0ea84013ce242b15b712bbdc26ca1e6b2253409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678705Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672755}
-
Maksim Ivanov authored
Create the CryptohomeKeyDelegate service that is run by Chrome. Implement the ChallengeKey method that handles the challenge request from cryptohomed by sending it to a certificate provider. This is part of the "smart card based user sign-in" feature. When using this feature, the users will authenticate not via manually entered passwords, but instead based on the challenge-response protocol: the actual encryption secret is handled only by cryptohomed and the TPM chip, meanwhile Chrome only receives one-time challenges and returns back their signatures generated by the smart card. Bug: 826417 Change-Id: I8d52256377f29172ea631c880576bbded84bf120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674096 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#672754}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/cff2a5619b04..48e07b5f07a4 git log cff2a5619b04..48e07b5f07a4 --date=short --no-merges --format='%ad %ae %s' 2019-06-26 zoddicus@users.noreply.github.com Rolling 4 dependencies and update known_failures (#745) Created with: gclient setdep -r src/third_party/shaderc/src@48e07b5f07a4 The AutoRoll server is located here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=radial-bots+chrome-roll@google.com Change-Id: I327e77e116ca4d3c44c5d37bf61da0be915c9794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679558Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672753}
-
Devlin Cronin authored
Mark the following histograms as never expiring, since they are useful indefinitely: - Extensions.BackgroundPageType Mark the following histograms as expiring in M90, since they are currently useful but should be re-evaluated in the future: - Extensions.BackgroundPageLoadTime2 - Extensions.DidCreateScriptContext_* - Extensions.EventPageIdleTime - Extensions.Messaging.MessageSize - Extensions.ProcessManagerStartupHostsTime - Extensions.ResetPermissionsIncrease - Extensions.UninstallDialogAction - Toolbar.ActionsModel.ToolbarActionsVisible Bug: 976040,975841,975459,975413,975300,975230,975042,975018 Change-Id: I0f0b1300bf84629c0b4027fff72363d66183f7d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674476 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#672752}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a578ea33e5c8..b5133207dd2a Created with: gclient setdep -r src-internal@b5133207dd2a The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome BUG=chromium:962533 TBR=reillyg@google.com,yhirano@google.com,futhark@google.com Change-Id: I9fb9985652282b708dab58ee547819c0a3e84e6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679554Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#672751}
-