- 24 Jul, 2018 40 commits
-
-
Oriol Brufau authored
[css-logical] Replace uses of webkit-prefixed logical properties with standard ones in styleguide, and add check to avoid future uses Bug 850000 added standard logical properties and aliased prefixed ones to them. The prefixed properties are still used in various places, but the standard ones should be used instead. This patch updates the style guide so that it refers to the standard properties, and adds a new CSS presubmit check to ensure that the prefixed properties are not added back anywhere. Spec: https://drafts.csswg.org/css-logical/#box BUG=862141 Change-Id: I50166e5bf13259302eb02aaa16ec299c9b2a4b0a Reviewed-on: https://chromium-review.googlesource.com/1147524Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#577715}
-
Weidong Guo authored
1. Add rounded cap and join for the arrow. 2. Change from Point to PointF. Bug: 861845 Change-Id: Id0019af3eb3f43136dcf13ebe5349ab6e309732b Reviewed-on: https://chromium-review.googlesource.com/1148987Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#577714}
-
wutao authored
This cl creates a mojo service for assistant audio decoder. The decoder is running in utility process. This is a temporary solution until MediaService for Chrome OS is implemented. Bug: b/80315134 Test: manual tested can create the audio decoder for assistant. Change-Id: Ib4d1a8d3e6d38b0cbb436e20e6d12033d74ed7cf Reviewed-on: https://chromium-review.googlesource.com/1137020Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#577713}
-
Lei Zhang authored
PrintingPdfContent() uses URLs to figure out if the content to be printed is PDF or not. This does not work when printing Flash content. Go back to checking PrintSettings::is_modifiable(), which already works correctly on Mac. On Windows and Linux, the "is modifiable" setting needs to be preserved when getting settings from the user in the native print dialog. BUG=859481 Change-Id: I674cf3c0f38b87c17fb6d2ca30ebae842c260d8c Reviewed-on: https://chromium-review.googlesource.com/1146024Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#577712}
-
Matt Falkenhagen authored
These have all been enabled by default client-side or removed for some time: - PWAFullCodeCache in Chrome 67 - ServiceWorkerNavigationPreload in Chrome 59 - ServiceWorkerScriptFullCodeCache in Chrome 67 - ServiceWorkerScriptStreaming in Chrome 64 - SpeculativeLaunchServiceWorker was removed Bug: 661071, 683037, 768705, 640132 Change-Id: Id218f3882273063db7e4c358cac956ca54f362d8 Reviewed-on: https://chromium-review.googlesource.com/1147895Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#577711}
-
Krishna Govind authored
R=cmasso@chromium.org Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I4e04db90df438e59833761c1a70733247ddedee7 Reviewed-on: https://chromium-review.googlesource.com/1149070Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#577710}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5107ef4f..b4f02e85 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;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I8b53f431d0d418b21b648a9d60b129cdcae0747b Reviewed-on: https://chromium-review.googlesource.com/1148814Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577709}
-
Donn Denman authored
Adds a new Feature for integration with Unified Consent. When this is enabled, and unified consent is on, the TTS opt-in promo will not be needed. We'll implement a follow-on CL that does the conditional disabling off of this flag. BUG=825428 Change-Id: I4becefb6bf3d1862f941bccd85c2bbc863cb99d4 Reviewed-on: https://chromium-review.googlesource.com/1148689Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#577708}
-
David Quiroz Marin authored
This fixes advances from TextMetrics for Right-to-left text. Currently it's returning values that are correct when there is just one text_run (or word), but the values are in the reverse order within each text_run for when there's more than one run. Bug: 864193 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I6459f3800a33aedf46692b3931fb5778ee3ce825 Reviewed-on: https://chromium-review.googlesource.com/1144629Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: David Quiroz Marin <davidqu@chromium.org> Cr-Commit-Position: refs/heads/master@{#577707}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/642c7b758944..75e5406be66a git log 642c7b758944..75e5406be66a --date=short --no-merges --format='%ad %ae %s' 2018-07-24 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 06235df9ff91..ddd6e8746851 (1 commits) Created with: gclient setdep -r src/third_party/skia@75e5406be66a 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;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=benjaminwagner@chromium.org Change-Id: Ibb99b6bf67291294a2bd5a10f917b0ba1b6ba6f2 Reviewed-on: https://chromium-review.googlesource.com/1148612Reviewed-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@{#577706}
-
Daniel Nicoara authored
Set the window name since it makes it easier to track windows while debugging. BUG=None TEST=Compiled Change-Id: I301c3c55dc5709d7b009c140d4bff57cccad3809 Reviewed-on: https://chromium-review.googlesource.com/1121081Reviewed-by:
Sergey Volk <servolk@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#577705}
-
Hector Carmona authored
Bug: 832938 Change-Id: Iefcd5912e94e4616277f5fdc401edf578f538b42 Reviewed-on: https://chromium-review.googlesource.com/1148773Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#577704}
-
Peter Kasting authored
The latter has various transformations around when it queries the underlying the provider and with what constants. Use this behavior in HasCustomColor() too. This ensures callers get consistent behavior in these cases. Along the way this changes a multi-arm conditional to a helper function. That isn't necessary for this patch, but it will make it easy to land subsequent ones that add more such constants. Bug: 862664 Change-Id: I83295902f7c38767c3a051a40e5f195f8e78e4ef Reviewed-on: https://chromium-review.googlesource.com/1147601 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#577703}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b140af05. With Chromium commits locally applied on WPT: 4bd63c29 "webrtc wpt: close RTCPeerConnection in generateAnswer helper" 9f17ab2f "Refactoring XR mojo interfaces" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21666 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=foolip No-Export: true Change-Id: Ia2b83e713246779aa75818735667cbe17592ae57 Reviewed-on: https://chromium-review.googlesource.com/1148805 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@{#577702}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/315f94a09617..36b2059cae7f git log 315f94a09617..36b2059cae7f --date=short --no-merges --format='%ad %ae %s' 2018-07-24 hnakashima@chromium.org Fix UAF in CPDFSDK_Widget::GetMixXFAWidget(). Created with: gclient setdep -r src/third_party/pdfium@36b2059cae7f The AutoRoll server is located here: https://pdfium-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. BUG=chromium:860697 TBR=dsinclair@chromium.org Change-Id: I226f5ba0eb56c7773a902ea3c44f30dbe867bf52 Reviewed-on: https://chromium-review.googlesource.com/1148608Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577701}
-
Devlin Cronin authored
It seems that ChromeExtensionsClient::Init() is taking a non-trivial amount of time (see linked bug). Add UMA so that we can track it, and measure any future improvements. Bug: 847237 Change-Id: I1b86dd9a8f2a7500841f253580a9e6d64c9f4d45 Reviewed-on: https://chromium-review.googlesource.com/1142617Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#577700}
-
Nate Fischer authored
No change to production logic. Before this CL, locally compiled APKs will have a versionName attribute equal to "Developer Build". This CL changes public Chrome and WebView targets to use the real chromium version number from version.gni. This affects ChromePublic, ChromeModernPublic, MonochromePublic, and SystemWebView. Downstream targets will be addressed in a follow-up CL. R=agrieve@chromium.org, torne@chromium.org chrome_modern_public_apk, monochrome_public_apk) and run `aapt dump badging` on each APK and grep for 'versionName'. Bug: 866739 Test: Build APKs (system_webview_apk, chrome_public_apk, Change-Id: I4e1ab22a2d646ef996a84dd79b015754549bf6ad Reviewed-on: https://chromium-review.googlesource.com/1147871 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#577699}
-
Oksana Zhuravlova authored
Change-Id: Ic544f6b27243a0342aab51ed3fb8a6f809c4a2cc Reviewed-on: https://chromium-review.googlesource.com/1148609Reviewed-by:
Jun Cai <juncai@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#577698}
-
Moe Ahmadi authored
screenshot: https://drive.google.com/open?id=1td8sD7YO_VwIlY8WTW5xRc4es7bOslxu Bug: 860526 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9d2f1a589d9ae1bb5bac45c04ceb973f88385a84 Reviewed-on: https://chromium-review.googlesource.com/1145484 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#577697}
-
Sunny Sachanandani authored
IsActiveTree() indirectly calls active_tree_.get() in LayerTreeHostImpl. Since std::unique_ptr::reset() nulls out its ptr before deleting the owned object, IsActiveTree() will always be false, and the swap promises will always be broken with ACTIVATION_FAILS. This causes LayerTreeHostTestSwapPromiseDuringCommit to fail when the wait for main frame or commit condition is removed from LayerTreeTest::EndTest(). R=danakj BUG=703263 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I3819f76ab8f576c80faccf8db3ecd7ddb9b5954d Reviewed-on: https://chromium-review.googlesource.com/1145920Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#577696}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/68844342e7b7..17fb50f21647 git log 68844342e7b7..17fb50f21647 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 yueherngl@google.com rammus: add new paladin 2018-07-24 vapier@chromium.org cbuildbot: fuzzer: stop processing Chrome stages 2018-07-24 dgarrett@google.com gen_luci_scheduler: Add branched build config support. Created with: gclient setdep -r src/third_party/chromite@17fb50f21647 The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: Iec8c0d9a4c45f7c216edc01bc296c7265358b320 Reviewed-on: https://chromium-review.googlesource.com/1148606Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577695}
-
Quan Nguyen authored
This button will launch the signin-trouble help app in a future CL. Bug: 863620 Change-Id: Ib6c3cf0179375502f7a5cde5a877c59d76ee73e8 Reviewed-on: https://chromium-review.googlesource.com/1145770 Commit-Queue: Quan Nguyen <qnnguyen@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#577694}
-
Annie Sullivan authored
Bug: 867103 Change-Id: I4130ebfd255a7db799d7a572ddc307267e4edbb7 TBR: charliea@chromium.org NOTRY: true Reviewed-on: https://chromium-review.googlesource.com/1148988Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#577693}
-
Muyuan Li authored
Bug: None Test: Manual Change-Id: I7a9968bb3b421ef26cc90dd68b063e514e3f4094 Reviewed-on: https://chromium-review.googlesource.com/1147502 Commit-Queue: Muyuan Li <muyuanli@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#577692}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d269b0e87d1e..e0ae2989b096 git log d269b0e87d1e..e0ae2989b096 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 benjhayden@chromium.org Add a new ReportTemplate system. 2018-07-24 simonhatch@chromium.org Disable a bunch of pylint warnings. 2018-07-24 nastasoiuf@google.com Initial implementation Created with: gclient setdep -r src/third_party/catapult@e0ae2989b096 The AutoRoll server is located here: https://catapult-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=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:866260 TBR=sullivan@chromium.org Change-Id: I7f71d7246cfd6312d73d4ef4dac17b1c3c6af864 Reviewed-on: https://chromium-review.googlesource.com/1147917Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577691}
-
Gang Wu authored
this CL revert part of https://chromium-review.googlesource.com/c/chromium/src/+/1119234, add LoadAllJournalKeys back and remove LoadAllJournals. Misunderstood the feed host API definition, right now, the API is /** Asynchronously retrieve a list of all current journals */ void getAllJournals(Consumer<Result<List<String>>> consumer); I think we should update it to /** Asynchronously retrieve a list of all current journals' names. */ I will create another bug for this. Bug: 828938 Change-Id: I752fd75d4d4c35c924a4189f754cb393c4d88e1f Reviewed-on: https://chromium-review.googlesource.com/1146067 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#577690}
-
Devlin Cronin authored
The test files for the chrome://extensions page had the 'extension_' prefix (e.g., extension_item_test.js). This is unnecessary, and just makes folks have to type more. Remove it (e.g., item_test.js). This CL only moves files and updates the references in cr_extensions_browsertest.js. Bug: None Change-Id: I028b79830e956aa7ddd89241f8a0335a13d41e23 Reviewed-on: https://chromium-review.googlesource.com/1148552Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#577689}
-
Ian Kilpatrick authored
This is a relatively large change to how BFC offset resolving works. In summary: - The BFC line_offset is always calculated. This allows text-indent, etc to be handled inside the inline layout algorithm for empty line-boxes. - THE BFC block_offset is changed to being optional, and we split there offsets out in the NGLayoutResults. This patch doesn't update any documentation, which will occur in a follow up. This also allows us to break the dependency on margin calculation, and constraint space construction, e.g. 1) Create constraint space for margin calculation. 2) Calculate margins. 3) Create constraint space for child layout. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I065aef8b3a66f383256c99b6bdc08191d2481727 Reviewed-on: https://chromium-review.googlesource.com/1144427 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#577688}
-
Marcin Wiacek authored
Change-Id: I7a5297201257fffe5dd89d2b9704d58fa72d463d Reviewed-on: https://chromium-review.googlesource.com/1146187Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#577687}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e09e6ef947d7..d4c16b131f68 git log e09e6ef947d7..d4c16b131f68 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 emircan@webrtc.org Extract color space from H264 decoder Created with: gclient setdep -r src/third_party/webrtc@d4c16b131f68 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=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: If06926b5f6f3025d0c39f0f818307024a04880e4 Reviewed-on: https://chromium-review.googlesource.com/1148602Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577686}
-
Oksana Zhuravlova authored
The last call of SampleGamepads() was removed from PepperPluginInstanceImpl since PepperPluginInstanceImpl::Sample() should not be called. Bug: 855308 Change-Id: I4c88bd5cbae5ec7413ddf32826486c740690b15f Reviewed-on: https://chromium-review.googlesource.com/1147612 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#577685}
-
Peter Kvitek authored
Inspecting protocol log is a great way to analyze what's going on under the hood of a test and should be instantly available. Change-Id: I238499f50074cc1eb6b6666ecc19b2fce17ddbe6 Reviewed-on: https://chromium-review.googlesource.com/1147752Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/master@{#577684}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/43ee74f7bd72..b1589ae6be41 git log 43ee74f7bd72..b1589ae6be41 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 dproy@google.com Merge "Extract TraceViewer and introduce ScrollingTrackDisplay" 2018-07-24 dproy@google.com Extract TraceViewer and introduce ScrollingTrackDisplay 2018-07-24 treehugger-gerrit@google.com Merge "trace_processor: add utid to the sched slice table." 2018-07-24 taylori@google.com trace_processor: add utid to the sched slice table. Created with: gclient setdep -r src/third_party/perfetto@b1589ae6be41 The AutoRoll server is located here: https://perfetto-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. TBR=perfetto-bugs@google.com Change-Id: Iea7a4cc67bac7aa370da18f96164cfb03bec019f Reviewed-on: https://chromium-review.googlesource.com/1148605 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577683}
-
Ned Nguyen authored
In this first attempt, we retry upload the whole perf dashboard data (JSONnizable) for any recoverable error. Subsequent CL may improve this further by splitting up the perf dashboard data to small parts and only try to reupload the parts which the upload failed. This CL also increase the expiration of the oath token generated for each perf benchmark's data to 30 minutes (used to be 1 minutes by default) Bug: 864565 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: If4cb959cc62c5da3baa4a36a5ae91c10ca6d4d02 Reviewed-on: https://chromium-review.googlesource.com/1148228 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Cr-Commit-Position: refs/heads/master@{#577682}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/06235df9ff91..ddd6e8746851 git log 06235df9ff91..ddd6e8746851 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 jmadill@chromium.org Vulkan: Suppress 3 failing blit tests on Pixel 2. Created with: gclient setdep -r src/third_party/angle@ddd6e8746851 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=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=geofflang@chromium.org Change-Id: I80ab5a032e4ce8b54f968d63ecc0ff8e255da3dd Reviewed-on: https://chromium-review.googlesource.com/1147956Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577681}
-
Xing Liu authored
The CL changes the gear icon to use the material asset. Bug: 864867 Change-Id: I8f37ec3c15a7173b703d88be7a1a7770398eb83b Reviewed-on: https://chromium-review.googlesource.com/1148892Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#577680}
-
nacl-chromium-autoroll authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/aebc9e5205dc..fa95e2a7489d git log aebc9e5205dc..fa95e2a7489d --date=short --no-merges --format='%ad %ae %s' 2018-07-24 thomasanderson@chromium.org Revert "Reland "Trigger a buildbot cycle on client.nacl.toolchain"" Created with: gclient setdep -r src/native_client@fa95e2a7489d The AutoRoll server is located here: https://nacl-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. BUG=chromium:None TBR=mseaborn@chromium.org Change-Id: Ic8df81877221d9f2148f7cb6b45f16490da5f86b Reviewed-on: https://chromium-review.googlesource.com/1147916Reviewed-by:
nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577679}
-
Annie Sullivan authored
Bug: 867066, 867068, 867072, 867075, 867079 Change-Id: Icfc04b761cd6cf43480385f5c838bfb69c039931 TBR: charliea@chromium.org NOTRY: true Reviewed-on: https://chromium-review.googlesource.com/1148945Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#577678}
-
Philip Rogers authored
Backdrop filters are not supported today. This patch makes this clear in the BlinkGenPropertyTrees expectations file so folks do not spend time fixing the tests. Bug: 854189 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I206c40841c9a1992d122206073afa10dd0953625 Reviewed-on: https://chromium-review.googlesource.com/1148896Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#577677}
-
Oystein Eftevaag authored
BackgroundTracingManagerImpl::GenerateMetadataDict was checking IsAllowedFinalization() which blocks every preemptive report from getting this metadata added, as it sets a 7-week cooldown on new reports just prior to this. R=etienneb@chromium.org Change-Id: I3bc44958a304397e4eb6a2db66432ec45454d6f0 Reviewed-on: https://chromium-review.googlesource.com/1148776Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#577676}
-