- 17 Sep, 2020 40 commits
-
-
Jochen Eisinger authored
Bug: 927509 Change-Id: Ifb35e635d8124850ed6819d3e8be76efbbb3ce95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416522Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#808038}
-
My Nguyen authored
Strings update according to: http://go/cros-lang-settings-ux-writing Mock: http://go/cros-lang-settings-ux-slide#slide=11 Figma: http://go/cros-lang-settings-figma Current view: http://screen/GC6WrWAVYRGGyeh Note: - Replace settings-box with cr-row, start with flex as per https://crrev.com/c/2144429 Bug: 1113439 Change-Id: If185ce874269db8c921ae9136d15f0ad49f4146f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413767Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#808037}
-
Rafael Cintron authored
To prepare for an upcoming change to add Windows handles to gfx::GpuFenceHandle, it needs to be responsible for lifetime of the handles it carries instead of leaving it in the hands of IPC code. This change follows the existing model of gfx::GpuMemoryBufferHandle and has the gfx::GpuFenceHandle use platform specific RAII classes to manage OS resources. gfx::GpuFence is simplified to use gfx::GpuFenceHandle directly. Change-Id: I4fdb3eb9c06cd7a4e03ba9f37fb7da31e8ef0cb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404956Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com> Cr-Commit-Position: refs/heads/master@{#808036}
-
Zhenyao Mo authored
The purpose is to decide if they are unanimously supported on Mac, so we could bypass checking them in FeatureInfo::InitializeFloatAndHalfFloatFeatures(), which seems to cause hangs on a bunch of devices. The histograms are recorded on other platforms as well to give us some insights there. BUG=1127387 TEST=bots R=kbr@chromium.org Change-Id: I47025790d531af3f2a1cfb11814cfb39f6229925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410288 Auto-Submit: Zhenyao Mo <zmo@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#808035}
-
Mark Brand authored
Bug: 1076336 Change-Id: I8ce6073ee3289faf2f716e4a42fd27f5048f297d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415990 Commit-Queue: Mark Brand <markbrand@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#808034}
-
Dominique Fauteux-Chapleau authored
This modifies the fix from crrev.com/c/2363692 to only suppress the calls that cause the cursor bug instead of the entire "focus loss" section of RenderWidgetHostViewAura::OnWindowFocused Bug: 1100902, 1121744 Change-Id: I3846b9381f3fc04442bbd8b00cfcf289d8871e08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391514Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#808033}
-
Caitlin Fischer authored
Doing this allows us to avoid the below DCHECK encountered when running the status quo tests. Having variations_features.h allows us to avoid splitting the variations static_library into two because variations_features can have its own target in the BUILD file. ...FATAL:feature_list.cc(472)] Check failed: CheckFeatureIdentity(feature). RestrictGoogleWebVisibility Bug: 1094303 Change-Id: I9ee3f02d8f3cde7398e759fe54b19cdc9ebb2271 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410554 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#808032}
-
Dominique Fauteux-Chapleau authored
This should not change deep scanning behaviour with Connectors. The corresponding enums are kept until crbug.com/1109242 is fixed. Removing these policies completely is safe since they were marked as future and they have only been delivered as cloud policies. Bug: 1103390 Change-Id: If41d87624f2dd7356efcad902ff0b355f1fdec2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412693 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#808031}
-
Kevin Ellis authored
Bug: 865579 Change-Id: I6cad7c4fb4704b83dcd806b8bf7a96cdf5855ee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416390Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#808030}
-
danakj authored
R=avi@chromium.org Bug: 1091083 Change-Id: Ic67fd17de94cbd362cfff0502b081db0830780e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2403630 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#808029}
-
Connie Wan authored
This is useful for the extensions API, where it's helpful to have something like: tab_groups::TabGroupId group = tab_groups::TabGroupId::CreateEmpty(); GetGroupFromId(id, &group); // Populates group by reference, with an existing value. if (!group.is_empty()) { // Logic handling the group } Having CreateEmpty() and is_empty() helps make this pattern intentional without accidentally creating empty groups and breaking assumptions in the tabstrip. Change-Id: Ibb217edfd8ba599023488ea3d1a33277b49d8284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415573Reviewed-by:
Charlene Yan <cyan@chromium.org> Commit-Queue: Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#808028}
-
Reilly Grant authored
The change enables the Core Location backend for the Geolocation API by default on macOS. Bug: 1051591 Change-Id: I24f64e98beede879e0237fc73b3dc884f121d131 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411302 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#808027}
-
Sylvain Defresne authored
To allow incremental removal of set_sources_assignment_filter feature, move the global list to a separate .gni file that will need to be used by all BUILD.gn that depend on a global filter list (until they are converted). To reduce the size of the CL, the file is imported from BUILDCONFIG.gn to call set_sources_assignment_filter (and save the variable with the old name). Bug: 1018739 Change-Id: Id6f89127327e13731d7fddb839af72dd242ecce5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416496 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#808026}
-
Nico Weber authored
Chrome/mac/arm builds with nacl disabled. Bug: 1117244 Change-Id: I1f44b9452b2d6692684c918ca200b3530a3a8bde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416742 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#808025}
-
Olivier Yiptong authored
This change implements Mac font enumeration browser-side. The current implementation is located in blink, cached in FontCache. This browser-side implementation makes the Mac platform in-line with all the other platform implementations. A subsequent changelist removes the blink implementation altogether. Bug: 1043306 Change-Id: Ic6dff854a74d27ad6d3df9d2ef3eb5217e3e55ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410594 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#808024}
-
Stephen Chenney authored
There seem to be multiple failure modes here. Give them one bug and sort it all out as the issues get fixed. TBR: ikilpatrick@chromium.org Bug: 1129522 Change-Id: Ida9b4f6858f305e7d2f3d0f5f1b89c5949e4abd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416934Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#808023}
-
Philip Rogers authored
When a frame has a forced intersection observation, throttling should be ignored and lifecycle updates should still occur. This did not happen for forced updates that were under a throttled frame. This occurs on [1] but was not discovered due to a bug in our DCHECKS [2]. [1] external/wpt/html/browsers/browsing-the-web/navigating-across-documents/abort-document-load.html [2] https://chromium-review.googlesource.com/c/chromium/src/+/2410526 Change-Id: I25a9127faafc87ab15ac2a8fbb465c43165a2e8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412252 Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#808022}
-
Nico Weber authored
Due to innovation in ld64's warning output, some non-interesting warnings make it past our filters: warning: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: archive library: clang_x64_v8_arm64/obj/third_party/perfetto/protos/perfetto/common/libzero.a the table of contents is empty (no object file members in the library define global symbols) Innovate right back. Also make it clear which of these patterns span several lines. Bug: none Change-Id: I8542ab4d82005eaa67fae4a7af398ba1ebf8220f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416830 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#808021}
-
Yann Dago authored
Bug: 243833 Change-Id: Ibe12c7396feca063344525f73e1286255fa37f83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410530Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#808020}
-
Reilly Grant authored
This change implements a static requestPermission() method on the IdleDetector interface and switches the API from requiring the "notifications" permission to the new "idle-detector" permission. Bug: 878979 Change-Id: If2162f6a1f770544aeb82f98fcc65a76059b7d13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359539 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Ayu Ishii <ayui@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#808019}
-
kylechar authored
Make sure that member variables are either default initialized or const so they must be initialized in the constructor. Bug: none Change-Id: I69d8aa51b035f37e26412604797430dda63c5717 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410524Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#808018}
-
Pavol Marko authored
Split KeyPermissionsManager, KeyPermissionsManager::PermissionsForExtension and KeyPermissionsManagerUserService into a public virtual API and implementation in *Impl classes. This will be used in a follow-up CL to test interactions with KeyPermissionsManager in unit tests. Note: This CL does not change any behavior. Bug: 1127506 Change-Id: Iacbbd6e533db0b476b2fb5d6e04e241966c7bafa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413248Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Edman Anjos <edman@chromium.org> Reviewed-by:
Omar Morsi <omorsi@google.com> Commit-Queue: Edman Anjos <edman@chromium.org> Cr-Commit-Position: refs/heads/master@{#808017}
-
Nicolas Ouellet-Payeur authored
BrowserSwitcher.Decision and BrowserSwitcher.DecisionTime are expiring soon. Set the expiry of every histogram in BrowserSwitcher.* to the same date, so we can update them all at the same time next time. Bug: 1127946 Change-Id: I0b20c342e1d7413611f826b6619e7ce47a8512d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414674 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#808016}
-
Renjie Tang authored
This code is no longer needed and breaks ARM mac. MacOS added support for the Linux-style socket option sometime between 2008 and 2010 (see links below) and Chrome currently only supports macOS versions as far back as Yosemite which was released in 2014, and iOS 10 which was released in 2016. So we are safe to remove this workaround which was added in 2013. https://opensource.apple.com/source/xnu/xnu-1504.9.37/bsd/netinet/in.h https://opensource.apple.com/source/xnu/xnu-1699.22.73/bsd/netinet/in.h https://codereview.chromium.org/99923004/diff/200001/net/udp/udp_socket_libevent.cc Change-Id: Ib67ec88aa618b977fe1f64a4862edda8c8ffefe1 Bug: 1128459 Change-Id: Ib67ec88aa618b977fe1f64a4862edda8c8ffefe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415193 Commit-Queue: Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#808015}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I6d4c52d17c6b144cb916c1e90564b6a0ef170f43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416396Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#808014}
-
Carlos Knippschild authored
Bug: 1129504 Change-Id: Icb74a2b914c65ba2cfda14409f0d7a7642d132f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417049 Auto-Submit: Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#808013}
-
Rakib M. Hasan authored
Bug: 1050760 Change-Id: I61a688ce504575f78f43b9071370489714ea3999 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414844Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#808012}
-
ckitagawa authored
This CL removes the paint preview when the tab is hidden for any reason other than the activity being hidden. This should hopefully avoid possible memory leaks by keeping the preview active for hidden tabs that didn't finish loading. Change-Id: Ibbc66d7e9303592be4e933a37490a6ead0bcb6ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416770 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#808011}
-
Mike Dougherty authored
LocationBarSteadyStateTestCase/testFocusingOmniboxDismissesEditMenu Bug: 1129095 Change-Id: I7d9f7676530c3f657cc31e1be7e9b3937718297c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414566 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#808010}
-
Joshua Pawlicki authored
This reverts commit fa06bf45. Reason for revert: Believe this introduces flakiness and failures on lacros. See https://bugs.chromium.org/p/chromium/issues/detail?id=1129425 Original change's description: > ozone/wayland: gracefully shutdown the browser on protocol error. > > Wayland may disconnect the client if it hits an unrecoverable > error. That is, it prints an error message and client cannot > do anything about that after that except shutting itself down. > > Thus, while watching the display fd, always check for errors. If > a protocol error is set, trigger |shutdown_cb| and also stop > watching the fd. > > Bug: 1127278 > Change-Id: Ie324af93d455c0c83f8e75cdecfafe2254da1972 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404931 > Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807775} TBR=rjkroege@chromium.org,msisov@igalia.com Change-Id: Ie1cfa657b34930ebc6e568c1d422dbfae910197a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1127278 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416884Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#808009}
-
Behdad Bakhshinategh authored
This reverts commit ee15e47d. Reason for revert: Step "vulkan_content_browsertests on Android device Pixel 2" failing (crbug.com/1129552) Original change's description: > Add Google Sans to FontUniqueNameLookup browser test > > This will help ensure we have local access to the Google Sans although > the bots only verify this on Pixel devices, not on OEM devices which > retrieve Google Sans from GMScore. Currently there is only manual > verification for the latter. > > Bug: 1115064 > Change-Id: Ie3a2233e1dc972a10aaa4229a6d06ac2220607ec > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404852 > Reviewed-by: Avi Drissman <avi@chromium.org> > Commit-Queue: Dominik Röttsches <drott@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807921} TBR=avi@chromium.org,drott@chromium.org Change-Id: I1f626d35309e86829577f9e300ca0e4cd1fb3d0d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1115064 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417094Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#808008}
-
Javier Fernández García-Boente authored
When exploring breaking opportunities we were early return, and shaping to the end, when we detected that current candidate overflow and next breaking opportunity surpass the item's range end. However, since we landed in r807457 the new TextBreakIterator's behavior of breaking always after the space run, we can get some opportunities that surpass the item's range_end even if the candidate doesn't overflow. An example of this could be when trailing spaces are located in different items. This patch ensures that even when the candidate doesn't overflow, we never consider breaking opportunity offsets that surpass the item's range end; since we are not overflowing, we'll proceed with the shaping logic considering range_end as maximum of the breaking opportunity offset. Bug: 1128571 Change-Id: I704eb8091cdca00713fed15e22749bb633bacc71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414196 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#808007}
-
Caroline Rising authored
Read Later is hidden behind the feature flag kReadLater. This change sets up the webui for the read later menu with basic functionality displaying unread/read items which open on click. This menu will appear in a bubble anchored to a new button in the bookmarks bar. Items can be added to this menu through selecting 'Add to Read later' from the omnibox star button. screenshot: https://screenshot.googleplex.com/394BCbWa9836Y2Y Bug: 1109316 Change-Id: I9b8ac6ea7c7bac879b8e01e074c68fe33039a915 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386218 Commit-Queue: Caroline Rising <corising@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#808006}
-
Jun Mukai authored
This reverts commit 885496b1. Reason for revert: build failures on chromeos-chrome uprev Original change's description: > Roll src/third_party/icu/ 79326efe2..d7eebbfb2 (4 commits) > > https://chromium.googlesource.com/chromium/deps/icu.git/+log/79326efe26e5..d7eebbfb276a > > $ git log 79326efe2..d7eebbfb2 --date=short --no-merges --format='%ad %ae %s' > 2020-09-16 hidehiko icu: Expand is_linux to is_linux || is_chromeos. > 2020-09-11 fdegans [fuchsia] Bring more changes from the Fuchsia copy > 2020-09-01 fdegans Upstream Fuchsia changes in build file > 2020-06-29 adetaylor Add CPEPrefix. > > Created with: > roll-dep src/third_party/icu > > Bug: 1110266 > Change-Id: I41906106d93794e7d11d65571512e9bea85352e2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413511 > Reviewed-by: Eliot Courtney <edcourtney@chromium.org> > Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807389} TBR=hidehiko@chromium.org,edcourtney@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1110266 Change-Id: Icae9eb5bd44fe2553cfcf3ee80c06b51bd7df62c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416735Reviewed-by:
Jun Mukai <mukai@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#808005}
-
Stephen Chenney authored
The flag is expiring and there's no need to keep it. The feature is disabled only via finch for 1% and that study ends shortly, so there's no reason for users to need to flip it. The Blink feature still needs to exist until the one test that disables it is fixed. Bug: 805798 Change-Id: I342bda406c7ce4b5dc05881e0762aba835b4a159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414572 Commit-Queue: Stephen Chenney <schenney@chromium.org> Auto-Submit: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#808004}
-
rbpotter authored
Since shared resources are now preprocessed before being passed to rollup, there should not be any <if expr> in files used as inputs to rollup. For UI specific files (not shared), preprocessing should be done before passing files to rollup by either (1) passing rollup the output of a preprocess_grit target or (2) correctly specifying preprocessing for grd entries corresponding to files using <if expr> Since there are no <if expr> in any inputs, there should also be no such expressions in the bundled output. This CL: (1) Adds a check and assert that no <if expr> are found in the bundled output files generated by rollup. (2) Removes preprocess="true" for files generated by rollup, as it should now be unnecessary. (3) Fixes a few existing cases in settings/OS settings, where preprocessing was not specified in the grd for files that use <if expr>. Bug: 1071641 Change-Id: I0f2b48af1d4b200a2f721217e8f294f296c9a5ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415044Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#808003}
-
Sylvain Defresne authored
set_sources_assignment_filter() is considered as a mis-feature of gn (as it makes it difficult to reason about the BUILD.gn files individually). Change code in //remoting to check the platform before adding plaform-specific source files to "sources" variable and clear the filter to prevent regressions. Bug: 1018739 Change-Id: I55117af22cc41733056bd570907d9540168e5ad1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416690 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#808002}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1d8e2d5acaf5..249019878c55 2020-09-17 ianstruiksma@google.com Update WPR instructions to match new mod changes If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-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:1032253 Tbr: oysteine@google.com Change-Id: I30501c76839672eadf4d41233fa551a09c7c61df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416956Reviewed-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@{#808001}
-
Alex Ilin authored
Otherwise, the element has 0px by 0px size which makes it difficult to style. Bug: 1129186 Change-Id: I92c32daabccfc56bc0eaf95103215093cf1a2cb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414278 Auto-Submit: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#808000}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202009170800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/eZF7wGbjnvEFjjXfgf2r7RFlP-O6S4MHLat3S-d47SsC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: media-app@grotations.appspotmail.com Change-Id: Iaa7f1d387a9c0a049e5d2689fbe9b118669d8cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416798Reviewed-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@{#807999}
-