- 27 Mar, 2018 40 commits
-
-
Ben Wells authored
This reverts commit 0a869fb4. Reason for revert: New checker is causing errors on bot e.g. https://ci.chromium.org/buildbot/chromium.memory/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/26753 from the failure: The following view violates DoesViewHaveAccessibilityErrors(): browser/ui/views/frame/BrowserRootView > ui/views/window/NonClientView > BrowserView > TopContainerView > ToolbarView > View > MenuButton (id 1008) - Focusable View has no accessible name or placeholder, and the name attribute does not use kAttributeExplicitlyEmpty. Original change's description: > Test any widget activated in a browser test for accessibility violations > > Use ChromeViewsDelegate/WidgetObserver combination to ensure that all > widgets are tested for accessibility as they become hidden or visible > in a browsertest. > > The test goes through the View entire subtree and ensure any focusable > View has an accessible name. > > Bug: 819350 > Change-Id: I213e02bcfb1ec64aefc528cbda6a8a2a1d7bd0d0 > Reviewed-on: https://chromium-review.googlesource.com/951933 > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Trent Apted <tapted@chromium.org> > Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> > Cr-Commit-Position: refs/heads/master@{#545904} TBR=sky@chromium.org,tapted@chromium.org,aleventhal@chromium.org Change-Id: I4acc057b19df35a9350ae04efa06e5f6b69b2e88 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 819350 Reviewed-on: https://chromium-review.googlesource.com/981634Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#546020}
-
Maks Orlovich authored
If we're going to recover from corrupt rows by removing everything in the eTLD + 1, we probably ought to know how frequent they are. Bug: 787679 Change-Id: I4b01e9442121e747cf24292e01ac640bed5dec07 Reviewed-on: https://chromium-review.googlesource.com/980699 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#546019}
-
Ian Kilpatrick authored
This implements the LayoutFragment.inlineOffset and LayoutFragment.blockOffset attributes. The tests added simply re-create the reference by setting these two attributes in different text directions and writing modes. Change-Id: I1865403ca12e3b174738ee93320eae5ba16ac292 Bug: 726125 Reviewed-on: https://chromium-review.googlesource.com/971832 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#546018}
-
Henrique Nakashima authored
Bug: 234933 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4a42336006cf553bf52d30be4656f953d8341323 Reviewed-on: https://chromium-review.googlesource.com/974447Reviewed-by:
dsinclair <dsinclair@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#546017}
-
Adenilson Cavalcanti authored
Generate optimized code that will help ARMv8 chips (between 2 to 10% perf gain on ARMv8 little/big cores) at the expense of a small perf regression on older chips (i.e. ARMv7). Bug: 772870 Change-Id: Ifc47870724da9790c944f76fedcc225d0a896caf Reviewed-on: https://chromium-review.googlesource.com/976521 Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Reviewed-by:
Chris Blume <cblume@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#546016}
-
Lei Zhang authored
Use base::RefCountedBytes::TakeVector() or base::RefCountedStaticMemory instead. 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I6bf4cdc2b0dff5f8c75e3a8dacda0da92213a9fb Reviewed-on: https://chromium-review.googlesource.com/979398Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#546015}
-
Xiaocheng Hu authored
LocalCaretRectTest has parameterization for LayoutNG. However, test case |AfterLineBreak| uses contenteditable unnecessarily, which forces legacy layout and invalidates the parameterization. This patch fixes it. This patch also adds two similar test cases for line breaks in 'white-space: pre' style, verifying that NG LocalCaretRect impl handles consecutive line breaks at block end correctly. Bug: 812535 Change-Id: Iaba4bcc616078f35f73fca23565b6628f04f7271 Reviewed-on: https://chromium-review.googlesource.com/974909 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#546014}
-
Maks Orlovich authored
This only really reports object counts (including for the wait-till-load queues), but proper thing is kinda expensive to compute, and this might be enough for diagnosing the potential leak case. Bug: 809199 Change-Id: I8afd6902693784da3ecdb9d4066d7d23ed94de82 Reviewed-on: https://chromium-review.googlesource.com/978034 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Siddhartha S <ssid@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#546013}
-
Christopher Lam authored
This CL upgrades cr-lazy-render for compatibility with Polymer 2. It does this by using a slot for a <template> from the light DOM which gets templatized since the cr-lazy-render element itself can no longer be a <template>. This means that all clients need to wrap their light DOM in <template> tags. Bug: 818279 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ieaed7cb2f9422557aed0c3a388939b17b5825245 Reviewed-on: https://chromium-review.googlesource.com/977203 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#546012}
-
Mike Dougherty authored
This CL has no functional change. Bug: 228355 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I12f9222642ea1679ff714651f256067b03d88d1e Reviewed-on: https://chromium-review.googlesource.com/980735 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#546011}
-
Ben Wells authored
This reverts commit 7a1b3bb0. Reason for revert: Seems to have caused memory failures. Sample failure: https://ci.chromium.org/buildbot/chromium.memory/Linux%20MSan%20Tests/8760 with this in the stack views::WidgetDelegate::GetAccessibleWindowTitle Original change's description: > [Extensions] Remove manifest v1 support for accessible resources > > In manifest version 1, all extension resources were considered > accessible by the web (i.e., could be embedded within or > requested by a web page). In manifest v2, only resources > explicitly specified in the web_accessible_resources key are > accessible. Remove support for manifest v1, and always check > the web accessible resources. > > Update unit tests to migrate relevant tests and remove tests for > manifest v1-specific behavior. > > Bug: 816677, 816679 > Change-Id: Id0dd3ef75cd5d49e3f87e45ac3a8b19a00391146 > Reviewed-on: https://chromium-review.googlesource.com/953177 > Commit-Queue: Devlin <rdevlin.cronin@chromium.org> > Reviewed-by: Karan Bhatia <karandeepb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#545898} TBR=rdevlin.cronin@chromium.org,karandeepb@chromium.org Change-Id: Ifae57fc0f5cb2b738d48527af5e20c19eac5b0a9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 816677, 816679 Reviewed-on: https://chromium-review.googlesource.com/981336Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#546010}
-
Steve Anton authored
Bug: webrtc:8996 Change-Id: I430b7eeb00088706ff29adf74d46c997e2a66b37 Reviewed-on: https://chromium-review.googlesource.com/974470Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Commit-Queue: Steve Anton <steveanton@chromium.org> Cr-Commit-Position: refs/heads/master@{#546009}
-
Min Qin authored
Remove BrowserThread and WebContents references Bug: 803135 Change-Id: I791bbeb0bd3d52c497c7bad7d035aaac7440f588 Reviewed-on: https://chromium-review.googlesource.com/981328 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#546008}
-
sangwoo.ko authored
We have to regenerate ideal bounds when it's updated even when it's animating. Bug: 587688 Change-Id: I238808c6242734e1c3749a6dd7bd624f6a8a3bac Test: TabStripBrowserTest.ActiveTabWidthWhenTabsAreTiny Reviewed-on: https://chromium-review.googlesource.com/958382 Commit-Queue: SangWoo Ko <sangwoo108@gmail.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#546007}
-
Hajime Hoshi authored
This is part of efforts to replace base::ThreadTaskRunnerHandle::Get() and SequencedTaskRunnerHandle::Get() with other appropriate task runners in the renderer. Bug: 786332 Change-Id: Ibabee0c19403e3a2b1273f9b98eb6ca7f1d114a3 Reviewed-on: https://chromium-review.googlesource.com/980095Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#546006}
-
Alan Cutter authored
Bug: 825095 Change-Id: I45d7af704636189a4a94a8c125c66092c5192e96 Reviewed-on: https://chromium-review.googlesource.com/977347Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#546005}
-
Alex Kalugin authored
Currently SafeBrowsingFeatures test checks extracted safe browsing threat type for equality to 3, but should check for SB_THREAT_TYPE_URL_MALWARE (Which does not equals to 3 in Yandex code). Change-Id: Ifd8e554201c8467e7836f1ebd11589bff06ff2a8 Reviewed-on: https://chromium-review.googlesource.com/979792Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Commit-Queue: Kalugin Alexander <akalugin@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#546004}
-
François Degros authored
Change-Id: I3ed4309a790d09d1568ebfa0e32788f22ecfcef0 Bug: 818624 Reviewed-on: https://chromium-review.googlesource.com/977461Reviewed-by:
Marti Wong <martiw@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#546003}
-
Keishi Hattori authored
Use InAtomicMarkingPause to remove GCForbidenScope and NoAllocationScope usage Change-Id: If723098063ea02d80dee0ae38257cdfa40959d66 Reviewed-on: https://chromium-review.googlesource.com/978792 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#546002}
-
Kinuko Yasuda authored
We adjust the timings in WebDocumentLoaderImpl::UpdateNavigation(), shouldn't update in each AddRedirect() (which is called in a batch way after all the redirects are handled in the browser process with PlzNavigate, adjusting timings there with current timestamp is totally wrong) R=ksakamoto,arthursonzogni Bug: 813889 Change-Id: I3a57d3fdf1833c300feb5ee61737b64cece0946b Reviewed-on: https://chromium-review.googlesource.com/974673Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#546001}
-
Daniel Erat authored
Add a new off-by-default feature that makes the power button behave slightly differently depending on whether the device is in tablet mode or laptop mode. Specifically, tapping the power button turns the display off in tablet mode but does nothing in laptop mode. Previously, tapping the button turned the display off on most convertible devices regardless of their mode. Bug: 819276 Change-Id: Iecd2e7aea74132018c3d88c88199e8d733c24fd2 Reviewed-on: https://chromium-review.googlesource.com/981607 Commit-Queue: Dan Erat <derat@chromium.org> Reviewed-by:
Qiang Xu <warx@google.com> Reviewed-by:
Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#546000}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/44123785ca9a..6aab402bbddc $ git log 44123785c..6aab402bb --date=short --no-merges --format='%ad %ae %s' 2018-03-26 manojgupta Revert "generic_stages: temporarily ignore all target prebuilts." 2018-03-25 manojgupta generic_stages: temporarily ignore all target prebuilts. Created with: roll-dep src/third_party/chromite BUG=chromium:815357,chromium:815357 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: Ia41806216c37f2f0422416d84978bf59da15d86c Reviewed-on: https://chromium-review.googlesource.com/981600Reviewed-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@{#545999}
-
Mitsuru Oshima authored
BUG=822960 TEST=covered by unittets Change-Id: Ia6c7f3c9a54b4059f85b049ecaa3f8a0b0c30e30 Reviewed-on: https://chromium-review.googlesource.com/977023Reviewed-by:
Malay Keshav <malaykeshav@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#545998}
-
Jinsuk Kim authored
|ContentViewCore.isAttachedToWindow| became unused after a series of refactoring. This CL removes the interface and implementation. Bug: 598880 Change-Id: Ic1cbb747b50230e8851143b01524cd75ba156a9b Reviewed-on: https://chromium-review.googlesource.com/979390Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#545997}
-
https://skia.googlesource.com/skia.git/+log/103e7243718a..e579f1e70fd8 $ git log 103e72437..e579f1e70 --date=short --no-merges --format='%ad %ae %s' 2018-03-26 benjaminwagner [Bazel] Add missing include dir. 2018-03-26 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ db50cadbb..286108ae1 (1 commit) 2018-03-21 csmartdalton ccpr: Use Manhattan distance for curve AA 2018-03-26 benjaminwagner External part of internal cl/190527962 2018-03-26 bungeman Remove src/xml/*.h from DM in public.bzl. 2018-03-21 herb Move cache difference code into remote cache files 2018-03-26 herb Cleanup SkAutoGlyphCache in SkXPSDevice. 2018-03-26 robertphillips Revert "Switch DDL rendering to be a Via in DM" 2018-03-26 robertphillips Switch DDL rendering to be a Via in DM 2018-03-21 csmartdalton ccpr: Replace curve corner MSAA with analytic attenuation 2018-03-26 bungeman Add the xml and svg model code to DM in public.bzl. 2018-03-26 ethannicholas added frexp support to SkSL 2018-03-26 robertphillips Remove copy of TableColorFilter data when GPU rendering 2018-03-26 mtklein specialize arm64 allTrue()/anyTrue() 2018-03-26 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 4cd6f588d..db50cadbb (1 commit) 2018-03-26 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 822a84b19..a571f28d4 (2 commits) 2018-03-26 mtklein detect ASIMDHP on ARM64 2018-03-26 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ a50fa23a3..4cd6f588d (1 commit) 2018-03-26 mtklein Revert "Use DAA for small cubics and non-convex paths that fit into a mask" Created with: roll-dep src/third_party/skia 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=mtklein@chromium.org Change-Id: I37b835fa8dbe29f3db9340c7278fa2702960d363 Reviewed-on: https://chromium-review.googlesource.com/981520Reviewed-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@{#545996}
-
Tien-Ren Chen authored
The clip rect calculated by PaintLayerClipper already included all paint offset. We inadvertantly added paint offset again to child clipping mask bounds prior to this CL, resulting in subpixel accumulation being counted twice. This CL fixes it. As a side change, this CL also creates paint offset translation for composited replaced elements. Previously we only create paint offset translation for composited blocks, which broken assumptions in other part of the code. BUG=815358,808325 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I17ca32d366942e12f9364a42205d6fc44171bf9c Reviewed-on: https://chromium-review.googlesource.com/974161Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#545995}
-
Fady Samuel authored
This is a reland of 119455cb Original change's description: > Surface synchronization: Add a diagnostic CHECK in ClientLayerTreeFrameSink > > There's a race in cc somewhere from commit to draw. I don't know exactly > how to repro the race yet even though I have a high probably fix. This > CL is intended to catch the race in the wild and produce a stack trace > in a crash log. Hopefully from there we can acertain repro steps. > > Once repo steps are produced locally (either via user interaction or > unit test) then this CL will be reverted. > > Bug: 672962 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel > Change-Id: I3bce066591e15d5c3aac7d4c8685dce411e284b7 > Reviewed-on: https://chromium-review.googlesource.com/973987 > Reviewed-by: Saman Sami <samans@chromium.org> > Commit-Queue: Fady Samuel <fsamuel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544834} Bug: 672962 TBR: samans@chromium.org Change-Id: I880540f3f00c419efb4055007787e86f4722d675 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/981154 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#545994}
-
Wez authored
- Fix various call-sites that perform string<->FilePath conversions, to assume UTF8 encoded input, since Windows' native strings are UTF16. - Fix the export header to export symbols under Cronet. - Fix Cronet_Buffer_InitWithAlloc() to handle >32-bit sized allocations correctly under 32-bit. - Fix the BufferTest.TestInitWithHugeAllocFails to request an allocation size that cannot be satisfied even under systems with over-commit. Bug: 812268 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: If18a2c223e3ee18619543484a55d268ec12b5b78 Reviewed-on: https://chromium-review.googlesource.com/972674Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#545993}
-
Dianna Hu authored
Also update some comments to refer to Http2String. This CL lands server changes 189187480 by ahedberg and 190218258 by diannahu. BUG=488484 Change-Id: Iffc6a90651103954e2528f16a3d3f7e288d4f333 Reviewed-on: https://chromium-review.googlesource.com/978392Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Dianna Hu <diannahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#545992}
-
Peter Wen authored
Information from prebuilt jars from source or generated class jars are required to fully map every class in *.dex files back to a source location. Bug: 812335 Change-Id: Ied04fe60a0a017d84e3d7f99a2ed037787de6f0e Reviewed-on: https://chromium-review.googlesource.com/976185 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#545991}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ae7ce271. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/14730 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 TBR=danyao No-Export: true Change-Id: I404a7bfac9a1c546e3620c4fc20d927e155a516a Reviewed-on: https://chromium-review.googlesource.com/981752 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@{#545990}
-
https://webrtc.googlesource.com/src.git/+log/dc4737bbdacc..bb50ce5bb6d5 $ git log dc4737bbd..bb50ce5bb --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:799759,chromium:None,chromium:None,chromium:680172,chromium:None,chromium:775858,chromium:824706,chromium:775858,chromium:824706,chromium:775858,chromium:824706 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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I8d505ada2d85afb907c8a08575e16c6b8ed11f48 Reviewed-on: https://chromium-review.googlesource.com/981605Reviewed-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@{#545989}
-
dpapad authored
Also removing a few paper-styles related files from polymer_resources.grdp that are not used anywhere. Bug: 738611 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I9eca1db59f522dea03738843e40c4e3e1aee6d38 Reviewed-on: https://chromium-review.googlesource.com/978651Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#545988}
-
Avi Drissman authored
BUG=714018 Change-Id: I330346f3e752870ac1752467ee2c9b934934cb2f Reviewed-on: https://chromium-review.googlesource.com/974746Reviewed-by:
Sidney San Martín <sdy@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#545987}
-
Esmael El-Moslimany authored
Bug: 820456 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ibaeb426d53d671b54456fd4975a6eebb0934a894 Reviewed-on: https://chromium-review.googlesource.com/969753 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#545986}
-
Peter Wen authored
Currently the size/padding for overhead symbols are lost upon saving and loading since only size_without_padding is saved, and these symbols have address 0 and size == padding. Thus save the full size including padding for overhead symbols and rely on _CalculatePadding to set padding = size when loading. Bug: 824439 Change-Id: I64fc531478ab3875880566075b98451dbc91ab27 Reviewed-on: https://chromium-review.googlesource.com/980779 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#545985}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/dbbf350a34ab..4732b3b1c4bf $ git log dbbf350a3..4732b3b1c --date=short --no-merges --format='%ad %ae %s' 2018-03-26 pasko Revert (Reland "gclient eval: Expand vars while parsing DEPS files") Created with: roll-dep src/third_party/depot_tools BUG=chromium:825724 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. TBR=agable@chromium.org Change-Id: I3f9e64bc9856d7ba044adb0737a199cdd6bab5c5 Reviewed-on: https://chromium-review.googlesource.com/980717Reviewed-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@{#545984}
-
Xiaoqian Dai authored
* Keep overview open when closing the last window in overview (only during splitscreen, still exit overview when the last window in overview is closed outside of splitscreen) * Stay in overview after creating a split with the sole open window * Disable tapping on overview background to exit overview when there's a snapped window (but no windows in overview) * Disable toggling overview open/closed with overview button Bug: 825043 Change-Id: I14027007fbe7f6a324fd61f8c08a370d093eca8c Reviewed-on: https://chromium-review.googlesource.com/977430 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#545983}
-
Sunny Sachanandani authored
These were separate initially because they depended on content. Since that's not the case any more, it makes sense to merge these into the main gpu_unittests. R=piman,kbr BUG=NONE Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ic9a4894f7e2287055571e60597442f585fa3cbb3 Reviewed-on: https://chromium-review.googlesource.com/976983Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#545982}
-
David Valleau authored
R=skau@chromium.org Change-Id: Id5bdb2bc28e96d3eef3fa1cd950f0927b4776ec7 Reviewed-on: https://chromium-review.googlesource.com/981528Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#545981}
-