- 22 Jan, 2020 40 commits
-
-
Thomas Lukaszewicz authored
Fixed the trigger check for MenuButtonController so that it always checks to see if a given menu triggering event is valid during an OnMousePressed event. Previously the timing check was made during either OnMousePressed or OnMouseReleased. If the check was made during OnMouseReleased the event may or may not have registered as a triggering event based on the timing of the action (ie long press of the button), resulting in inconsistent behaviour. Bug: 1036441 Change-Id: I566fae882b7ef0e7c69a1359237b11f7c4a3d53d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013747 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#734158}
-
Sylvain Defresne authored
Instead of forward declaring ChromeBrowserState in the ios namespace, use a header. This will allow moving the class to the global namespace without having to change all the forward declaration at the same time. This CL was uploaded by git cl split. R=sczs@chromium.org Bug: 1042208 Change-Id: I388055914d1180bf7ecd228c42cb019bfdf5f7a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007427 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#734157}
-
David Van Cleve authored
Updates blink/common/feature_policy's README to reflect some restructuring of the feature policy framework that: - uses a json5 for defining new features - does away with some boilerplate elsewhere (e.g. mojom-traits) that was previously necessary. Change-Id: I6b9425be81ae5fb0539394e993ecb3d3fbadbd92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012887 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#734156}
-
Anastasia Helfinstein authored
This is a quick fix for a small bug related to the listener for childrenChanged events. Bug: None Change-Id: I72dad6423d68301597fa1728feae4f775b6e6337 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013914Reviewed-by:
Aran Gilman <gilmanmh@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#734155}
-
David Van Cleve authored
Another CL I'm working on concurrently involves adding some tests involving CorsURLLoaderFactories, which are a little laborious to initialize in tests, in part because a couple of the dependencies are tricky to mock out. This CL makes it slightly easier by adding a fake (TestResourceScheduler) for ResourceScheduler to the network service's test support library. Change-Id: I758c355ffe0d9241798d119cb12e2f36bb6f3fcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007523 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#734154}
-
Xida Chen authored
Right now this dcheck is at the time of reporting metrics, where the debug string could be long. This CL improves the dcheck by: 1. At the end of each impl frame, dcheck that this impl frame should either be no-damage or submitted. 2. At the time of reporting metrics, only output the string for the frames that doesn't satisfy 1. Bug: 1043091 Change-Id: Ib7b106faa41c169a7ee44567a2444d064d8b38c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008318 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#734153}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/71fa12130a57..527fd16079a5 Created with: gclient setdep -r src-internal@527fd16079a5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1031156 Tbr: jbudorick@google.com Change-Id: Ib8e2092aefdb501d9a5f1b6961ae04dead2f1c0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013667Reviewed-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@{#734152}
-
Mustafa Emre Acer authored
This CL adds a list of Thai characters that look like Latin characters. A domain consisting only of these characters and not having a .th ccTLD or other Thai TLDs such as .ไทย will be converted to punycode, as is done for other whole-script-confusables such as Cyrillic and Hebrew. Some of the Thai characters look similar to Latin only on Linux, so more characters are included for Linux in this CL. This affects a number of single letter domains such as น.com (xn--q3c.com) and ม.com (xn--y3c.com) on Linux and บ.com (xn--r3c.com) on other platforms. However, most of these domains are parked and don't have significant usage. Here are screenshots of the characters on different platforms: Linux: https://drive.google.com/open?id=12VaeWI6C5Vx-FjgpuOHWlY7SoVeozq6o Mac: https://drive.google.com/open?id=1r2VkoeQZUJUHSBoqkruzdylVtg5T9o_x Windows: https://drive.google.com/open?id=1gLFDwy5T6uIQkVU7lPz6Tzoe2GGapTvS Bug: 722167 Change-Id: Iba083eab566ae3110d55e02006ff3292233dff10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012089 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#734151}
-
Patrick Monette authored
This CL is a no-op functionality-wise. Bug: 268984 Change-Id: I897e9728e4800ce2069e11dfe00a71638ededaef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994019 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#734150}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/8fff8c3b7dc8..1e8486b1739d git log 8fff8c3b7dc8..1e8486b1739d --date=short --first-parent --format='%ad %ae %s' 2020-01-22 bclayton@google.com CMake: Make the use of endif() / endif(EXPR) consistent 2020-01-22 bclayton@google.com Vulkan debugger: Don't wait for debugger by default. 2020-01-22 bclayton@google.com CMakeLists: Allow overriding of building cppdap 2020-01-22 bclayton@google.com CMakeLists: Only expose options if they're not set as vars Created with: gclient setdep -r src/third_party/swiftshader@1e8486b1739d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: If54466e3d8d332b8f16b203fc1a89b6aa1d04ab1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013773Reviewed-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@{#734149}
-
Ben Pastene authored
Forgot the scheduler configs in crrev.com/c/2012838. Bug: 1032336 Change-Id: I3c52f9762f195566fb44ae0e6a3e4bd75936d6c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015163 Commit-Queue: Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Auto-Submit: Ben Pastene <bpastene@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#734148}
-
Mason Freed authored
Prior to this CL, the load event was not being fired when the textContent of a <style> element was changed, contrary to the spec ([1]). Now, the load event is fired in this case. Note that when textContent is changed, per spec [2], the children changed steps are run. This first removes the existing <style> contents, which once complete, fires a "load" event. Then the new <style> contents are parsed, after which another "load" event is fired. So in the example of 674518, two load events will now be fired when the style is changed. [1] https://html.spec.whatwg.org/multipage/semantics.html#update-a-style-block [2] https://dom.spec.whatwg.org/#concept-node-children-changed-ext Fixed: 674518 Change-Id: Idb0ddb9f0ca2478a8a35d06817928503e74fa3fb Bug: 674518 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011133 Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#734147}
-
Naoki Fukino authored
Following errors by eslint are not automatically fixed. I fixed these manually. (Used eslint-disable-next-line for redefining global object.) /ui/file_manager/file_manager/test/js/chrome_api_test_impl.js 13:1 error Unexpected var, use let or const instead no-var 152:9 error Unexpected var, use let or const instead no-var /ui/file_manager/file_manager/test/js/chrome_file_manager_private_test_impl.js 283:1 error Unexpected var, use let or const instead no-var /ui/file_manager/file_manager/test/js/test_util.js 8:1 error Unexpected var, use let or const instead no-var 376:3 error Unexpected var, use let or const instead no-var Bug: 778674 Test: Run browser_tests/closure_compiler Change-Id: Ifeccd95fd0c459c5752855ef7f218d646bd6c6ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014600 Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Naoki Fukino <fukino@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#734146}
-
Bence Béky authored
https://quiche.googlesource.com/quiche.git/+log/dfabdfb6884b..f579b5e51aaf $ git log dfabdfb68..f579b5e51 --date=short --no-merges --format='%ad %ae %s' 2020-01-21 nharper Refactor TlsServerHandshaker to implement QuicCryptoServerStreamBase directly 2020-01-21 fayang Disable gfe2_restart_flag_quic_default_on_ietf_loss_detection in QuicEndpointTest.Competition while investigating the issue. 2020-01-21 wub gfe-relnote: (n/a) Change the return value of QuicUdpSocketApi::ReadMultiplePackets from number of good packets to number of total packets read. Code not used yet. 2020-01-21 bnc Use quiche_export instead of http2_export. 2020-01-21 ianswett gfe-relnote: Add a connection option(1ACK) to send only one immediate ACK in QUIC after reordering, instead of 4. Protected by gfe2_reloadable_flag_quic_one_immediate_ack Created with: roll-dep src/net/third_party/quiche/src Change-Id: I6a3b22464f673884affc55883c090a8df1dead3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014053 Commit-Queue: Ryan Hamilton <rch@chromium.org> Auto-Submit: Bence Béky <bnc@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#734145}
-
Stephen Nusko authored
It remains disabled by default by the tracing flag --enable-features=kEnablePerfettoSystemTracing, but when enabled will attempt to connect to the result of GetProducerSocket(). This will be useful for people who want system wide tracing on linux from crashed browser processes since the tracing service will be alive even after Chrome dies. Bug: 1007310 Change-Id: I62e67bcdc9ff720da2a59497a6d3ebf855413b8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953718 Auto-Submit: Stephen Nusko <nuskos@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#734144}
-
Mikel Astiz authored
This addresses a TODO in SyncServiceCrypto about honoring the result of MarkKeysAsStale(), which is called when a previous call to FetchKeys() returns keys that are insufficient to resolve the encryption issue. If MarkKeysAsStale() reports true, it suggests another FetchKeys() attempt is worth (usually meaning some local cache was invalidated). This means another FetchKeys() call should be issued, as a second and last attempt to resolve the encryption issue. Bug: 1012659 Change-Id: Idd766233d0cacd2fb1030ca107e51efd667ad414 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003132 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#734143}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/2e45f00d3687..04ccecc2d7b2 git log 2e45f00d3687..04ccecc2d7b2 --date=short --first-parent --format='%ad %ae %s' 2020-01-22 aerotwist@chromium.org [Global] Updates references to Common.console 2020-01-22 aerotwist@chromium.org Adds e2e scripts and 'Hello, World' test 2020-01-22 aerotwist@chromium.org Migrates sources/ to ESM internally Created with: gclient setdep -r src/third_party/devtools-frontend/src@04ccecc2d7b2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1006759,chromium:1044632 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I55227c4b5447b0dcdacd908ff34475edcf623800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015144Reviewed-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@{#734142}
-
Min Qin authored
BUG=103745 Change-Id: Icc6e06fbcfc17b1b824ab9406f73a89a52c2b8be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993387 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#734141}
-
Cammie Smith Barnes authored
Because some same-origin root ad frames have children who are cross-origin, the current same-origin vs cross-origin ad metric classifies the origin status of cross-origin ad creatives with same-origin root ad frames as same-origin. This new metric heuristically determines which frame in the ad frame tree contains the actual ad creative by assuming it is the first frame with a First Contentful Paint. Test 1: chrome/test:unit_tests --gtest_filter=*CreativeOriginStatus* Test 2: chrome/test:browser_tests --gtest_filter=*CreativeOriginStatus* Bug: 1011407 Change-Id: I2571734216b5abd5facd4dac79e5b1a1ee91bdb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894168 Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#734140}
-
Rohit Rao authored
TBR=eugenebut@chromium.org BUG=1044676 Change-Id: I83a925af601b4916a69b7e737352339610a258f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014128Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#734139}
-
Miguel Casas authored
This CL adds a Media.PlatformVideoDecoding.Decode histogram to the VA-API Wrapper (a similar one could be added to others). This histogram is used for CrOs perf testing: crrev.com/c/2013491. Bug: 1014836 Change-Id: I0b108d9488472640b3f9e640eeeb73dc3784008f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013583Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#734138}
-
Sammie Quon authored
Discovered new bug regarding windows with top insets which affects both minimized windows and unminimzed windows. The current patch does not make it perfect in the case of windows with top insets (especially if they are letterboxed), but its a lot closer than before. Test: added test, manual Bug: 1041555 Change-Id: I3503ca4a6760517176607c50d1dc6f1a2b9ca376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001753Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#734137}
-
Daniel Hosseinian authored
Epson printers use the "Ink" attribute instead of other commonly used attributes like "ColorModel". Remove unnecessary scoping in some unit tests. Bug: 1043255 Change-Id: I3a71c0354de266cf41b99d06372e883e8b200eb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014101Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#734136}
-
Sebastien Lalancette authored
This reverts commit dbfd6f35. Reason for revert: CrSettingsSiteSettingsPageTest.UMALoggingTestsPart2 is failing flakily. Bug: 1044708 Original change's description: > Revert "[Sheriff]: Revert "More Settings Page Interaction UMA"" > > This reverts commit 0bfc424a. > > Reason for revert: Found cause of revert and fixed > > Original change's description: > > [Sheriff]: Revert "More Settings Page Interaction UMA" > > > > This reverts commit 561bf1af. > > > > Reason for revert: > > Strongly suspect this is causing failures on the debug builders: > > [29058:775:0117/070736.663833:ERROR:CONSOLE(49)] "Mocha test failed: PersonalizationOptionsTests_AllBuilds signinAllowedToggle > > Error: Uncaught TypeError: Cannot read property 'PRIVACY_CHROME_SIGN_IN' of undefined (chrome://settings/privacy_page/personalization_options.js:102) > > > > r732804 was reverted earlier for the same reasons, but there are still failures coming from the settings code, albeit less > > > > Original change's description: > > > More Settings Page Interaction UMA > > > > > > Move the settings enum and the call to uma to a separate browser proxy. > > > > > > Add UMA to all site settings subpage interactions and new toggles moved to the main settings card > > > > > > Bug: 1032584 > > > Change-Id: Icadd71d4511fa1f604f2d3acbda92c0e84700173 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967651 > > > Commit-Queue: Sean Harrison <harrisonsean@chromium.org> > > > Reviewed-by: Dan Beam <dbeam@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#732785} > > > > TBR=dbeam@chromium.org,harrisonsean@chromium.org > > > > Change-Id: Id4ee78d89487ecf7e6d1935088d02b29de89c7c8 > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 1032584 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007829 > > Reviewed-by: Leonard Grey <lgrey@chromium.org> > > Commit-Queue: Leonard Grey <lgrey@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#732870} > > Change-Id: Id60aa270741ac9305effac5a13587eb1a1d89102 > Bug: 1032584 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007716 > Reviewed-by: Dan Beam <dbeam@chromium.org> > Commit-Queue: Sean Harrison <harrisonsean@chromium.org> > Cr-Commit-Position: refs/heads/master@{#733913} TBR=dbeam@chromium.org,lgrey@chromium.org,harrisonsean@chromium.org Change-Id: I9491e91268ed0ef59837a49161d79692e9c44ceb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1032584 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015562Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#734135}
-
Mustafa Emre Acer authored
This binary is used for debugging, so there's no direct impact to Chrome. Change-Id: Ib6a7120de8e28f135d83e816974e9ccaa3dd077a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913048 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#734134}
-
Saman Sami authored
Add trace events to all non-trivial methods of DrmThread and all methods in DrmThreadProxy that block. Bug: 1034559 Change-Id: I4f77dc84f0e35f2f405d2a9f4658c865800cf44e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013812Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#734133}
-
sandromaggi authored
Adding completeness check on address in UI. Bug: b/147718960 Change-Id: I6307c420867cc9c2616b96432baaea7884e71773 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012381Reviewed-by:
Clemens Arbesser <arbesser@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#734132}
-
rbpotter authored
Autogenerate Polymer 3 versions of CrFingerprintProgressArc and its tests. This will be used by chrome://settings in future. Bug: 1042558 Change-Id: I5a628f2e2dd96bc91b607a453b862022555a04c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013630Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#734131}
-
Allen Bauer authored
Bug: 648382 Change-Id: I1342c7735c5a78dbddd482de7f7a6c2ceb9b9e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014126 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#734130}
-
John Lee authored
Bug: 1032778 Change-Id: I7701cdfe36f29110d1da957d87605ddbbc8b9179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013912Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#734129}
-
Vladislav Kuzkokov authored
This situation may come up if policy was changed after printer was selected. We reject printing job since silently omitting username and filename could be confusing. Bug: 1042798 Change-Id: Iba385503d8f7e960291728d6515ca7c236220847 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004992Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#734128}
-
Mason Freed authored
Cleanup. This feature has been enabled by default since M76. Change-Id: I3f1009f6a749b214dec3bb72c7730e35d91f928f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008428 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#734127}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=kolos@chromium.org Bug: 1041419 Change-Id: I9f15c46d6dd88dfb97ed26c5cfe233881d2c8643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997769 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#734126}
-
Owen Min authored
WallClockTimer is able to run the task with wall clock delay which is not paused when the computer is sleep. WallClockTimer is currently in relaunch_notification component. enterprise reporting will temporarily depends on it. WallClockTimer will be moved into base later. Also, removing the RequestTimer and let ReportScheduler use WallClockTimer directly. Bug: 1039673 Change-Id: Ic3a2c695717c9fee6af5172d7a12e2afb2ed561b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005648 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#734125}
-
Stephen Chenney authored
The new Style and Layout metrics correlate as expected with the old combined metric, so it is safe to remove it. Bug: 1044355 Change-Id: I6fb51394195d9e48c40801e946934f8a6775ed61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013496Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#734124}
-
Aga Wronska authored
Parse PerAppTimeLimits policy received from the server and store app limits data in AppActivityRegistry. This will be followed up by processing app limits. Bug: 1015654 Test: AppTimeTest Change-Id: I29691e0c801762a73f01cce217826423359957eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001411Reviewed-by:
Yilkal Abe <yilkal@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#734123}
-
Allen Bauer authored
Bug: 648382 Change-Id: I89d44f2b4ed34827d0451db4cbfa801a6c6cf3fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013512Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#734122}
-
Hans Wennborg authored
This reverts commit 71932bd3. Reason for revert: This broke the stack_allocated.cpp test, see https://ci.chromium.org/p/chromium/builders/ci/ToTLinux/9408 Original change's description: > blink_gc_plugin: Disallow Members for stack-allocated types > > Members in stack allocated types issue redundant write-barriers. This CL > provides an option --no-members-in-gc-allocated, which prohibits use of > them. > > Bug: 1044611 > Change-Id: Icc83756d9a1d6e414a09b705c0f008f9e79c4ae9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010986 > Commit-Queue: Anton Bikineev <bikineev@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#734022} TBR=haraken@chromium.org,mlippautz@chromium.org,bikineev@chromium.org Change-Id: I3ae05fc50c49a3d668a3cb4d49c0fb010225861f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1044611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015342Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#734121}
-
Jonathan Freed authored
Bug: 1037085 Change-Id: Id384314ee43361434c9beade56fef7d101fb6189 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983626Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Jonathan Freed <freedjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#734120}
-
jonross authored
We removed --fuzzy-diff from the default Linux configuration in: https://chromium-review.googlesource.com/c/chromium/src/+/1989866 As a part of this we needed to disable SkiaRenderer, as this feature had been developed with -fuzzy-diff on and we were not certain the impact. We have since tested re-adding it, and it appears that some rebaselines are needed. This requires 130 baseline changes in the main tests, along with similar rebaselines for these tests which have been duplicated in various VirtualTests. The vast majority of the differences are small color variations in anti-aliasing, and some gradient representations. Some ref_tests cannot be rebaselined, issue 1043675 was filed to track those affected by SkiaRenderer so that we can triage them accordingly. TEST=blink_web_tests Bug: 1039401, 1043675, 1044032 Change-Id: Idfcbdac1416067d6922b20a6cadc9180ecce82fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994088Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#734119}
-