- 08 Aug, 2018 40 commits
-
-
Yuki Yamada authored
Removed blink::V8WorkerOrWorkletEventListener and replaced it by blink::V8EventListener. The small differences between these were removed in previous CLs. Some codes for checking whether frame exists or not should have been removed in previous CL(https://chromium-review.googlesource.com/1160069), but it is done here. Bug: 869778 Change-Id: Ia6ceb8bb5481384db75265aca07e901f737873a4 Reviewed-on: https://chromium-review.googlesource.com/1160128 Commit-Queue: Yuki Yamada <yukiy@google.com> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#581455}
-
Yuki Yamada authored
Special error event handling in V8AbstractEventListener::ShouldPreventDefault() is needed in accord with HTML standard below, but was not implemented. https://html.spec.whatwg.org/multipage/webappapis.html#the-event-handler-processing-algorithm This CL add checking if the event is ErrorEvent and the event type is "error". Current target should also be checked as commented in TODO. Bug: 869778 Change-Id: Iaebec07ab4241713e1efd40ef4dd6a6fc3cf897e Reviewed-on: https://chromium-review.googlesource.com/1164966 Commit-Queue: Yuki Yamada <yukiy@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#581454}
-
Becca Hughes authored
Add new flags and pref state to chrome://media-engagement for debugging. We should also use the autoplay policy from WebPreferences. BUG=865548 Change-Id: I02bd462fbc58070f6bd2f4ab44bfd9311fad8aed Reviewed-on: https://chromium-review.googlesource.com/1157270 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#581453}
-
Wenzhao Zang authored
This fixes issues listed in: https://docs.google.com/spreadsheets/d/1y0pxAW1jz2mJJsloJLGleiOVvG3xNxB0vnjXxpYfGuM/edit?ts=5b638429#gid=0 The spreadsheet is the result from UI review. Bug: 800945 Change-Id: I25a87dffdd68a2a00ea574b1065c3cb490b348ef Reviewed-on: https://chromium-review.googlesource.com/1166335Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#581452}
-
Mohsen Izadi authored
This is part of removing GpuClientImpl dependency on content so we can move it //components/viz/host/. A delegate interface is added with an implementation in content to provide access to GpuProcessHost for now. BUG=857218 Change-Id: I673860ada761e21eb77aa5b6a3272c96d02406ef Reviewed-on: https://chromium-review.googlesource.com/1137742 Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#581451}
-
Joel Hockey authored
This is a reland of 64ab6403 Updates: * Fixed CrostiniInstallerView::SetupResult to not change kErrorOffline value. * VolumeManager::AddSshfsCrostiniVolume ignores if crostini is already mounted. * CrostiniInstallerViewBrowserTest is using a WaitingDiskMountManagerObserver to manage the run loop and ensure test runs all the way through new mounting code. * Added a custom mount point manager to FakeCrosDisksClient to fake the sshfs mounting in CrostiniInstallerViewBrowserTest. Original change's description: > CrOS crostini: sshfs mount immediately when container starts > > Perform sshfs mount to termina/penguin immediately when container > starts. Mounting code has moved from the chrome.fileManagerPrivate > extension functions into CrostiniManager. > > This change will make FilesApp more responsive to users who are > likely to use terminal or some other crostini app before using FilesApp. > > Bug: 846917 > Change-Id: I9fc246e45e54390e7a75f15a5571a24218cf2d5c > Reviewed-on: https://chromium-review.googlesource.com/1158317 > Reviewed-by: Nicholas Verne <nverne@chromium.org> > Commit-Queue: Joel Hockey <joelhockey@chromium.org> > Cr-Commit-Position: refs/heads/master@{#580094} Bug: 846917 Change-Id: I3677f88fc17031a2beaa6c82fc731a3c4545f4a8 Reviewed-on: https://chromium-review.googlesource.com/1161761 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#581450}
-
Nico Weber authored
This reverts commit a80e26da. Reason for revert: caused https://crbug.com/872089 via https://chromium-review.googlesource.com/c/chromium/src/+/1166170 Original change's description: > Add a dummy testing/buildbot entry for the new win-asan bot. > > TBR=dpranke > > Bug: 869973 > Change-Id: I768bbb4ae73c52d5fbd9d91960add069eefa5fac > Reviewed-on: https://chromium-review.googlesource.com/1164642 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#581116} TBR=thakis@chromium.org,dpranke@chromium.org Change-Id: I70e245d67eb05a2f6312ce480a0a12118da31db5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 869973 Reviewed-on: https://chromium-review.googlesource.com/1166642Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#581449}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2ebf9fdade33..735f71d95bcb git log 2ebf9fdade33..735f71d95bcb --date=short --no-merges --format='%ad %ae %s' 2018-08-08 hinoka@google.com [recipe_modules] Copy over windows_sdk from infra.git 2018-08-07 vadimsh@chromium.org [cipd] Bump versions of all CIPD packages + add mips(64)le platform support. Created with: gclient setdep -r src/third_party/depot_tools@735f71d95bcb The AutoRoll server is located here: https://depot-tools-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. BUG=chromium:821194,chromium:867819,chromium:813782 TBR=agable@chromium.org Change-Id: I59662e6c61ccb156e85b00733e6c1e4668c703b1 Reviewed-on: https://chromium-review.googlesource.com/1166343Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581448}
-
Xianzhu Wang authored
The rename is because the class just get PaintOffset from FragmentData without "adjusting" paint offset. It does adjust cull rect if there is PaintOffsetTranslation though. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I6b8a7c54454329700746215404c7dfbd582318ab Reviewed-on: https://chromium-review.googlesource.com/1121795Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#581447}
-
Anand K. Mistry authored
Use it in tests instead of using a 23 argument constructor. BUG=None Change-Id: If5f6f2bf44363f99a02ac4f67774e1744c1ce53f Reviewed-on: https://chromium-review.googlesource.com/1159560 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#581446}
-
Jordy Greenblatt authored
As the multidevice Settings UI subpage fills up, it will need a few browsertests, so this CL is just to set that up so the infrastructure is there and to add a couple basic tests for the existing contents. Change-Id: Ie628de77d6242c521062a0c7a82ad5cb90a79c1a Reviewed-on: https://chromium-review.googlesource.com/1165855 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#581445}
-
Tetsui Ohkubo authored
We had MessagePopupCollection bug workaround in MessageView. As MessagePopupCollection is rewritten, we don't need the workaround anymore. TEST=manual BUG=805208,863366 Change-Id: I93ce95f3cf5648f9bf8f9761a78d08e93d1fa676 Reviewed-on: https://chromium-review.googlesource.com/1163415Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#581444}
-
Alexander Alekseev authored
This Cl integrates ChromeOS sync consent screen with Consent auditor and adds an interactive ui test for the Sybnc consent screen. Bug: 842222 Change-Id: I66e731ff0470add7d68f7faa6f5f541fe04138c5 Reviewed-on: https://chromium-review.googlesource.com/1165106 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#581443}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/265047706b90..e627814f2f22 git log 265047706b90..e627814f2f22 --date=short --no-merges --format='%ad %ae %s' 2018-08-07 afakhry@chromium.org Revert "lddtree: invoke actual clang compiler in relative path" 2018-08-07 vapier@chromium.org cros_collections: move GroupByKey/GroupNamedtuplesByKey/InvertDictionary here Created with: gclient setdep -r src/third_party/chromite@e627814f2f22 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: I246c7e66e69d6e589892b6311523fd87ef8da934 Reviewed-on: https://chromium-review.googlesource.com/1166344Reviewed-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@{#581442}
-
Chris Harrelson authored
Previously it only triggered for overflow clip, but control clip and contain: paint will also cause a clip. Bug: 410867 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I6d8b859a7ea1f6430d98f9a89878aea359d94b97 Reviewed-on: https://chromium-review.googlesource.com/1165957Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#581441}
-
Ehsan Karamad authored
This CL routes the call IsPluginHandledExternally() to the extensions layer. The work here will soon be followed up by followup CLs which implement the logic MimeHandlerViewGuest based on cross-process frames. PoC CL: https://chromium-review.googlesource.com/c/chromium/src/+/1121680 Design Doc: https://docs.google.com/document/d/10g7Y9cprYKkch9JZ0TBUWaEnHBJT1nzhskQIt1nHbWM/edit#heading=h.ue5a8s290yhk Bug: 659750 Change-Id: If8546f80842c726fa95aba702f35e6d594fc09e8 Reviewed-on: https://chromium-review.googlesource.com/1161115Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#581440}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/faeef7837210..c857956fad09 git log faeef7837210..c857956fad09 --date=short --no-merges --format='%ad %ae %s' 2018-08-08 mtklein@google.com transform colors with steps + raster pipeline in SkColorSpaceXformer 2018-08-08 benjaminwagner@google.com Add Win OpenCL Build job. Created with: gclient setdep -r src/third_party/skia@c857956fad09 The AutoRoll server is located here: https://autoroll.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.blink:linux_trusty_blink_rel;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=djsollen@chromium.org Change-Id: I53946c7b8f7f5029f73063c486c6fe27376dbf54 Reviewed-on: https://chromium-review.googlesource.com/1166007Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#581439}
-
Tetsui Ohkubo authored
It is requested by UX to replace brightness icon in UnifiedSystemTray. The reason of the change is to differentiate the brightness icon and the settings icons. TEST=manual BUG=868908 Change-Id: Ia45baf9dc32620a69e019e001d4f21f4cc29729e Reviewed-on: https://chromium-review.googlesource.com/1159928Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#581438}
-
Tom Anderson authored
Regression introduced by 5f4901a6 BUG=872045 TBR=pkasting Change-Id: I83c8e283b0ec876e1545d0ed0f783a9953d03303 Reviewed-on: https://chromium-review.googlesource.com/1166260Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#581437}
-
Chase Phillips authored
Once the explicit thread hopping is removed, we can remove the Mojo lifecycle monitoring extensions. All references should be held on the same threads and there's not a chance that they'll go out of scope on one thread and still be needed on another thread. Bug: 717812 Change-Id: Ib72fdff1cc19490fcfd24c422c8fbd04e12dc280 Reviewed-on: https://chromium-review.googlesource.com/1162921Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#581436}
-
Jia authored
This pref will control whether smart dim should be enabled for a user. The default value is true (i.e. Enabled). The next cl will add policy so that enterprise users can enforce a different policy. As this is a power-related pref, it is added to power_prefs[.h|.cc]. However as there is no need to send its value to powerd, it is intentionally left out of PowerPrefs::UpdatePowerPolicyFromPrefs. Bug: 862461 Change-Id: Ibaa705362c9951aecae78d9ce28780651067a6ea Reviewed-on: https://chromium-review.googlesource.com/1166266Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#581435}
-
Weilun Shi authored
Change the one-google bar css setting from align to right to width:100%, which consistent with the google.com setting. OGB can now automatically align to left or right based on the language preference setting. Also, the profile icon will not be invisible on rtl mode. Please see https://bugs.chromium.org/p/chromium/issues/detail?id=871162#c3 for reference. Bug: 869610, 869341 Change-Id: Iac7e015a5506cd8bcd82ef94d237790210a5fba8 Reviewed-on: https://chromium-review.googlesource.com/1165534 Commit-Queue: Weilun Shi <sweilun@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#581434}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b3e2c8eb1b16..191f46c5c1ce git log b3e2c8eb1b16..191f46c5c1ce --date=short --no-merges --format='%ad %ae %s' 2018-08-07 yongje.lee@hpcnt.com add RTC_EXPORT on RTCRtpTransceiverInit 2018-08-07 yvesg@webrtc.org Clean up LinkedSet (LRU) code. 2018-08-07 emircan@webrtc.org Use rtc::saturated_cast instead of static_cast in VCMFecMethod 2018-08-07 srte@webrtc.org Adds functionality to add delay spikes in SimulatedNetwork. 2018-08-07 srte@webrtc.org Ensures that packets_lost is always positive. 2018-08-07 steveanton@webrtc.org Add steveanton@ and qingsi@ as rtc_base OWNERs 2018-08-07 sakal@webrtc.org Add dependency on google-truth for Android. 2018-08-07 ouj@fb.com Release audio unit when ios audio device failed to initialize playout and recording. 2018-08-07 crodbro@webrtc.org Enable audio in video_quality_test. Created with: gclient setdep -r src/third_party/webrtc@191f46c5c1ce 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=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG=chromium:None,chromium:b/112299470 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I1d28ccaf9295b789374768cd38d1eb9716d02222 Reviewed-on: https://chromium-review.googlesource.com/1165922Reviewed-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@{#581433}
-
Wenzhao Zang authored
The app ID is calculated from the package name and activity, but activity may change over time. Given that the caller may hard code the app IDs and thus not aware of the ID change, we should change the API to use package name, which remains unchanged. Bug: 819404 Change-Id: If87351ae609ecaf82442adcfb3ea98a3922f0bda Reviewed-on: https://chromium-review.googlesource.com/1164524 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#581432}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b983a4b28b83..c93eeaab1526 git log b983a4b28b83..c93eeaab1526 --date=short --no-merges --format='%ad %ae %s' 2018-08-07 tikuta@chromium.org Make angle's commit.h depend on git head Created with: gclient setdep -r src/third_party/angle@c93eeaab1526 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=ynovikov@chromium.org Change-Id: I6a7309efba68cfd8c690379e723c716ccb2b3705 Reviewed-on: https://chromium-review.googlesource.com/1165904Reviewed-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@{#581431}
-
Tatsuhisa Yamaguchi authored
When shelf is aligned vertically (left or right), the bottom of the tray is aligned to the bottom of the system tray anchor, rather than the top of it. The max height should be calculated accordingly. The positioning of the bubble was changed by crrev.com/c/1141750 but bubble height was inconsistent with it. Bug: 863844 Change-Id: I2e92f109d815d9b6e581caff74f12c7874aecbdb Reviewed-on: https://chromium-review.googlesource.com/1165108Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#581430}
-
Tetsui Ohkubo authored
In the old SystemTray, user button was not focusable when there was only one user account on the device. TEST=manual BUG=863337 Change-Id: I8373b144371fce060c454ae07e7456f1fe914a4f Reviewed-on: https://chromium-review.googlesource.com/1164869Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#581429}
-
Tetsui Ohkubo authored
UnifiedSystemTray animation in lock screen was broken because https://crrev.com/c/1156203 did not consider the added view for calculating GetExpandedHeight(). TEST=manual BUG=871192 Change-Id: I4704c3f6ee1a4196e852718fc2c094179f834b38 Reviewed-on: https://chromium-review.googlesource.com/1164871Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#581428}
-
Emil A Eklund authored
This reverts r579682 (commit a5d5bb89). Reason for revert: Caused regression for RTL text. Bug: 870178, 591099 Tbr: kojii@chromium.org Change-Id: Ic8d79c86c59d649636d065a697b11d37f029efe7 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Reviewed-on: https://chromium-review.googlesource.com/1166298 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#581427}
-
David Black authored
Enables the current motion spec implementation. Also fixed a painting bug. Follow up CL will remove the bool and dead code once these changes have been more heavily tested in the wild. Bug: b:112329634, b:112330123 Change-Id: Ibc6cf664d96125b6ca0fd322bde560f69a611f26 Reviewed-on: https://chromium-review.googlesource.com/1166293Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#581426}
-
Alice Boxhall authored
Bug: 692360 Change-Id: Ie549ed3d33bd7f2cb7c5be070f931e29a2cb106b Reviewed-on: https://chromium-review.googlesource.com/1139846 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#581425}
-
Wei-Yin Chen (陳威尹) authored
The current white list is _IMPLEMENTATION_EXTENSIONS. The white list should also include Java files and other scripts. The current black list is: black_list = (_EXCLUDED_PATHS + _TEST_CODE_EXCLUDED_PATHS) The URL pattern should also apply to the testing code. Bug: 869103 Change-Id: Idbf67580fda198359ce687ecb0dfef5c0546b088 Reviewed-on: https://chromium-review.googlesource.com/1155712 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#581424}
-
Allen Bauer authored
Hovering over selected tabs will not properly order painting such that the painting order will paint the lower tab "tails" over the left adjacent tab. While this has always been present, with the recent added painting of the stroke on the tabs, this is much more apparent. Bug: 871838 Change-Id: I4dd4c4264107fb8a058b5210b02c27008498f35d Reviewed-on: https://chromium-review.googlesource.com/1165689 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#581423}
-
Lukasz Anforowicz authored
This CL moves processing of |excluded_initiator_scheme| outside of network::CrossOriginReadBlocking. The postponed allowing of requests initiated from content scripts allows to report them to LogInitiatorSchemeBypassingDocumentBlocking only if they would actually be blocked by CORB (in a meaningful way - non-empty response body, non-4xx, etc.). Bug: 846346 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ifcc3e610506b757d8b8e4d6fe36f28bb783e7944 Reviewed-on: https://chromium-review.googlesource.com/1161194Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Nick Carter <nick@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#581422}
-
Matt Reynolds authored
This CL extends the device::GamepadConsumer, device::mojom::GamepadConsumer, and blink::WebGamepadListener interfaces to allow gamepad button and axis events to be communicated from //device to blink. These will be used to implement gamepad button and axis events in javascript. BUG=856290 Change-Id: I8ce83d5e4225e79c3b25c7d7ef65684e9ada404f Reviewed-on: https://chromium-review.googlesource.com/1161492Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#581421}
-
Adolfo Victoria authored
* Add timezone_offset_ member variable to WeeklyTime class, this will help the class users know which timezone the class is to be interpreted in. * Add ConvertToTimezone and ConvertToCustomTimezone functions to change between well defined timezones and also to set the timezone of a time agnostic WeklyTime. * Move ToLocalizedString to time_utils since its a more specialized use case. * Add unit tests for timezone related functions to time utils. BUG=chromium:852860 TEST=unit_tests Change-Id: Ifef1b17471c30fb7443727323d00523193327ef1 Reviewed-on: https://chromium-review.googlesource.com/1155786 Commit-Queue: Adolfo Higueros <adokar@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#581420}
-
Rob Percival authored
These histograms can be compared to "AsyncDNS.Rcode" to determine whether there is an unusual distribution of rcodes relative to normal DNS lookups (i.e. A/AAAA lookups). I'm interested in particular to see what rcodes map to DNS_SERVER_FAILED (besides ServFail). Bug: 506227 Change-Id: I5bbdc6c52ef7b017f0d38c1329f450ed346f6e4a Reviewed-on: https://chromium-review.googlesource.com/1152972 Commit-Queue: Rob Percival <robpercival@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#581419}
-
Anand K. Mistry authored
cros-disks provides this property, so there's no reason chrome should compute its own version. BUG=None Change-Id: Id94109ad68bf2a8479954d0a4d7c11f17629c995 Reviewed-on: https://chromium-review.googlesource.com/1159932 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#581418}
-
Dave Tapuska authored
The current pull request against the HTML spec is here: https://github.com/whatwg/html/issues/3799 Add a PostMessgeOptions dictionary so that WindowPostMessageOptions is a subclass of that. BUG=861735 Change-Id: I66c6990de82b0d74efa7f31240b63d19d074945d Reviewed-on: https://chromium-review.googlesource.com/1165954Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#581417}
-
Nico Weber authored
Bug: 862581 Change-Id: I102a019b98b9fb4326bcb43d247cf20b4ee5e8a1 Reviewed-on: https://chromium-review.googlesource.com/1156858 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#581416}
-