- 06 Oct, 2020 40 commits
-
-
Cammie Smith Barnes authored
Change-Id: I350b1e28e4dd4314557094c27ed0a80db42addab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431403Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/master@{#814371}
-
Kyle Horimoto authored
Before this CL, MessageSenderImpl and MessageReceiverImpl assumed that the phone and Chrome OS device had the same endianness. This CL fixes the issue by converting from host to network endianness when sending messages and converting from network to host endianness when receiving messages. Bug: 1106937 Change-Id: Idaa3b56f9450030aaf2c5460a2cae18ec4869d82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453271 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#814370}
-
Liquan (Max) Gu authored
Context: * Moves PaymentRequestTestRule into the chrome_test_util_java target so that the clank_test_java target can depend on it. * Moves the factory adding of PaymentAppService out into getInstance so that PaymentAppService doesn't have to load all factories in the tests. Bug: 1091475 Change-Id: Ia8873e8135de5e2c76bed9b3541c49390e40f700 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398916Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#814369}
-
Alexander Cooper authored
In order to migrate the InstallHelpers out of chrome, their dependency on SimpleConfirmInfoBarBuilder needs to be broken. This change creates a class that both InstallHelpers can use, XrInstallInfoBar, which inherits from the components ConfirmInfoBar. ArCoreInstallHelper is also modified to take in a ContentInfoBarManager to display this item, so that it can be moved to components when the corresponding ArCoreInstallUtils java class can be moved. Unfortunately, content does not have a good way to get the specific InfoBarManager at this time, so a wrapper class is created to get the embedder-specific InfoBarManager. Note that due to the dependency on the ArCoreShim, ArCoreInstallUtils cannot be moved out of //chrome just yet. Due to the fact that the VrCoreInstallHelper lives in the VR DFM, some issues arose around strings when attempting to port it, so this change only ports the ArCoreInstallHelper to the new classes. Bug:1064073,960542 Change-Id: Icec9bd2535dde0378c16aafc9bafd98db4927ed2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442990 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#814368}
-
Sean Gilhuly authored
Color artifacts can occur if the color space used for rasterization does not contain the full range of sRGB values. In this case, default to using sRGB for rasterization. Bug: 1073962 Change-Id: Id8cbc0b5e917cf6160f8b34b46f231427144a442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438196 Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#814367}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ia457b8c33868de995a1fa9655c23a5cc4c016df6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453910Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#814366}
-
My Nguyen authored
Rolling out map4 to 1% stable in http://cl/335531678 Bug: b/166523259 Change-Id: Ie5de747bc3c56d12f5425083de5f2c245cc6f9ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449656Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#814365}
-
Vladimir Levin authored
This patch ensures that the DCHECK doesn't trigger when checking that the dirty bits have been cleared on the graphics layer updater. This follows the same pattern as the update, skipping checks on locked children. R=chrishtr@chromium.org Change-Id: I81ae6a6ca4279472dd3433db9f23b2295fd52ddb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452849Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#814364}
-
Ian Wells authored
When enable_jdk_library_desugaring=true, this change allows shrinking of the generated "j$" dex from ~400 KB to 36 KB. ConcurrentHashMap is available before before Java 8 but with a bug: crbug.com/905903 Bug: 1056751 Change-Id: Ibaaeba2f714c0e8b17295cbe48098786ad173448 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446989Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#814363}
-
Hazem Ashmawy authored
Add tests for toggling flags and the persistent notification. Also remove test batching for flags fragment tests to so the flags service is killed when the process is killed leaving a clean state. Fixed: 1130599 Test: run_webview_instrumentation_test_apk -f "*FlagsFragmentTest*" Change-Id: I0cb416471d3b79e98ed9ef8ad5e760b4bfaa1083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438534 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#814362}
-
Ian Kilpatrick authored
As above. Previously this was handled by LayoutFlexibleBox. Bug: 845235 Change-Id: Id4899b487c92b723341c8251601f317abb6618c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451732Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#814361}
-
Eugene But authored
Notable changes: - Record pending URL for chrome://inducebrowsercrashforrealz to distinguish self inflicted UTEs - Extend PreviousSessionInfo to store navigation URLs - PreviousSessionInfo only stores URL origins as requested by Privacy team - Use URLs from PreviousSessionInfo for synthetic crash reports Bug: 1103752 Change-Id: Idbde05b634e840fe377c4803b357fbef03c36170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451298 Commit-Queue: Eugene But <eugenebut@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#814360}
-
Wenbin Zhang authored
Reference build has been disabled everywhere on perf waterfall. This CL removes the footprints of it in the sharding logic. Bug: chromium:1130157 Change-Id: If64f8435f705710305a0c6fe24610ceac7cf6275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451514 Auto-Submit: Wenbin Zhang <wenbinzhang@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#814359}
-
John Williams authored
This change prevents a blank media notification from being shown (due to a partially implemented feature) unless the appropriate feature flags are enabled. Bug: 1134356, b/169946872 Change-Id: I54a0575a302e4215f9d3fd98cd39af4d38f944ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453893Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: John Williams <jrw@chromium.org> Cr-Commit-Position: refs/heads/master@{#814358}
-
Collin Baker authored
This removes ReopenTabPromoController an instead invokes reopen tab IPH through FeaturePromoController. Bug: 1133016 Change-Id: Ie90b8fb509bbed3a3898d08d48ec33242d7caeb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446993 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#814357}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: Ib8f8d20263a3d51627f00a47261adae1b519bd38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446150 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#814356}
-
Gil Dekel authored
This CL simplifies and cleans up the way ConfigureDisplayTask manages its state over sync/async callbacks to reduce complexity and race-risk by tightening up the way calls to Run() and OnConfigure() are handled. In addition, this CL adds a test to ensure that we attempt to reconfigure displays when any of them fail, not just the last one. Finally, it removes ConfigureDisplaysTaskTest.ConfigureWithNoDisplays, since this case should never occur in reality. TEST=display_unittests Change-Id: Icf34b00205e980df2bb5facbe6da5387a3e9dce3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422559 Commit-Queue: Gil Dekel <gildekel@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#814355}
-
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-aemu-chromium-autoroll Please CC chonggu@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 Tbr: chonggu@google.com Change-Id: I254a1151506e3ef5c0d1e0b6ae665fb63da472cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453751Reviewed-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@{#814354}
-
Alex Turner authored
The XRSystem is currently provided its document's ukm::SourceId in its constructor, which is then stored in a member variable. Instead, we can simply get it from the document/execution context as needed. Follows from comments in crrev.com/c/2267639. Bug: 1100349 Change-Id: Ie89c7fa55ee27aa07cc799666c83443122d721fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451384Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#814353}
-
Luke Zielinski authored
This rolls up to 4b8a64638b4c06fb38eb562b754eae389b381ec0 Assorted changes, including webkitgtk_minobrowser support and mojojs improvements Change-Id: I2a806f1a0040394541fbe52f749f3ab69d3820a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453794Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#814352}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/afe6ca45b6da..a3b213595b36 2020-10-06 zzyiwei@google.com Update Vulkan headers to version 1.2.156 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I425401446975ec5f1034ad89ef6423a99fd0b816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453312Reviewed-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@{#814351}
-
David Black authored
We originally force closed the holding space bubble because the view hierarchy was being destroyed asynchronously which caused a crash when views attempted to notify HoldingSpaceViewDelegate of their destruction. That code has been transitioned to use scoped ViewObservers so this is no longer an issue. By allowing the holding space bubble to async close, we allow it to run its default window animation. Bug: 1134374 Change-Id: I2211373c7519163619f7be3988c8ddcfa7e1b8bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449832Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#814350}
-
Sven Zheng authored
Can't repro the flaky test locally. Re-adding to FYI bot for further debugging and remain disabled for CI/CQ bot. Bug: 1131319 Change-Id: Id0efb7067480d668dd7caad1cbb6763cb0a1ae84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446025Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#814349}
-
Dominique Fauteux-Chapleau authored
This reverts commit a60f7247. Reason for revert: Breaks Cast Audio Linux builder Original change's description: > ozone: fix expectations in clipboard test > > In case of Ozone, we support more types. > > Bug: 1134495 > Change-Id: I9712931545c8b70a1a0357d5b119b8c9a7c08c4e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443650 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> > Cr-Commit-Position: refs/heads/master@{#814303} TBR=sky@chromium.org,msisov@igalia.com Change-Id: I2d22d47498697b92e4fc486a90730b1268357bac No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1134495, 1135697 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453432Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#814348}
-
Rune Lillesveen authored
Take color-scheme meta tags into account and set the content background color for the page to the dark background before we start committing frames for the document. This way we can avoid white flashes navigating between dark schemed pages if there are e.g. slow render blocking stylesheets blocking rendering. Bug: 1103667 Change-Id: I1ed110bf652dd4936bf6669e6b9cd634c0f73b0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438532Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#814347}
-
Shawn Quereshi authored
Update Cast API Bindings to be agnostic of MessagePort implementation with platform-specific definitions. A common interface is exposed except for construction, which requires different artifacts. On non-Fuchsia, MessagePortCast still uses blink::WebMessagePort. On Fuchsia, MessagePortFuchsia wraps fuchsia::web::MessagePort instead of requiring an adapter to blink::WebMessagePort. R=halliwell@chromium.org, jbroman@chromium.org, kmarshall@chromium.org Bug: 1126571 Change-Id: Ice36b32949f45a8d1c12daa6b4a33e4b1e885a6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441663 Commit-Queue: Shawn Quereshi <shawnq@google.com> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#814346}
-
Edward Lesmes authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //skia. Bug: 1113033 Change-Id: I499666a82df15d1ebeb429643a9ef9ddd2faefea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451327Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Ravi Mistry <rmistry@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Cr-Commit-Position: refs/heads/master@{#814345}
-
Xiaocheng Hu authored
This test converts the two web tests with W3C testharness.js, which is a more preferred test framework. It's also a preparation for crrev.com/c/2451598 Bug: 1087854 Change-Id: Ibd58fe188c75258f66568f93a41ea4b994915b6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453491 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#814344}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8e5cf441141c..33b42e12ab71 2020-10-06 mtklein@google.com retry retry absl 2020-10-06 bsalomon@google.com Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. 2020-10-06 mtklein@google.com find cxxabi headers in Android ASAN builds 2020-10-06 bungeman@google.com Add SkTypeface::getPostScriptName. 2020-10-06 herb@google.com Add flag to switch op allocation to new 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 jvanverth@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: jvanverth@google.com Change-Id: I51f7bc69ad7c63740380dcafabf5ade411e989e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453170Reviewed-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@{#814343}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: I21bfac28a135911ecad7c0153de245ca6a326dd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2445498Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#814342}
-
cfredric authored
creations. Bug: 973801 Change-Id: Ib43f01e672c137a47f7595416e3f75cf943c7456 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344625 Commit-Queue: Chris Fredrickson <cfredric@google.com> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#814341}
-
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: Ieabe95e93699c6dc4cebe120c55caf16d11c705f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453316Reviewed-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@{#814340}
-
Peter Kotwicz authored
Running android-androidx-packager daily will make it easier to identify and address any teething issues. BUG=1064277 Change-Id: I8eec68c068635514a3014404edc2aaad8bb9a9de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453449Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#814339}
-
Dominique Fauteux-Chapleau authored
TBR=liberato@chromium.org Bug: 1135512 Change-Id: Icadabfb00b630a5a82beb2e8191d4928b66db83f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453871Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#814338}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/fca083c57b5f..3a384ed186dd 2020-10-06 thestig@chromium.org Use DCHECK_IS_ON() in cfx_char.cpp. 2020-10-06 nigi@chromium.org Roll v8/ c577d027e..88d84cce1 (632 commits) 2020-10-05 nigi@chromium.org Roll buildtools/ ff93f3ea1..4be464e05 (3 commits) 2020-10-05 nigi@chromium.org Roll third_party/instrumented_libraries/ 3c52ccdd3..6ba978ccb (1 commit) 2020-10-05 nigi@chromium.org Roll third_party/skia/ d20e8e933..4c3486e6f (572 commits; 1 trivial rolls) 2020-10-05 nigi@chromium.org Disable embedder tests which fail with Skia/SkiaPaths enabled. 2020-10-05 nigi@chromium.org Roll third_party/libjpeg_turbo/ 9d4f8005b..d5148db38 (12 commits) 2020-10-05 nigi@chromium.org Roll third_party/zlib/ d53accfbd..26211a5a8 (6 commits) 2020-10-05 tsepez@chromium.org Pass spans of floats to CPDF_ColorSpace::GetRGB(). 2020-10-05 thestig@chromium.org Make variable naming consistent in CPDF_TextPage::GetRectArray(). 2020-10-05 thestig@chromium.org Replace ASSERT() with DCHECK() in various xfa dirs. 2020-10-05 nigi@chromium.org Roll third_party/icu/ 79326efe2..aba3f0dfe (8 commits) 2020-10-05 thestig@chromium.org Move FPDFText_GetLooseCharBox() logic into cpdf_textpage.cpp. 2020-10-05 nigi@chromium.org Roll third_party/depot_tools/ ed15af5c4..422c039e8 (82 commits; 44 trivial rolls) 2020-10-05 thestig@chromium.org Move CAgg_PathData out of fx_agg_driver.h. 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: I038dfa9e8e3698c23760cf6e816c229b84fddc09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453315Reviewed-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@{#814337}
-
Robert Sesek authored
Prior to macOS 10.15, an inherited, open, writable FD could not be ftruncate()d without an explicit sandbox rule. This verifies that behavior and will catch any regressions in the future. Bug: 1084565 Change-Id: I9b3d6b0f3b8e9cb1a02f975b33e16501482f23f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451315Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#814336}
-
Haiyang Pan authored
Bug: 1099916 Change-Id: Ifd0b48f342744ed2d7f44cc34c2de412dad7af4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2452989Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#814335}
-
Sven Zheng authored
Remove duplicate keys and update the arg. See http://crbug.com/1131319#c6 Bug: 1131319 Change-Id: Id113f4b1ce34c3b6b9a74a0fc49ffd7afc188853 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446660Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#814334}
-
Maksim Sisov authored
When Ozone/X11 starts to use emulated ui events, it's required that X11Window is able to send out those events further to aura. Thus, restrict this limit only to ChromeOS as it uses different approach for ui tests (it basically sends events using UiControlsAsh). Bug: 1134495 Change-Id: Ifa4d143b178be0e49449cfd843981a375d71a74b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444310Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#814333}
-
Xianzhu Wang authored
Bug: 1128440 Change-Id: I9f64c6d8bbe0228dae3ecf6f49caaed2a785f970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451849Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#814332}
-