- 11 Oct, 2018 40 commits
-
-
David Benjamin authored
https://boringssl.googlesource.com/boringssl/+log/ce00828c89df3d4c40de7d715b1a032eb03c525c..2d98d49cf712ca7dc6f4b23b9c5f5542385d8dbe Bug: none Change-Id: Ib79f15ec5c31b511551d4e87783dcda822fbfd28 Reviewed-on: https://chromium-review.googlesource.com/c/1274203 Commit-Queue: Steven Valdez <svaldez@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Cr-Commit-Position: refs/heads/master@{#598749}
-
Ian Kilpatrick authored
This looks like it was hiding some sutble bugs, e.g. not running microtasks, and not being able to create other objects correctly. Change-Id: Ieb6ade2906aeedebdc6dc664470b38955c32811d Reviewed-on: https://chromium-review.googlesource.com/c/1272438Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#598748}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e8d2b1be1a7c..2b1562632a02 git log e8d2b1be1a7c..2b1562632a02 --date=short --no-merges --format='%ad %ae %s' 2018-10-11 henrikg@webrtc.org Revert "Use unique_ptr and ArrayView in SSLFingerprint" 2018-10-11 saza@webrtc.org Don't CHECK when parsing AEC3 parameters from json 2018-10-11 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 24992897..f34485ff (598606:598711) 2018-10-11 danilchap@webrtc.org Use zero octets for rtp packet padding 2018-10-11 mbonadei@webrtc.org Reland "Export symbols needed by the Chromium component build (part 1)." 2018-10-11 sprang@webrtc.org Add ability to specify if rate controller of video encoder is trusted. 2018-10-11 nisse@webrtc.org Delete post_encode_callback 2018-10-11 peah@webrtc.org AEC3: Cleanup test code for platforms with clock-drift 2018-10-11 peah@webrtc.org AEC3: Ensure that the usage of stationary signal properties is not unset 2018-10-11 ilnik@webrtc.org Remove unlimited retransmission for screenshare experiment code 2018-10-11 steveanton@webrtc.org Use unique_ptr and ArrayView in SSLFingerprint Created with: gclient setdep -r src/third_party/webrtc@2b1562632a02 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None,chromium:None,chromium:894243 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Id36980209394996021f7bdff0bff127b39af7407 Reviewed-on: https://chromium-review.googlesource.com/c/1275876Reviewed-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@{#598747}
-
S. Ganesh authored
This is a reland of f4c67a89 Original change's description: > Elevation Service setup and COM registration. > > Bug: 833687 > Change-Id: I1fef2e5ebac7ed44975996d67a43d1e26dc8ccb0 > Reviewed-on: https://chromium-review.googlesource.com/c/1244555 > Commit-Queue: S. Ganesh <ganesh@chromium.org> > Reviewed-by: Greg Thompson <grt@chromium.org> > Reviewed-by: Sorin Jianu <sorin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#598170} Bug: 833687 Change-Id: I62ebfbc4a4992ddf0374a3be2432a7970ac4aaff Reviewed-on: https://chromium-review.googlesource.com/c/1274835Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#598746}
-
Tanja Gornak authored
Bug: 801985 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ia2dbd7056681a0dac843b4b55d03483f9e416923 Reviewed-on: https://chromium-review.googlesource.com/c/1270957Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Tatiana Gornak <melandory@chromium.org> Cr-Commit-Position: refs/heads/master@{#598745}
-
Gauthier Ambard authored
This CL makes sure that iOS is correctly handling AutocompleteProviderClientImpl::IsTabOpenWithURL for iOS, passing the argument in the iOS AutocompleteSuggestion. Bug: 893121 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ia40621abf9a524c8531be8a268b71036fd1af6b7 Reviewed-on: https://chromium-review.googlesource.com/c/1268239Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#598744}
-
Mythri Alle authored
The ClearCodeCache wasn't running earlier because the feature was disabled. This cl uses ScopedFeatureList to enable it and also also fix a bug in the implementation of the test. Change-Id: Ia22abc84279271e2d093a617e787b34a80500efe Reviewed-on: https://chromium-review.googlesource.com/c/1224440Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#598743}
-
Max Morin authored
This allows us to skip touching the UI thread a couple of times when creating a default audio output stream. This will save us a lot of stream startup time in some cases (e.g. on Android the UI thread is sometimes blocked for >100 ms). To accomplish this, inner "Core" classes which are used on the IO thread are extracted from RenderFrameAudio{Input,Output}Factory and ForwardingAudioStreamFactory. The outer class is constructed from the UI thread by RenderFrameHostImpl and WebContentsImpl, and the outer class takes care of initializing the inner class. This CL was reviewed in pieces at https://chromium-review.googlesource.com/c/chromium/src/+/1225882 https://chromium-review.googlesource.com/c/chromium/src/+/1245797 https://chromium-review.googlesource.com/c/chromium/src/+/1251537 https://chromium-review.googlesource.com/c/chromium/src/+/1251608 and in this review (before PS 10). Bug: 866440,852880,866442 Change-Id: I22117017b3cfa95ec6fb7895cabfc9e37a4f54b9 Reviewed-on: https://chromium-review.googlesource.com/c/1261978 Commit-Queue: Max Morin <maxmorin@chromium.org> Reviewed-by:Camille Lamy <clamy@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#598742}
-
Dominik Röttsches authored
Use CTFont API to match by font descriptor using the kCTFontNameAttribute key, which matches full font names as well as postscript names. Return the the match result only if the font name matches exactly either full font name or postscript name, to avoid returning fallback fonts that CoreText may have given us. Bug: 889503 Change-Id: I835725249a910c79e93bbe13db130d1950d0b49b Reviewed-on: https://chromium-review.googlesource.com/c/1213090 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#598741}
-
Vasilii Sukhanov authored
TBR=mgiuca@chromium.org Bug: 876617 Change-Id: I096bf298978e9853b9e44471244523b97d50fcc1 Reviewed-on: https://chromium-review.googlesource.com/c/1275955Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#598740}
-
Michael Hablich authored
This is a roll-back to V8 7.1.302. This is the most stable candidate out of the latest Canaries. If this commit results in failures in Blink please contact the Blink sheriff. They may need to make changes to Blink because of the roll-back. When in doubt please try to contact the committer and reviewers of this CL before reverting it. TBR=machenbach@chromium.org Change-Id: I6c3ffe99cbd687bbef7b381ab4fdf38af2b58505 Reviewed-on: https://chromium-review.googlesource.com/c/1275952Reviewed-by:
Michael Hablich <hablich@chromium.org> Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Hablich <hablich@chromium.org> Cr-Commit-Position: refs/heads/master@{#598739}
-
Reza.Zakerinasab authored
Bug: 668547 Change-Id: Iaba2654ae8f3940a803eede41b940f811e52c9ba Reviewed-on: https://chromium-review.googlesource.com/c/1273990Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#598738}
-
Jordan Demeulenaere authored
Bug: 806868 Change-Id: I6bc3696ea7f2a9d335c3163702b0b9f4b9314de6 Reviewed-on: https://chromium-review.googlesource.com/c/1268255 Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#598737}
-
Brian Osman authored
Several layout test changes, but they're all minor and/or bug fixes See: https://skia-review.googlesource.com/c/skia/+/161140 Change-Id: Iecd1436d46f0e6a0f44860f40ab3cf94ef9f6edc Reviewed-on: https://chromium-review.googlesource.com/c/1273815 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by:
Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#598736}
-
Yuki Yamada authored
This is a clean-up for previous CL: https://chromium-review.googlesource.com/c/chromium/src/+/1215512 Bug: 872138 Change-Id: I2be8ab98d9d42404936779bb55cba1a0c5f00742 Reviewed-on: https://chromium-review.googlesource.com/c/1275989Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Yuki Yamada <yukiy@google.com> Cr-Commit-Position: refs/heads/master@{#598735}
-
Vasilii Sukhanov authored
This reverts commit 07f45e13. Reason for revert: broke compilation on Win https://ci.chromium.org/buildbot/chromium.chrome/Google%20Chrome%20Win/38615 ../../chrome/browser/ui/views/policy/enterprise_startup_dialog_view.cc(171,15): error: no member named 'SetTooltipText' in 'views::ImageView'; did you mean 'set_tooltip_text'? logo_image->SetTooltipText( ^~~~~~~~~~~~~~ set_tooltip_text Original change's description: > Update GetAccessibleName() in view::ImageView and view::Button > > This patch is updated duplicate code of tooltip text and accesible name > > Bug: 890465 > Change-Id: I4ed08c50a91a216de5d647d0d137e8927129b6af > Reviewed-on: https://chromium-review.googlesource.com/c/1256308 > Commit-Queue: Jongheon Kim <sapzape@gmail.com> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Reviewed-by: Michael Wasserman <msw@chromium.org> > Cr-Commit-Position: refs/heads/master@{#598729} TBR=xiyuan@chromium.org,stevenjb@chromium.org,msw@chromium.org,jinho.bang@samsung.com,sapzape@gmail.com Change-Id: Icd106f1c5e23a1a2f9322f867688f44809bd28b2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 890465 Reviewed-on: https://chromium-review.googlesource.com/c/1275856Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#598734}
-
Tim Volodine authored
Assign corresponding crbugs to each separate test class. BUG=841556 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Iaa9a5f8f4499e3950332ac2c500073ae193f36e2 Reviewed-on: https://chromium-review.googlesource.com/c/1270940 Commit-Queue: Tim Volodine <timvolodine@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#598733}
-
Arthur Sonzogni authored
This CL is a sub-part of: [Don't delete subframes on CommitPending] (https://chromium-review.googlesource.com/c/chromium/src/+/1122629/18) RenderFrameHosts (subframes) are allowed to stay alive longer in the background, the time needed for them to execute their unload handler. The WebContentsTaskProvider needs to stop tracking all the frames in pending deletion, not only the navigating one, but also its subframes. Not doing it properly triggers a DCHECK: --- // Whenever we have a task, we should have a main frame site instance. DCHECK(tasks_by_frames_.empty() == (main_frame_site_instance_ == nullptr)); --- With tasks_by_frames_ not being empty, but main_frame_site_instance being null after removing the old_frame in RenderFrameHostChanged. Bug: 609963 Change-Id: I6e4ad45fb0d47ab378396e9ea1ad97bfc27c9c31 Reviewed-on: https://chromium-review.googlesource.com/c/1163502 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#598732}
-
Rakina Zata Amni authored
A new factory function, createCSSStyleSheetSync will allow synchronous creation of CSSStyleSheet objects that have text but do not have @import rules. If the sheet text turn out to have @import rules, an exception will be thrown. Draft spec at: https://wicg.github.io/construct-stylesheets/ Discussion: https://github.com/WICG/construct-stylesheets/issues/38#issuecomment-423355490 Bug: 807560 Change-Id: I9f8ef4151f616ecc343a12f3ddd0e5a31e1be363 Reviewed-on: https://chromium-review.googlesource.com/c/1237803 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#598731}
-
Daniel Bratell authored
In jumbo builds many cc files compile together in the same translation unit, and thus share the same anonymous namespace. That means that constants need to have unique names in the whole build target, and not just unique in the file. This renames two constants, one that was just added/copied and one that already existed to give them more descriptive, and unique, names. TBR=maxlg@chromium.org,skobes@chromium.org Bug: 893068 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I45ec9852370fb5572fd53e21136a21f1dd14e220 Reviewed-on: https://chromium-review.googlesource.com/c/1275891Reviewed-by:
Daniel Bratell <bratell@opera.com> Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#598730}
-
Jongheon Kim authored
This patch is updated duplicate code of tooltip text and accesible name Bug: 890465 Change-Id: I4ed08c50a91a216de5d647d0d137e8927129b6af Reviewed-on: https://chromium-review.googlesource.com/c/1256308 Commit-Queue: Jongheon Kim <sapzape@gmail.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#598729}
-
Vasilii Sukhanov authored
Bug: 894205 Change-Id: I90c5b31e8313ab91f3ffa5bb37a01b52cdf44aca Reviewed-on: https://chromium-review.googlesource.com/c/1275855Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#598728}
-
Michael van Ouwerkerk authored
The old policy was to keep a cached unused module indefinitely even while under mild memory pressure. The new policy sets a time limit after which the cached unused module is destroyed when under mild memory pressure, or when the app is hidden. Bug: 853793 Change-Id: I29ddfae2d5a0a226f7c473bff587afc6578fbba9 Reviewed-on: https://chromium-review.googlesource.com/c/1270998 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#598727}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/54e47f8f695b..d9ce2f8b70cf Created with: gclient setdep -r src-internal@d9ce2f8b70cf The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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. TBR=mmoss@chromium.org Change-Id: Ifdb15795c0d7d321456a60fcfd03193ea9d4f734 Reviewed-on: https://chromium-review.googlesource.com/c/1275874Reviewed-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@{#598726}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/cd3378c32017..c8b97e37ec9c git log cd3378c32017..c8b97e37ec9c --date=short --no-merges --format='%ad %ae %s' 2018-10-11 shubag@amazon.com Override default cpufreq governor for a Fire TV device Created with: gclient setdep -r src/third_party/catapult@c8b97e37ec9c The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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=sullivan@chromium.org Change-Id: I7575a976d9659884640533857e1d5601c43caaa6 Reviewed-on: https://chromium-review.googlesource.com/c/1275872Reviewed-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@{#598725}
-
Friedrich Horschig authored
Because filling usernames might be more confusing than useful, disable them for now. This means they are still displayed (but disabled and greyed out) but can not be interacted with - like a password on a regular field. Change-Id: Ib233f1de20eeac7559b4a535460f4e5a29e1f2af Reviewed-on: https://chromium-review.googlesource.com/c/1275850Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Friedrich Horschig [CEST] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#598724}
-
Christian Biesinger authored
Change-Id: Iffc9c026157cb25e8ebec3c8865bf9bad3cb1dca Reviewed-on: https://chromium-review.googlesource.com/c/1274587Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#598723}
-
Oskar Sundbom authored
After experimenting with it, we've decided to not move forward. As the implementation is causing some issues, it's best to just remove it. Bug: 888783, 845187 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 Change-Id: I4ef9622340266930737f9a2597c33375702f53b8 Reviewed-on: https://chromium-review.googlesource.com/c/1273069 Commit-Queue: Oskar Sundbom <ossu@chromium.org> Reviewed-by:
Henrik Andreasson <henrika@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#598722}
-
Takashi Toyoshima authored
If OOR-CORS is enabled, CORS preflight requests are made outside Blink, and their ResourceTiming information usually collected via Resource instances could not be captured. This patch adds PreflightTimingInfo to URLLoaderCompletionStatus so that Blink can generate a correspond ResourceTiming information. This will make following layout tests pass with kOutOfBlinkCORS. - http/tests/misc/resource-timing-sizes-cors-preflight.html - http/tests/misc/resource-timing-sizes-cors-preflight-worker.html Bug: 870173 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Iba425d83ba1163cadc6b96f41c7329901b79c65d Reviewed-on: https://chromium-review.googlesource.com/c/1268996 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#598721}
-
Ioana Pandele authored
This CL adds logic to request showing and hiding the KA from the native side and uses it to limit the KA display only to password fields. Bug: 893067 Change-Id: Ic2caf4f3eb483cc13d74b8721159aa39b62764dd Reviewed-on: https://chromium-review.googlesource.com/c/1268056 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Friedrich Horschig [CEST] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#598720}
-
Sam Zackrisson authored
This allows platforms with known OS and hardware capabilities to apply better tuned audio processing configuration. The config is to parsed, validated and applied in MediaStreamAudioProcessor. The Config is passed as a std::string to keep ContentRendererClient free from WebRTC dependencies, and make it easy for clients to store the config. Another possible solution is to collect all related WebRTC audio settings in a struct and have the function return or accept a (forward-declared) pointer to said struct. Bug: 892611 Binary-Size: Added dependency is needed to implement new feature. Binary size is very close to bot warn limit (20 kB vs 16 kB). Compensating for size increase seems possible, although not until next release. Change-Id: Ib478c75ab42318b83ca4ef900587a964b0ceacbd Reviewed-on: https://chromium-review.googlesource.com/c/1261437 Commit-Queue: Sam Zackrisson <saza@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#598719}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/abdecf34eac9..7b5fdb9c2a7f git log abdecf34eac9..7b5fdb9c2a7f --date=short --no-merges --format='%ad %ae %s' 2018-10-11 achuith@chromium.org Revert "tast_test_stages: Use cros_run_vm_test" Created with: gclient setdep -r src/third_party/chromite@7b5fdb9c2a7f The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: I887b506942ad971be8a43be877541bd843b9ac73 Reviewed-on: https://chromium-review.googlesource.com/c/1275866Reviewed-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@{#598718}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fbc78231d058..54e47f8f695b Created with: gclient setdep -r src-internal@54e47f8f695b The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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. TBR=mmoss@chromium.org Change-Id: I3afde34d7c1019eb270d7ae5a5328cbd55ba2491 Reviewed-on: https://chromium-review.googlesource.com/c/1275870Reviewed-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@{#598717}
-
Stephane Zermatten authored
This patch fixes the way the path patterns in preconditions are applied. Before this patch, only the URL path was taken into account. This was a misunderstanding. After this patch, the URL path, query and ref are included when doing the regex match. Bug: 117541349 Change-Id: I4db3e2360f72568bd52436700f81b214d2aaabba Reviewed-on: https://chromium-review.googlesource.com/c/1273071 Commit-Queue: Stephane Zermatten <szermatt@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#598716}
-
Ulan Degenbaev authored
This reverts commit c64ae579. Original change's description: > [perf] Add browse:media:tumblr:2018 system health story > > This also add a login helper for tumblr and updates credentials.json > > Bug: 878390 > Change-Id: Iba56faf550cb638692899326b217347e04be9932 > Reviewed-on: https://chromium-review.googlesource.com/c/1256883 > Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> > Commit-Queue: Ulan Degenbaev <ulan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#596763} Change-Id: Ib40cc4b8c7f2fe4d23fe3effd285122e703d1601 Reviewed-on: https://chromium-review.googlesource.com/c/1264382Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#598715}
-
Vasilii Sukhanov authored
TBR=alemate@chromium.org Bug: 894384 Change-Id: I7b9f1f8cca3c0e65fa4818c0a79558533fb2edea Reviewed-on: https://chromium-review.googlesource.com/c/1275851Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#598714}
-
Vasilii Sukhanov authored
This reverts commit ed7a7b47. Reason for revert: those tests are failing continuously on Linux ChromiumOS MSan Tests https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8932976679386205856/+/steps/webui_polymer2_interactive_ui_tests/0/stdout Original change's description: > WebUI: Add remaining LoginUITests to filter > > Since the OOBE tests from this suite now fail with Polymer 2, add the > other tests to the whitelist, to prevent the possibility of more > failures in future. > > Bug: None > Change-Id: Ibd35cbf0efc8a8acf3f112edc28cc433e50847dc > Reviewed-on: https://chromium-review.googlesource.com/c/1274595 > Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#598588} TBR=dpapad@chromium.org,rbpotter@chromium.org Change-Id: Iae1955f8c5d1b1bb23096fba62d8d42f19e882ff No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/1275887Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#598713}
-
Christos Froussios authored
Add UMA metrics for basic PasswordStore operations. This will help quantify the impact of changing the serving PasswordStore implementation. Bug: 571003 Change-Id: Id44c3723298fde1317307f2757345193cbf9311f Reviewed-on: https://chromium-review.googlesource.com/c/1273037 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#598712}
-
Yuzu Saijo authored
This CL tries to solve crashes in OnOOMCallback, which seem to happen because of allocation inside the function. By initializing the CrashMemoryReporterImpl in blink initializer, this fix intends to avoid allocation when memory pressure is high. Bug: 888970 Change-Id: Iefc72224f95158e72030862c9d4cad8f964a4e1e Reviewed-on: https://chromium-review.googlesource.com/c/1275745Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#598711}
-
Friedrich Horschig authored
With this CL, the keyboard accessory controller fetches icons using GetRawFaviconForPageURL with the desired size in pixels which results in sharp favicons that scale with Android UI elements. Before this CL, |GetFaviconImageForPageUrl| was used which assumes the default size (16dp, as opposed to 20dp) for icons and doesn't provide scale representation which are suitable for hdpi scales of mobile icons. (The provided scale was 1x to 2x, but modern phones use scales >= 3.5x) Bug: 870346, 856180 Change-Id: I4371c43ccdf6e7c7b39be805d82a17c8bdb6c661 Reviewed-on: https://chromium-review.googlesource.com/c/1273497 Commit-Queue: Friedrich Horschig [CEST] <fhorschig@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#598710}
-