- 18 Apr, 2018 40 commits
-
-
Bence Béky authored
This CL lands server change 192811627 by dahollings. BUG=488484 Change-Id: I88f23288b91d51c4736e89f1c6ab1fb7a837e49f Reviewed-on: https://chromium-review.googlesource.com/1016701 Commit-Queue: Bence Béky <bnc@chromium.org> Commit-Queue: Dianna Hu <diannahu@chromium.org> Reviewed-by:
Dianna Hu <diannahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#551675}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 194ca2e6. With Chromium commits locally applied on WPT: 303956b6 "Enable WPT tests for the Generic Sensor classes" afb472c0 "Try to fix crash when terminating a worker while it is XHR-ing to a blob." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/15754 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 Directory owners for changes in this CL: dgrogan@chromium.org: external/wpt/css/css-tables mek@chromium.org: external/wpt/webmessaging yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch TBR=robertma No-Export: true Change-Id: Ic67ac97617532e281b0103c43d3489e053ddb51c Reviewed-on: https://chromium-review.googlesource.com/1016840 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@{#551674}
-
Marc Treib authored
SigninManager is an old API that's being deprecated. Instead of querying the authenticated account from there, just get it from ProfileSyncService directly. Bug: 809032 Change-Id: I2ab9eca7facc94b78eea2474c3d9ea758658a3c1 Reviewed-on: https://chromium-review.googlesource.com/1016646Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#551673}
-
https://chromium.googlesource.com/angle/angle.git/+log/c90d4d38c895..eb79e337c9f7 $ git log c90d4d38c..eb79e337c --date=short --no-merges --format='%ad %ae %s' 2018-04-18 jmadill Vulkan: Do not build mock ICD on Android. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=jmadill@chromium.org Change-Id: I3b3da43b8766560451a5073a2e71c575eb23df32 Reviewed-on: https://chromium-review.googlesource.com/1016681 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#551672}
-
Yash Malik authored
Bug: 830936 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;master.tryserver.chromium.linux:linux_vr Change-Id: I44792a3b2d9b4bfa971c28407f0dd0c1831f5ca6 Reviewed-on: https://chromium-review.googlesource.com/1015886Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Yash Malik <ymalik@chromium.org> Cr-Commit-Position: refs/heads/master@{#551671}
-
Takuto Ikuta authored
v8_context_snapshot is not necessary when compiling. This allows to compile chrome/renderer and chrome/child before snapshot is made. Change-Id: I41fee7c51982dcb34bc7b66d31e6d701d6a24aeb Reviewed-on: https://chromium-review.googlesource.com/1013886Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#551670}
-
Erik Chen authored
This CL: * Hooks up heap_profiling::Supervisor to AwBrowserMainParts. This removes boiler plate logic and adds support for heap profiling of non-browser processes. * Adds HeapProfilingTest. This end to end test reuses shared logic with desktop/Android Chrome, see heap_profiling::TestDriver for test details. * Adds the decorator SkipSingleProcessTests. Applies the decorator to HeapProfilingTest. By default, Android Webview launches all instrumentation tests twice - once in single process and once in multi process mode. In single process mode, the test uses the flag --single-process, which is incompatible with the current implementation of the heap profiling service. Bug: 827545 Change-Id: I7fb67585cd132e8326c55c1b0a6e6987c6b3905d Reviewed-on: https://chromium-review.googlesource.com/1012739 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#551669}
-
Vadym Doroshenko authored
This flag will be used for developing new Password Manager design and form parsing (details go/new-cpm-design-refactoring). Bug: 831123 Change-Id: I4b1becd5d926b6d8e3d841094f793d901c7998e6 Reviewed-on: https://chromium-review.googlesource.com/1016648 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#551668}
-
Gauthier Ambard authored
This CL adds the asset used in the TabGrid popup menu action "Close Tab". Bug: 831152 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I8479a982ac8c280a33a036217b0688ac45b3ee0f Reviewed-on: https://chromium-review.googlesource.com/1016908Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#551667}
-
Manu Cornet authored
This will make it easier to subclass in a future change. Change-Id: Ie6c6d6f6c724a2bb79565cb012e69e678ba5914d Reviewed-on: https://chromium-review.googlesource.com/1015603Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@google.com> Cr-Commit-Position: refs/heads/master@{#551666}
-
Kent Tamura authored
Now bots refer to //third_party/blink/tools/wpt_{export,import}.py. These files in //third_party/WebKit/Tools/Scripts are unnecessary. NOPRESUBMIT=true Bug: 829697 Change-Id: I594677a4ccd4791c89b9ce257318a2b5c800e8c9 Reviewed-on: https://chromium-review.googlesource.com/1013856Reviewed-by:Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#551665}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/97da922b..179dd6e9 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,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I4ce838c02550689b01e11de63ceda90c5b82fab4 Reviewed-on: https://chromium-review.googlesource.com/1016660Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#551664}
-
Vaclav Brozek authored
(No code change, just added a comment.) Bug: 833838 Change-Id: Iea3a4b61fede82cb98b91eef71398f2c46a97985 Reviewed-on: https://chromium-review.googlesource.com/1016303Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#551663}
-
Saman Sami authored
For I420 capture we directly copy from GPU memory into shared memory but for RGBA capture there is an extra copy involved. Implement direct GPU to shared memory copy for RGBA capture. Bug: 822264, 813929 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Id359e655cde9d67f12647a0fde6f3751e3d959a4 Reviewed-on: https://chromium-review.googlesource.com/1005404 Commit-Queue: Saman Sami <samans@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#551662}
-
Noel Gordon authored
This reverts commit d65b43d6. Reason for revert: fixed by https://crrev.com/551279 Tbr: yamaguchi-san Bug: 829310 Original change's description: > [ChromeOS] Disable DriveSpecific/FileManagerBrowserTest/Test.* > > This test group (5 tests in all) flakes more often than desired on chromium > trys (the CQ). Disable them while the flake cause is being investigated. > > Note: these tests are only built and run on ChromeOS. TODO(noel) once issue > 829310 is resolved, this change can be reverted. > > Bug: 829310 > Change-Id: If6e30690d9076debfd988a1fa0d7c93575099a14 > Reviewed-on: https://chromium-review.googlesource.com/1006746 > Commit-Queue: Noel Gordon <noel@chromium.org> > Reviewed-by: Henrik Grunell <grunell@chromium.org> > Reviewed-by: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#550143} TBR=grunell@chromium.org,noel@chromium.org,yamaguchi@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 829310 Change-Id: I0156d9ac746cdd005da07bc9599dc117795941cc Reviewed-on: https://chromium-review.googlesource.com/1016880 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551661}
-
Rohit Rao authored
This test was assuming that the forward button was always hidden when disabled on phone, but that is no longer true when the UIRefresh flag is enabled. BUG=818737 TEST=None Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I134e3709c14d33c53f5506fe94c99729bfbf85e5 Reviewed-on: https://chromium-review.googlesource.com/1016661Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#551660}
-
Noel Gordon authored
Fixed by crrev.com/551279 Tbr: yamaguchi-san Bug: 832799 Change-Id: I6294058fc466c8a57f251e3536d43cb08c46dfb1 Reviewed-on: https://chromium-review.googlesource.com/1016782Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551659}
-
David Roger authored
The OnAuthErrorChanged() function has been added recently. It is called on other platforms, but Android was missed as part of this change. This is not used yet, but will be in the future. Bug: None Change-Id: I79d4d1e8a80418918f089d4df04583b38dc9bd92 Reviewed-on: https://chromium-review.googlesource.com/1014133 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#551658}
-
Kush Sinha authored
Bug: 820046 Test: chromeos_unittests --gtest_filter="*AccountManager*" Change-Id: I20470dd880dbe139ad80730ff9118fd0f287a182 Reviewed-on: https://chromium-review.googlesource.com/1013941 Commit-Queue: Kush Sinha <sinhak@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#551657}
-
Vadym Doroshenko authored
Password Manager has to use only text fields. This CL implements skipping all other fields during form parsing. It already works this way in form parsing in the Renderer process. Bug: 807623, 707925 Change-Id: I31e5f06a3a2bc8ee8368a0e2df84f58abc900faf Reviewed-on: https://chromium-review.googlesource.com/1013580 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#551656}
-
Ioana Pandele authored
Bug:833413 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If2e23bc57a9d02570d3a51d2b31ddbf2b880e763 Reviewed-on: https://chromium-review.googlesource.com/1013703 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#551655}
-
Lei Zhang authored
It is really IDR_PRINT_HEADER_FOOTER_TEMPLATE_PAGE. Change-Id: Ib7bf9c7ef056f4a1a7e3137073767cdc5f423286 Reviewed-on: https://chromium-review.googlesource.com/1009483 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#551654}
-
Andrew Grieve authored
This fixes the checker for official builds, where whitelists cause the pak files to differ. This was recently broken by: 92e8223d TBR=michaelbai # trivial change, fixes build. Bug: 834212 Change-Id: I9558300f2f44dca280b50beaac70b578ae063868 Reviewed-on: https://chromium-review.googlesource.com/1016580Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#551653}
-
Lei Zhang authored
To do this, plumb a HasEditableText() call through PPAPI to the PDF plugin, where it uses the FORM_GetFocusedText() PDFium API to check if there is text to select. Enable the context menu item only if there is text to select. Then hook up the "Select all" command to send a synthesized ctrl + a keyboard event to the plugin. BUG=753216 Change-Id: Ideaf19ff5e848a428e15f191e66587a0c8fe05b0 Reviewed-on: https://chromium-review.googlesource.com/640560Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#551652}
-
https://webrtc.googlesource.com/src.git/+log/b02644f2b89d..4736d4e52456 $ git log b02644f2b..4736d4e52 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:834182 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I8ac8d7221b68105a565ec87fc7606bacea176e41 Reviewed-on: https://chromium-review.googlesource.com/1016581Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#551651}
-
Bo Liu authored
Add ChildProcessRanking class which keeps a ranked list of connections for a particular ChildConnectionAllocator. Add unit tests to test basic functionality. This will be used for killing the lowest ranked to free up a service slot when all slots are full. For now, just integrate ChildProcessRanking into ChildProcessLauncherHelper without using it for anything. Current implementation still relies on stability to for reasonable behavior. Ideally in the future connections will be ranked explicitly without relying on stability. BindingManagerImpl and ChildProcessRanking probably should be merged at some point in the future as well. Bug: 693484 Change-Id: I4401a29f198a63898424d7b78c8ef2b423b23cc9 Reviewed-on: https://chromium-review.googlesource.com/1013292 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#551650}
-
Marc Treib authored
This deletes PermissionRequestCreatorSync and SupervisedUserRefreshTokenFetcher, both of which were unused. Bug: 829304 Change-Id: I55b0de3e74c933eede36d0af5dda6dcd5b65bac9 Reviewed-on: https://chromium-review.googlesource.com/1015571Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#551649}
-
Thomas Tangl authored
This CL adds a first version of the sync confirmation consent bump shown on startup. When unified-consent is enabled, the consent bump is triggered for users that are syncing everything. The sync confirmation dialog is modified and adapted to be used as consent bump, by adding a DOM element for the "More options" dialog. For now, only the basic UI structure is added. In a follow-up CL the UI will be polished to match the mocks. Platforms concerned: - Windows - Linux (Mac support comes in a follow up CL.) Screenshots: https://drive.google.com/file/d/1Ga2r3WJKyvezHYn0eEkdudgfzoan6MGM/view?usp=sharing https://drive.google.com/file/d/1XlDxi3ZCOHbz6mPYx5_eqsUXJHJCHo4i/view?usp=sharing Mocks: https://gallery.googleplex.com/projects/MCHbtQVoQ2HCZWnUS9sdsb0Q/files/MCHtA7U1iMGr6wiuTNOE_PA-i7JkchggsXo Bug: 819909 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5f6444dc9c81ce2cd0bc8130ef39b31ca3fa66ad Reviewed-on: https://chromium-review.googlesource.com/974262 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#551648}
-
Thomas Tangl authored
The Dice accounts menu is migrated to MenuItemViews to enable more customization. Additional changes: - The font is set to match the avatar menu buttons font. - The additional spacing is calculated based on menu_config instead of setting it statically. Mocks: https://gallery.googleplex.com/projects/MCHbtQVoQ2HCZWnUS9sdsb0Q/files/MCHtA7U1iMGr6z5qhd2cYMK0rnA0Z45fEIs Change-Id: I85665ad62c885d5cdc3daa04228a9f9ec6452864 Reviewed-on: https://chromium-review.googlesource.com/1010722Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#551647}
-
Noel Gordon authored
Fixed by crrev.com/551279 Tbr: yamaguchi-san Bug: 832799 Change-Id: I54f77904b9a1a76020701d641c46293d00d2e72a Reviewed-on: https://chromium-review.googlesource.com/1016781Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551646}
-
Noel Gordon authored
Move TestVolume helper code down, closer to where it's first used. Bug: 833834 Change-Id: Id2620b791e434941c28cbb308d23cd0350b3a9d2 Reviewed-on: https://chromium-review.googlesource.com/1013771 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Tomasz Mikolajewski <mtomasz@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551645}
-
Thiemo Nagel authored
Log the degree of protection against cookie theft, split by 1st/3rd party. Includes a bit of TransportSecurityState refactoring (no functional change) to provide easy access to HSTS lifetime. Bug: 749059 Change-Id: Ib9ab7cff6a7fb4c65e84d7085e70ef13d5c00ba9 Reviewed-on: https://chromium-review.googlesource.com/978142Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551644}
-
Noel Gordon authored
This reverts commit 978a6eb4. Cause identified and fixed in http://crrev.com/551279 Tbr: fukino-san Bug: 831211 Original change's description: > Disable flaky transfer tests which have Drive targets in FileManagerBrowserTest. > > TBR=fukino@chromium.org > > Bug: 831211 > Change-Id: I173d35915b89bcd346d473d41f01db718808574c > Reviewed-on: https://chromium-review.googlesource.com/1010829 > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#550384} TBR=fukino@chromium.org,kmarshall@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 831211 Change-Id: I18de18fd85f1be7a7a1a7a2f121a6877bd3e3af5 Reviewed-on: https://chromium-review.googlesource.com/1016720 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551643}
-
Finnur Thorarinsson authored
This creates a mock ToastNotifier, which replaces the Windows Action Center and allows us to validate that the values sent over are as expected. BUG: 734095 Change-Id: Ibaee2fa161d9025c4b747a75943e5e20d3abffc8 Reviewed-on: https://chromium-review.googlesource.com/1003155 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#551642}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 07da4764. With Chromium commits locally applied on WPT: 303956b6 "Enable WPT tests for the Generic Sensor classes" afb472c0 "Try to fix crash when terminating a worker while it is XHR-ing to a blob." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/15753 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 Directory owners for changes in this CL: guidou@chromium.org: external/wpt/mediacapture-streams TBR=robertma No-Export: true Change-Id: I8f29c44942b48ef08bb0eaf7bd0eb26eae26ce67 Reviewed-on: https://chromium-review.googlesource.com/1016048 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@{#551641}
-
Andrew Grieve authored
Bug: 831953 Change-Id: I9e3c697d25a0754fad18a45f7a0a19c721e54e9c Reviewed-on: https://chromium-review.googlesource.com/1011667 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#551640}
-
Marc Treib authored
As of https://crrev.com/c/997654, Sync support for Supervised Users is gone, so GetSyncScopeToUse isn't required anymore. Bug: 829304 Change-Id: Ie912abfa75eb15b05b7f7b23067ea83550bfdecf Reviewed-on: https://chromium-review.googlesource.com/1016285Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#551639}
-
Ramin Halavati authored
Order of tests in auditor tester are changed to provide more debug data. Bug: 690323 Change-Id: If17d5cb4a159b34b21a7b07b86ce181e165c9998 TBR: msramek@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1016288Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#551638}
-
Sergey Poromov authored
This function was using username from PolicyData that could be obsolete after domain rename. Previous refactorings removed almost all users of the function. The only left one is GetManagedBookmarksDomain(). This usage could be changed to extracting the domain from profile email with a check if the profile is managed. BUG=831652 TEST=Run trybots Change-Id: Idba70400f2282e3e9f341a64af49ba1fcf1d4aa5 Reviewed-on: https://chromium-review.googlesource.com/1010283Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#551637}
-
https://chromium.googlesource.com/angle/angle.git/+log/aa8b3982aeeb..c90d4d38c895 $ git log aa8b3982a..c90d4d38c --date=short --no-merges --format='%ad %ae %s' 2018-04-17 jmadill Fix problematic query in TOutputGLSLBase::visitDeclaration. 2018-04-17 jmadill Revert "Vulkan: Fix issue in GlslWrapper and maxVaryingVectors calculation" 2018-04-17 jmadill Prerequisite code for simpler GlslangWrapper. 2018-04-13 lucferron Vulkan: Fix issue in GlslWrapper and maxVaryingVectors calculation 2018-04-17 lucferron Vulkan: clearRegionWithScissor did not determine the region correctly 2018-04-16 lfy GLES1: gl(Enable|Disable)ClientState 2018-04-17 jmadill Vulkan: Fix build after roll. 2018-04-17 jmadill Vulkan: Suppress ClearIssue test. 2018-04-16 jmadill Vulkan: Disable warning in Mock ICD. 2018-04-16 tobine Roll (2/2) to latest LVL as of 4/16/18 Created with: roll-dep src/third_party/angle BUG=chromium:833736 The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=jmadill@chromium.org Change-Id: I5d6efbb528d3b927f3f9cc75385be40138ae451c Reviewed-on: https://chromium-review.googlesource.com/1016171Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#551636}
-