- 10 Apr, 2019 40 commits
-
-
Changwan Ryu authored
Header's content length should be set in ResourceMultiBufferDataProvider::DidReceiveResponse() and copied to url_data_ such that MultibufferDataSource::StartCallback() later determines the success of the reading. Then why is this flaky? ResourceMultiBufferDataProvider::DidFinishLoading() also copies the url data, so depending on the timing, StartCallback() could pick up the correct url data length, and the test passes when this happens. The expected content length information seems missing in AndroidStreamReaderUrlLoader. Also, when the test fails, readyState doesn't seem to change from 0 to 4 in blink::WebMediaPlayerImpl. I'm not entirely sure if this is needed for all the tests that require media playback, but this seems to make it more obvious where it fails. Bug: 936757 Change-Id: I62245808876385a05c8e011882e2122622ff5c40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548579Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#649630}
-
David Tseng authored
Fixes AXAuraObjCache lifetime in test. TBR=seantopping@chromium.org,dmazzoni@chromium.org,sky@chromium.org Bug: 950972 Original change description: Change-Id: I60744f22b1b17b07545f6b5e4548d9cc67df4d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558059 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Change-Id: I1a85a0657094f5c6c502e53b9b1c48cea0e258a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562081Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#649629}
-
Mikel Astiz authored
This avois potential jank on the UI thread and is achieved by leveraging ModelTypeStore's built-in support for preprocessing data on the backend sequence. Bug: 922971 Change-Id: If813c6626df1de40a8f6e74b2eccfbab2ee648a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562430 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#649628}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/32a9ea1c5be2..3635a1295b12 git log 32a9ea1c5be2..3635a1295b12 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 srisser@google.com Generic Transform Feedback buffer as global state 2019-04-10 sugoi@google.com Use the ImageView's format in clear operations Created with: gclient setdep -r src/third_party/swiftshader@3635a1295b12 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 TBR=swiftshader-team+autoroll@chromium.org Change-Id: I942146ac08f67016a24e247a1bcbdab2ab18492a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562042Reviewed-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@{#649627}
-
Mehran Mahmoudi authored
This implements stylings for list items in TouchlessDialogPresenter per UX specs. It also forwards the key events from TouchlessDialogPresenter to TouchlessUiController. Bug: 944512 Change-Id: I159529b9ff39c8f01dde4cb90db4ef8a7dd4f7f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553037Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#649626}
-
Takashi Toyoshima authored
Updates in the 3rd patchset: - add a virtual method to the iOS BrowserState for obtainig cors_exempt_headers, that can be implemented outside ios/web, and missed users in ios/web can support X-Client-Data now. Updates between the 1st and the 2nd patchsets: - initial variation header support for iOS Chrome, this adds additional argument to one of ctor of NetworkContext, and set cors_exempt_headers in chrome/ uses. - additional variation header support for Chromecast - additional variation header support for StoragePartition Original descriptions: Now ResourceRequest has multiple special header entries that are aimed for escaping from CORS checks for internal uses. This patch introduces cors_exempt_headers to handle this kind of entries in an unified way. Also this patch removes {Get|Set}ClientDataHeader interfaces from WebURLRequest because these should not be used in Blink. Bug: 940331 Change-Id: Ie9a2b175e46f7dd567a9896d5e09c562f170a548 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547611 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#649625}
-
Varun Khaneja authored
R=nparker Bug: 933065 Change-Id: Ie2e790cd9ce5fa2aa5f0e7ef9d200b1d0e608060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1509012Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#649624}
-
bsheedy authored
Enables the use of the sandboxed process for the XR browser tests. This is achieved by running the tests through a wrapper script that sets the correct ACLs on the output directory before running the tests. Bug: 949619 Change-Id: If583d50234f8d763da23cd70ab65b898a4164492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555499 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#649623}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 30bfe0fd. With Chromium commits locally applied on WPT: 0a8f3ffa "Use testdriver Action API in WPT pointerevent touch tests - Part 2" adc34f41 "Fix web_test pointerevent_coordinates_when_locked on wpt" 8659792f "[WPT] Move wrapResult to common.js and clarify requestVia*() return values" e525003f "Do not resume a suspended BaseAudioContext when AudioWorklet starts" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ia35dade3eef0599dd3d5fc9d14b640f46de58365 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562152Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#649622}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6d7730600369..7682feb30b68 Created with: gclient setdep -r src-internal@7682feb30b68 The AutoRoll server is located here: https://autoroll-internal.skia.org/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=harrisjay@chromium.org,ellyjones@chromium.org,btolsch@chromium.org Change-Id: If8c9c134cfb9aac2680dcceb517fe6d688ba7711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562041Reviewed-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@{#649621}
-
Sébastien Séguin-Gagnon authored
Bug: 945572 Change-Id: Iddea284189237432651e030ca72193eec2a27c8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560555 Auto-Submit: sebsg <sebsg@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#649620}
-
Henrique Grandinetti authored
Bug: 951242 Change-Id: I8a9a86683fd9143458fd62dbc53c41a91a85771d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561835Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Henrique Grandinetti <hgrandinetti@chromium.org> Cr-Commit-Position: refs/heads/master@{#649619}
-
Ushesh Desai authored
Not included are the removals which require other changes (and are mostly being handled as part of those changes). Change-Id: If6164751335c90982e1094a464ef9dc3828916ad Bug: 886965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552109Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Ushesh Desai <ushesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#649618}
-
Jacques Newman authored
Added corresponding baselines for uia for each existing *-expected-win.txt. Modified optgroup.html to test the SelectionContainer property, updated corresponding *-expected files. Re-added pattern-specific properties, e.g. UIA_GridItemRowPropertyId It was required that we add the property to the cache request before they could be accessed from the pattern. The following properties are not working correctly: * ValuePattern.Value: - Should be fixed by this CL: https://chromium-review.googlesource.com/c/chromium/src/+/1519319 * GridPattern: ColumnCount and RowCount are sometimes 0 when they should be greater than 0. Added and tested the following pattern properties: ExpandCollapse.ExpandCollapseState Grid.ColumnCount Grid.RowCount GridItem.Column GridItem.ColumnSpan GridItem.Row GridItem.RowSpan GridItem.ContainingGrid RangeValue.IsReadOnly RangeValue.LargeChange RangeValue.SmallChange RangeValue.Maximum RangeValue.Minimum RangeValue.Value Scroll.HorizontalScrollPercent Scroll.HorizontalViewSize Scroll.HorizontallyScrollable Scroll.VerticalScrollPercent Scroll.VerticalViewSize Scroll.VerticallyScrollable Selection.CanSelectMultiple Selection.IsSelectionRequired SelectionItem.IsSelected SelectionItem.SelectionContainer Table.RowOrColumnMajor Toggle.ToggleState Value.IsReadOnly Value.Value Window.IsModal Bug: 847971 Change-Id: I1fbfe2730e8281e8dbb1bc16bfecb68810a0fe27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1521468 Commit-Queue: Jacques Newman <janewman@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#649617}
-
Nicolas Ouellet-payeur authored
win32 Bug: 949382 Change-Id: I4a12c77bb506f07678d2bd3e824c2364b37b905b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561630Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#649616}
-
Alexander Guettler authored
After fixing the bounds check in r623087 it could happen that the window below the mouse is still the render_widget_host after a tooltip was created and called SetCapture to not forward mouse events to us. This makes sure that we only do the bounds check if there is not a capture currently active. R=kenrb@chromium.org, lanwei@chromium.org Bug: 944772 Change-Id: Id6f5ab4ca1f643a8830ad22b36a6975b1da5bc95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554356Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#649615}
-
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: I3649ea708153e3d33688e5d5fb96268364932f93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562043Reviewed-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@{#649614}
-
Jérôme Lebel authored
Adding user actions for the advanced setting view: + Signin_Signin_ConfirmAdvancedSyncSettings The user taps on "Confirm". + Signin_Signin_CancelAdvancedSyncSettings The user cancels the settings (by tapping on the cancel button and then validate the alert dialog). Bug: 937110 Change-Id: I4d3653571febd373b0a642e56dc35f5d1f369532 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554675 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#649613}
-
Mikel Astiz authored
This simplifies the dependencies and the interactions across datatypes, which are quite fragile and rely on special-casing for DeviceInfo in ProfileSyncService (very early initialization via InitLocalCacheGuid()). Instead, let's make SESSIONS read the individual fields it needs (i.e. device name and type) directly from common utility libraries. Bug: 951051 Change-Id: I99831ff5bc66003bc1142551f654b9fa387e4e28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560151 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#649612}
-
Austin Eng authored
This reverts commit 9d4aadda. Reason for revert: Breaking tests on waterfall and CQ Original change's description: > Remove sharding for dawn_end2end_tests > > These tests run very quickly and do not need to be sharded. > > Bug: 948902 > Change-Id: Ice7c19d1f603dc378af36eee86e396fcdebda88f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558709 > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> > Cr-Commit-Position: refs/heads/master@{#649570} TBR=kbr@chromium.org,enga@chromium.org Change-Id: I0cdc653be4306cef6c78708d2b7f684acdb5acc6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 948902 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562292Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#649611}
-
Matt Mueller authored
This ensures that during the trial when CertVerifyProcNSS and CertVerifyProcBuiltin are being used simultaneously, the builtin verifier does not get to "cheat" by using AIA fetched certs from CertVerifyProcNSS. Bug: 951166 Change-Id: Ib0b3241f6764360df74bd5ede693e92cf0381de0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559206Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#649610}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/224e075bba5b..280474c2a985 git log 224e075bba5b..280474c2a985 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@280474c2a985 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Change-Id: Ia28cb9e19e31631a2db79818f905698d066989c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562039Reviewed-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@{#649609}
-
Matt Menke authored
This replaces ClientSocketHandle::ssl_error_response_info() with ClientSocketHandle::ssl_cert_request_info(), as only the cert request field of ssl_error_response_info was being populated. Bug: 927101, 950654 Change-Id: I9b0820904a4119714711275c1997c59546589117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558572 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#649608}
-
Jan Krcal authored
This CL fixes problems in sync integration tests introduced by CL 1388430 and prepares for relanding CL 1538416. Bug: 836718 Change-Id: I70bc5ee1ff8b62cefc2705aedc399dcd2fe1f089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561108 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Florian Uunk <feuunk@chromium.org> Cr-Commit-Position: refs/heads/master@{#649607}
-
Matt Menke authored
CliseSocketHandle::ssl_error_response_info() used to be used to pass along auth challenge information when establishing an HTTPS tunnel over an auth proxy. Proxy tunnel http auth has since been reworked to no longer use the field, but it's still populated in that case. This CL changes that - the field is now only populated in the case of SSL cert requests. Bug: 927101 Change-Id: Ia115967e7f88fb96131eb8a5e6295f92cdafe643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558491 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#649606}
-
Michael Giuffrida authored
This hides all shelf items other than the Back and Home buttons (including running apps, pinned apps, and dialog windows). This is a bit of a hack; a real fix would be to avoid creating the views for these items, but today the views are tightly coupled with the shelf model. Alternatively, we could avoid adding the shelf items to the shelf model, but that will require fixing several assumptions about running app windows. Bug: 951212 Test: KioskNextShelfViewTest Change-Id: Iabce1f2f566231f4d5ce74b2184a7fab1b26e5a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560750Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#649605}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/583668a3..7274e4b5 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I253082100ac51f58f19a63a72c83f6bd8ebc62bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562151Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#649604}
-
Collin Baker authored
Bug: 944578 Change-Id: I9f98209315b9ca3b85e025ba2806c42501e0ea36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555416 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#649603}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a903c04a7e50..c62d4b70f2c7 git log a903c04a7e50..c62d4b70f2c7 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 mikenichols@chromium.org upload_symbols: Remove prepare call as it is no longer needed Created with: gclient setdep -r src/third_party/chromite@c62d4b70f2c7 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@chromium.org Change-Id: Ic3a844e608e5e51e93253d8ba294fbb7a601fef6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562031Reviewed-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@{#649602}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c21cf046181d..0951cfd13e29 git log c21cf046181d..0951cfd13e29 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 crodbro@webrtc.org Add crodbro as owner of congestion controller. 2019-04-10 yvesg@webrtc.org Provide robust and efficient variance computation for online statistics. 2019-04-10 eladalon@webrtc.org Pass notifications of RTT, PLR and LossNotification RTCP through EncoderSimulcastProxy 2019-04-10 eladalon@webrtc.org Translate loss notifications and pass to encoder 2019-04-10 eladalon@webrtc.org RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers 2019-04-10 yinwa@webrtc.org Add base class NetworkPredictor and NetworkPredictorFactory and wire up. Created with: gclient setdep -r src/third_party/webrtc@0951cfd13e29 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: Iea56327abd3b24c428c12d21c0a8b90396dff42c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562037Reviewed-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@{#649601}
-
Stephen Martinis authored
This script should help developers reproduce build failures on their local machine. Change-Id: I93c367f847a115b99c7c5d4a093674725dbfa82a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1399572Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#649600}
-
Moe Ahmadi authored
TBR=noyau@google.com Bug: 905816 Change-Id: Id93c2774d4b839ab7cd523c748af1d713da23f32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559123 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#649599}
-
Matt Menke authored
Create new method ConnectJob::GetProxySocketOnFailure, to return the nested proxy socket on error. Also refactor how connection timing is extracted from the nested proxy ConnectJob and set created ClientSocketHandles. This is part of an effort to remove ConnectJob::SetAdditionalErrorState, which is a layering violation, since it takes a ClientSocketHandle, which is a SocketPool object, and SocketPools are a higher layer than ConnectJobs. Bug: 927101 Change-Id: I9f76fda07db8bc7479bf426e9f541e17a03cbbb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557863 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#649598}
-
Justin Cohen authored
Followup to crrev.com/c/1470737. Change-Id: I2022a386423e7fbcad4d3f9c0a35bd7361288483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561960 Commit-Queue: Justin Cohen <justincohen@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Auto-Submit: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#649597}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/62566e3bb1a3..28fa257fa607 git log 62566e3bb1a3..28fa257fa607 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 rsavitski@google.com Merge "Add tools/busy_threads for spawning N busy-wait threads for debugging" 2019-04-10 fmayer@google.com Merge "Do not swallow trace_to_text stderr in heap_profile script." Created with: gclient setdep -r src/third_party/perfetto@28fa257fa607 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I8e2df42ca592397d4cbb50c1ac09132afe5910b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562036Reviewed-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@{#649596}
-
Tim Song authored
Change-Id: I85520cec577992d2989786088a30f4e8f2649a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560382Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#649595}
-
Brandon Wylie authored
This is logically a once callback and clients binding with base::Bind or base::BindRepeating are a hassle and don't make sense. Also replaced some custom testing decoders with those provided by components/image_fetcher where appropriate. Bug: 946757 Change-Id: I90b4a3d76ec8e3c9daff3b561c987677fa1e596d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542158 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#649594}
-
Jeroen de Borst authored
Bug: None Change-Id: If81813713e4d476f6e7645684cf40482c31d79b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560458 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#649593}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a131a1515471..76a9a97fb2a1 git log a131a1515471..76a9a97fb2a1 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 jmadill@chromium.org Minor update to auto-roller infra docs. 2019-04-10 syoussefi@chromium.org Vulkan: update GLES3 and EGL expectations 2019-04-10 spang@chromium.org Vulkan: Expose GL_EXT_memory_object_fd & GL_EXT_semaphore_fd Created with: gclient setdep -r src/third_party/angle@76a9a97fb2a1 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=ynovikov@chromium.org Change-Id: I2cbcea5d05ee43cde8390f346b2bf8253097c2a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562035Reviewed-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@{#649592}
-
Min Qin authored
This CL makes SimpleDownloadManagerCoordinator a KeyedService, and a factory class is created to build the service for each profile dir. BUG=942770 Change-Id: I940a892929bb2f87b2e72181df9ff6394502e3ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554379 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#649591}
-