- 26 Sep, 2018 40 commits
-
-
Fady Samuel authored
This CL simplifies deadline setup in viz::Surface a bit in anticipation for throttling of child-initiated synchronization. Prior to this CL, a Surface did not always have a SurfaceDependencyDeadline object. One was only available if unlimited deadlines were not specified by command line. This made deadline logic a bit more difficult to read in Surface. Furthermore, UpdateActivationDependencies didn't just update dependencies, it also resolved the FrameDeadline into a wall time deadline. This CL splits up that responsibility into a separate object in anticipation of adding additional functionality in UpdateActivationDependencies in another CL. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Ib280a25922600a36265b705bac25a820043756bf Bug: 672962 Reviewed-on: https://chromium-review.googlesource.com/1240506 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#594319}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/569397fec738..1c718f91de16 git log 569397fec738..1c718f91de16 --date=short --no-merges --format='%ad %ae %s' 2018-09-26 saza@webrtc.org Update configuration of builtin AECs in APM fuzzer 2018-09-26 buildbot@webrtc.org Roll chromium_revision df010d52..cc51f289 (594163:594271) Created with: gclient setdep -r src/third_party/webrtc@1c718f91de16 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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I68b2e543157feeb6a1739d9f916c4fb7a1e96b99 Reviewed-on: https://chromium-review.googlesource.com/1245885Reviewed-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@{#594318}
-
Tien Mai authored
Adds machine enrollment status information on chrome's policy page if the machine has an enrollment token Bug: 833869 Change-Id: Ife80d3ed4352f4ebd0785cd28208019b08a4501e Reviewed-on: https://chromium-review.googlesource.com/1240870Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#594317}
-
Nico Weber authored
Namely, in https://chromium-review.googlesource.com/1239639 and https://chromium-review.googlesource.com/1239764 and https://chromium-review.googlesource.com/1244017 TBR=wittman Bug: 832676 Change-Id: I6be39e2e84d7687517c12c213434ccd62ad3166a Reviewed-on: https://chromium-review.googlesource.com/1246022 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#594316}
-
Anne Lim authored
Moved strike_database files from chrome/browser/autofill to components/autofill/browser. Bug: 884717 Change-Id: If6f7d6b59edd35d727ebcf70537a216a54b37de0 Reviewed-on: https://chromium-review.googlesource.com/1241937 Commit-Queue: Anne Lim <annelim@google.com> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#594315}
-
John Budorick authored
TBR=hinoka@chromium.org No-Try: true Bug: 889399 Change-Id: I0184ec4ab05b26c9e7abd0d5405f400e118cda2e Reviewed-on: https://chromium-review.googlesource.com/1246241 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#594314}
-
Daniel Vogelheim authored
It's possible to use Trusted Types without the trusted-types CSP directive. In that case, all policies are allowed. (The current code will just crash.) Bug: 739170 Change-Id: I0a832be30f97f7401db221038119af491e418521 Reviewed-on: https://chromium-review.googlesource.com/1245781 Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#594313}
-
David 'Digit' Turner authored
Update the translation_expecations.pyl to enable the translation of strings to the list of 'omitted' Android locales (as defined in build/config/locales.gni). The corresponding strings will not be omitted from Chrome when built as an Android app bundle, as opposed to regular APKs. See bug for all details. R=agrieve@chromium.org, thestig@chromium.org Bug: 879228 Change-Id: I5bca7817e051648e3cb04f2e573064101422ed29 Reviewed-on: https://chromium-review.googlesource.com/1203611Reviewed-by:
Jungshik Shin <jshin@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#594312}
-
Gauthier Ambard authored
Now that the toolbar's files have been cleaned up after UI Refresh, the folder can be reorganized. The files related to the fullscreen features are moved to a separate folder. The toolbar model delegate gets its own gn target. The resources are unused and are removed. Bug: 800266 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I0e7043e13c2c90c6f939af55d7e447f929667681 Reviewed-on: https://chromium-review.googlesource.com/1245798Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#594311}
-
Javier Ernesto Flores Robles authored
Creates a helper that observes the keyboard. This observer is used to more precisely remove the animations of the presented view, and also to correctly restore the keyboard when it disappears. It is a separate file to make it easier to test, in a separate CL. This CL also cleans the logic for hiding subviews which is obsolete and not needed. This adds a new Earl Grey test suite, where in a follow up CL will enable the manual fallback flags so they can be tested. Bug: 845472 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I299b36915d1d2b6f0ef642e73b302c9cd2f4f931 Reviewed-on: https://chromium-review.googlesource.com/1233835 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#594310}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8b30ebf77390..29447ec5203f Created with: gclient setdep -r src-internal@29447ec5203f 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: Idef0c2b2f0c2f889520b6720e96ebb1cd742ecff Reviewed-on: https://chromium-review.googlesource.com/1245884Reviewed-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@{#594309}
-
Vladislav Kaznacheev authored
Updating the icons for MD compliance. Keeping four icon sizes: 16, 48 and 128 (as recommended by https://developer.chrome.com/extensions/manifest/icons) and 192 for use in ChromeOS UI on hidpi devices. Keeping 96 size for file_manager, as it is used directly in js. Changing the audio and video player window icons to highest available size (192), as this is the currently recommended approach for window icons. Not changing the look of existing favicons, only png-optimizing. Bug: 882176 Test: manual, browser_tests Change-Id: Ib3040e6acddbcc2c4d48e84795d8b959082f19be Reviewed-on: https://chromium-review.googlesource.com/1243680Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#594308}
-
Greg Kraynov authored
Bug: 865411 Change-Id: I33b014e6d66ff79845db5ae3e19ce6cc36c4d478 Reviewed-on: https://chromium-review.googlesource.com/1243675 Commit-Queue: Greg Kraynov <kraynov@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#594307}
-
Henrique Grandinetti authored
This is a precaution to make the usage time not so wrong if the OS crashes, with this change, it will be wrong by at most 30 seconds instead of 10 minutes. Bug: 881445 Change-Id: Iafbcecd26e417a29a0f3c69beb01a619f81d6193 Reviewed-on: https://chromium-review.googlesource.com/1243827 Commit-Queue: Henrique Grandinetti <hgrandinetti@google.com> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#594306}
-
Dominic Farolino authored
Before this CL, module scripts via <script type=module> used "omit" as the default credentials mode. After this CL, "same-origin" is used. This extends to module script descendants as well. Intent to implement and ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/CUAxbvtnCh4. R=kinuko@chromium.org, kouhei@chromium.org, nhiroki@chromium.org Bug: 849101 Change-Id: I62617aafd3e226bc86459ec4a24138d9eac6e8ff Reviewed-on: https://chromium-review.googlesource.com/1239638Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Dominic Farolino <domfarolino@gmail.com> Cr-Commit-Position: refs/heads/master@{#594305}
-
Stephen Chenney authored
The paint team has no insight into what proportion of the Blink complete main frame time is spent in Blink lifecycle operations vs. script required updates vs. other tasks. This CL adds metrics that will allow for identifying the proportion of main frame time taken by various operations. The relanded patch fixes uninitialized variable issues. Original review and discussion at https://chromium-review.googlesource.com/1179995 Original patch landed at https://crrev.com/18c7186d821de890abcc39dfd8cc8ad5bbb28e08 TBR: vmpstr@chromium.org TBR: rkaplow@chromium.org TBR: sadrul@chromium.org TBR: sky@chromium.org Bug: 869966 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I0606d1075100a2fce5829e2ca0829b11fa20d62c Reviewed-on: https://chromium-review.googlesource.com/1245922Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#594304}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1d39805f..d9004e51 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I313e7a439da0578befb90562e094c3cd1101d403 Reviewed-on: https://chromium-review.googlesource.com/1245682Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594303}
-
Tibor Goldschwendt authored
Bug: 888602 Change-Id: I9ac5818460da30057a42fff007dbcceb52b6f6a2 Reviewed-on: https://chromium-review.googlesource.com/1244599Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#594302}
-
manuk authored
Removed html form wrapper. Replaced input box's label text with placeholder text and increased its from 40 to 60 characters. Updated classification dropdown order to list the 2 options marked as obsolete last. Change-Id: I41380d2ce17f89db1449f3e81a3988a6e9cdc16e Reviewed-on: https://chromium-review.googlesource.com/1243567Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#594301}
-
Fredrik Söderquist authored
Most callsites have easy (even trivial) access to the object bounding box (oBB), so just pass it as a parameter. Change-Id: I2ec67dbea178356a3130bcef27204875143cf26c Reviewed-on: https://chromium-review.googlesource.com/1245444Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#594300}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/6f68324adbf5..569397fec738 git log 6f68324adbf5..569397fec738 --date=short --no-merges --format='%ad %ae %s' 2018-09-26 philipel@webrtc.org Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." 2018-09-26 sergeyberezin@chromium.org [ios] Update swarming dimensions for Xcode 10 2018-09-26 kron@webrtc.org Reland "Second reland of "Optimize execution time of RTPSender::UpdateDelayStatistics"" 2018-09-26 srte@webrtc.org Adds srte to OWNERS in bitrate_controller and remote_bitrate_estimator. 2018-09-26 buildbot@webrtc.org Roll chromium_revision c85bccf2..df010d52 (594059:594163) 2018-09-25 buildbot@webrtc.org Roll chromium_revision 5198eaca..c85bccf2 (593926:594059) Created with: gclient setdep -r src/third_party/webrtc@569397fec738 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:888513,chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ib1a5803dbb0314adc76ac6cbfe56cc1d304658d4 Reviewed-on: https://chromium-review.googlesource.com/1245801Reviewed-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@{#594299}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 77c07678. With Chromium commits locally applied on WPT: 398ba6bd "service worker: Add WPT tests for resultingClientId." 0d8287d0 "Revert "service worker: Add WPT tests for resultingClientId."" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/25319 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: I777a66dde5347825daaf231165c1dd5e22813f5f Reviewed-on: https://chromium-review.googlesource.com/1245681 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#594298}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b2a7cb0b9d80..8b30ebf77390 Created with: gclient setdep -r src-internal@8b30ebf77390 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: Ic07b2942ea5400a09916c1e33391e8cb461b8225 Reviewed-on: https://chromium-review.googlesource.com/1245882Reviewed-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@{#594297}
-
Mark Cogan authored
Bug: 884721 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I16512538ba9d0eb765a99eb374c83d7cdaed3a2b Reviewed-on: https://chromium-review.googlesource.com/1245702 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#594296}
-
Maks Orlovich authored
Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ib0249d31e4c5361ac00dc36676656b49b45be6cf Reviewed-on: https://chromium-review.googlesource.com/1243998 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#594295}
-
Gauthier Ambard authored
The openNewTab command was only used by the TabSwitcher. Bug: 800266 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ia33d9099c69e0f45caeb78b1c078be2f7e3097aa Reviewed-on: https://chromium-review.googlesource.com/1245789Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#594294}
-
Gauthier Ambard authored
The ToolbarOwner protocol was used in the TabSwitcher/StackView animations. Now that they are removed, the protocol can be removed too. Bug: 800266 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I26ea284194530e614afac161cc9db582963b00ee Reviewed-on: https://chromium-review.googlesource.com/1245464 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#594293}
-
Mohamed Amir Yosef authored
WebUI pages such as "chrome://bookmarks/" have favicons but are don't have an icon url. This CL adds support for such type of node. Bug: 516866 Change-Id: Ibaa8e071ccfed731d3e80dbd7a48816bfcb993b2 Reviewed-on: https://chromium-review.googlesource.com/1245468Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#594292}
-
Gauthier Ambard authored
This CL removes the legacy toolbar images. Bug: 800266, 884724 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ia336af4492e6d3581dd94a2209fc27d809acf57f Reviewed-on: https://chromium-review.googlesource.com/1243287 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#594291}
-
Marina Ciocea authored
This reverts commit 5fbe87da. Reason for revert: causing intermittent win build failures: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win-rel/3273 https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win-rel?limit=50 https://crbug.com/889456 Original change's description: > Move PDF test classes out of findtext_unittest.cc. > > Make them available to other unit tests. > > Change-Id: If1166a9611b4b5455440ceb75c449f61e4cbb8ce > Reviewed-on: https://chromium-review.googlesource.com/1244112 > Commit-Queue: Lei Zhang <thestig@chromium.org> > Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> > Cr-Commit-Position: refs/heads/master@{#594139} TBR=rharrison@chromium.org,thestig@chromium.org,hnakashima@google.com,hnakashima@chromium.org Bug: 889456 Change-Id: Ice337c29d02dd4e64e72a743dadb5f2ba675dfbc No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1245704Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#594290}
-
Daniel Bratell authored
A missing declaration broke some jumbo builds because in those builds an implicit instantiation was seen before an explicit specialization. This is illegal in C++. A forward declaration solves the problem. TBR=pbos@chromium.org,tapted@chromium.org Bug: 861975,888204 Change-Id: Iecf736bcf9748d3c68265c21f9351c56d9a23dd8 Reviewed-on: https://chromium-review.googlesource.com/1245785Reviewed-by:
Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#594289}
-
Marina Ciocea authored
This reverts commit 8e105f9f. Reason for revert: The compile error turned out to be unrelated to reverted CL: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8934322227177895152/+/steps/compile/0/stdout Compiling obj/pdf/pdf_test_utils/test_document_loader.obj seems to intermittently fail depending on compile order, checking. Original change's description: > Revert "Update V8 to version 7.1.179." > > This reverts commit ef5c93d6. > > Reason for revert: broke win build: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win-rel/3273 > > Original change's description: > > Update V8 to version 7.1.179. > > > > Summary of changes available at: > > https://chromium.googlesource.com/v8/v8/+log/c5a1fcbf..1d39805f > > > > Please follow these instructions for assigning/CC'ing issues: > > https://github.com/v8/v8/wiki/Triaging%20issues > > > > Please close rolling in case of a roll revert: > > https://v8-roll.appspot.com/ > > This only works with a Google account. > > > > CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel > > > > TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com > > > > Change-Id: I1ad6ef28355d9e48c8067cb336b05a7e3d990112 > > Reviewed-on: https://chromium-review.googlesource.com/1244981 > > Reviewed-by: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> > > Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> > > Cr-Commit-Position: refs/heads/master@{#594282} > > TBR=hablich@chromium.org,v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com,v8-waterfall-sheriff@grotations.appspotmail.com > > Change-Id: I7482d6706173aabe8557296f63ca1d879e540d27 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel > Reviewed-on: https://chromium-review.googlesource.com/1245791 > Reviewed-by: Marina Ciocea <marinaciocea@chromium.org> > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#594286} TBR=hablich@chromium.org,marinaciocea@chromium.org,v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: Iba5a79defe9ff8f043916a97e34ee0deff3eff32 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1245722Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#594288}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c05302bc84da..bdf1431686c2 git log c05302bc84da..bdf1431686c2 --date=short --no-merges --format='%ad %ae %s' 2018-09-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 95bba6e59fe8..a602f9064b3e (4 commits) Created with: gclient setdep -r src/third_party/skia@bdf1431686c2 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=bsalomon@chromium.org Change-Id: I75886ff1595d16233358843315c479056cae8d39 Reviewed-on: https://chromium-review.googlesource.com/1245662Reviewed-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@{#594287}
-
Marina Ciocea authored
This reverts commit ef5c93d6. Reason for revert: broke win build: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win-rel/3273 Original change's description: > Update V8 to version 7.1.179. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/c5a1fcbf..1d39805f > > Please follow these instructions for assigning/CC'ing issues: > https://github.com/v8/v8/wiki/Triaging%20issues > > Please close rolling in case of a roll revert: > https://v8-roll.appspot.com/ > This only works with a Google account. > > CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel > > TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com > > Change-Id: I1ad6ef28355d9e48c8067cb336b05a7e3d990112 > Reviewed-on: https://chromium-review.googlesource.com/1244981 > Reviewed-by: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> > Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> > Cr-Commit-Position: refs/heads/master@{#594282} TBR=hablich@chromium.org,v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I7482d6706173aabe8557296f63ca1d879e540d27 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1245791Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#594286}
-
Keishi Hattori authored
PersistentHeapCollection was removed from the code base. This removes support from blink_gc_plugin. Bug: None Change-Id: I7adfa680843f12a3fbd3040b7fae95c7826c9fe8 Reviewed-on: https://chromium-review.googlesource.com/1245082Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#594285}
-
Robert Sesek authored
This leaves TabWindowController, which is the superclass of BrowserWindowController, but removes most of its functionality. Bug: 832676 Change-Id: Ic33a42afed1c47cc3435bc17ea1178fe4cbd7589 Reviewed-on: https://chromium-review.googlesource.com/1244776 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#594284}
-
Gauthier Ambard authored
This CL removes some code as part of the post-UI Refresh cleanup. Bug: 800266, 884725 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I0d31f1a42f50762c7b82dae639f79b77688d3ad9 Reviewed-on: https://chromium-review.googlesource.com/1245443 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#594283}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c5a1fcbf..1d39805f Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I1ad6ef28355d9e48c8067cb336b05a7e3d990112 Reviewed-on: https://chromium-review.googlesource.com/1244981Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594282}
-
Dominic Mazzoni authored
Original: http://crrev.com/c/1234267 Reverted: http://crrev.com/c/1240473 Fix: see diff between patchset 1 and patchset 3. Really stupid error, I introduced PlatformInitialize() while cleaning up the code and didn't call it from the constructor. Now manually verified to work with JAWS and NVDA. http://crrev.com/c/1192062 made it so that we don't enable accessibility as often. The idea was to only enable accessibility if we get a call to IAccessible2, or to both get_accName and a response to our alert message on a honeypot window. However, this only worked if we constructed at least one BrowserAccessibilityManager. In cases where the external client never explored and discovered a BrowserAccessibilityManager, the IAccessible2UsageObserver wasn't registered yet. As a fix, move the IAccessible2UsageObserver code to part of BrowserAccessibilityStateImpl. Bug: 878072 Change-Id: I3f85f1ef3b9f730d40a5bf90d01ec6714dce66e3 Reviewed-on: https://chromium-review.googlesource.com/1244141 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#594281}
-
Mugdha Lakhani authored
The fetch request we use to fetch the icon for Background Fetch should have service-workers mode set to "none", according to the spec. https://wicg.github.io/background-fetch/#background-fetch-display This CL makes that change. Bug: 884202 Change-Id: Ie027529326cbd4f88bf37b012afeb8460b6c1ef1 Reviewed-on: https://chromium-review.googlesource.com/1245370Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#594280}
-