- 25 Mar, 2020 40 commits
-
-
Nathan Zabriskie authored
Remove another instance of ContextGL from the shared main thread context in preparation for OOPR Canvas. Also a semi-step toward supporting texture upload on RasterInterface. Since RasterImplementationGLES just wraps glTexSubImage2D I anticipate that the WritePixels interface will look different for the RasterImplementation version as it won't rely on texture_target. Bug: 1063725, 1018898 Change-Id: I5ae922b5496690e4b6135e98fa0bcb76c144d7f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119635Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Commit-Queue: Nathan Zabriskie <nazabris@microsoft.com> Cr-Commit-Position: refs/heads/master@{#753408}
-
Mitsuru Oshima authored
This was accidentally left out when format was changed to support 3 (and more) displays. I had to change the emulation code to support new behavior. We carry over the mirror state so that unified desktop can switch hw<>sw mode w/o exiting unified. Bug: None Change-Id: Icc219dab34251b2fba1f19db3f545cbf6de5a314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114580 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#753407}
-
Nico Weber authored
Bug: 346399 Change-Id: I41c8cf8581bff1256a28a15c80bdd59a599b0cc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119759 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#753406}
-
Vladimir Levin authored
This patch aligns with the spec by switching the viewport intersection state in the context only at the next-frame-post-raf-callback timing. This has already been inadvertently tested, and the tests are updated to reflect new expectations. R=chrishtr@chromium.org Change-Id: Ia8e21c33e3c399f82cfda7fd79b7e12bf4dd3fa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121038 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#753405}
-
Chris Harrelson authored
Previously, if |layer| was a stacking context, we would only call SetNeedsGraphicsLayerUpdate on it, but if it loses its backing then we should call it on the ancestor stacking context graphics layer also. Bug: 996931 Change-Id: I88aede8446eded11432334a58ea1a13cd5174c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120050Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#753404}
-
My Nguyen authored
Implement based on design doc at http://go/e14s-suggestion-window Screenshot view: http://screen/MO1QeHfRwi4 Note: Unit tests to come later. Bug: 1060965 Change-Id: I8d46a07892ca0b5373169d4acf5e563c24b1f44c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116162Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#753403}
-
Caleb Rouleau authored
Change-Id: I9abf963d70f931c4d4b4b252df6535e2ad88dd04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119633 Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Wenbin Zhang <wenbinzhang@google.com> Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Cr-Commit-Position: refs/heads/master@{#753402}
-
Xianzhu Wang authored
When we added the conditions we expected that crbug.com/900241 would be fixed soon for CompositeAfterPaint, which hasn't happened yet. Removing these conditions to reduce difference between CAP and pre-CAP. Another reason of removing the conditions is to let the effect/filter node know some of the compositing reasons of the transform/effect node, so that when an object is forced compositing with will-change:transform/opacity, we won't decomposite that effect to avoid raster invalidation on change of the effect. Bug: 765003 Change-Id: I4f2deda6b08c1efb93841a9a804c22e99dd42f2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118390 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#753401}
-
John Rummell authored
It looks like SharedBufferHandle can fail to map into the current processes address space, so check that it succeeds before creating a MojoCdmBuffer. If it fails, return NULL. Bug: 1063823 Test: Encrypted videos play (using Shaka Player) Change-Id: I02a2f9f1daea7cd0188f77ee051ac9fe012d8119 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118890 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#753400}
-
Thomas Lukaszewicz authored
Removed the need for TabGroupIconImageSource from the ExistingTabGroupSubMenuModel and instead switched to using vector icons for the group image. When the ThemedVectorIcon change gets merged in this change will enable the group icon to be rendered using colors obtained through the ThemeProvider supplied from the rendered menu's Widget. Bug: 1056916 Change-Id: Ibc8bb5df41cd2b8e9e5baea97822d97e28c2e246 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116492Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#753399}
-
Thomas Lukaszewicz authored
Currently child windows do not track the themes of their anchoring widget. This can lead to theme mismatches in spawned bubbles (in particular icons relying on native theme colors in the profile menu for linux themes). This change follows on from a previous change that fixes the issue for ThemeProviders in Bubbles. Follow up CLs should address the issue for the more general case of widgets tracking the themes of the Widgets that spawned them (see https://crbug.com/948859). Bug: 1057962 Change-Id: Ie3a71208cb920e8bced6a8bb2f42968bad46f403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121075 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#753398}
-
Jan Wilken Dörrie authored
Similarly to https://crrev.com/c/2107984 this change migrates all tests in password_check_test.js to async / wait, rather than returning promises. This change does not modify functionality. Bug: 1047726 Change-Id: Ic2de2a713a0af6ad9f6ec9450b4a0ec2849ca402 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120492 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#753397}
-
Jan Wilken Dörrie authored
This change adds a histogram and logic that records the referrer when the user navigates to the Password Check page. The set of referrers include Web UI like the Safety Check or the Password Settings, or native UI like the Phish Guard or Password Breach dialog. Bug: 1047726 Change-Id: I0b81ef062a55414b622ae5f773309f4cc4592f07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116216 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#753396}
-
Lei Zhang authored
The histogram is useful for observing the impact of Chromium exporting tagged PDFs by default when saving as PDF in Print Preview. Bug: 1053245 Change-Id: Ic2b848efce17bf39ac08dea198bb4e4026dff67d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119763Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#753395}
-
Peng Huang authored
VulkanImage::CreateFromGpuMemoryBufferHandle() is added to replace VulkanImplementation::CreateVkImageAndImportAHB(), and will replace VulkanImplementation::CreateImageFromGpuMemoryHandle() as well. Bug: None Change-Id: I7c6e3cea685f1ec305790f4a6d7bb66164f26e55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114587 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#753394}
-
Dan Harrington authored
- Just loads from network. - To make testing easier, you can now inject the internal (translated) response. Bug: 1044139 Change-Id: I52b231ebda49c944626f090b66af612e7979d436 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116922Reviewed-by:
Ian Wells <iwells@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#753393}
-
Nektarios Paisios authored
When an AXNode in an AXTreeUpdate changed its role to, or from, a role of ax::mojom::role::kIgnored, we were not updating the unignored members in AXNode, such as unignored_index_in_parent_ and unignored_child_count_. Also took the opportunity to fix TestAXNodeWrapper to work with the unignored tree. Currently, it only walked up to the unignored parent, but traversed all children, including the ignored ones. This was both inconsistent and wrong. Wrong because AXPlatformNode works only with unignored nodes. RelNotes: N/A R=dmazzoni@chromium.org, aleventhal@chromium.org Change-Id: I944ad1a34a25815f9ba038c0f92c5000db8de522 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120272 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#753392}
-
Jeff Yoon authored
ios-simulator-cronet under chromium.fyi has already been migrated. Missed migrating the trybot with it. Bug: 1055164,912681 Change-Id: Ia58340308ba719dc6f39cf65ab40f73c4c89929b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120051 Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#753391}
-
Koji Ishii authored
* crbug.com/652964: `hyphens: auto` not supported on Win/Linux. * crbug.com/1022415: Last word fails to hyphenate. * Skip: The hyphen character renders slightly differently only on Mac10.10. TBR=ikilpatrick@chromium.org Bug: 652964, 1022415, 1064523 Change-Id: I031ce56c0b2807d94bb14c876438354e7be6db59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121112Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#753390}
-
Asanka Herath authored
These metrics builders prepare identifiability metrics that are reported via UKM. Bug: 973801 Change-Id: I4358eda3737f95f95772a874367ca2ac1fb5d651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092061 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#753389}
-
Mehran Mahmoudi authored
This adds a missing step to the Java instructions on vscode.md. Change-Id: Ica35ba46b8046595efad668734eb1eb9db84968a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121315Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#753388}
-
Erik Jensen authored
The Linux host disables autorepeat at the start of the connection, but it can get re-enabled if, e.g., the users desktop environment reapplies its settings. This can lead to network jitter causing undesired key repeats until the user reconnects. This change checks the current autorepeat state on keydown, and re-disables it if necessary. Bug: 1064728 Change-Id: I5db9cd28215492d11546a5a3f5df08acc2d55dfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121047Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#753387}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/988ce0490a11..5c4c61eeb38f git log 988ce0490a11..5c4c61eeb38f --date=short --first-parent --format='%ad %ae %s' 2020-03-25 bsalomon@google.com Reland x4 "Drawing YUVA images does not flatten for bicubic." 2020-03-25 csmartdalton@google.com ccpr: Polyfill buffer mapping when not supported 2020-03-25 mtklein@google.com update to clang 10 Created with: gclient setdep -r src/third_party/skia@5c4c61eeb38f 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 robertphillips@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: robertphillips@google.com Change-Id: I6e2a4b09b30600824dc561ab9276f12a79c4d6f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121213Reviewed-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@{#753386}
-
Daniel Hosseinian authored
The function returns a struct, DocumentMetadata, which contains fields with document metadata, including the entries from the /Info dictionary of a PDF. Implement the function in PDFiumEngine. Add a test and check in a test PDF. Remove PDFEngine::GetMetadata() as it only had one caller and its functionality would be redundant with the new GetDocumentMetadata(). Simultaneously, privatize the old GetDocumentMetadata(), which only fetched unparsed field entries one by one and rename to GetMetadataByField(). Bug: 93619 Change-Id: I36ce50fa2bf2e4a5eba94efa54cfd3e3bbf72f72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096103 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#753385}
-
Jeffrey Cohen authored
https://hsv.googleplex.com/5730877113892864 Bug: 1062476 Change-Id: Iaf04998c660c4626e75610328d1e9dac2562de26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110219Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#753384}
-
Xi Han authored
This is a follow up CL for https://crrev.com/c/1999001. Bug: 1041865 Change-Id: I35142ce77bbab8987336f509cc7d9cbdd34103d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118621Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#753383}
-
Jon Mann authored
Previously there were three services running at the same time, including unnecessary instances for the default and signin profiles. Bug: 966270 Change-Id: I6e1a4338c6d9c6619febb5305671ce2da14769ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110214Reviewed-by:
James Vecore <vecore@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#753382}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/8cef397d7dec..77090261dabc git log 8cef397d7dec..77090261dabc --date=short --first-parent --format='%ad %ae %s' 2020-03-25 capn@google.com Identify image views based on their state 2020-03-25 capn@google.com Provide packed VkFormat to uint8_t mapping 2020-03-25 capn@google.com Uniquely identify sampler state 2020-03-25 capn@google.com Split vk::Sampler state off into a structure 2020-03-25 capn@google.com Fix handling Memset<> assignment and comparison 2020-03-25 bclayton@google.com Add script for updating llvm 10 2020-03-25 amaiorano@google.com regres: add daily run against SwiftShader/Subzero Created with: gclient setdep -r src/third_party/swiftshader@77090261dabc 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/+/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 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ib0d231221c19750a1c8f314bc3aad1fd13ef930c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120909Reviewed-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@{#753381}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4a1f482cf07e..54f9ec739967 git log 4a1f482cf07e..54f9ec739967 --date=short --first-parent --format='%ad %ae %s' 2020-03-25 sadrul@chromium.org telemetry: Check for errors when cleaning up minidumps. Created with: gclient setdep -r src/third_party/catapult@54f9ec739967 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 skyostil@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try: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:1063087 Tbr: skyostil@google.com Change-Id: I2516887804f922f3943173a39891b647e4b30d7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120907Reviewed-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@{#753380}
-
John Budorick authored
Bug: 793982 Change-Id: I35c4843cd0daa4987c4384e093147e08e719a30a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121077Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#753379}
-
Jan Wilken Dörrie authored
This change introduces a histogram to record user actions performed on the password check page and adds appropriate logic and tests. Fixed: 1062575 Change-Id: I8d16d043b5160b0a7894a20d7a32fc1fe8324988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107984Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#753378}
-
Ben Joyce authored
Part of the support library -> androidx migration. Bug: 1052460 Change-Id: I7a899d751fcb5f3ad016ef572a9188b7b96a0a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120095 Commit-Queue: benjamin joyce <bjoyce@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#753377}
-
Sahel Sharify authored
This reverts commit 09d2eea3. Reason for revert: Compile error on Clank build: https://logs.chromium.org/logs/chrome/buildbucket/cr-buildbucket.appspot.com/8884826887745781792/+/steps/compile/0/stdout Original change's description: > Reland "[Payments][Android] Move PayerData.java into components/payments/.." > > This is a reland of 352154b4 > > Original change's description: > > [Payments][Android] Move PayerData.java into components/payments/.. > > > > This cl moves PayerData.java class into components/payments so that > > the WebPaymentIntentHelper.java class can use it without depending on > > chrome/browser. It also introduces a new Address class and its > > converter utility class so that PayerData.java does not depend on > > mojom.PaymentAddress. > > > > Change-Id: Idb737bc2697212af7542d3abbd1488461a7d3074 > > Bug: 1026667 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110678 > > Commit-Queue: Sahel Sharify <sahel@chromium.org> > > Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> > > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#752597} > > TBR=kenrb@chromium.org,rouslan@chromium.org > > Bug: 1026667 > Change-Id: I2d7eb6016a51060ae10d6d9aed73eba841aea68c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120963 > Reviewed-by: Sahel Sharify <sahel@chromium.org> > Commit-Queue: Sahel Sharify <sahel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753322} TBR=kenrb@chromium.org,rouslan@chromium.org,sahel@chromium.org Change-Id: I831159b23bdc117a41024997cfb4d4651e04e77a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1026667 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119381Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#753376}
-
Reilly Grant authored
The new backend is tickling a Windows OS bug that causes the browser process to crash. It can be re-enabled in the future for Windows versions containing the fix. Bug: 1063124 Change-Id: I2f054cf6bfe548bdbf7031640172068b2e3e0e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121046 Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#753375}
-
Xiaohan Wang authored
Normally ScopedHString::Create() should only fail on out-of-memory errors, which is already handled. For other errors, currently we use DLOG which will silently pass nullptr or empty string to downstream code, which may cause other errors which will be hard to track. This CL use NOTREACHED() for those errors so we'll get crashes in some builds if it happens. Change-Id: Ia7d556d1f981e106fe791c704727f7dd95477c5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119654 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#753374}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/26abd91781d5..056caa9eda32 Created with: gclient setdep -r src-internal@056caa9eda32 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 jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1058522 Tbr: jbudorick@google.com Change-Id: Idfcaa6d1a7ac54fdb47e3b4f122a1881f3729b87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120908Reviewed-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@{#753373}
-
Moe Ahmadi authored
Cleans up existing variations and adds new ones to enable proactive ZPS in NTP Omnibox/Realbox to chrome://flags/#omnibox-on-focus-suggestions Bug: 1046547 Change-Id: Id2bc53aa997c7f4e4181e89ab16f8e9dc84dab9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121080Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#753372}
-
Francois Doray authored
All MessagePumps now use DoSomeWork. In a future, CL: - DoSomeWork will be renamed to DoWork - Complexity of ThreadControllerWithMessagePump and SequenceManager can be reduced. For example, WorkDeduplicator can be simplified. These changes will be done separately to minimize the size of this CL. Bug: 885371 Change-Id: I3c557e19bf8da6dc21c655202d3572a71a23c0a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070716 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#753371}
-
Donn Denman authored
Updates the ResolvedSearchTerm java class to use a builder pattern. This class has long been immutable, but that's made it hard to work with due to all the private members. Now with a builder we can specify what we want. Change-Id: I79477f5d768871dba21881025ea328fc629d7a23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119878 Auto-Submit: Donn Denman <donnd@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#753370}
-
Andrey Kosyakov authored
This ensures that the devtools_page URL has correct scheme and host, both when loading the manifest and when pushing data to DevTools front-end. Bug: 1059577 Change-Id: I69a7ccdccfae31781ead371a85d23df36f108665 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118894 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#753369}
-