- 25 Aug, 2020 40 commits
-
-
Peter Wen authored
Lint does not correctly determine whether chromium targets depend on appcompat since it uses string matching that does not match our library name. Since this is the same for all chromium targets, ignore this lint warning globally. Bug: 1116130 Change-Id: I106f4dbbabd50e2e781b6152816c02ae8036f999 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373206 Auto-Submit: Peter Wen <wnwen@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#801437}
-
Arthur Eubanks authored
Be more specific about "reasonably green". Add instructions on how to roll your own Clang. Change-Id: If5fd297e41f9a66c7c6e736903c14e911fe5819f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373265Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/master@{#801436}
-
Torne (Richard Coles) authored
Check the useragent set by apps to see if it's valid (as per the simple rules from //net), and if not, see if there's a plausible interpretation of the string as an attempt to do something clever or if it just looks like nonsense. Also check headers passed to loadUrl() for validity, but since apps can already add arbitrary headers here, just record a boolean histogram for valid/invalid as there's no reason to allow creative uses. Fixed: 1108405 Bug: 1105745 Change-Id: Iba562c2b9b17b0615e48dee5c58bd4b435b79442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355049 Commit-Queue: Richard Coles <torne@chromium.org> Auto-Submit: Richard Coles <torne@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#801435}
-
Jun Mukai authored
It turns out that timestamp data for the PresentationFeedback is not set on some board, which makes the delta value to be negative. This should be errors and should not report data points. Bug: b/165951963 Test: tast.ui.LauncherDragPerf on lazor to see failures Change-Id: Ie04e57d173601a827d581eb51918a2471c82fc94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373262 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#801434}
-
Maksim Sisov authored
Fixes lld.elf: error: undefined symbol: content::GetFontsInFamily_SlowBlocking. R=fangzhoug, thomasanderson Bug: 1121319 Change-Id: Idc9fec3ad300aa963ffc2ee1dfa626657906e86d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374525Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Kramer Ge <fangzhoug@chromium.org> Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#801433}
-
Aaron Leventhal authored
Sometimes the menuitem role was incorrectly exposed for the role of <option> elements in a <select size=1> depending on which ancestors were ignored. These elements should always be exposed as listitems. The code that does this was intended to be removed as part of a previous refactoring. This removes it now. to screen readers as menuitems instead of listitems (Windows only) AX-RelNotes: in rare cases, select drop down options were reported Bug: 1114273 Change-Id: I618a883912cca5809661d919bbb48cfdc355e3d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369252 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#801432}
-
Erik Chen authored
Change-Id: Ie087134b40d69010ec06c03486b77d7f7907e9d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373234 Auto-Submit: Erik Chen <erikchen@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#801431}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ab849683685b..65f9045b37a9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC rogerm@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.chrome.try:linux-chromeos-chrome Bug: chromium:1085115 Tbr: rogerm@google.com Change-Id: I10cf7a9ef63b0ff7bf9e22e1b0f8cd30621751cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374808Reviewed-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@{#801430}
-
Chris Cunningham authored
This CL adds a CodecState, and uniformizes to which operations are allowed in which states for encoders and decoders. No operation is allowed on closed codecs. Only close() and configure() are allowed on unconfigured codecs(). All operations are allowed on configured codecs. Bug: 1120840, 1120861 Change-Id: Iefac89a26b14f150a19c371ca8d502520c3b7c8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369677 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#801429}
-
Mohamed Amir Yosef authored
This is a reland of a39032ce It's not 100% clear that this patch the culprit for the failures in iOS tests, and hence landing again! Original change's description: > [Passwords] Save CompromisedCredentials in the correct store > > Bug: 1108422 > Change-Id: I3a96f9d3a422590df5c0b0947e6b803c074ef9a0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372322 > Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> > Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#801346} TBR=jdoerrie@chromium.org Bug: 1108422 Change-Id: I373567952e3d040931204b941325a0da1b9992d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375290 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#801428}
-
Bo Liu authored
Renderer process that died from RenderProcessHost::Shutdown should not be treated as out of memory kill from android. This is a very small percent of current OOM counts that it should not affect overall metrics very much. Fixed: 1115517 Change-Id: Iaf584db90d8a54e5e900667aff20ada4afb8ea5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373273Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801427}
-
Regan Hsu authored
* Creates initial, connecting, and final states which will control which title and which description to use. * Adds the flow to a dialog containing cancel, confirm, and ok buttons. * Hooked up to Notification Manager via MultideviceHandler. * Strings are not final yet so no screenshots are taken. Video: https://nimb.ws/2VGQZs Note the toggle does not actually turn on at the end of the flow because the feature is currently not supported, and won't send the settings.MultiDeviceFeatureState.ENABLED_BY_USER unless faked out. Bug: 1106937 Change-Id: Iead4848ef4b946cbafddf0651af6ae183fabfd11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358791 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#801426}
-
Scott Violet authored
to components/metrics/content and renames ContentStabilityMetricsProvider. I'm doing this to share with WebLayer. Having components depend upon extensions seems bad (and has compile errors). So, I had to refactor that dependency out. I will sort out unit-test next. BUG=1120537 TEST=pure rename. Change-Id: I4fd9907fa5b52c3a06222b96bb7550f02a12ab95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372779 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#801425}
-
evliu authored
This CL disables the Live Caption feature if the kLiveCaption feature flag is disabled. Previously, the Live Caption feature would only be enabled if the kLiveCaptionEnabled user pref is enabled, which can only be enabled if the kLiveCaption feature is enabled. The feature should be completely off if the kLiveCaption feature is disabled, even if the feature and pref were previously enabled. Bug: 1121296 Change-Id: I6f642f025d69b411223cc137e999d7980d5d4917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372734Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#801424}
-
Xiaocheng Hu authored
Bug: 1033002 NoTry: True Tbr: alexmos@chromium.org Change-Id: I79403c51a519c3708421a3c59450d969a6bcbc49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375925Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#801423}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f6e6c933..70f0b007 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id25c56bca969f423270d42978512c2b160e41877 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375067Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801422}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ac74b9c703be..7f786caa5d60 2020-08-25 batrapranav@chromium.org portage_util: Detect ebuild multilib_src_test() 2020-08-25 davidriley@chromium.org zork-borealis: Disable unittests for zork-borealis. 2020-08-24 geohsu@google.com Setup builders for M86 ChromeOS If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: Id3d0111b7a83434c6e8987a56b65d2f8191e8187 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375445Reviewed-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@{#801421}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /gpu/ipc/service/gpu_memory_buffer_factory.cc This CL was uploaded by git cl split. R=dcastagna@chromium.org Bug: 1110266 Change-Id: Ie1146726ff4301d6373d5bb777a9bde87b00954f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371298Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#801420}
-
Andre Le authored
The regression bug below was caused by ff070b8e where we changed SetPaintToLayer in TrayBubbleView. Added this to stacked notification bar to fix the issue. BUG=1116396 Change-Id: Ied59608d5cce78396a8352faf9d583ca877de74a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372103Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#801419}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /gpu/command_buffer/common/gpu_memory_buffer_support.cc This CL was uploaded by git cl split. R=dcastagna@chromium.org Bug: 1110266 Change-Id: Ib811894f612033723e634c7189a9b365aff353b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371295Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#801418}
-
Allen Bauer authored
Bug: 938501 Change-Id: I626f069799b36d7066860ade83ba3469ffff38e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358823 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Auto-Submit: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#801417}
-
Christian Biesinger authored
R=ikilpatrick@chromium.org Bug: 1083010 Change-Id: Iad69b0ed34d181c483e4337f2f12200c27c52101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372737 Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#801416}
-
Morten Stenshorne authored
TBR=wangxianzhu@chromium.org Change-Id: I6565abf963b77089ff3ad47f055aa9af87e460b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375210Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#801415}
-
Aaron Leventhal authored
This existed only to map to AXMenuButton on Mac, but Apple has decided it is no longer necessary, and there may have never been a good reason to have it. See https://github.com/w3c/core-aam/issues/80 for more info. AX-RelNotes: n/a TBR: wfh@chromium.org Bug: None Change-Id: Id9ecaa205004147940956c8dacf073ed669eac0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369672 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#801414}
-
Jesse McKenna authored
This change makes the following changes to improve the markdown formatting of README.md: * Add spaces between lines to create line breaks where missing * Replace quotes around console commands with backticks to render them in monospace * Make a link inline Change-Id: Ib370899c2ee6bba22235598c0626ff2f95a2e1cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374917Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/master@{#801413}
-
Jesse Schettler authored
Create and begin implementing a ScanService Mojo interface. The interface will be used by the Scan SWA to get connected scanners, obtain scanner capabilities, and perform scans. For now, only GetScanners() is defined and implemented. Subsequent CLs will add more methods and update the Scan SWA to use the interface. Bug: 1059779 Change-Id: Ia2511d586ea775bc35ed7549e7da63aa2a29bd10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368175 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#801412}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /base/allocator/partition_allocator This CL was uploaded by git cl split. R=lizeb@chromium.org Bug: 1110266 Change-Id: Ibf15087393996835bdcedabeacec04114d96c6be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371209Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#801411}
-
Tom Anderson authored
This removes all usage of Xlib except for ConnectionNumber. R=msisov Bug: 1066670 Change-Id: Ic714254bfda1fc2087c089dbe471b92e3b4c4915 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373186 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#801410}
-
Jacobo Aragunde Pérez authored
Per //base/containers/README.md, std::set is generally recommended, unless there are strong reasons for using unordered_set. Change-Id: Id6fa60482aa4277f723137bbc53d3b7fa341e925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372464Reviewed-by:
Joanmarie Diggs <jdiggs@igalia.com> Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Cr-Commit-Position: refs/heads/master@{#801409}
-
Rahul Singh authored
Problem: Currently in VideoCaptureDeviceFactoryWin::GetDevicesInfoMediaFoundation we generate |devices_info| with MFAttributes for both KSCATEGORY_VIDEO_CAMERA and KSCATEGORY_SENSOR_CAMERA. The latter attribute adds IR cameras (used for Windows Hello) to |devices_info|. However, in VideoCaptureDeviceFactoryWin::EnumerateDevicesUWP we use FindAllAsyncDeviceClass() to get Device Information for only video capture devices. As a result, we never get_EnclosureLocation() for IR cameras. Consequently, their VideoFacingMode is never set. This results in incorrect camera rotation for IR cameras on pages like: https://webrtc.github.io/samples/src/content/devices/input-output/ Fix: This CL changes the Windows API used in VideoCaptureDeviceFactoryWin::EnumerateDevicesUWP from FindAllAsyncDeviceClass() to FindAllAsyncAqsFilter(). The latter allows us to provide an AQS selector string to filter devices for which DeviceInformation is returned to both KSCATEGORY_VIDEO_CAMERA and KSCATEGORY_SENSOR_CAMERA. Testing: Verified that the above change fixes rotation for IR cameras while keeping rotation behavior for Video cameras the same. Bug: 1090754 Change-Id: I0420cc2034be905e188d7e94f51eed298cdeaa7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366035Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Rahul Singh <rahsin@microsoft.com> Cr-Commit-Position: refs/heads/master@{#801408}
-
Morten Stenshorne authored
Two separate sections for passing and failing tests, and that's it. [*] [*] Left one Mac-specific Skip where it was (in the form controls refresh section) TBR=wangxianzhu@chromium.org Bug: 829028 Change-Id: I22fa19c6ea813321c7fa7baba58c511fc3097855 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375348Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#801407}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /media/capture/video This CL was uploaded by git cl split. R=guidou@chromium.org Bug: 1110266 Change-Id: I73819505c21053585355c83e9f13e48aa386fa9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370729Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#801406}
-
Jacobo Aragunde Pérez authored
Extend usage of AXEventRecorder to count accessibility events in some recently added tests. Bug: None Change-Id: I91824b69e772883a95de27b36deff47022f72cc3 AX-Relnotes: no user-facing changes. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372484Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Cr-Commit-Position: refs/heads/master@{#801405}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /media/video/gpu_memory_buffer_video_frame_pool.cc This CL was uploaded by git cl split. R=dcastagna@chromium.org Bug: 1110266 Change-Id: Ic8eb9551075af15901c576695ae94460e9fc3900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370731Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#801404}
-
Peter Kotwicz authored
This CL: - Deletes duplicate components/browser_ui/modaldialog/android/test/java/res/drawable/ic_add.xml to remove conflict with chrome/android/java/res/drawable/ic_add.xml The drawable in ModalDialogViewTest.java is swapped because the drawable used does not matter - Deletes modaldialog duplicate string resources in favour of browser_ui_strings_grd BUG=1093825 Change-Id: I8efa45de23c598123844a64621be6307830e0c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371682 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#801403}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f1b9b50369f3..b19dea038322 2020-08-25 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I1dbdc6b0ff49b55459bdb438f5116e77fe30dbd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374807Reviewed-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@{#801402}
-
Leonard Grey authored
Bug: 635853 Change-Id: I4f4c475e8326b3dc3a5c3014185f027b8656176a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372739Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#801401}
-
Connie Wan authored
Not extending Feedback due to crbug.com/1071685, which should get rid of the flag by M87. Bug: 1121490 Change-Id: I5fee2753a77303a5dd35ed555afcb85ef8d91943 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375485 Commit-Queue: Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#801400}
-
Theresa Wellington authored
BUG=1120830 Change-Id: Ib042eff1551118d506d325f5d8dbbe8a548ac21a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373286 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#801399}
-
Minggang Wang authored
SetForceLegacyDefaultReferrerPolicy()/ShouldForceLegacyDefaultReferrerPolicy() into Blink This patch moves SetForceLegacyDefaultReferrerPolicy() and ShouldForceLegacyDefaultReferrerPolicy() methods into Blink, so we could call them directly from Blink. Bug: 860403 Change-Id: I07eaf51344132dc7b2e6137e9929d3f9be9f1ccc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355581Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Minggang Wang <minggang.wang@intel.com> Cr-Commit-Position: refs/heads/master@{#801398}
-