- 01 Aug, 2019 40 commits
-
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/6d82d95f2dd0..077eb792907f git log 6d82d95f2dd0..077eb792907f --date=short --no-merges --format='%ad %ae %s' 2019-08-01 tsepez@chromium.org Break dependence of cjs_document.cpp on fpdfapi/font. 2019-08-01 tsepez@chromium.org Rename CPDF_Font::GetBaseFont() to GetBaseFontName(). 2019-08-01 tsepez@chromium.org Break dependence of fpdfapi/page on fxcrt/fdrm. Created with: gclient setdep -r src/third_party/pdfium@077eb792907f The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=pdfium-deps-rolls@chromium.org Bug: None Change-Id: Ic8b4dbc8889530f92c6d475967a2248c327931a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730583Reviewed-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@{#683367}
-
Wez authored
Temporarily filter some tests which fail due to broken getsockname() semantics on connect()ed UDP sockets. Bug: 989223 Change-Id: I5ddd5783d33ce84999cced12f273d3680f56fae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730653 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#683366}
-
Shakti Sahu authored
Bug: 989821 Change-Id: Iaf03ae1d1dbf8fb7a97dba470e4001b3af7f3906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730511 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683365}
-
Nina Satragno authored
Add the `AddCredential` command to ChromeDriver. A draft of the proposed addition to the specification is available at https://github.com/w3c/webauthn/pull/1256 This is one in a series of patches intended to create a Testing API for WebAuthn, for use in Web Platform Tests and by external webauthn tests. For an overview of overall design, please see https://docs.google.com/document/d/1bp2cMgjm2HSpvL9-WsJoIQMsBi1oKGQY6CvWD-9WmIQ/edit?usp=sharing Bug: 922572 Change-Id: Id9b9fb75ab6682126d5d1275b12785640b7f0053 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729963 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Auto-Submit: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#683364}
-
jonross authored
This adds skia_renderer_isolated_scripts to chromium_linux_rel_isolated_scripts. This will add the tests to Linux Tests on CI, and linux-rel on CQ. TEST=skia_renderer_swiftshader_blink_web_tests vulkan_swiftshader_blink_web_tests Bug: 984120 Change-Id: I3c92d414a0c0aba97e93fc2ad299fd5fee8ecb24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731015Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#683363}
-
Vladislav Karnaukhov authored
This CL fixes a typo in the hardcoded path for OEM third-party libraries. Bug: internal b/138659261 Change-Id: Ia3d6aeab4e9bc116ac21aeedf47672d14d89acff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731545Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Steven Zhu <jz@chromium.org> Cr-Commit-Position: refs/heads/master@{#683362}
-
Tsuyoshi Horo authored
Bug: 989868,924416 Change-Id: I7b19d9e9332df1472e0511a9a410d4e3331e9f6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730832Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683361}
-
Anna Malova authored
To support multiple profiles we need to ensure the 1:1 relationship between counterparts. Native object creates its Java counterpart. Move AwTracingController from AwBrowsingContext to AwInit because TracingController should be per-app and not per-profile. Bug: 963875 Change-Id: I7e6523bbd83b460a94bed65022b3064c554088e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708930Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#683360}
-
Kevin Babbitt authored
MaxTextOffset was computing the total text string for a given node in UTF-16 just to obtain its length. Taking the length of std::string is a constant-time operation, so eliminating this effort reduces the scale factor from number of characters to number of nodes. On a simple test page this led to a 24% speedup in MaxTextOffset which is used by a variety of TextPattern methods. Bug: 970297 Change-Id: Ie40e8032b72a45510a2a9ee6bc0e4c4cf5564627 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730094 Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#683359}
-
Ken Rockot authored
This CL introduces a new content.mojom.ChildProcessHost interface to complement content.mojom.ChildProcess. Together these interfaces now support generic requests to bind interface receivers between the browser and any child process. In preparation for the removal of the "chrome" and "chrome_renderer" services and ultimately the removal of the Service Manager, this migrates spellcheck mojom interfaces off of aforementioned services and over to the new, more direct Content APIs for binding interface receivers. Bug: 977637 Change-Id: I277753b83b9c83715bac5595854edbae075ab2b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730730Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#683358}
-
Kevin McNee authored
The comment mentions the need to update |last_committed_entry_index_|, but this is not done. It looks like this was introduced here https://codereview.chromium.org/7078002 where the update needed to happen for the replacement case, but now this code is not reached when replacing due to https://codereview.chromium.org/1245433002 Bug: None Change-Id: Ia3386cb8893702b79295213b82ec2d671a17d792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729798Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#683357}
-
Emircan Uysaler authored
Bug: 989759 Change-Id: If39223de6950027ca1183aa0c2a6d4bde786daa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730776Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#683356}
-
Hiroshige Hayashizaki authored
Currently, policy deliveries (and thus <meta>, HTTP headers) in top-level Documents are processed by `handleDelivery()` methods, which accept only one policy delivery. This CL - Merges `handleDelivery()` methods into a single `handle_delivery()`, - Introduce `util.PolicyDelivery` to represent policy deliveries as explicitly typed objects, and - Extends `handle_delivery()` to accept multiple policy deliveries. Bug: 906850 Change-Id: Iadbef1240c4855967e40f81cb3417389cff5c9eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1723229 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#683355}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/868f5fa02353..593b1a6ca228 git log 868f5fa02353..593b1a6ca228 --date=short --no-merges --format='%ad %ae %s' 2019-08-01 dongja@google.com Vulkan: Fix array handling in default uniforms 2019-08-01 jmadill@chromium.org Capture/Replay: Refactor entry points. 2019-08-01 syoussefi@chromium.org Disable atomic counter buffer tests on AMD/Windows/GL Created with: gclient setdep -r src/third_party/angle@593b1a6ca228 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_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 TBR=geofflang@google.com Bug: None Change-Id: Id0a8c5753d327f22457657d6584cfc8f5e04221f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730582Reviewed-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@{#683354}
-
Robert Sesek authored
Using mach_msg_send() will wait until the message is delivered. If the receiver is on the same thread as the sender, then the kernel message queue can fill up and block the sender indefinitely. Switch to using mach_msg() with a 0-second timeout and return the error in that scenario instead. Bug: 950323 Change-Id: Ia9491034cca45239417f8954f80b1bfb1817e1b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731478Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#683353}
-
Adam Langley authored
The implementation of CECPQ2b in BoringSSL is too slow on other CPUs to even want to experiment with. Since Finch doesn't have CPU restrictions, limit it in code. Bug: 930812 Change-Id: I991a03a5edd617ce4ab8f46963d175fcc4224d3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731539 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#683352}
-
Eugene But authored
GREYConfiguration API has changed for EG2, so this CL uses different methods depending on compiler defines. Also added a separate EG2 target for ScopedSynchronizationDisabler. Bug: 987646 Change-Id: I4005a8c12a149492642aeaa61bf6c7c5eabb7a82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726370 Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#683351}
-
Avery Musbach authored
I claim that Issue 988524 is fully addressed just by changing the ARGB color. The desks bar appears only in overview mode, wherein the whole wallpaper is blurred. As the goal in the first place is to be consistent with the shelf, the desks bar shall add no additional blur. The issue mentions using kTransparentWithBlur, but that would be inappropriate. Test: manual Bug: 988524 Change-Id: I3d432b73bd4e35809db304f95001a7de17ef7f81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730768Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#683350}
-
Sam Sebree authored
[SyntheticModules] Address follow-up comments from "Implements ValueWrapperSyntheticModuleScript::Create" CL The following CL: https://chromium-review.googlesource.com/c/chromium/src/+/1694604 Contains a few comments left by nhiroki@chromium.org which didn't make it into the CL until after it was merged. This is a follow-up CL designed to address these comments. The comments are: third_party/blink/renderer/core/script/value_wrapper_synthetic_module_script.cc: Line 22: "Non-member variables shouldn't have trailing `_`, so this should be `options`." Line 55: "According to the spec, the base URL and fetch options are null, while in this CL they are set to non-null things. Is this intentional?" Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=967018 Change-Id: Ie579d0f0d0429e32304b5f01e2e9454ee4cad044 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727519Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Sam Sebree <sasebree@microsoft.com> Cr-Commit-Position: refs/heads/master@{#683349}
-
Oleh Prypin authored
Currently it's provided transitively/accidentally. Without it, there's an error: Undefined symbols for architecture x86_64: "_objc_msgSend", referenced from: message_center::MessagePopupView::GetOpacity() const in message_popup_view_mac.o Change-Id: Ic890ab72be9f1523045e518556abeda8be73a75a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730415Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Oleh Prypin <oprypin@chromium.org> Cr-Commit-Position: refs/heads/master@{#683348}
-
Nico Weber authored
We had a global define NO_TCMALLOC, and then build/build_config.h set a define USE_TCMALLOC if that wasn't set. Instead, use the buildflag system. Also remove most allocator gn args from build/config/allocator.gni to base/allocator/allocator.gni (the rest to move in a follow-up). Also use a single, consistent mechanism for disabling allocator args for nacl. No behavior change. Bug: 961767 Change-Id: Id2776cee1c77c00f401b73c414bb5e8d924ce4d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731613 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#683347}
-
Cathy Li authored
Bug: 977621 Change-Id: I78bfea20233d63b97dd48fd7cb6377476940ea3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698984 Commit-Queue: Cathy Li <chili@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#683346}
-
Lei Zhang authored
Move the code that handles PDF document permissions to pdfium_permissions.cc. Change-Id: I01704423d089d24f6bdbfbee3b8c981977f19a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726904 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#683345}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. TBR'ed as suggested due to dsinclair and kpaulhamus OOO NOPRESUBMIT=true TBR: dinclair@chromium.org, kpaulhamus@chromium.org Bug: 977050 Change-Id: Ic8201d1a43f19cf12ea2433a09a967cb5195d43b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700915Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Reviewed-by:
Louis Romero <lpromero@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683344}
-
Kurt Horimoto authored
This is the non-modal version of the UI currently supported by AppLauncherCoordinator. Bug: 976919 Change-Id: I881293aca913870202264097ea1088cbb782cdb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727397 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683343}
-
Virender Singh authored
This CL removes PDFiumPage::GetLinks method because there are no callers of this function. Bug: 990050 Change-Id: I627dffcde764bec440f2733db162bd3d443072ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731789Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#683342}
-
Callum May authored
Bug: 982234 Change-Id: Ia272a637bd65289092b7ff271b415f750159fd20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696192 Commit-Queue: Callum May <camay@microsoft.com> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#683341}
-
Matt Jones authored
This patch fixes crashes for dialogs that do not display options on touchless devices. Bug: 909779 Change-Id: Ib7fc632e73cb2424a1bdbae7299c4ca73dd8019f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730599 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#683340}
-
Guillaume Jenkins authored
- Fixes typos in the Spellcheck.Windows metrics descriptions - Clarifies the MissingLanguagePacksCount description by mentioning only Hunspell locales are counted. Change-Id: I979e2277eacfe9572f08e2246640a70e46f527db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724554Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#683339}
-
Wei Li authored
Currently, there is a small gap between the survey dialog and the bottom of the location bar, which is due to the border and shadow gap. This CL closes the gap by bringing the dialog a bit upward. BUG=979530 Change-Id: I93bb9060d8a0cb680ec24abacef7313529f70c96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730962Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#683338}
-
Michael Thiessen authored
Bug: 983769 Change-Id: I4c4367ee17e78772fa32bc55963ff36e4aa7bb1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731910Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#683337}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: I21573eb09eee07a7316b680d96d9b151d4f0bea5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699956 Commit-Queue: Eric Foo <efoo@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
enne <enne@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683336}
-
Theresa authored
crrev.com/c/1637861 replaced an early return in BookmarkBridge::DeleteBookmark with a DCHECK to better follow the style guide guidance not to handle DCHECK failures. This exposed some crashes, so we must be improperly calling BookmarkBridge::DeleteBookmark. Partially reverting the change for now while we investigate the failure. BUG=981172 Change-Id: I0a93a4836aa909622c307896e23235f5515dea79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730133Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#683335}
-
Maksim Ivanov authored
Refactor the RequestPinView class to use a pair of callbacks instead of the callback+delegate. This refactoring makes the interface of the RequestPinView more compact, which will simplify the introduction of alternative UI implementations (for the Chrome OS Login and Lock screens) in follow-up CLs. This is a pure refactoring, it's expected to bring no behavior changes. Bug: 964069 Change-Id: I7d35592f7897b133d98f4dbc0657a19009ebb7d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722847 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/master@{#683334}
-
Olivier Li authored
Bug: 969139 Change-Id: I406d768d3f1ae9aaebca26596c8b1ab0f0f404e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1727435 Commit-Queue: Oliver Li <olivierli@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/master@{#683333}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: Ida88bbeda035099d0b6a4c41be6b298a1fdb5099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700864Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#683332}
-
Adithya Srinivasan authored
In addition to cancelling active touches before activation, we also need to end active gestures to ensure the gesture stream remains valid. To do this, we ack touch events that are pending acks directly from the browser and generate the required gesture events. Because we flush the touch event queue in PassthroughTouchEventQueue, we no longer need to worry about any pending acks in TEAQ, and can revert the changes made in https://crrev.com/c/1656808 and https://crrev.com/c/1645159. Bug: 985929 Change-Id: I7526b8ba0d92d05d518656347865d46c20dfa2d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714372Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#683331}
-
Jesse Schettler authored
Create print_common.mojom for common print structs and enums. Bug: b:138786123 Test: Build Chrome Change-Id: Ib32f22abef74e1eb85fb529b21705247495c72d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730625Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Auto-Submit: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#683330}
-
Luke Zielinski authored
This allows us to put all WPT-specific failures in the new file and turn waterfall builder green while we whittle away at the failures. The goal would be to eventually remove this file as all failures get triaged. The immediate benefit is that this builder starts to give meaningful signals without being obscured by all of these failures. So we can use it 1) to gauge flakiness/stability and 2) see results for tests that aren't affected by failures (eg: some new testdriver APIs like Actions or Payments). This change was tested by merging into crrev.com/c/1551486 and confirming the new expectations file was used. Change-Id: I7f2f83058804cee365e2082cbee9f6c23002d187 Bug: 937369 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707065 Commit-Queue: Luke Z <lpz@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#683329}
-
Miyoung Shin authored
This CL renames *_struct_traits.* to *_mojom_traits.* in //third_party/blink. *_struct_traits.* => *_mojom_traits.* Bug: 806965 Change-Id: Ia7a5af20d1cf0fcc521b7c6a097c1236cddbcc60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728649Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#683328}
-