- 15 Oct, 2019 40 commits
-
-
Francois Doray authored
This experiment enables: - Use THREAD_MODE_BACKGROUND_BEGIN/END to set the priority of background threads. This affects memory and IO priority in addition to CPU priority. - Increase thread priority to "normal" in scopes where background threads load modules. The expectation is that this will improve responsiveness of Chrome (input delay, first contentful paint), without regressing jank. We are adding the testing config in preparation for enabling this via Finch in M79. Bug: 973868 Change-Id: I467cae12503e3ad724b665f3aebdaeb94e1325c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835023 Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Auto-Submit: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#705960}
-
Christian Dullweber authored
Replace shield with an eye. https://screenshot.googleplex.com/MMf2t0rPZ0b.png Bug: 967668 Change-Id: Ic128c96254f4ffe6796f1122e99d12bf753e34d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863012Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#705959}
-
Julie Jeongeun Kim authored
This CL converts ProxyConfigClient to new Mojo types using PendingReceiver, PendingRemote, Remote, Receiver and RemoteSet. Bug: 955171 Change-Id: I7b261526378b4cf834ae480e6a2d1d68ce13ccff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849739 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#705958}
-
Sean Harrison authored
Bug: 1014143 Change-Id: I6273867652e71c21d2dfe50b48adead7d200421c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859968Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Cr-Commit-Position: refs/heads/master@{#705957}
-
arthursonzogni authored
In RenderFrameHostManager, the speculative RenderFrameHost may be deleted by using CleanupNavigation(). The speculative RenderFrameHost may contain multiple pending NavigationRequests. When they are deleted, their matching pending NavigationEntry must be discarded. This is now done automatically in NavigationRequest's destructor by releasing the PendingEntryRef, thanks to patch: https://chromium-review.googlesource.com/c/chromium/src/+/1815129 Bug: None. Change-Id: I5f88e5dafa5188eeab29d5c5a55b8f8306bd83d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860031 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#705956}
-
Himanshu Jaju authored
For full sync we use the PII name, but for transport only mode we use the device's model name as client name. Bug: 1009454 Change-Id: I4a31e012ad81715af91b1dcaf782a4f0466b6f06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852092 Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#705955}
-
Dave Tapuska authored
The mojo filter allows us to record the debug URL in a crash key. BUG=1008432 Change-Id: Id753793e900763e41fc192bd2c50b21e4e243fe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852646Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#705954}
-
Jan Wilken Dörrie authored
This change adds a few list utility methods to base::Value. This change is in preparation for switching the return type of the mutable GetList() from ListStorage& to base::span<base::Value>, at which point it won't be possible anymore to remove Values using std::vector's API. Bug: 646113 Change-Id: Ia10e7f43723722e0a66794466c6ffca0fe221c4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857118Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#705953}
-
Rodney Ding authored
- Use a mapping between runtime feature and command line switch to control the enable/disable logic for cleaner code Design docs: https://docs.google.com/document/d/1d6_NBVPXh7B2XMk3H9b_qIxeuSXq6MblVSJldN7bTBY/edit?usp=sharing Bug: 832393 Change-Id: I67c944e1d20d5c0d9ab871f87641cb6ea46fb8ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822864 Commit-Queue: Rodney Ding <rodneyding@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jason Chase <chasej@chromium.org> Cr-Commit-Position: refs/heads/master@{#705952}
-
Christian Dullweber authored
The UI would get updated twice when cookie blocking was enabled for a specific site. Avoid this unnecessary step by not stepping through state updates separately. Bug: 967668 Change-Id: I9d6c836031dc9ef7adf1a4888b6e8c8483c22ef0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862693 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#705951}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/55f9cba6e2e7..f22c57ddcc8c git log 55f9cba6e2e7..f22c57ddcc8c --date=short --no-merges --format='%ad %ae %s' 2019-10-15 robertphillips@google.com Centralize GrSamplerState key creation Created with: gclient setdep -r src/third_party/skia@f22c57ddcc8c 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 csmartdalton@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 TBR=csmartdalton@google.com Bug: None Change-Id: I558f9193e97366ee59afb933e70f1804db7bd55b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862980Reviewed-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@{#705950}
-
Marc Treib authored
The "best_matches" are now passed around in a vector instead of a map. This CL updates the last two places that accepted a map: - VotesUploader - PasswordFormMetricsRecorder Bug: 1011399 Change-Id: I42fa29549cfc02398f69b802a3d18cd1eb75e89a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862448 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#705949}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a3fb0505..9b58c027 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id8d791cbbe6f3a597caedc240cd5c7287a7fb019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862577Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#705948}
-
Virender Singh authored
This CL does code refactoring to make the intent of PdfAccessibilityTree .zoom variable clear. It stores the product of pdf zoom and system dpi. This change renames it to zoom_device_scale_factor. This change also refactors the zoom variable name in PP_PrivateAccessibilityViewportInfo to zoom_device_scale_factor. Corresponding change is also made in OutOfProcessInstance to reflect the variable name change. Bug: 1007169 Change-Id: I0a9c22f386fb4859afc80d9f281f41a15935bb09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823337Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ian Prest <iapres@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Virender Singh <virens@microsoft.com> Cr-Commit-Position: refs/heads/master@{#705947}
-
Maksim Sisov authored
At first, I wanted to remove these static methods, but then decided to keep them and remove later when we no longer need them. Bug: 990756 Change-Id: If6132986e25bb1c8712acdbc90ce29093616bff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860341Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#705946}
-
Thomas Tangl authored
Bug: 995720 Change-Id: I96acb6008bd074d9e68ddab1b8b4fc205ce1ab6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862689 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Auto-Submit: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#705945}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e84f1d15029a..8d061254d2f4 git log e84f1d15029a..8d061254d2f4 --date=short --no-merges --format='%ad %ae %s' 2019-10-15 fmayer@google.com Merge "Add heap_graph table test." Created with: gclient setdep -r src/third_party/perfetto@8d061254d2f4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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 TBR=perfetto-bugs@google.com Bug: None Change-Id: Icbc1f66508803e283df435e2165e4ce3a912e63d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862974Reviewed-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@{#705944}
-
Mikel Astiz authored
This works as a short-term solution to power certain sharing features that rely on a high-entropy per-user authentication key being available to all sync-ing clients, including transport-only clients. Bug: 1010968 Change-Id: I51613f0b3e5d91a82f688af13b61c4804057a57f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841451Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#705943}
-
Richard Knoll authored
Mostly mechanical change to pipe the origin through to the dialog view. The dialog shows the origin in a label with rounded corners, see screenshot: https://imgur.com/LPAWxy2 Changes the BubbleFrameView to size |header_view_| to the ContentBounds instead of centering it. Bug: 1010920,1005596 Change-Id: I72f2e163552165b39ef00aaa1d1ea7cce8ce4895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849382 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#705942}
-
David Bienvenu authored
This will be used to find hard links to or copies of web_app_shim.exe for a particular installed PWA, so they can be updated or deleted when the PWA is uninstalled. Bug: 960245 Change-Id: I62d6d6e263d0fdcdb2c5d4f89435cb657dd73a19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849417 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#705941}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/52e19cbdc570..cc3b617bc9f8 git log 52e19cbdc570..cc3b617bc9f8 --date=short --no-merges --format='%ad %ae %s' 2019-10-15 perezju@chromium.org [Telemetry] Move screenshot-on-failure tests to shared_page_state tests Created with: gclient setdep -r src/third_party/catapult@cc3b617bc9f8 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 oysteine@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=oysteine@google.com Bug: chromium:928275 Change-Id: I89b3b72ca31dc23ab294e751e1dc9748764cf156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862976Reviewed-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@{#705940}
-
Raul Tambre authored
* map() returns an iterable instead of a list in Python 3. Convert it explicitly to a list. * xrange() is replaced in Python 3 by the functionally equivalent range(). * Simplified checking whether an object is a string and introduced string_type that's set according to Python version. Still works with Python 2. Fixed errors: Traceback (most recent call last): File "../../components/policy/tools/generate_policy_source.py", line 1648, in <module> sys.exit(main()) File "../../components/policy/tools/generate_policy_source.py", line 361, in main policy_atomic_groups = [ File "../../components/policy/tools/generate_policy_source.py", line 362, in <listcomp> PolicyAtomicGroup(group, policy_details_set, policies_already_in_group) File "../../components/policy/tools/generate_policy_source.py", line 181, in __init__ self._CheckPoliciesValidity(available_policies, policies_already_in_group) File "../../components/policy/tools/generate_policy_source.py", line 196, in _CheckPoliciesValidity raise RuntimeError('Invalid policy: ' + policy + ' in atomic group ' + RuntimeError: Invalid policy: RemoteAccessClientFirewallTraversal in atomic group RemoteAccess. Traceback (most recent call last): File "../../components/policy/tools/generate_policy_source.py", line 1647, in <module> sys.exit(main()) File "../../components/policy/tools/generate_policy_source.py", line 379, in main GenerateFile(opts.source_path, _WritePolicyConstantSource, sorted=True) File "../../components/policy/tools/generate_policy_source.py", line 372, in GenerateFile writer(sorted and sorted_policy_details or policy_details, File "../../components/policy/tools/generate_policy_source.py", line 1079, in _WritePolicyConstantSource schema_generator.GenerateAndCollectID(chrome_schema, 'root node') File "../../components/policy/tools/generate_policy_source.py", line 839, in GenerateAndCollectID index = self.Generate(schema, name) File "../../components/policy/tools/generate_policy_source.py", line 787, in Generate properties = [ File "../../components/policy/tools/generate_policy_source.py", line 789, in <listcomp> self.GetString(key), self.GenerateAndCollectID(subschema, key)) File "../../components/policy/tools/generate_policy_source.py", line 839, in GenerateAndCollectID index = self.Generate(schema, name) File "../../components/policy/tools/generate_policy_source.py", line 752, in Generate return self.GetEnumType(schema, is_sensitive_value, name) File "../../components/policy/tools/generate_policy_source.py", line 694, in GetEnumType return self.GetEnumIntegerType(schema, is_sensitive_value, name) File "../../components/policy/tools/generate_policy_source.py", line 667, in GetEnumIntegerType if self.IsConsecutiveInterval(possible_values): File "../../components/policy/tools/generate_policy_source.py", line 662, in IsConsecutiveInterval for i in xrange(len(sortedSeq) - 1)) NameError: name 'xrange' is not defined Traceback (most recent call last): File "../../components/policy/tools/generate_policy_source.py", line 1648, in <module> sys.exit(main()) File "../../components/policy/tools/generate_policy_source.py", line 379, in main GenerateFile(opts.source_path, _WritePolicyConstantSource, sorted=True) File "../../components/policy/tools/generate_policy_source.py", line 372, in GenerateFile writer(sorted and sorted_policy_details or policy_details, File "../../components/policy/tools/generate_policy_source.py", line 1080, in _WritePolicyConstantSource schema_generator.GenerateAndCollectID(chrome_schema, 'root node') File "../../components/policy/tools/generate_policy_source.py", line 840, in GenerateAndCollectID index = self.Generate(schema, name) File "../../components/policy/tools/generate_policy_source.py", line 788, in Generate properties = [ File "../../components/policy/tools/generate_policy_source.py", line 790, in <listcomp> self.GetString(key), self.GenerateAndCollectID(subschema, key)) File "../../components/policy/tools/generate_policy_source.py", line 840, in GenerateAndCollectID index = self.Generate(schema, name) File "../../components/policy/tools/generate_policy_source.py", line 788, in Generate properties = [ File "../../components/policy/tools/generate_policy_source.py", line 790, in <listcomp> self.GetString(key), self.GenerateAndCollectID(subschema, key)) File "../../components/policy/tools/generate_policy_source.py", line 840, in GenerateAndCollectID index = self.Generate(schema, name) File "../../components/policy/tools/generate_policy_source.py", line 788, in Generate properties = [ File "../../components/policy/tools/generate_policy_source.py", line 790, in <listcomp> self.GetString(key), self.GenerateAndCollectID(subschema, key)) File "../../components/policy/tools/generate_policy_source.py", line 840, in GenerateAndCollectID index = self.Generate(schema, name) File "../../components/policy/tools/generate_policy_source.py", line 741, in Generate if not isinstance(schema['$ref'], types.StringTypes): AttributeError: module 'types' has no attribute 'StringTypes' Traceback (most recent call last): File "../../components/policy/tools/generate_policy_source.py", line 1651, in <module> sys.exit(main()) File "../../components/policy/tools/generate_policy_source.py", line 383, in main GenerateFile(opts.source_path, _WritePolicyConstantSource, sorted=True) File "../../components/policy/tools/generate_policy_source.py", line 376, in GenerateFile writer(sorted and sorted_policy_details or policy_details, File "../../components/policy/tools/generate_policy_source.py", line 1093, in _WritePolicyConstantSource schema_generator.FindSensitiveChildren() File "../../components/policy/tools/generate_policy_source.py", line 959, in FindSensitiveChildren self.FindSensitiveChildrenRecursive(0, set()) File "../../components/policy/tools/generate_policy_source.py", line 967, in FindSensitiveChildrenRecursive node = self.schema_nodes[index] TypeError: 'map' object is not subscriptable Bug: 941669 Change-Id: I9737aa44b1f395f6efeefadc94c39a084f82ed98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857122 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#705939}
-
Ioana Pandele authored
Bug: 983445 Change-Id: I3c5f67636397983c0765e7baf73ecb54bc45c889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862440 Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#705938}
-
Hans Wennborg authored
If there is a diff, build.py will nuke the repository anyway. And in pathological circumstances (see bug), printing the diff can take a very long time. Bug: 1014241 Change-Id: Ic045dfef66c7695b07ba9099352744d5becdcdfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862916Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#705937}
-
Ian Struiksma authored
This test is failing on the linux bot consistently. Disabling it for now as we investigate. More details in the bug description. Bug: 1014333 Change-Id: I0efb42942e05606a35df73a0e4a2b508c0cc4cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861020Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Cr-Commit-Position: refs/heads/master@{#705936}
-
Tanmoy Mollik authored
With this cl it is now possible to build chrome without referencing any instance of CoreAccountId as std::string. Bug: 959157 Change-Id: I206ce350bde21d97161719690d0db243bbdbc0c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840236Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Tatiana Gornak <melandory@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#705935}
-
Henrique Ferreiro authored
Convert the implementation and all users of the ash::mojom::TrayAction and TrayActionClient interfaces. Bug: 955171 Change-Id: I88e45f5f91634d1ce1851720330aa84bb0669fac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839693 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#705934}
-
Ioana Pandele authored
The file is moved from src/ to the parent folder. Change-Id: I64a805ef8855fe2c86e8af9b98b2134744083474 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840631Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#705933}
-
Michael Lippautz authored
Change-Id: I02a5bae112eac610f189d0408a592acd0d71277c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862950 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#705932}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8bbf9e2c6e40..8718afb283b7 git log 8bbf9e2c6e40..8718afb283b7 --date=short --no-merges --format='%ad %ae %s' 2019-10-15 peah@webrtc.org AEC3: Made EchoAudibility multichannel 2019-10-15 saza@webrtc.org Remove AudioProcessing::gain_control() getter 2019-10-15 danilchap@webrtc.org Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest 2019-10-15 mbonadei@webrtc.org Add missing RTC_EXPORT for the component build. 2019-10-15 mbonadei@webrtc.org Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" 2019-10-15 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 18d41172..88a7a882 (705754:705863) 2019-10-15 sakal@webrtc.org Add Ramprakash Jelari to AUTHORS. 2019-10-15 sprang@webrtc.org RtpRtcp modules and below: Make media, RTX and FEC SSRCs const 2019-10-15 phoglund@webrtc.org Move --resources_dir to its right place. 2019-10-15 mbonadei@webrtc.org Revert "Delete methods EncodedImage::Allocate and EncodedImageBufferInterface::Realloc" 2019-10-15 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2e1ac8de..18d41172 (705654:705754) 2019-10-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 02833e65..2e1ac8de (705539:705654) 2019-10-14 honghaiz@webrtc.org Add a turn port prune policy to keep the first ready turn port. 2019-10-14 danilchap@webrtc.org Use GlobalLock to protect logging 2019-10-14 srte@webrtc.org Adds logging of NetworkStateEstimator estimates. 2019-10-14 jonaso@webrtc.org Add field trial to reduce STUN pings. 2019-10-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c1f96a7b..02833e65 (705365:705539) 2019-10-14 srte@webrtc.org Adds test for loss based controller under cross traffic induced loss. 2019-10-14 jonaso@webrtc.org Add feature to skip RELAY to non-RELAY connections 2019-10-14 danilchap@webrtc.org Remove deprecated functions in RTPSenderVideo 2019-10-14 nisse@webrtc.org Fix GetStats bytesSent/Received, wireup headerBytesSent/Received 2019-10-14 ssilkin@webrtc.org Use bitrate limits provided by encoder. 2019-10-14 elrello@microsoft.com Reland "Implement rollback for setRemoteDescription" 2019-10-14 kcwu@google.com Reject invalid spatial index 2019-10-14 nisse@webrtc.org Delete methods EncodedImage::Allocate and EncodedImageBufferInterface::Realloc Created with: gclient setdep -r src/third_party/webrtc@8718afb283b7 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None,chromium:None,chromium:None,chromium:None,chromium:None,chromium:None,chromium:980875,chromium:1009172,chromium:1009073 Change-Id: Ifb1730f222fbcc49350d47bd4a66907424742f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862695Reviewed-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@{#705931}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d0b7b0ccae01..b17e79b773ba Created with: gclient setdep -r src-internal@b17e79b773ba 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 TBR=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: I642af6f776463747d0c7974a3c333b54b7f613ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862336Reviewed-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@{#705930}
-
Olya Kalitova authored
Adds fuzzer for policies, currently fuzzes only ChromeDeviceSettingsProto. ASan' out/libfuzzer && ninja -C out/libfuzzer policy_fuzzer && out/libfuzzer/policy_fuzzer Test: tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Chrome OS Bug: 811690 Change-Id: Ic4c0a923006515f75bcb51c38f00be5701ab81a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845000 Commit-Queue: Olya Kalitova <okalitova@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#705929}
-
Anton Bikineev authored
Change-Id: I1729710a62f1cc288ec947c7532ed61721fcd720 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862681Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#705928}
-
Hans Wennborg authored
Bug: 1014241 Change-Id: I6a3a6c93e93db1ed693c001b9297da5e46cacbce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862394 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#705927}
-
Miyoung Shin authored
This CL converts MediaSessionPtr that is left only in AudioFocusRequest class to the new Mojo type. Bug: 955171 Change-Id: I8df4442456914cdeace7b3395d1596044ae4616d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850676Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705926}
-
Miyoung Shin authored
This CL converts MediaControllerPtr and MediaControllerImageObserverPtr in chromeos, content and services to the new Mojo type. Bug: 955171 Change-Id: I319a6e0092cdc4e2c7481fd89e92abe939af147c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849740Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705925}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/cb79e7140046..e84f1d15029a git log cb79e7140046..e84f1d15029a --date=short --no-merges --format='%ad %ae %s' 2019-10-15 fmayer@google.com Remove stale comment. Created with: gclient setdep -r src/third_party/perfetto@e84f1d15029a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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 TBR=perfetto-bugs@google.com Bug: None Change-Id: Ib7f7d7172bcf44b1d4886d9581691f64a9247063 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862694Reviewed-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@{#705924}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/2de9622a0398..52e19cbdc570 git log 2de9622a0398..52e19cbdc570 --date=short --no-merges --format='%ad %ae %s' 2019-10-15 perezju@chromium.org Reland "[Telemetry] Add "ad hoc" histograms as measurements" Created with: gclient setdep -r src/third_party/catapult@52e19cbdc570 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 oysteine@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=oysteine@google.com Bug: chromium:999484 Change-Id: Ic9f6cec044a019c1a8f0825440be4ff89cd9ed17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862696Reviewed-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@{#705923}
-
Javier Ernesto Flores Robles authored
On iPad Pro the keyboard layout is 3 points above the bottom, but not one of its superview. The new checks goes up all the hierarchy until the first view that is the size of the window. Then checks that it is anchored to the bottom of the window. Change-Id: I514910cd17253f9ad1f80ba11a2ba66aff6028a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860033Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#705922}
-
Henrique Ferreiro authored
Convert the implementation and all users of the drivefs::mojom::DriveFsBootstrap, DriveFs, DriveFsDelegate and SearchQuery interfaces. Bug: 955171 Change-Id: I3881ee40feba2aaae7659398cd100dd90bbfd53b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847332Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#705921}
-