- 12 Jul, 2019 40 commits
-
-
chrome://welcome-win10Hector Carmona authored
Bug: 956680 Change-Id: Idc0df04472e69ab42ab128210d109db6848c8ddb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699045Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#676995}
-
behdad authored
CompositorFrameReportingController will now track a frame's latency until the frame is presented, instead of until the compositor frame is submitted. Change-Id: I3258c550a1baaa897df8b7c985fbcae46d0b3dd6 Bug: chromium:963778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672201Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#676994}
-
Yue Zhang authored
https://crrev.com/c/1659848 uses TabModelFilter.getCount() to decide whether we have incognito tabs or not. However, this doesn't work in the case where we use "Close incognito tabs" in the menu to close all incognito tabs. This is because when we call closeAllTabs() to close all incognito tabs, the tab model selection changes, which triggers onIncognitoStateChanged(), which actually happens after the first incognito tab is closed. So if there are multiple incognito tabs, there is a state where the incognito state is changed but not all incognito tabs are closed. This CL fixes this issue. Bug: 977546 Change-Id: I65114ecfc168c04eb6533dbafd3070684d9c6a86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1684214 Commit-Queue: Yue Zhang <yuezhanggg@google.com> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#676993}
-
chrome://discardsRyan Powell authored
Added field "state_change_time" to discards.mojom, which is initialized in discards_ui.cc:GetTabDiscardsInfo(). Since TimeTicks are not measured from a constant origin, TimeTicks::UnixEpoch() is called and subtracted from the lifecycle_unit StateChangeTime. This subtraction results in a TimeDelta, so in order to print the time in a human-readable way the internal microseconds value is accessed and converted to milliseconds and then used to initialize a javascript Date object. Change-Id: Ie63e4587462c1f2c1a1411c932eb420ca33bf161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1680731 Commit-Queue: Ryan Powell <ryanpow@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#676992}
-
François Doray authored
This is required to expose the opt-in/opt-out trials on the public developer console (https://developers.chrome.com/origintrials/#/trials/active). Bug: 844426 Change-Id: I1d44bf87fd10660fcf30d7c97c4beff05b41482b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691041 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Jason Chase <chasej@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#676991}
-
Toby H authored
Removed calls to RunAllPendingInMessageLoop() because not necessary to pass tests and to satisfy pre-submit warnings Bug: 943208 Change-Id: I3da66ab11f80ef6c7e5c66c524d0e9b09baa372f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696276Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#676990}
-
yilkal authored
This cl merges the DefaultShelfView into ShelfView class. Bug: 977019 Change-Id: Ia02e0b3a2a122785fdcc9dfc5a7456ccdf0e448b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699202 Commit-Queue: Yilkal Abe <yilkal@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#676989}
-
Sahel Sharify authored
The transactions fall into one of the three categories after converting the to the approximated USD equivalent: 1-zero transactions (==0) 2-micro transactions (<=1$) 3-regular transactions (>1$) TBR=msramek@chromium.org Bug: 970597 Change-Id: Ie4f8c5d6ea75900f37cd11ab85cf068c82267979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659016 Commit-Queue: Sahel Sharify <sahel@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#676988}
-
Wei-Yin Chen (陳威尹) authored
When the transition animation to Grid Tab Switcher (GTS) is disabled, the thumbnail of the current tab is already updated when showing the grid view. There is no need to force update it again after GTS has finished showing. However, this is still needed when the animation is enabled because the downsampled thumbnail is not written to cache. This CL makes non-animation tests less flaky. Animation tests are still flaky because the 2nd capturing might be skipped if the 1st one takes too long. Bug: 964406, 983448 Change-Id: Iabc8d360707fe78c3dea2b6e02c687c7d5b3bfca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1694929Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#676987}
-
John Lee authored
This CL also removes a use of the 'two-line' class that added a min-height to a row, which is no longer necessary with the added padding. https://imgur.com/a/fbZLCco Bug: 686905 Change-Id: I0ac409b7bd5e7ffab69b936a258cda42c450534a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699146 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#676986}
-
Devlin Cronin authored
Add a StartPromiseBasedRequest() method to APIRequestHandler to begin an API request that returns a Promise. The promise will be fulfilled or rejected once the API returns. An API error (i.e., one that would normally be presented in chrome.runtime.lastError) rejects the promise, and otherwise it is resolved with the result of the API call. Add unittests for the same. Since promises can only be resolved with a single value, only APIs that return a single result are supported. Note this only adds support in the APIRequestHandler class; this is not currently hooked up to any APIs, and cannot be used directly from extensions yet. Bug: 978538 Change-Id: I2bcd7c48b82656187d8303f088211b0557fc0ac4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626654Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#676985}
-
Ryan Sturm authored
This CL introduces a feature and functionality to block certain resources in the context of NoStatePrefetch. The largest functionality is blocking images, JS, or "other" resources based on experiment configuration. Bug: 934466 Change-Id: If5905e4cf4de2abd83be48ecd9ce8d915758d54c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653989 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#676984}
-
mark a. foltz authored
The Hangouts media route controller, used to toggle high FPS capture to Google Hangouts/Meet, is no longer used. Bug: 902889 Change-Id: Ib652d1f69c6c21bf35ff9654d6def5ca5178a789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699204 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#676983}
-
Natalie Chouinard authored
Migrate the Payment apps Settings page from the deprecated Framework preferences to the preferences Support Library. This change also centralizes the logic to override dividers on programmatically created preferences in ChromeBasePreferenceCompat. Screenshots verifying no change in UI for the affected preference pages are included in https://crbug.com/983305. Bug: 968592, 983305 Change-Id: I20c17e53f3620ff9c423c8b9c80df10db924ae69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695926 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#676982}
-
Robbie McElrath authored
Bug: 983061 Change-Id: Ic1060829f3eb5efb17055e16890c037b85750be8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699129Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#676981}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b99fd5d50cf8..57b0b09dfdb6 git log b99fd5d50cf8..57b0b09dfdb6 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 mtklein@google.com handle any N in aarch64 JIT code 2019-07-12 fmalita@chromium.org [perf_skottiewasm_lottieweb] Explicit window sizing 2019-07-12 brianosman@google.com Interpreter: Disallow return statements inside loops or conditionals 2019-07-12 mtklein@google.com make all instructions take two-way labels 2019-07-12 mtklein@google.com initialize val in SkTHash Slot 2019-07-12 reed@google.com Revert "Revert "reimpl parts of arctTo using doubles to handle shallow angles"" 2019-07-12 halcanary@google.com Sample/AAGeometry: stop leaking linked list 2019-07-12 halcanary@google.com tools: separate TimeUtils from AnimTimer 2019-07-12 bsalomon@google.com More GrGLFormat. 2019-07-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 28ae0a4b2810..4cd9767e6565 (2 commits) Created with: gclient setdep -r src/third_party/skia@57b0b09dfdb6 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=fmalita@google.com Change-Id: I398c349bcbc2416392ea3bdb8a9831b94137bc1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699336Reviewed-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@{#676980}
-
John Lee authored
https://imgur.com/a/Xckiqb8 Bug: 686905 Change-Id: Id4af623be3d7b551c31b702d9ad1bce309a6d740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699309Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#676979}
-
Kevin Bailey authored
Previews logger was using some uninitialized bools. They are trivially initialized in the class, so this CL makes it so. Change-Id: I83ec951df6d79748fc538ba7cbae0018546bbe52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699591Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#676978}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/cba4ff0049c8..25abeb83954a git log cba4ff0049c8..25abeb83954a --date=short --no-merges --format='%ad %ae %s' 2019-07-12 lalitm@google.com Merge "trace_processor: cleanup category and general slice handling" 2019-07-12 lalitm@google.com Merge "trace_processor: add perf file for diff tests" 2019-07-12 lalitm@google.com Merge "perfetto: deflake FtraceControllerTest.BackToBackEnableDisable" 2019-07-12 eseckler@google.com build: fix chromium build: system -> isystem 2019-07-12 fmayer@google.com Merge "Short circuit free(nullptr)." 2019-07-12 fmayer@google.com Merge "Revert "Remove ProfilePacket.index."" 2019-07-12 eseckler@google.com Reland: build: Attempt to use system includes for gtest/mock in chromium Created with: gclient setdep -r src/third_party/perfetto@25abeb83954a 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: I2c3f4710b877065895595211a8d521044663d8b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699337Reviewed-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@{#676977}
-
Fredrik Söderquist authored
Change-Id: I14676858a9d5e43050139ba3dc17a0ee85bc8d02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698535Reviewed-by:
Johannes Henkel <johannes@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#676976}
-
Robert Sesek authored
Change-Id: I78a5382ddacd04aa76e47d001116e432c71e39aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699396Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#676975}
-
Brian Sheedy authored
Fixes a typo in the GPU Skia Gold documentation that was causing a link to not properly show. TBR=ynovikov@chromium.org Bug: 965234 Change-Id: Ifc55540eda10a3d238f642b759036c343d11a512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699504Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#676974}
-
Etienne Pierre-doray authored
MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=bartfab@chromium.org Bug: 616447 Change-Id: Ic2369def770fcd2121321a1e854b763cca0627e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636204 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#676973}
-
Alison Maher authored
This change adds logic to update the preferred color scheme based on the OS high contrast theme. If high contrast is not enabled, preferred color scheme will continue to be based on the OS dark mode state. A PreferredColorScheme enum was added to NativeTheme to keep track of the current high contrast/dark mode preferred color scheme. The updated preferred color scheme is used to evaluate the prefers-color-scheme media query. Bug: 970285 Change-Id: I5bf1e12624e42d0122a9c6a74d5b0f20e38dcc54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666437Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/master@{#676972}
-
Kyle Milka authored
The color calculated for a custom background should only be updated if the image hasn't changed in the meantime. Check this by saving the timestamp when a background is set and checking that it still matches once the color calculation is complete. When possible use the thumbnail url |fetch_image| for the calculation, the full-sized image was always being used. Fix a copy-paste error in the definition for onlocalbackgroundselected. Bug: 982215 Change-Id: I622f29dbbc91e926fb3a23dceedace770778bb63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700111Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#676971}
-
Brian Sheedy authored
This reverts commit 1d05b5dd. Reason for revert: Root cause fixed, retries should no longer be required. Original change's description: > Retry several GPU pixel tests on failure > > Sets several GPU pixel tests on Mac and Win7 to retry on failure due to > their configurations flakily producing valid images that haven't been > seen in a while. This hits a known issue with Skia Gold where images > that haven't been seen in a while aren't included in the provided > baselines. > > Bug: 983212 > Change-Id: I12fedb9b68ed811108dfd3c88821eb7838d76a56 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698661 > Reviewed-by: Yuly Novikov <ynovikov@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#676624} TBR=ynovikov@chromium.org,kbr@chromium.org,bsheedy@chromium.org Change-Id: I1997c05e799ea06f051c80806f50fc48f71d6304 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 983212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699688Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#676970}
-
Torne (Richard Coles) authored
The call to maybeInitProcessGlobals was accidentally removed in https://chromium-review.googlesource.com/c/chromium/src/+/1682047 - put it back, and also add comments clarifying why ResourceBundle is not initialized in maybeInitProcessGlobals. Bug: 983237 Change-Id: I1a42ef67f48138cb0d359c60253b29957b1a795b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700110Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#676969}
-
Yue Zhang authored
* Add tests for TabGridDialog behaviors. * Move part of the setup logic of TabGridDialog to xml. Bug: 983170 Change-Id: Iaa6c89b0ed081780ba8232ee0b1a5f2b386b5b53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696130 Commit-Queue: Yue Zhang <yuezhanggg@google.com> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#676968}
-
Nick Diego Yamane authored
This CL factors out most of DesktopWindowTreeHostX11 X11 code into a reusable helper class, ui::XWindow. So that it can be re-used by Ozone/X11 PlatformWindow implementation. It should not imply in any functional change. Bug: 981606 Change-Id: I96735f1680c738723b2df9ac17928c09e0825f77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695008Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nick Yamane <nickdiego@igalia.com> Cr-Commit-Position: refs/heads/master@{#676967}
-
Nathan Rogers authored
Provide "Chromium" as a Scenic session debug name. This unlocks debug name driven features, such as having the debug name show up in trace arguments. Change-Id: I65a4c14278bca71aff4848448379581f35512fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699732 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#676966}
-
Mounir Lamouri authored
Bug: 979620 Change-Id: I8e0285ec2afbbb041cb24a9dfe2d50831bb61b67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697306Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#676965}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e2fc7240. With Chromium commits locally applied on WPT: bc7ec548 "MSE: Test addSourceBuffer and changeType relaxed type strictness and allowance for implicit changeType" 250461b3 "Worker: Register a service worker just once for worker subresource interception tests" 1e9c7b68 "[Client hints] Enable ACHL persistence in content shell, refactor tests" 9c7e7252 "Add slotting for toast action buttons, alongside test scaffolding for future action testing." df1f56f3 "Use testdriver Action API in WPT pointerevent tests - Part 10" 19f78e3e "Reland: [shapedetection] Add some shapedetection tests" 2d2a3ba4 "Cross-scheme initiator should result in `Sec-Fetch-Site: cross-site`." 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: bjonesbe@adobe.com: external/wpt/css/css-shapes cbiesinger@chromium.org: external/wpt/css/css-flexbox dgrogan@chromium.org: external/wpt/css/css-tables drott@chromium.org: external/wpt/css/css-text-decor drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts ecobos@igalia.com: external/wpt/css/css-display ericwilligers@chromium.org: external/wpt/css/motion foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools guidou@chromium.org, armax@chromium.org: external/wpt/mediacapture-streams hbos@chromium.org, hta@chromium.org: external/wpt/webrtc hongchan@chromium.org, rtoy@chromium.org: external/wpt/webaudio jsbell@chromium.org: external/wpt/IndexedDB kojii@chromium.org: external/wpt/css/css-writing-modes mcasas@chromium.org: external/wpt/mediacapture-record msisov@igalia.com: external/wpt/webvtt mstensho@chromium.org: external/wpt/css/css-break external/wpt/css/css-multicol nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents rego@igalia.com: external/wpt/css/css-contain external/wpt/css/css-grid external/wpt/css/css-ui skobes@chromium.org: external/wpt/css/css-scroll-anchoring smcgruer@chromium.org: external/wpt/css/css-position xlai@chromium.org, jinho.bang@samsung.com, hs1217.lee@samsung.com: external/wpt/css/geometry NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Ica0375ddafab0bfa5f5de35ac79f9734accfe768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699944Reviewed-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@{#676964}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/97c4e24d49fa..0a985c42ae65 Created with: gclient setdep -r src-internal@0a985c42ae65 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=wjmaclean@google.com,mpearson@google.com,hayato@google.com,pmarko@google.com Change-Id: Ib889e656b1405ac01a1410f7b8b6a79701c9da60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700241Reviewed-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@{#676963}
-
Michael Spang authored
We'll try to activate this feature at thread creation time, and by sending a message to the browser process (only on OS_LINUX). The latter seems to only be needed on Chrome OS; we may be able to remove it in other Linux builds. Display priority does not typically work on Linux desktop, as we can't increase priority there. It does work and is enabled on Chrome OS, so change the feature to enabled by default on that platform to preserve the current behavior. This makes the feature flag work properly on Linux platforms. Bug: 937462 Change-Id: I0d8244cc32e216d2ebaafe295ead2bd438e58d0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697536 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#676962}
-
Alex Ilin authored
The information provided by this histogram is no longer useful. Bug: 975501 Change-Id: Ifa4a3e1285dc004ed1e454210a12b0820411ee25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697623Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#676961}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1abe66f1c253..7c146083d510 git log 1abe66f1c253..7c146083d510 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 vapier@chromium.org [Typ] delete debug print statement Created with: gclient setdep -r src/third_party/catapult@7c146083d510 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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:983432 TBR=zhanliang@google.com Change-Id: I93d0348df553865e74a670c3d13eb73fe600dd70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700243Reviewed-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@{#676960}
-
Yuke Liao authored
This CL removes the dependency between use_clang_coverage and coverage_instrumentation_input_file so that the coverage feature can be turned off with a single change by setting use_clang_coverage to false. Change-Id: Iff4d4c3207fa82d81a5b6bcfe417cc955764096d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698670Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#676959}
-
Rayan Kanso authored
Add some more validations for `launchUrl` and `iconUrl`. Bug: 973844 Change-Id: I4ba3949046b459f754c1142821111356c1fe6447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689207 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676958}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d84fd2677c30..71b0b56a4914 git log d84fd2677c30..71b0b56a4914 --date=short --no-merges --format='%ad %ae %s' 2019-07-12 ljusten@chromium.org usergroup_baseline: Expect kerberosd-exec in kerberosd Created with: gclient setdep -r src/third_party/chromite@71b0b56a4914 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: Id477db246b7d9f5e8a1be033e45091018a4c3608 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699199Reviewed-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@{#676957}
-
Shimi Zhang authored
This is a followup of http://crrev/c/1685837. See more at https://docs.google.com/document/d/1Jwfbzbe8ozaoilhqj5mAPYbYGpgZCen_XAAAdwmyP1E/edit Bug: 955171 Change-Id: Ic791b7a25c42494f83fb14308ce29549c55a2388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697525Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#676956}
-