- 02 Apr, 2020 40 commits
-
-
Istiaque Ahmed authored
Use raw string literals instead to avoid hurting readers' eyes (note: no one should read them though). For example, this CL turns const char kUsb[] = "{\"functions\":[{\"parameters\":[{\"$ref\":... to const char kUsb[] = R"R({"functions":[{"parameters":[{"$ref":... in gen/extensions/common/api/generated_schemas.cc This makes generated .cc file size slightly smaller: e.g. in linux cros build, the sizes in bytes are (before->after): gen/chrome/../apps/platform_apps/../generated_schemas.cc 14137 -> 12396 gen/chrome/../extensions/../generated_schemas.cc 426698 -> 367237 gen/extensions/../generated_schemas.cc 369079 -> 318170 gen/extensions/shell/../generated_schemas.cc 1632 -> 1535 Note that this should not have any impact on binary size. Bug: None Test: None, no visible changes expected. Change-Id: I432c510396ead6e86fae71f63a3e2c099420b485 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133658Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#755987}
-
Alex Gough authored
This will inform changes to the size of the |policy_maker_| in the Windows sandbox. Bug: 1059129 Change-Id: I75fd61ae909eea8fdb3fde5565d828d7220c21f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127409Reviewed-by:
James Forshaw <forshaw@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#755986}
-
Bence Béky authored
Bug: 1062700 Change-Id: I3b25b0e49f07c40a72eeb170d2f9d218aa56ba3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117316Reviewed-by:
Renjie Tang <renjietang@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#755985}
-
My Nguyen authored
MVP. Use the old CandidateWindow for UI. Screenshot view here http://screen/RMd0QQFyoNo Emoji-map lives in Google3, view here http://google3/i18n/input/javascript/chos/ui/resource/emoji/emoji-map.csv Interactions: -Tab,Right,Enter commit the chosen emoji -Up,Down moves to choose candidates Bug: 1065308 Change-Id: If1b3a662a3a6e7e410099c1abca8cfce3d2a1a32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123494 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#755984}
-
Elly Fong-Jones authored
Fixed: 1064138 Change-Id: I6693327ee56c6d70eac93a2bb1fabe81a4a45e31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134389 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#755983}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/cd454025b331..4ecdd22b0b60 git log cd454025b331..4ecdd22b0b60 --date=short --first-parent --format='%ad %ae %s' 2020-04-02 vapier@chromium.org repo: update to 2.5 launcher Created with: gclient setdep -r src/third_party/depot_tools@4ecdd22b0b60 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I92bc6fe08e37fc2c6111ea2f3cb04ed88bf8afd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134363Reviewed-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@{#755982}
-
Mikel Astiz authored
Because flags cannot map to two feature toggles, the patch also merges the two relevant feature toggles into one. Change-Id: I79bb0eaee505d35713db34d8a5df677cbb19c09d Bug: 1000146 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134008 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#755981}
-
Juanmi Huertas authored
https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-shadowoffsetx The standard in the above link says that shadow offset should not be modified by the transform matrix. Adding a test to verify that, and fixing it so the offset does not get modified by the transform matrix. I tried to add a html reference test, simulating a shadow but there is some slightly aliasing errors due to the change in the way the compositor handles the shadow and the blur. Adding a png reference test to validate that it will still work in the future. I'm also removing an unnecessary c-style cast in: composite_flags.setBlendMode((SkBlendMode)GetState().GlobalComposite()); Bug: 1044803 Change-Id: Ib98a35d9b9fdcb71c0cccca114099e985b569fb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128766Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#755980}
-
Sammie Quon authored
Test: none Fixed: 1022599 Change-Id: I44cf265ddb3877912ed565f87a4e6b0cd2552065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131018Reviewed-by:
Katie Dektar <katie@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#755979}
-
Gang Wu authored
Change-Id: If62caac724f9f2bcb163bdf1710c592ebe927834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118396 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#755978}
-
Yuly Novikov authored
Since we have SwANGLE bots now to run these, we can offload the GPU bots. Also, possibly reduce the flakiness on them due to anglebug.com/4396. Bug: 1007018 Change-Id: I3023bfb163804fe5aacb0d8a0fa93523b757feda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132945Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#755977}
-
Charlene Yan authored
Bug: 1067062 Change-Id: If52f744b7471d11f00601c85754fa5019b982805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134614Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755976}
-
Kevin Ellis authored
CSS transtions use transition keyframe models instead of string keyframe models. With this patch, the model is replaced with a string keyframe model when setKeyframes is called if required. Bug: 835818 Change-Id: Ie77a1b38e6ac4392b4b29b22af8d78cb504ce8fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134613Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#755975}
-
Jose Lopes authored
This closure is run in the control flow of: * https://source.chromium.org/chromium/chromium/src/+/master:media/base/android/media_service_throttler.cc;drc=d9b91db0b32bcaed524db17b05f614c7e86326bc;l=196 Which is called repeatedly, e.g., from the following locations: * https://source.chromium.org/chromium/chromium/src/+/master:media/base/android/media_service_throttler.cc;drc=d9b91db0b32bcaed524db17b05f614c7e86326bc;l=95 * https://source.chromium.org/chromium/chromium/src/+/master:media/base/android/media_service_throttler.cc;drc=d9b91db0b32bcaed524db17b05f614c7e86326bc;l=117 This is part of the base::Callback migration. Context: http://doc/1J4N3V5UmzZL9BZGNrn95E4xJu4cz3ynbg21zXR-J_qA#heading=h.uxpxu8vg4k4r Bug: 1007799 Change-Id: I05acf0276840888a5771d02f83a88128017e7997 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111320 Commit-Queue: Jose Lopes <jabolopes@google.com> Auto-Submit: Jose Lopes <jabolopes@google.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#755974}
-
Natalie Chouinard authored
Test succeeded 10/10 times locally, and no log data available on the bug or flakiness dashboard (disabled >6 months ago). Re-enabling to monitor whether flakiness still exists. Pre-emptively increasing timeout to MediumTest either way since this test is more than a simple unit test. Bug: 994726 Change-Id: Iaa645356906b17ff17c44cc49c4c76c7b9dac4d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134204Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#755973}
-
Varun Khaneja authored
It is being replaced by SafeBrowsingProtectionLevel that was already landed via https://crrev.com/c/2129284 Bug: 1056483,1066371 Change-Id: Ibe8eeaa6d1563f770fd2c29001745f819764bf0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134201 Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#755972}
-
Vidhan authored
Bug: 1045401 Change-Id: I419495ab251cb8b2bd69e183eb39a402c4d58fa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095058 Commit-Queue: Vidhan Jain <vidhanj@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#755971}
-
Ulan Degenbaev authored
The corresponding UKM metrics already exist and were approved by privacy team: https://goo.gl/X5eYHh The metrics will help evaluate the upcoming young generation GC optimizations. Bug:1054771 Change-Id: I8caa8cce5e7b253aee76714f980a9ecd6242c530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130186Reviewed-by:
Hannes Payer <hpayer@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755970}
-
David Bertoni authored
This test was disabled because it was flaky on ChromeOS. I ran it for 3000 iterations on the bots and there were no flakes on any platform. Bug: 1019669 Change-Id: I7e4e7665375903d531e1fbfc9862b14e25b2c024 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132602Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#755969}
-
Peng Huang authored
This CL enables the ExternalVkImageBacking on Windows platform, but it only supports pixel copy code path for now, the vulkan external memory extension is not used. Bug: None Change-Id: I44955572175d218ec613b41eddf40eb0655fac07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125705Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#755968}
-
Yao Xiao authored
Bug: 1032681 Change-Id: Iafad2367d8887afb1df67094aef996a2f2873da2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121657Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/master@{#755967}
-
Sophie Chang authored
Bug: 1064414 Change-Id: Ib81bea9adf5bfe04b65b324c98779caf616e1e31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119224Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#755966}
-
Patrick Monette authored
This reverts commit 5047802a. Reason for revert: https://crbug.com/1066450 Original change's description: > Reland "[PM] Connect dedicated workers to their client frames in the graph." > > This is a reland of 8e70db4d > > Original change's description: > > [PM] Connect dedicated workers to their client frames in the graph. > > > > Bug: 993029 > > Change-Id: Iae20fa0ede4421782fc5fbf2851d21c83cfbf4c8 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095452 > > Commit-Queue: Patrick Monette <pmonette@chromium.org> > > Reviewed-by: Sigurður Ásgeirsson <siggi@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#753319} > > Bug: 993029 > Change-Id: I859f004b938164a02e43b74e6f9225d25e90d083 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122476 > Reviewed-by: Sigurður Ásgeirsson <siggi@chromium.org> > Commit-Queue: Patrick Monette <pmonette@chromium.org> > Cr-Commit-Position: refs/heads/master@{#754620} TBR=pmonette@chromium.org,siggi@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 993029, 1066450 Change-Id: I738ef7877b1b841eb9aea5af0a3427959e5857cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134199 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#755965}
-
Sammie Quon authored
This requires some changes to WindowMiniView to make it more customizeable as UX specifically only wants shadows on overview and not alt-tab. Changes made were to apply effects on an icon supplied through a window property, in this case a shadow. Also, adding shadow to a label will shift the text. Since we want to keep the text right aligned with the icon, make OverviewItemView header layout code custom (previously was using the default from WindowMiniView FlexLayout). Test: manual Fixed: 1028845 Change-Id: Ief8e9bbccc42fa198ff31729b735edc519d78270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128835Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#755964}
-
Xianzhu Wang authored
We have fixed crbug.com/1064341. TBR=pdr@chromium.org Bug: 1064341 Change-Id: I0d156a40c590c5b2bd5dbd01a6a9bf2f4e3d50e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134203Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#755963}
-
Dave Tapuska authored
maxlength-number.html sends multiple keys in one call. Iterate across the keys string to send more than one character. Move another test that uses the actions API to the unsupported section. Reland 39760144 without the pause.html expectation removed. Change-Id: I9cb0a2f68a5792615c711d59e29dbca9830e2f44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133872 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#755962}
-
Archana Simha authored
Bug: 1066117 Change-Id: I816361f5ff166cc6888e3634a7f624fae2e11f1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134388Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#755961}
-
rajendrant authored
Handles the following cases: 1. When the litepages server and the origin server both fail the response, it should not go into a infinite loop. 2. When the initial image itself is a litepages URL, no redirect should happen and no metrics recorded. TBR=tbansal@chromium.org Bug: 1059606 Change-Id: I477839ab09493445a085d646a4da4fb22c5981c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128944 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#755960}
-
Frank Tang authored
Added value missed in https://chromium-review.googlesource.com/c/chromium/src/+/2092942 Bug: 1056846 Change-Id: I96c2800dd8d1ffbd2cdaf6baff0b538122a96747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116586Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#755959}
-
Ulan Degenbaev authored
This removes some unused metrics and bumps expiration date of remaining metrics to 2021-04-01. Bug:1061974 Change-Id: Id5a7ec27e006b0ecaff56c8724982af660fd69b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130346Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Hannes Payer <hpayer@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755958}
-
Brian Sheedy authored
Re-disables the BrowserMinidumpTests on chromeos-board-betty-pi-arc, as they were recently accidentally re-enabled on that board. TBR=wenbinzhang@chromium.org Bug: 1038043 Change-Id: I9b5ca67e8079bcadd88217cca2c78846585bb858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134196Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#755957}
-
John Z Wu authored
For credit card saves where the name is missing, a fix flow may be offered to the user to add one. Bug: 1066690 Change-Id: Ifdfcbd016a8ba79635c9aa592b5a12192b8b8cb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132943 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#755956}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Idc7772296f9a39f4bd8ec721750868e5682d2a4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134576Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#755955}
-
Ulan Degenbaev authored
Instead of unmapping directly, Free() returns DeferredUnmap that needs to be run after releasing the lock. Bug: 1067006 Change-Id: I2638d370a5b36867d73adcbaf8988c4259ff05a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132155Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Hannes Payer <hpayer@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755954}
-
Eric Orth authored
SystemNetworkConfigManager::GetStubResolverConfig() and the chrome_browser_net::DisableDohFor...() util methods from chrome/browser/net/dns_util.h moved to the new class. Everything moved as-is without changes except that GetStubResolverConfig() is now non-static and uses a saved PrefService field instead of always passing it in. The new class is owned by the singleton SystemNetworkConfigManager instance and can be retrieved using a GetStubResolverConfigReader() static method. Added a static ...for_testing instance in SystemNetworkConfigManager because DnsProbeServiceTest was running in a state where SystemNetworkConfigManager couldn't be instantiated and was thus previously relying on everything being static. TBR=rsleevi@chromium.org,aee@chromium.org Bug: 1064346 Change-Id: Ic3cb65a42254f1e6640d80a5024dd847f0cd7f22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132538 Commit-Queue: Eric Orth <ericorth@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#755953}
-
Ken Rockot authored
This extracts the mojom parsing logic from mojom_bindings_generator.py into a new mojom_parser.py script within the mojom tool directory. Apart from simply moving the parsing logic to a new script, this also changes how the parse result is persisted by an intermediate build step for subsequent build steps to consume. Prior to this change, the parsing step emitted a ".p" file for each processed .mojom file. This was nothing more than a serialized version of the parsed AST with [EnableIf] feature filtering applied. Every subsequent step for the mojom in question would load this AST, then recursively process its import dependencies while loading their ASTs in turn, before finally processing all of the aggregated data (resolving references, computing field packing data, etc) to produce a Module object suitable for bindings generation. This CL rolls most of that processing into the parsing step (with more to follow in future CLs), and the resulting computed Module object is persisted to a ".mojom-module" file. To generate bindings for a given .mojom file, the generator can simply call Module.Load() on the corresponding .mojom-module produced by the parser. The loaded Module is sufficient to inform code generation with no need to resolve dependencies, process other modules, or perform other complex computations on the model. Each mojom-module is thus entirely self-contained, replicating the full contents of all transitive import dependencies. This means the build consumes more disk space with intermediate build artifacts, but it also means generation steps are faster and simpler. This CL should result in no net changes to the final build outputs. Bug: 1060471 Change-Id: Ic21b737409ac1329f0f8a8751bf021f2de4768a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128966 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#755952}
-
danakj authored
The test changed with --enable-gpu-rasterization instead of --force-gpu-rasterization but the trybots didn't pick up the right expectations somehow on Mac 10.14? Running rebaseline-cl doesn't pick up the diff from the 10.14 bot, and putting the image in mac-mac10.14 doesn't get used. So it is put in virtual/platform/mac/. The old global mac on is copied to each other version individually. Running optimize-baselines seems to produce failures on Mac 10.10, 10.11, and 10.12, so I am not doing that. The 10.10, 10.11 and 10.12 bots share the same image but they each have a separate copy so that they pass, as they do not seem to agree with optimize-baselines about how they fallback. R=kylechar@chromium.org Bug: 1066392, 866140, 1065893 Change-Id: I6b1fc4de8d0a872fe2d66c8154362d62f8f01a63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133871Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#755951}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/5a39301cb829..98502c3bedc6 $ git log 5a39301cb..98502c3be --date=short --no-merges --format='%ad %ae %s' 2020-04-02 wub gfe-relnote: (n/a) In QUIC BBRv1, default enable connection options LRTT and BBQ2, and deprecate unused QUIC connection options BBS1 and BBRS. Protected by --gfe2_reloadable_flag_quic_bbr_default_exit_startup_on_loss. 2020-04-02 bnc gfe-relnote: undeprecate gfe2_reloadable_flag_quic_create_incoming_stream_bug 2020-04-02 bnc Use |offset| in QuicReceiveControlStreamTests for easier readability. 2020-04-02 bnc gfe-relnote: Emit H3_SETTINGS_ERROR and H3_MISSING_SETTINGS when appropriate. Protected by gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27. 2020-04-01 quiche-dev Add Pigeon USPS GSO Support via quic::PigeonWriter. 2020-04-01 dschinazi Add default returns to MockSendAlgorithm bandwidth calls 2020-04-01 dschinazi Improve decryption error logging 2020-04-01 renjietang Remove QuicStreamIdManager::DelegateInterface::OnStreamIdManagerError(). 2020-04-01 wub gfe-relnote: False deprecate --gfe2_reloadable_flag_quic_bbr_startup_rate_reduction. 2020-04-01 dschinazi Parameterize QuicSecretTest by QUIC version 2020-03-31 dschinazi Fix DebugDFatalIfMarkingClosedStreamWriteBlocked test 2020-03-31 renjietang Remove unnecessary error check in QuicStreamIdManager. 2020-03-31 dschinazi Parameterize QuicCryptoClientHandshakerTest by version Created with: roll-dep src/net/third_party/quiche/src R=bnc@chromium.org Change-Id: Iebf28bf21288f6bc1d19e882c86c633315085231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134687Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#755950}
-
Lei Zhang authored
Their usage was removed in https://crrev.com/706442. Change-Id: Ib8d01db98766737899826bcb1432461332f6201c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133268Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#755949}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/55c991cc81ae..de6fa1ef2946 git log 55c991cc81ae..de6fa1ef2946 --date=short --first-parent --format='%ad %ae %s' 2020-04-02 brandtr@webrtc.org Reland "Let WebRtcVideoChannel::ResetUnsignaledRecvStream delete all default streams." 2020-04-02 titovartem@google.com Move media configuration for PC level tests into separate class 2020-04-02 mbonadei@webrtc.org Replace std::string::find() == 0 with absl::StartsWith (part 2). Created with: gclient setdep -r src/third_party/webrtc@de6fa1ef2946 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I128329895e4150358236063a17fcdfc43e3182fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134707Reviewed-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@{#755948}
-