- 12 Dec, 2019 37 commits
-
-
Ben Pastene authored
This arg never changes among all supported CrOS device builds of Chrome. By giving it a proper default val in those builds, we can reduce the amount of inputs needed when building for CrOS (ie: simple chrome & chromeos-chrome ebuild). Bug: 937821 Change-Id: If383391938d84d4f584854ceb7c44428c3aa094b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962796Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#724078}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/280b96ea8de3..af094e6a88d0 git log 280b96ea8de3..af094e6a88d0 --date=short --first-parent --format='%ad %ae %s' 2019-12-11 sarahmashay@google.com Adding SPVC fuzzers 2019-12-11 bryan.bernhart@intel.com D3D12: Fix 64-bit overflow for large buffers and return OOM. Created with: gclient setdep -r src/third_party/dawn@af094e6a88d0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Iec3f6ab6fb03ac0ae92363bfc5f14239c6a26dca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963140Reviewed-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@{#724077}
-
Mason Freed authored
Prior to this CL, any feature marked "test" in runtime_enabled_features.json5 could not be disabled for web_tests without extra work. This includes attempting to disable via command line flags passed into run_web_tests, or more seriously, through a VirtualTestSuite that attempts to disable the feature for testing. The problem was that renderer features were enabled first for command line flags, and then enabled for any features marked "test". Therefore, any command line flag that tries to disable a "test" feature will get overridden, and the feature will be left enabled for testing. In this CL, the order of those two initializations is reversed: first enable any "test" features, and then handle command line flags. Note that in two cases (portals and ARIA) the command line flags were set to kUseFeatureState, which meant that those "test" features would be re-disabled if the explicit command line flag was not present. As both flags are named "EnableXyz" they should likely use kEnableOnly instead. Change-Id: I50a0f498b93520fd23e7c5bcd6d1e19680006236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960985Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#724076}
-
Ken Rockot authored
This is a reland of 008b7265 Was reverted for breaking ARC boot by breaking access to display configuration information. The re-land fixes initialization order between ArcServiceLauncher and ash::Shell, as this CL requires the latter to be initialized first now. Original change's description: > Move Ash off Service Manager > > This removes all dependences on the Service Manager from within Ash and > clients of Ash. The "Ash Service" is deleted, and the few interfaces > which the browser bound through it are now bound through a handful of > public helper functions that route through Shell. > > The only service interfaces used from within Ash are from the > Device Service, and those are now acquired through ShellDelegate. > > Bug: 977637 > Change-Id: Ia117241f4adddd14303176af78075d0df6c5b563 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956160 > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Ken Rockot <rockot@google.com> > Cr-Commit-Position: refs/heads/master@{#723475} Bug: 977637 Change-Id: I508db8acedc45792a947a4b015f47e1caeb08ace No-Presubmit: true Tbr: sky@chromium.org Tbr: tsepez@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961273Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#724075}
-
Peter Kasting authored
This is mostly to shorten code I was touching anyway or reduce diffs in the later patch. There is one behavior change here; the code to ignore custom theme NTP background colors in incognito was also bypassing the GTK theme, which doesn't appear to have been the intent. Limited this case to just custom themes. The custom tab bar code changes from NativeTheme::GetInstanceForNativeUi() to GetNativeTheme(), but since this is happening in the constructor, those will always return the same thing. Bug: none Change-Id: Ie9d490669c9bff474484294a630f0f6b37d25d1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961012Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#724074}
-
Livvie Lin authored
This reverts commit b5a5de57. Reason for revert: The issue addressed by this CL should be addressed with a different approach. Original change's description: > [Desktop/Android] Prevent security icon downgrade to triangle on URL load > > Bug: 1031532 > Change-Id: I3bb24e86c146ee86f5eb6d4795b0b5397542d100 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959412 > Reviewed-by: Tommy Li <tommycli@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Commit-Queue: Livvie Lin <livvielin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723472} TBR=mthiesse@chromium.org,tommycli@chromium.org,livvielin@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1031532 Change-Id: I416e7a7fd718437747679edafd2b5eb165fe2cec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962601 Commit-Queue: Livvie Lin <livvielin@chromium.org> Reviewed-by:
Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#724073}
-
Ben Pastene authored
This arg never changes among all supported CrOS device builds of Chrome. By giving it a proper default val in those builds, we can reduce the amount of inputs needed when building for CrOS (ie: simple chrome & chromeos-chrome ebuild). Bug: 937821 Change-Id: I8191fe2a2a6d910ceeec8fba90c43f199a753ce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963135Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#724072}
-
Melissa Zhang authored
This reverts commit cf8da83e. Reason for revert: Suspected to be causing https://ci.chromium.org/p/chrome/builders/ci/mac-chrome/35 Original change's description: > Convert //chrome ObjC Instance Variable Names From Trailing to Leading Underscore > > Clang-Tidy performed all of the transformations in this change. > > BUG=1030028 > > Change-Id: Icdf3d24e4c7add6718227db0e112b3f374ce8a35 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959394 > Commit-Queue: Robert Liao <robliao@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#724037} TBR=thakis@chromium.org,robliao@chromium.org Change-Id: I42c1972e2ed3e50892698b39d3a054838dabae5b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1030028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961868Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#724071}
-
Gyuyoung Kim authored
This CL removes Create() factory functions in //third_partyb/blink/renderer/modules/speech only when it meets the policy of removing Create(). Then, this CL makes all callers use MakeGarbageCollected<Foo> instead. This CL removes below factory functions, - SpeechRecognitionController::Create - SpeechSynthesisVoice::Create - SpeechRecognitionAlternative::Create Bug: 939691 Change-Id: Ieb586730ca358e01e50105cf3f2b5987ea256b8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961288Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#724070}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3517aa7b14ad..a5909925e3a8 git log 3517aa7b14ad..a5909925e3a8 --date=short --first-parent --format='%ad %ae %s' 2019-12-11 herb@google.com Remove unused buffer call for SkGlyphRunPaint 2019-12-11 mtklein@google.com roll clang to 9.0 Created with: gclient setdep -r src/third_party/skia@a5909925e3a8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC djsollen@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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 Bug: None Tbr: djsollen@google.com Change-Id: I8df1ca9a5de3df24c328e22b999d63683be57f67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963142Reviewed-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@{#724069}
-
Xiaocheng Hu authored
When re-serializing sanitized clipboard markup, not all elements need an inline style. For example, SVG <foreignObject>. We should not try to strip UA style from their inline styles as otherwise it crashes. Bug: 1032389 Change-Id: Idedc98a09fd5503281dd6c7354b4df78368a8e0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962977 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#724068}
-
Jinsuk Kim authored
Removes debug messages that accidentally made their ways into repository. Change-Id: I70580672bf215d0feb1d5c2072c19cf2e68d1302 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959198Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#724067}
-
tby authored
This makes all OWNERS of search_result_ranker/ also OWNERS of: - drive_quick_access_provider* - drive_quick_access_result* - zero_state_file_provider* - zero_state_file_result* Change-Id: Ib76b25974c874367e0e94d27847d03e142a657b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961447Reviewed-by:
Jia Meng <jiameng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#724066}
-
Esmael El-Moslimany authored
I change the value for testing and submitted the change. https://chromium-review.googlesource.com/c/chromium/src/+/1935930 Bug: 1030181 Change-Id: I3c1f4e83bf9acc84ebfce32564b6568a361526bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963199 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#724065}
-
Ben Pastene authored
This arg never changes among all supported CrOS device builds of Chrome. By giving it a proper default val in those builds, we can reduce the amount of inputs needed when building for CrOS (ie: simple chrome & chromeos-chrome ebuild). Bug: 937821 Change-Id: If370ec73383201f80efc9a7e97c73f07739ddcb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963097Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#724064}
-
Ayu Ishii authored
This changes the ownership of SmsProvider from BrowserMainLoop to SmsFetcher. This infrastructure change that will help with implementation of the autofill version of sms receiver. Bug: 1026373 Change-Id: I0f50f90a3d4b7a72443b0a6639d7d12d25ffaeb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960068Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#724063}
-
Natalie Chouinard authored
Rename several XML resources from "preferences" to "settings" to adhere to the naming conventions decided in go/clank-preferences-refactor. Note that resources related to individual settings screens are not being renamed in this CL, and will instead be renamed with each preference fragment refactor. Bug: 1029146 Change-Id: I26cbeb868a6691f616583df14cc8c1e017638505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947810Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#724062}
-
sczs authored
TBR=rohitrao@chromium.org Bug: 1033214 Change-Id: I616339bdcd8a9a1995861475eace70081ef4598d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962603Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#724061}
-
Tom Anderson authored
On environments that do not have GTK settings for the cursor theme/size such as KDE, we would set the cursor theme name to "", and the cursor size to 0. The theme would be fine, but the cursor could appear too small on HiDpi environments. The solution is to avoid making any XcursorSet* calls if the settings are not present. BUG=1021819 R=sky Change-Id: I993e356358981abe22649faa673f234c526ff654 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962710 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#724060}
-
Tommy Li authored
Currently, clock icon matches are not given any particular preference during de-duplication. This can cause the clock icon to disappear as the user types, if say, a higher search-what-you-typed entry comes in later with a higher relevance score. This can also cause user confusing, as the user may wonder: Huh, I thought I already searched that, why doesn't it have a clock icon? Or - why can I delete a plain search match? This CL gives the final match the specialized search history type. Bug: 1033109 Change-Id: Ie9adaf6345d74d234dd9e1b02a01b10b343b52fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962909 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#724059}
-
Melissa Zhang authored
This reverts commit 2898ec18. Reason for revert: likely causing https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29 and https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%28dbg%29%281%29 Original change's description: > viz: Split OverlayProcessor into Windows and Mac Subclass. > > OverlayProcessor class is used for both Windows and Mac, and the only > difference is in it uses different overlay candidate validator classes. > The validator classes implementation are simple, and achieve the same > effect with splitting OverlayProcessor into Mac and Windows subclass. > > This allows us to delete OverlayCandidateValidator and its Mac subclass > and its Windows subclass. > > This is CL 6/? of overlay processor refactor. > > R=rjkroege > TBR=kylechar > > Bug: 963597 > Change-Id: I78265a8941720daa32cbd672ef85c7a547938b8d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953824 > Reviewed-by: weiliangc <weiliangc@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Commit-Queue: weiliangc <weiliangc@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723971} TBR=rjkroege@chromium.org,weiliangc@chromium.org,kylechar@chromium.org Change-Id: I7f97902903f14d9822ab464923679be1c14aee9c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 963597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962134Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#724058}
-
Kyle Horimoto authored
This CL: (1) Causes the UI to expand to the width of the container when in small-screen mode. Previously, it was constrainted to a smaller width. (2) Reduces padding in some places to line up with mocks provided by elizabethchiu@. (3) Moves the "features vary" footnote slightly higher to reduce the overall height of the setup flow UI so that it fits within OOBE on small-screen devices in landscape mode. Screenshots: Small screen, dialog, portrait: https://screenshot.googleplex.com/jMgbFewcrAH Small screen, dialog, landscape: https://screenshot.googleplex.com/QyiVuuCOY4s Small screen, OOBE, portrait: https://screenshot.googleplex.com/OcOyX5hPeec Small screen, OOBE, landscape: https://screenshot.googleplex.com/Kfjnav01j5V Large screen, dialog: https://screenshot.googleplex.com/vLnHTPWRie0 Large screen, OOBE: https://screenshot.googleplex.com/0eGWJaoLzO7 Bug: 1012295 Change-Id: I28cc765b11fde3bc3c319056dd74b876a85fdcbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951270 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#724057}
-
Xiaocheng Hu authored
CreateFragmentFromMarkupWithContext() may fail to create a fragment from some markup. crrev.com/c/1922919 incorrectly removes the handling of this case and results in a regression. This patch adds back the handling. Bug: 1032673 Change-Id: If02997859f3ccc074df3da1d91e974b2dc4794ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963107Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#724056}
-
Melissa Zhang authored
This reverts commit 6cabc3d3. Reason for revert: Likely breaking https://ci.chromium.org/p/chrome/builders/ci/mac-chrome Original change's description: > Convert //components ObjC Instance Variable Names From Trailing to Leading Underscore > > Clang-Tidy performed all of the transformations in this change > except for the following: > * components/viz/common/gpu/metal_api_proxy.mm > Instance variable references from macros. > > BUG=1030028 > TBR=thakis@chromium.org > Remaining //components mechanical refactor. > > Change-Id: Ibde1cacb5f2b7f12ceb22c0716adaefde1cbd24a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961137 > Reviewed-by: Robert Liao <robliao@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: ccameron <ccameron@chromium.org> > Commit-Queue: Robert Liao <robliao@chromium.org> > Cr-Commit-Position: refs/heads/master@{#724035} TBR=thakis@chromium.org,ccameron@chromium.org,robliao@chromium.org Change-Id: I7a75dc0e4df7800861c16ba77619db1f6aa37a57 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1030028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962138Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#724055}
-
Eleni Dimitriadis authored
Change-Id: I5a7cdb72744fb1979ff1aa6b0ab8d06b5ba83ddc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961452Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Commit-Queue: Eleni Dimitriadis <edimitriadis@google.com> Cr-Commit-Position: refs/heads/master@{#724054}
-
Francois Doray authored
The features are enabled by default. M80 just branched. Now is a good time to cleanup the experiment code. Bug: 872820 Change-Id: I4b15082cb77ca8c966618b753de8a1365d32e2da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959372Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#724053}
-
danakj authored
Use OnceCallback where possible because the callback is only used once and RepeatingCallback and BindRepeating otherwise. Bug: 1007633 Change-Id: I473ca8d919a2e52da422ed7f2102224357caa76e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963095 Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#724052}
-
Andrew authored
WriteFile creates files with permission 0666. This is not obvious from the header's description. If the folder has different permissions, the function fails and the error is not obvious. BUG=none TEST=none Change-Id: I20c67cdeca7e80a2e4324dbc9be13010b4801119 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962024Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Auto-Submit: Andrew Lassalle <andrewlassalle@chromium.org> Cr-Commit-Position: refs/heads/master@{#724051}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/1e51a388bcf7..26fe81162362 git log 1e51a388bcf7..26fe81162362 --date=short --first-parent --format='%ad %ae %s' 2019-12-11 yvesg@webrtc.org Roll chromium_revision 59395671..ac00cfc7 (722888:723527) 2019-12-11 philipel@webrtc.org Execute cached video encoder switching request if encoder switching is allowed after the switch request was made. Created with: gclient setdep -r src/third_party/webrtc@26fe81162362 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ifaf265f002b84ea2569d9cf7bf2259231fc00496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962537Reviewed-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@{#724050}
-
Jiawei Shao authored
This reverts commit 7dd53909. Reason for revert: this CL is not the root cause of the try bot failures. Original change's description: > Revert "WebGPU: Create GPUDevice in the callback of RequestDeviceAsync()" > > This reverts commit 2625327a. > > Reason for revert: This is likely breaking https://ci.chromium.org/p/chromium/builders/ci/Mac%20Retina%20Debug%20%28AMD%29 > > Original change's description: > > WebGPU: Create GPUDevice in the callback of RequestDeviceAsync() > > > > This patch updates RequestDevice() into an asynchronous function > > RequestDeviceAsync() and moves the creation of GPUDevice into the > > callback function passed as a parameter of RequestDeviceAsync(). > > > > BUG=chromium:996713 > > > > Change-Id: I7208a107670ca6e79ad3a4a3107f35ae26330edf > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955171 > > Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> > > Reviewed-by: Austin Eng <enga@chromium.org> > > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > > Reviewed-by: Kenneth Russell <kbr@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#723595} > > TBR=zmo@chromium.org,kbr@chromium.org,cwallez@chromium.org,shaobo.yan@intel.com,yunchao.he@intel.com,jiawei.shao@intel.com,yang.gu@intel.com,kainino@chromium.org,jiajie.hu@intel.com,enga@chromium.org,hao.x.li@intel.com > > Change-Id: I7f78422e0c841a17692a7030690fe911202aebeb > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: chromium:996713 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961353 > Reviewed-by: Melissa Zhang <melzhang@chromium.org> > Commit-Queue: Melissa Zhang <melzhang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723712} TBR=zmo@chromium.org,kbr@chromium.org,cwallez@chromium.org,shaobo.yan@intel.com,yunchao.he@intel.com,jiawei.shao@intel.com,yang.gu@intel.com,kainino@chromium.org,jiajie.hu@intel.com,enga@chromium.org,hao.x.li@intel.com,melzhang@chromium.org Change-Id: I5fb3d180e89a88803e93668b57dc5e5b3ea5f481 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:996713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963373Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Cr-Commit-Position: refs/heads/master@{#724049}
-
Avery Musbach authored
There is currently no important reason for OverviewGrid::AddDropTargetForDraggingFromOverview to call OverviewItem::OnSelectorItemDragStarted on the drop target. I originally did that to hide the drop target's close button, but because it was animated, the behavior was found unsatisfactory as described in Issue 954642. [1] fixed the bug, and also removed the need for the function call in question. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1900127 Bug: 954642 Change-Id: Iadef44cc213158a3cc797670a46c97c4f0aa2bb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962596 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#724048}
-
Xiaoqian Dai authored
Previously the window's original backdrop mode is not reset back to its original backdrop mode if the window ends in overview or splitview. This CL fixes that. Bug: 1030857, 997885 Change-Id: I7f0bbc24ca8257ed1bfeb8cb41517268b6f2c2c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963109Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#724047}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/98ea80082239..f7bccf2868c0 git log 98ea80082239..f7bccf2868c0 --date=short --first-parent --format='%ad %ae %s' 2019-12-11 brgoddar@microsoft.com Datagrid: Make the header context menu keyboard accessible Created with: gclient setdep -r src/third_party/devtools-frontend/src@f7bccf2868c0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:963183 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5707c2bfc37135ee9328fd627e3b7be54d31d48c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963141Reviewed-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@{#724046}
-
Bettina Dea authored
This reverts commit 8c91b029. Reason for revert: Only want to log this metric on startup to keep metric simple. Original change's description: > Log metric when password is first signed in. > > Previously, SaveProtectedPasswordHash did not log > a metric when a password is saved into the hash > manager on first signed in. > > Bug: 1032322 > Change-Id: I66fca65496ccd5866536d954f60e4773d66d3a4d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959046 > Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> > Reviewed-by: Varun Khaneja <vakh@chromium.org> > Commit-Queue: Bettina Dea <bdea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723508} TBR=vasilii@chromium.org,vakh@chromium.org,bdea@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1032322 Change-Id: Ida2a7b78027b392702c79fa6fd613b827567723e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963209Reviewed-by:
Bettina Dea <bdea@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#724045}
-
Melissa Zhang authored
This reverts commit 6eb0faea. Reason for revert: dependent CL https://crrev.com/c/1953824 Original change's description: > viz: Move Strategy List to OverlayProcessorStrategy > > Now that there is OverlayProcessorStrategy class always holding an > OverlayCandidateValidatorStrategy, move some data and shared functions > from validator class to the overlay processor class. > > This is also part of merging overlay validator into processor. > > This is CL 7/? of overlay processor refactor. > > R=rjkroege > > Bug: 963597 > Change-Id: I55a961a818da60a0cb9d5a7c5b322d2c86d1945d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953754 > Commit-Queue: weiliangc <weiliangc@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723999} TBR=rjkroege@chromium.org,weiliangc@chromium.org Change-Id: Ifdd245ff37b013a6bd8367120aeb2d03f9fabca4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 963597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962137Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#724044}
-
Melissa Zhang authored
This reverts commit af90d887. Reason for revert: dependent CL https://crrev.com/c/1953824 Original change's description: > viz: Merge OverlayValidatorOzone Into an OverlayProcessorOzone Subclass > > Merge the OverlayCandidateValidatorOzone class's functionalities into > OverlayProcessorOzone which is a subclass of > OverlayProcessorStrategy. > > This is CL 8/? of overlay processor refactor. > > R=rjkroege > TBR=kylechar > > Bug: 963597 > Change-Id: I0033f59825898b16eefceb67357211dfb0fb578c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954538 > Commit-Queue: weiliangc <weiliangc@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#724029} TBR=rjkroege@chromium.org,weiliangc@chromium.org Change-Id: Iad7649faf60e688578931ec1ce6ea21f42b15329 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 963597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962136Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#724043}
-
Noel Gordon authored
If the feature flag is enabled, enable file-ng rendering style for the directory tree. Bug: 992819 Change-Id: I8a9c216ef3c9e3d2eaf1c25fe847feaf78706ff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954801 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#724042}
-
- 11 Dec, 2019 3 commits
-
-
Rakib Hasan authored
Revert "Reland "[web tests] Add layout-test-results/ prefix to all artifact relative paths in json results"" This reverts commit d1a27f9f. Reason for revert: The change is breaking the blink builds. Below is an example build. https://ci.chromium.org/p/chromium/builders/try/linux-blink-rel/24569 Original change's description: > Reland "[web tests] Add layout-test-results/ prefix to all artifact relative paths in json results" > > This reverts commit 2e7eb004. > > Reason: In crrev.com/c/1925687, the functions within the Port class were modified to set > their output directory to the artifacts directory. Some scripts like run_webdriver_tests.py > will not create the artifacts directory, therefore whenever classes like WPTServe were > instantiated an exception would be raised because the artifacts sub-directory was not created. > This CL will make the server classes create the artifacts directory. It will also add an optional > parameter for the output directory to the server starter functions in the Port class. > The default value for these parameters will be the artifacts directory. > > Original Description of commit reverted: > > Revert "[web tests] Add layout-test-results/ prefix to all artifact relative paths in json results" > > This reverts commit 9138bb30. > > Reason for revert: Suspect to cause: > https://crbug.com/1032504 > > Original change's description: > > [web tests] Add layout-test-results/ prefix to all artifact relative paths in json results > > > > This will make the artifacts paths consistent with the isolate output directory paths. All > > test runners should follow this standard for outputting artifact paths in the JSON results. > > > > Bug: chromium:1026494 > > Change-Id: I36dbbb2a9bec507182610e959edf55f1819d2ca7 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925687 > > Reviewed-by: John Budorick <jbudorick@chromium.org> > > Reviewed-by: Robert Ma <robertma@chromium.org> > > Reviewed-by: Jao-ke Chin-Lee <jchinlee@chromium.org> > > Commit-Queue: Rakib Hasan <rmhasan@google.com> > > Cr-Commit-Position: refs/heads/master@{#723270} > > Bug: chromium:1026494 > Change-Id: I272242b00b9334c8bc6b6443638ead5aa17db54f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960716 > Commit-Queue: Rakib Hasan <rmhasan@google.com> > Reviewed-by: John Chen <johnchen@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Reviewed-by: Robert Ma <robertma@chromium.org> > Cr-Commit-Position: refs/heads/master@{#724006} TBR=johnchen@chromium.org,jbudorick@chromium.org,robertma@chromium.org,rmhasan@google.com Change-Id: Iccbacb0ea91551ae1b48e0cc236d804c4066c9ba No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:1026494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963352Reviewed-by:
Rakib Hasan <rmhasan@google.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#724041}
-
Dana Fried authored
* Regression tests for attached bugs * Fixes to address another minor issue the tests uncovered Bug: 1012136 Change-Id: Ie57b9d37a997dc748d92dd68a27b42c106cde087 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962592Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#724040}
-
Daniel Murphy authored
This reverts commit 71d64a4f. Reason for revert: This seems to be causing attachment errors in gmail - I'm guessing that we still report these as files somehow? Bug: 1033165 Original change's description: > [IndexedDB] Remove child policy permissions for blobs from IndexedDB > > Now that blobs from IndexedDB are backed & read by the IndexedDB system, > they are no longer sent to the renderer as files. This means no content > policy changes or grants are necessary. > > Tracking document: > https://docs.google.com/document/d/18suNOOzuEJbqgRJF0MB2VqdTyYqS4cvI2PGaCpyPXSw/edit?ts=5de6dc30&pli=1#heading=h.tw2iw2qfgduj > > Bug: 1015212 > Change-Id: If3d2fd80b3254f19a56ab16ed7fc39cf5f0cf684 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955813 > Reviewed-by: Ken Rockot <rockot@google.com> > Reviewed-by: enne <enne@chromium.org> > Commit-Queue: Daniel Murphy <dmurph@chromium.org> > Cr-Commit-Position: refs/heads/master@{#722617} TBR=dmurph@chromium.org,rockot@google.com,enne@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1015212 Change-Id: If5307dfa39ab1a74e62dec21dd55dd71d81a52ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963206Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#724039}
-