- 05 Feb, 2018 40 commits
-
-
Mustafa Emre Acer authored
The method is duplicated by sublasses. Push it to the base class instead. An upcoming CL will use this for CaptivePortalBlockingPage as well. Change-Id: Id24993df5fa0f7a0371e01ee84bf4788a196aca6 Reviewed-on: https://chromium-review.googlesource.com/902805Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#534519}
-
Fabio Tirelo authored
Bug: 803714 Change-Id: I32c55010741eb54ea22caf57eec79e3f2c38e211 Reviewed-on: https://chromium-review.googlesource.com/902584Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#534518}
-
Xiaohui Chen authored
Bug: 807015 Test: compiles with ninja -C out assistant Change-Id: I66fc1bb6b3f44027b283f224841397b1d3245fc2 Reviewed-on: https://chromium-review.googlesource.com/891995Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#534517}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/966c4db5..a58470f2 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I3584d25d149a89bd095aa002404ccf26ac85033a Reviewed-on: https://chromium-review.googlesource.com/902224Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#534516}
-
Sergey Volk authored
What happens here is similar to crbug.com/775852 - somehow an invalid track id is passed from blink level down to media pipeline and we fail to find the demuxer stream corresponding to that track id. So instead of using map operator[], we need to use map::find and check if the stream for the given track id was actually found. BUG=806871 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ibbffc74046a562585d6b404f90a9ae38a0d43050 Reviewed-on: https://chromium-review.googlesource.com/902188Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#534515}
-
David Tseng authored
The desktop role gets used as the root of the entire automation tree and should not be used elsewhere. This change adds a comment in the enums file where views authors hopefully look for the list of roles. Note that in ChromeVox, using the desktop role amounts to a no-op, since ChromeVox only checks desktop role when it asks for a AutomationNode.prototype.root. TBR=tsepez@chromium.org Bug: 787101 Change-Id: I9f1b7a7a71f69f43ebc265cf0b61d0b0bdb4249f Reviewed-on: https://chromium-review.googlesource.com/896557 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534514}
-
Vladimir Levin authored
This patch delays the recording of the translate/clip/effect until we are confident that the operations will affect anything meaningful. This eliminates the cases of save/clip/restore for example, since it skips recording these operations. Note that it also adds an early out to BoxPainterBase when we're not painting either image or color (ie transparent). Without the early out the record which is generated has a clip due to scroll adjustment, and it's hard to say with a non-empty record whether it actually draws anything. Specifically from the bug, this eliminates the sequence - save - translate - save - clip rect - restore - restore However, there is another sequence of - save - translate - restore which isn't coming from this code which still remains. R=wangxianzhu@chromium.org, chrishtr@chromium.org Bug: 795017 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Id750ead924deec5d208cc9d52b8bb873d448d3e0 Reviewed-on: https://chromium-review.googlesource.com/900264Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#534513}
-
Steven Bennetts authored
The focus selector assumes there are no hidden elements. Using restamp in the dom-if templates will ensure that is true when the config dialog is opened more than once. Bug: 804239 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I0c0b12e5cffff218b33e7435a0268b305275e50a Reviewed-on: https://chromium-review.googlesource.com/902439Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#534512}
-
François Degros authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I341d823feeb1077a8ff1a810dcda606d1ba84b20 Reviewed-on: https://chromium-review.googlesource.com/899407Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#534511}
-
Chris Harrelson authored
This reverts commit bc976225. Reason for revert: <INSERT REASONING HERE> Original change's description: > [PE] Recompute overflow for tables > > A previous refactor accidentally omitted delegation to the > parent class when recomputing overflow for LayoutTable. > > Bug:807900 > > Change-Id: I68c415de59162a29b642ad697e7b8ab8dc19f530 > Reviewed-on: https://chromium-review.googlesource.com/900044 > Reviewed-by: Stephen Chenney <schenney@chromium.org> > Commit-Queue: Chris Harrelson <chrishtr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#534175} TBR=chrishtr@chromium.org,schenney@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 807900,808876 Change-Id: I9a0b6ca4dd8ae3d80990b754b997aa9cd4beb0c5 Reviewed-on: https://chromium-review.googlesource.com/902502 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#534510}
-
Leon Scroggins III authored
Bug: 807324 An upgrade to libpng version 1.6.34 resulted in Chromium truncating some pngs. This pngs are technically incorrect, but turning this option on allows displaying them the way we previously did. Change-Id: Ib800486cbf6e28b4df028d5264f6661eda08dc4c Reviewed-on: https://chromium-review.googlesource.com/901985Reviewed-by:
Mike Klein <mtklein@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Commit-Queue: Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#534509}
-
Junliang Yan authored
current_cpu turn out to be ppc64 instead of ppc64le Change-Id: I045598d67b25531fafa31f3de70360188d963408 Reviewed-on: https://chromium-review.googlesource.com/899642Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534508}
-
Peter Boström authored
Bug: chromium:807886 Change-Id: Ib4ae5e020aa02ad08f038f1827475353fa747ff0 Reviewed-on: https://chromium-review.googlesource.com/902437Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#534507}
-
Ramya Nagarajan authored
The theme background image is accessed (and decoded) by InstantService::BuildThemeInfo only to get the image height. It is then passed to the NTP via the embeddedSearch API, where it is unused. Removing this unnecessary access should improve NTP load time in some instances. Bug: 806251 Change-Id: I8f15c51e4b2ac9b9cbd880ac7586c7c92b4e0416 Reviewed-on: https://chromium-review.googlesource.com/902184Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534506}
-
John Chen authored
The ChromeDriver Python test script run_py_tests.py runs a large number of tests, and when a test fails, it is hard to find the right section in the log file. This CL adds the test name in the log file to aid debugging. It uses a non-standard capability goog:testName, which is included in the log file but otherwise ignored by ChromeDriver. Change-Id: Ia63e9f11d903ddd363442fce903f54d8c1070a07 Reviewed-on: https://chromium-review.googlesource.com/902173Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534505}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 880762a9. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11855 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 TBR=robertma No-Export: true Change-Id: I45c372efeb50c9c3eac490b3b3ab17d5983ede2c Reviewed-on: https://chromium-review.googlesource.com/901989 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#534504}
-
Matt Reynolds authored
The Gamepad service allows gamepads to be enumerated by a number of distinct data fetchers which feed into a central gamepad provider. The provider is responsible for managing the state and ordering of connected gamepads as well as issuing notifications when gamepads are connected or disconnected. PadState's |active_state| member indicates the gamepad's current connection status as "inactive" (not receiving updates), "active" (recently received an update), or "newly active" (just connected). This state used for three tasks: * A connection event is fired when the gamepad is first connected. * A disconnection event is fired when the gamepad is no longer connected. * The data fetcher performs some first-time initialization when the gamepad is first connected. This CL splits |active_state| into separate flags to address each case. * |is_active| is used to detect the current connection status. It is initialized to false for each polling cycle and set to true once the PadState is accessed. If this flag is false after a polling cycle, the gamepad is considered disconnected. * |is_newly_active| is initialized to true when the PadState slot is allocated and set to false once the gamepad connection event has been issued. * |is_initialized| is initialized to false when the PadState slot is allocated and may be set to true by the data fetcher to indicate that it has performed first-time initialization for this gamepad. BUG=749295 Change-Id: I2c99e766c900c9c92a5bffecb12ec283739f2597 Reviewed-on: https://chromium-review.googlesource.com/896028Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#534503}
-
Eugene But authored
This CL adds NavigationAndLoadCallbacksTest.DisallowRequest test and fixes a bug when WebState::IsLoading does not flop to false. Bug: 614168,789585 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I30e7fcd49fdbbc33a2a67f274a37e5243d4ea07b Reviewed-on: https://chromium-review.googlesource.com/900092Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#534502}
-
jdoerrie authored
As a follow up to r534391 this changes moves the contents of //device/ctap into //device/fido completing the merge of //device/u2f and //device/ctap. Similarly to r534391 it updates relevant includes, header guards, and BUILD.gn, DEPS and OWNER files. Bug: 808637 Change-Id: I9b0b51b249ee07bae8e88dd846cce189d9b1dbed Reviewed-on: https://chromium-review.googlesource.com/902282Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#534501}
-
James Forshaw authored
This CL adds the AppContainer capability SIDs for chromeInstallFiles and lpacChromeInstallFiles to the Application directory during installation. The purpose of this change is to support the new AppContainer sandbox which will require a second SID to grant access to the main executables. Bug: 807249 Change-Id: I6a42451bee93c574fa293c9d4459f929a1d9cc1b Reviewed-on: https://chromium-review.googlesource.com/897649 Commit-Queue: James Forshaw <forshaw@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#534500}
-
Amirhossein Simjour authored
1- Fix using uninitialized mVrUiViewContainer 2- Bring back SetFrameAvailableCallback for WebVR BUG=none Change-Id: I1e542c07ee0df9f5f745bf49a8ed4187e737cfcd Reviewed-on: https://chromium-review.googlesource.com/902623Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#534499}
-
Geoff Lang authored
It was causing conflicts with other failure expectations. TBR=zmo@chromium.org NOTRY=true BUG=805233 Change-Id: I24c0515d4c418a9dda6cda91dd8c5352ba20acf3 Reviewed-on: https://chromium-review.googlesource.com/902804Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#534498}
-
Ian Vollick authored
With this change, I've added a media feature that returns true when in immersive mode (eg, in VR). I've added extra plumbing to ensure that this new feature is not web exposed. More info on media features here: https://www.w3.org/TR/css3-mediaqueries/#media1 The plumbing for this particular feature is very close to the plumbing for -webkit-transform-3d. I've also changed the "page popups suppressed" setting (which was only ever true in immersive mode) to be named immersive, accordingly. However, the uses of the immersive mode setting for suppressing page popups are meant to be temporary, so I've added comments referencing the bug that explains the removals. Bug: 809021 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ib46237b7c7f518830d0134c51baefeb3a1d89c11 Reviewed-on: https://chromium-review.googlesource.com/901484Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#534497}
-
https://chromium.googlesource.com/angle/angle.git/+log/14cb42c04677..338abb469bba $ git log 14cb42c04..338abb469 --date=short --no-merges --format='%ad %ae %s' 2018-01-30 yizhou.jiang Fix invalid heap exception in angle Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I1c5351b914b7ee6dd65cf20c78fc530382e929cf Reviewed-on: https://chromium-review.googlesource.com/902389 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534496}
-
Krishna Govind authored
R=amineer@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Iddcfdd8a9cdba3d217099a241d36f2b916912a80 Reviewed-on: https://chromium-review.googlesource.com/902425Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#534495}
-
Yafei Duan authored
Since Offline Pages migrated from OfflinePageModelImpl to OPMTaskified, there are a bunch of metrics that will no longer be collected. These weren't marked as obsolete when the migration happened, so fixing now. Bug: 772204 Change-Id: I25f141aae67026e5cc7d7287f5f58991dfed8a9a Reviewed-on: https://chromium-review.googlesource.com/902011Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Dmitry Titov <dimich@chromium.org> Commit-Queue: Yafei Duan <romax@chromium.org> Cr-Commit-Position: refs/heads/master@{#534494}
-
Brian Salomon authored
Bug: 6718 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If6fc19f5e7a2245777928d4825acd931d496a1d2 Reviewed-on: https://chromium-review.googlesource.com/901842Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#534493}
-
Sergey Ulanov authored
The build scripts were updated to use gen/<path>/<name>/<name>.far instead of package/<name>.far for packaged targets on Fuchsia. Bug: 778467 Change-Id: I04e2b19850037ab50a73cc62ee9c70f05d5c7225 Reviewed-on: https://chromium-review.googlesource.com/902172 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#534492}
-
Emily Stark authored
This change reverts to our current (pre-committed-interstitials) behavior for cert errors in subframes: a generic net error page instead of the SSL interstitial. As mentioned in the bug, enabling committed SSL interstitials for subframes is not necessarily a bad idea, but we should do it carefully because we've often made the assumption that frames don't show interstitials. (In particular, we should be careful not to introduce clickjackable Proceed links.) To test manually, open https://example.com and use DevTools to insert a frame with a cert error, e.g. `var i = document.createElement('iframe'); i.src='https://expired.badssl.com'; document.body.appendChild(i);' Bug: 808797 Change-Id: Iaf018e030f62fe6c10e083bd374cc7af37457489 Reviewed-on: https://chromium-review.googlesource.com/902171Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#534491}
-
Annie Sullivan authored
Bug: 809146 Change-Id: I1bc0aefd5274d2fa5eebd67e6a95edbe228686e3 Tbr: nednguyen@google.com Reviewed-on: https://chromium-review.googlesource.com/902404Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534490}
-
Nico Weber authored
This CL was uploaded by git cl split. R=khorimoto@chromium.org Bug: 177475 Change-Id: I3d3bc88f0ca2eaa6eac0f35ac79da01a730d8301 Reviewed-on: https://chromium-review.googlesource.com/899791Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534489}
-
Noel Gordon authored
Longer explaination added on bug, but to better align the x86 SSE crc32 code with NEON (pmull) implementation of same, and to avoid possible confusion, reverse the sense of the fold mask. No change in behavior, no new tests: reserving the sense does not change the value of the computed crc32. Bug: 796178 Change-Id: I35f772ab4df414d6f5f808d92bc7f896528e07ef Reviewed-on: https://chromium-review.googlesource.com/901223Reviewed-by:
Mike Klein <mtklein@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#534488}
-
Nico Weber authored
This CL was uploaded by git cl split. R=alemate@chromium.org Bug: 177475 Change-Id: I4b73b5ce51090fb9e2dd40adcf4117c95ee5a37a Reviewed-on: https://chromium-review.googlesource.com/899448Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534487}
-
https://skia.googlesource.com/skia.git/+log/ac18b469049d..85c8b493ebdf $ git log ac18b4690..85c8b493e --date=short --no-merges --format='%ad %ae %s' 2018-02-05 rmistry Improve output of the Android Framework compile bot 2018-02-05 rmistry [Android Compile Bot] Look at the start_dir for trigger_wait_ac_task.py 2018-02-05 bsalomon Add test for reading back from unpremul texture image 2018-02-05 reed check for failure to make local-matrix 2018-02-05 djsollen Add a global error tolerance of 4 to the SkQP Android.bp build file 2018-02-05 halcanary SkQP: use multiprocessing over threading 2018-02-05 robertphillips Revert "Re-enable explicit resource allocation in Skia" 2018-02-05 egdaniel Remove SK_DISABLE_DEFERRED_PROXIES define through code 2018-02-05 fmalita [skottie] FMA-friendlier lerp Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=bsalomon@chromium.org Change-Id: I717ce1420851c14c6284333510e209157f5f2d41 Reviewed-on: https://chromium-review.googlesource.com/902388Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534486}
-
about://flagskylechar authored
Bug: 787097 Change-Id: I3daa637efa5f47ecedaf81e4e043f38b317ad027 Reviewed-on: https://chromium-review.googlesource.com/899696Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#534485}
-
Tom Anderson authored
BUG=809152 TBR=eae Change-Id: I6496ab3bef5c9aeab64c2e71776957fe67b26152 Reviewed-on: https://chromium-review.googlesource.com/902386Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#534484}
-
Yuke Liao authored
This CL address remaining comments from: https://chromium-review.googlesource.com/c/chromium/src/+/894992 Change-Id: Id8bcdc7622824f3c3aee34b301864ba9c66522da Reviewed-on: https://chromium-review.googlesource.com/902199Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#534483}
-
chrome://interstitialsMustafa Emre Acer authored
WebUI uses unsafe-eval for bidi testing, but it's not used in chrome://interstitials. Bug: 803187 Change-Id: Ic172e545c3ac56a3b6b358a249e73a6770232ae7 Reviewed-on: https://chromium-review.googlesource.com/898465Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#534482}
-
Saman Sami authored
By allocating a new LocalSurfaceId on eviction, we can mitigate the flash that's seen by the user when switching to an evicted tab. This CL also fixes the race with enable-viz where the renderer submits to a surface that is getting destroyed and we end up not showing anything. Bug: 777881 Change-Id: I5d8ec017ea6a305607664a0f542f5b3abcf4f17f Reviewed-on: https://chromium-review.googlesource.com/897997 Commit-Queue: Saman Sami <samans@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#534481}
-
https://webrtc.googlesource.com/src.git/+log/0488fcf2931b..0501e1cd971f $ git log 0488fcf29..0501e1cd9 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I47a05ae6bd669aaf57119e64742571f67ca124fa Reviewed-on: https://chromium-review.googlesource.com/902167 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534480}
-