- 25 Aug, 2020 40 commits
-
-
Tom Anderson authored
This makes it easier to track the remaining usages of Xlib. I plan on removing headers from x11.h a couple at a time. Once we're down to just Xlib.h, I'll remove the Xlib.h include and replace it with manual declarations for all the types and functions we need (XOpenDisplay(), etc). Then I'll continue incrementally removing types and functions from there. BUG=1066670 R=msisov,sky,penghuang Change-Id: Ia80e911eb540f99c2a4aa3edf396f1e1cc982e5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373227Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#801306}
-
arthursonzogni authored
Previous patch: https://chromium-review.googlesource.com/c/chromium/src/+/2364492 Added a WebFeature. Unfortunately, this isn't observable from the content/ layer. This is because the ContentBrowserClient::LogWebFeatureForCurrentPage() is currently left blank. Every content/ embedders copy-pasted almost all the same implementation, using the page_load_metrics::MetricsWebContentsObserver::RecordFeatureUsage() function. Instead of adding the tests into content/browser, this adds them to chrome/browser/ Bug: 1116413 Change-Id: I635eb004653c737403544b324c47ca7ef6b884d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366936Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#801305}
-
Greg Thompson authored
This reverts commit 44f5ba08. Reason for revert: This strategy doesn't work, so let's go back to the previous strategy. It doesn't work today, but will in an upcoming Google Update release. Original change's description: > [mini_installer] Move the fallback reporting to InstallerError. > > https://crrev.com/798844 attempted to send up a signal regarding whether > or not the fallback temp directory was used. Unfortunately, Omaha does > not include the ExtraCode1 value for successful installs. It does, > however, send up success HRESULTS in the InstallerError value. This CL, > therefore, switches to that. The two values to look out for are > 0x00044001 and 0x00044002 (two success HRESULTS in FACILITY_ITF that > otherwise appear to be unused). > > BUG=516207,1100280 > > Change-Id: I319c5dbe7162543a71465238c5320719225fa1f7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368353 > Auto-Submit: Greg Thompson <grt@chromium.org> > Commit-Queue: S. Ganesh <ganesh@chromium.org> > Reviewed-by: S. Ganesh <ganesh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800584} TBR=ganesh@chromium.org,grt@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 516207 Bug: 1100280 Change-Id: I38f6d27904d8f822c949fb07285ae63830ce533a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374206Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#801304}
-
Fredrik Söderqvist authored
SVGImageForContainer::PaintImageForCurrentFrame() doesn't pass on zoom, and will thus produce a result an image that differs from how the same image would look if it was painted using a more direct code-path - such as Draw(). Add a |zoom| argument to SVGImage::PopulatePaintRecordForCurrentFrameForContainer and adjust callers to pass a relevant zoom-factor. Re-order the order of the arguments to match other methods that accept zoom. Bug: 1121177 Change-Id: If2e1abe8ee3f9f29e176044b1ea3261bc300a87f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368593Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#801303}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Iab3c70ec38b82e32a40af23e645ffae506d60052 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374225Reviewed-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@{#801302}
-
Jecelyn Yeen authored
Change-Id: Ie572954f1ad75a50b12a1f0c268bd2d2919b0e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371947 Commit-Queue: Jecelyn Yeen <jec@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801301}
-
Sundoo Kim authored
Explicitly remove the copy constructor and assignment operator with the delete keyword. Bug: 1010217 Change-Id: Ic3450e3f9b42d3ee530460f34f42e0def6b42ab9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368572Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#801300}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/e8bde89026d6..42aaf8bd7f23 2020-08-25 thestig@chromium.org Simplify CFX_Font's CharsetFontMap code. 2020-08-24 nigi@chromium.org Enable FPDFEditEmbedderTest.PathOnTopOfText for Skia/SkiaPaths. 2020-08-24 thestig@chromium.org Abstract some raw data tables in CFX_Font. 2020-08-24 thestig@chromium.org Simply _CheckIncludeOrder() presubmit check. 2020-08-24 tsepez@chromium.org Introduce class EmbedderTestEnvironment 2020-08-24 thestig@chromium.org Add ReverseCopy3Bytes() utility function. 2020-08-24 thestig@chromium.org Switch to memcpy()/std::fill()/std::swap() in image processing code. 2020-08-24 thestig@chromium.org Switch to memcpy()/memset() in image conversion code. 2020-08-24 thestig@chromium.org Remove dead code in CJpegContext. 2020-08-24 tsepez@chromium.org Introduce CFX_GEModule::PlatformIface::CreateDefaultSystemFontInfo(). 2020-08-24 pdfium-autoroll@skia-public.iam.gserviceaccount.com Roll Code Coverage from af90718d311e to 2d8a12dca47a (2 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org 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: pdfium-deps-rolls@chromium.org Change-Id: If9a1dc83ce19f2cc580d5041bc1f3ed74b5d2988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374346Reviewed-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@{#801299}
-
Zhuoyu Qian authored
This CL rename Web IDL |OverrideBuiltins| to |LegacyOverrideBuiltins| to make its usage more clear. Bug: 1072773 Change-Id: I0068fe21136dc3ccf68c5a34e293fffab99a3ec3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359880Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#801298}
-
Michele Mancina authored
Bug: b/161674018 Change-Id: If93e5eaab7391fad3af8b29d4030a6cc43d47737 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360070 Commit-Queue: Michele Mancina <micantox@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#801297}
-
Maksim Sisov authored
disable tests for non-X11 (ozone and non-ozone) backends. Otherwise, they can be ran for wayland backend, which is incorrect. Bug: 789065 Change-Id: Ia2956a1e9137e77968a193182c7db675470ca307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372463 Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801296}
-
James Hollyer authored
On Windows we grab the raw mouse movements and stop actually moving the mouse when in unadjusted movement so moving to the center does not make sense. However, on ChromeOS and Linux we temporarily turn off mouse Acceleration in the settings and keep the mouse moving like normal so The move to center calculation should not change. Bug: 1119468 Change-Id: Ib318627340df98f55205f4489084d88c89a7fd37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373447Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: James Hollyer <jameshollyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#801295}
-
Fergal Daly authored
It was reenabled in https://crrev.com/c/2008079 but it is still flaky when run with leak detection. https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20Leak?limit=100 TBR=cassew@google.com,rakina@chromium.org Bug: 833655 Change-Id: I4268307e0549d38c6e653217776a5f31309badbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371948 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#801294}
-
Sundoo Kim authored
Explicitly remove the copy constructor and assignment operator with the delete keyword. Bug: 1010217 Change-Id: I209ebbcb89a616c91284c170ef251bbb4fd3091e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371382Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#801293}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bcca52ab84df..9ad0c9e91a7d 2020-08-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from ef7447334713 to c3e3c30b0d7f (1 revision) 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 mtklein@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: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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: mtklein@google.com Change-Id: I154391e92e0f06e5ee3a01bcd6da69e567d367b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373748Reviewed-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@{#801292}
-
Eric Willigers authored
Two tests each installed 8 PWAs. These tests are now split in half, so we never install more that 4 PWAs in a single test. Flakiness Dashboard https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=All%2FWebAppBrowserTest_DisplayOverride.HasMinimalUiButtons%2FWebApps&testType=browser_tests Bug: 1120504 Change-Id: I5a853d65ad396c2f822edef9d8a7e805ad99662d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368697 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#801291}
-
Caroline Rising authored
Bug: 982964 Change-Id: I095c1ae1828208dc797913e7ceb6fc4361afd0b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372344Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#801290}
-
Emily Stark authored
This histogram records the time that the user spends on a page with a delayed warning until the interstitial shows or the user leaves the page. Bug: 1111078 Change-Id: Ice9cd219fed35386fd62e3dc4a86050ca3e8343f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368449Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#801289}
-
Andreea Costinas authored
If the user has manually set a proxy in the network settings, a warning is shown in the tray to let them know that traffic may be monitored. This CL implements showing the proxy privacy disclosure message regardless of the proxy source or configuration mode (PAC, WPAD etc). Bug: 1119754, 919691 Test: unittest Change-Id: I6da49a72650614c1bd58c76e7bdb474ed4881c50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367042Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Andreea-Elena Costinas <acostinas@google.com> Cr-Commit-Position: refs/heads/master@{#801288}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 163a87b7. With Chromium commits locally applied on WPT: 9f52c7e4 "COOP: add reporting to redirects" d18db804 "Fix test flake in animation-state-changes-positive-playback-rate.html" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: hbos@chromium.org, hta@chromium.org, guidou@chromium.org, philipp.hancke@googlemail.com: external/wpt/webrtc NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: Ia27bcdfd162ef150f661e427b77853b25709a1a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374085Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801287}
-
Alice Wang authored
This CL adds subtitle and button strings for web sign-in auth error. Screenshot: https://crbug.com/1116952#c3 Bug: 1116952 Change-Id: I251f3c6f24e98e3198828d8f25ae5eafd8c684dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368557Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#801286}
-
Julie Jeongeun Kim authored
This CL converts PrintHostMsg_DidShowPrintDialog message to DidShowPrintDialog() in mojom::PrintManagerHost. Bug: 1008939 Change-Id: I1c73eb64fa7031ce2f2a35c12435e949d837dbf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362489 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#801285}
-
Karel Král authored
Implement scope objects to open / close a dictionary or array in their constructors / destructors. Thus provide an alternative and hopefully less bug-prone syntax for opening / closing of containers. Bug: 1043616 Change-Id: Ie9a51d2ac1b0cae7f95bae3906c253a44013ccdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372442Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Karel Král <karelkral@google.com> Cr-Commit-Position: refs/heads/master@{#801284}
-
Kenichi Ishibashi authored
Some tests are still flaky. Use content::RunAllTasksUntilIdle() instead of RunLoop().RunUntilIdle() to try to run all scheduled mojo callbacks. Bug: 1115172 Change-Id: I0146698b9092b2aac48a357b69f4d2d7818d367c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374187Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#801283}
-
Christopher Lam authored
This CL is a sanity check on ChromeContentRulesRegistry::AddRulesImpl() which will help diagnose system inconsistency issues. Bug: 1010336 Change-Id: Id4be21a63e966e2b0a81f74183489217b0768ad7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368613 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801282}
-
Kent Tamura authored
should not affect the internal layout" In LayoutNG, we use LayoutNGBlockFlow for input[type=file]. If flex/grid is specified, NGBlockLayoutAlgorithm is applied but children are blockified. So the internal [Choose File] button and "No file chosen" text were placed on different lines. This CL fixes it by skipping children blockify if the parent box is input[type=file]. The original approach was wrong because it exposed adjusted 'display' value via getComputedStyle(). Original change's description: > input[type=file]: display:inline-flex/flex/inline-grid/grid should > not affect the internal layout > > In LayoutNG, we use LayoutNGBlockFlow for input[type=file]. If > flex/grid is specified, NGBlockLayoutAlgorithm is applied but children > are blockified. So the internal [Choose File] button and > "No file chosen" text were placed on different lines. > > This CL fixes it by adding "display" adjustment code. > > Bug: 1119312 > Change-Id: Id15bfa5a047f56ee00adb43d74e6b3d09f1f6433 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371066 > Reviewed-by: Koji Ishii <kojii@chromium.org> > Commit-Queue: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#801209} Bug: 1119312 Change-Id: I1df3580882dff125d1860dab9754d6707d4eedc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371727 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#801281}
-
edchin authored
The last position index is items.count-1 not items.count. Bug: 1115486 Change-Id: I6e9072d15dfbee0cc161d81c22441bb0c82bcb87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373297Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#801280}
-
Fergal Daly authored
Only crashes on ASAN. There's no good way to express that in the test expectations so it's [ Pass Crash ] TBR=smcgruer@chromium.org Bug: 1121429 Change-Id: Ia702dbbcf3175e17098c07f8f3b5271b4e2379be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371831Reviewed-by:
Fergal Daly <fergal@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#801279}
-
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 /extensions/browser/api/app_window This CL was uploaded by git cl split. R=calamity@chromium.org Bug: 1110266 Change-Id: I188590d228e449aaebed57a919b175cb2f7674de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371294Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#801278}
-
Bruce Dawson authored
The packaging script previously would generate environment variables with lots of ..\.. entries in environment variables, which is difficult to read and increases the odds of hitting MAX_PATH limits. crrev.com/c/2372727 changes the packaging and this change to setup_toolchain.py adjusts the setup code to handle both the old and new systems. Bug: 1120785 Change-Id: I7c3449a54cf6fba9f70f52db83d940ffd4c32573 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370604 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#801277}
-
Tsuyoshi Horo authored
This CL changes ResourceFetcher::GetCacheIdentifier() to use the bundle's URL as the cache identifier, when the resource is listed in the resource= attribute of <link rel="webbundle">, Bug: 1082020 Change-Id: I2035f9ef37bf40c8a636baecf38031ed1a585813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371424Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#801276}
-
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 /components/safe_browsing This CL was uploaded by git cl split. R=drubery@chromium.org Bug: 1110266 Change-Id: Id895b4785eeea1828e2e2c753d24872412cf5984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370292Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#801275}
-
JunHo Seo authored
Because we don't return any value for it, following warning is printed: .../wtf/casting.h: In static member function '.. bool DowncastTraits<T>::AllowFrom(const U&)': .../wtf/casting.h:60:3: warning: no return statement in function returning non-void [-Wreturn-type] Used compiler: gcc 8.2.0 To fix the warning, this CL returns false value. Change-Id: I19d7eef907619c272bdd790770a791aec4a5f03b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362348Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: JunHo Seo <junho0924.seo@lge.com> Cr-Commit-Position: refs/heads/master@{#801274}
-
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 /chrome/browser/notifications This CL was uploaded by git cl split. R=yoshiki@chromium.org Bug: 1110266 Change-Id: Ia3805830c319754c760ddf58fddba687f33d68c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371256Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Sean McAllister <smcallis@google.com> Cr-Commit-Position: refs/heads/master@{#801273}
-
Eliot Courtney authored
This interface lets a wayland client provide in-fences to a wayland server and receive out-fences (or an immediate release) back. Adding this interface to ozone/wayland is a required step for adding support for passing in-fences and out-fences between Chrome (wayland client) and the wayland server. Passing fences around lets buffers be used more efficiently by: 1. Moving the wait on a buffer to be available for scan-out closer to the place where it is scanned out. 2. Letting clients know when they can re-use buffers more quickly (rather than via IPC). Bug: 1120244 Test: compiles Change-Id: Ib864255f2d30e5b9c515f071e8336a4e62a6c916 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368932 Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#801272}
-
Nelson Billing authored
- This is a fixed version of https://chromium-review.googlesource.com/c/chromium/src/+/1995743 which was reverted because it caused a build failure for ToTLinux. -Build failure in ToTLinux is fixed by only adding "--generate-dwp" for the Android toolchain when building for Android OS. - Modify some compiler build definitions to allow symbol_level=2 with Chrome Android 32bit, and to make the build respect use_debug_fission in those cases. - Modify "link" and "solink" tools in Android toolchain so that DWP files can be generated for builds with use_debug_fission. - Modify partitioned_shared_library template/script so that DWP files can be generated for partitioned libs when use_debug_fission is set. Change-Id: I7f023de42e46aca1e8c56c9edf3858617e2ab5ad Cq-Include-Trybots: chromium/try:mac_chromium_asan_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_cfi_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_chromeos_asan_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_msan_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_chromeos_msan_rel_ng Cq-Include-Trybots: chromium/try:linux-chromeos-dbg,win-asan Cq-Include-Trybots: chromium/try:chromeos-amd64-generic-cfi-thin-lto-rel Cq-Include-Trybots: chromium/try:linux_chromium_compile_dbg_32_ng Cq-Include-Trybots: chromium/try:win7-rel,win-angle-deqp-rel-32 Cq-Include-Trybots: chromium/try:linux_angle_deqp_rel_ng Cq-Include-Trybots: chromium/try:win-angle-deqp-rel-64 Cq-Include-Trybots: chromium/try:dawn-win10-x86-deps-rel Cq-Include-Trybots: chrome/try:linux-chromeos-chrome Cq-Include-Trybots: chrome/try:mac-chrome Change-Id: I7f023de42e46aca1e8c56c9edf3858617e2ab5ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330810 Commit-Queue: Nelson Billing <nbilling@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#801271}
-
Minjeong Kim authored
Bug: None Change-Id: I6b5211e7cdc4c82bb0982311daef940ff6e71e13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362492Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#801270}
-
Kent Tamura authored
Bug: 1116959 Change-Id: I10141b2bea344d320fe49a721b554de62a019449 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371864 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#801269}
-
Lei Zhang authored
Turn |blink::WebLocalFrameImpl::is_in_printing_| from a variable only used for DCHECKs into one that is always CHECKed. Do this to help debug a printing crash that happens to users but not with any printing tests. Bug: 1121077 Change-Id: Ieac894c4efdb67f028de13fc2a4bf5ed3a84c258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373217Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#801268}
-
prashant.n authored
For classifying images, DarkModeImageClassifier creates bitmap from PaintImage. For empty paint images, this crashes. This patch prevents classifying such empty paint images. Bug: 1119761 Change-Id: I3961da716236b929cc5a6925ff5927d5e8f8ac60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368935 Commit-Queue: Prashant Nevase <prashant.n@samsung.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#801267}
-