- 18 Apr, 2018 40 commits
-
-
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}
-
Olga Sharonova authored
Synchronously wait while AddRef() of the service context is called. (There is a thread hop through the service manager thread there). Bug: 831386 Change-Id: I848652f647a106c8f9a1dfcd847de56819aded41 Reviewed-on: https://chromium-review.googlesource.com/1010202 Commit-Queue: Olga Sharonova <olka@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#551635}
-
Noel Gordon authored
Tbr: yamaguchi-san Bug: 832192,833752 Change-Id: I71207ce1d98d86c896a6fac91d29cf8e85fe4a43 Reviewed-on: https://chromium-review.googlesource.com/1016480Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551634}
-
Artem Titov authored
Bug=none TBR=dpranke@chromium.org Change-Id: I1fca8665da905d5e87bd094452a13a5ce77c2ada Reviewed-on: https://chromium-review.googlesource.com/1016461 Commit-Queue: Patrik Höglund <phoglund@chromium.org> Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#551633}
-
Andrew Grieve authored
Change-Id: Ibda212961fe444e5b329019d9912c78a97a8c310 Reviewed-on: https://chromium-review.googlesource.com/1013152Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#551632}
-
Sergey Poromov authored
PolicyData will now contain GAIA ID of the user. It's better to lookup user in |known_user| by gaia id if it's present. It could be that it will be broken if stable |username| field in policy will became not in sync with |known_user| database. BUG=831663 TEST=Run trybots Change-Id: I43532cac2f5e559b8b4f71858d3f070e0e715366 Reviewed-on: https://chromium-review.googlesource.com/1009910Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#551631}
-
https://webrtc.googlesource.com/src.git/+log/4478d9b7733d..b02644f2b89d $ git log 4478d9b77..b02644f2b --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:812974,chromium:None,chromium:None,chromium:None 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: Icd96d3e68659f9f0bc8017a17c00109c02edf4f0 Reviewed-on: https://chromium-review.googlesource.com/1016540Reviewed-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@{#551630}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f70a4135..97da922b 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: Ic14c0c498161df0b00bdee2d3a549ca00caab12c Reviewed-on: https://chromium-review.googlesource.com/1015145Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#551629}
-
Rune Lillesveen authored
This reverts commit bae2319e. Reason for revert: layout test started failing on trusty Linux The following test started failing (see https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20%28dbg%29/11682): virtual/mouseevent_fractional/fast/events/touch/gesture/gesture-tap-mouse-events-between-frames.html Original change's description: > Use the real mouse position when synthesizing mouse events. > > Aura synthesizes a mouse event at certain times, including when the > window comes back from being minimized. Currently it uses the last known > mouse position, which works in most cases. However, the window doesn't > get mouse events when minimized, so the last known position isn't > updated. When the window comes back, if the user's mouse is not over the > window it can cause buttons to get stuck in the hovered state until the > user moves the mouse back into the window. > > To fix this, this patch uses the real mouse position. > > Bug: 828591 > Change-Id: I604d6ddf8f260fe32bd0e4a607f19f1793cf5c5e > Reviewed-on: https://chromium-review.googlesource.com/1006396 > Commit-Queue: Bret Sepulveda <bsep@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Cr-Commit-Position: refs/heads/master@{#551551} TBR=sky@chromium.org,bsep@chromium.org Change-Id: I1d4448e688447d63d812046c31084f3d04121978 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 828591 Reviewed-on: https://chromium-review.googlesource.com/1016601Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#551628}
-
Jan Wilken Doerrie authored
This is a reland of 82d9545a Original change's description: > [base] Add missing methods to base::span > > This change implements constructors for base::span that allow the > construction from a pair of pointers, std::arrays and containers > supporting base::data and base::size, e.g. std::initializer_list. > In addition, this change adds operator(). > > Bug: 788913 > Change-Id: Ibc280eef1c7e47a5a27e92503dda3614ef5513a4 > Reviewed-on: https://chromium-review.googlesource.com/981139 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#551313} TBR=dcheng@chromium.org Bug: 788913 Change-Id: I2e02879ddd2839ce0c26c8b18e565d555e08cc7b Reviewed-on: https://chromium-review.googlesource.com/1013468Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#551627}
-
Mark Cogan authored
Bug: 659649 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I8813d293c71b1403f18368c60fa0a2435193cac4 Reviewed-on: https://chromium-review.googlesource.com/1016286 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#551626}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/084709505993..84ba9179592f $ git log 084709505..84ba91795 --date=short --no-merges --format='%ad %ae %s' 2018-02-07 yhong cros_sdk: Add a non-interactive mode friendly flag `--working-dir`. 2018-04-17 yueherngl nami: add additional sign_type Created with: roll-dep src/third_party/chromite BUG=chromium:None,chromium:None The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: I6cd2a2612c1ab54ff8e1e8fe0c5dd9ea6d64a9fc Reviewed-on: https://chromium-review.googlesource.com/1016541 Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#551625}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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. TBR=gbiv@chromium.org Change-Id: I42c2e90e868728390129c4b537b005c28aba0a54 Reviewed-on: https://chromium-review.googlesource.com/1016322Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#551624}
-
Takuto Ikuta authored
Current goma backend does not support cl.exe execution with /Brepro. Change-Id: Ie892880488e3ed22b9253bd8f3bc21306f9b0524 Reviewed-on: https://chromium-review.googlesource.com/1016446Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#551623}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 322e3b54. 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/15752 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: yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch TBR=robertma No-Export: true Change-Id: I845d6637ab248725f660724da03550de692808e7 Reviewed-on: https://chromium-review.googlesource.com/1016362 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@{#551622}
-
Takashi Toyoshima authored
In the legacy Blink CORS, these information are stripped in DocumentThreadableLoader in MakeCrossOriginAccessRequest(). Current OOR-CORS implementation only has DCHECKS for them, but hasn't stripped. Bug: 803766 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: If1a4657804215a8ce9a302acb658f9407348a79a Reviewed-on: https://chromium-review.googlesource.com/999672 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#551621}
-
Jinsuk Kim authored
The internal API in CVC fits conceptually in GestureListenerManagerImpl. There is no functional changes. Bug: 598880 Change-Id: I571745b33f9e8b64c94f32fd8ce5faa950aec422 Reviewed-on: https://chromium-review.googlesource.com/1014861 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#551620}
-
Marc Treib authored
This will effectively turn off Sync for Supervised Users. Supervised Users have been deprecated, and it's not possible anymore for custodians to add or update any restrictions, which was to main reason for requiring Sync. Bug: 829304, 809030 Change-Id: I510cc9da1aa26147e890b94e17dcb147d5ca9034 Reviewed-on: https://chromium-review.googlesource.com/997654Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#551619}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/6a93eff9ef52..084709505993 $ git log 6a93eff9e..084709505 --date=short --no-merges --format='%ad %ae %s' 2018-04-17 ihf caroline-arcnext: mark CQ/PFQs bvt-arc important. 2018-04-17 dgarrett chromeos_config: Record builders moved to Legoland. 2018-04-17 dgarrett config_lib: UseBuildbucketScheduler. Created with: roll-dep src/third_party/chromite BUG=chromium:834078,chromium:None The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: Iba4ad91e214467453d3327f5cf4db291476cb558 Reviewed-on: https://chromium-review.googlesource.com/1015983Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#551618}
-