- 24 Aug, 2018 40 commits
-
-
Khushal authored
Currently ImageFrameGenerator can only be used for decoding from a single thread at a time, with the access to any decoder for this generator protected using the same mutex. This can result in janks where the same image is being animated by multiple compositors in the same process, since the decode tasks from these compositors can not execute in parallel. In order to allow multiple threads to use different decoders backed by the same generator, this change splits the piece in the generator which uses the decoder into a ImageDecoderWrapper. This makes it explicit that different decoders can be used concurrently, as long as the access is synchronized with a mutex per decoder. The change should be a no-op. R=chrishtr@chromium.org Bug: 872753 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib31ca739fbf858e0dc292dc9b47f9fd4a087956d Reviewed-on: https://chromium-review.googlesource.com/1185629Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#585740}
-
Wenzhao (Colin) Zang authored
This reverts commit 40b9105e. Reason for revert: affecting virtual keyboard UI in google3 (crbug.com/877302) Original change's description: > cros: Allow frame-less windows to show shadow > > The current code assumes that a frame-less window does not need shadow. > However, it's important for the CrOS wallpaper picker to remain > frame-less to support wallpaper preview in tablet mode (spec [1]), and > have a shadow in clamshell mode. It should makes sense to delete this > logic since wallpaper picker is the only component extension that needs > this behavior, and no current public apps are able to use the API. > > [1] https://drive.google.com/corp/drive/folders/0B_2Uyb2Rhx2ObU5VTFJVWHR2WW8 > > Bug: 835205 > Change-Id: I96c9b14806f8f03ea2278d11031a33b08e7a68e8 > Reviewed-on: https://chromium-review.googlesource.com/1135577 > Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> > Reviewed-by: Ben Wells <benwells@chromium.org> > Cr-Commit-Position: refs/heads/master@{#582036} TBR=tapted@chromium.org,benwells@chromium.org,wzang@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 835205 Change-Id: I4a840224924d691fd7545a8b6252368fe06161d7 Reviewed-on: https://chromium-review.googlesource.com/1187784Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#585739}
-
Matt Falkenhagen authored
In preparation for extending or modifying the test to test Client.url and resultingClientId for https://github.com/whatwg/html/pull/3891. Bug: 876223 Change-Id: I50e8b8c21c5f8639a24a9c2ec00df3ccafdc8ac8 Reviewed-on: https://chromium-review.googlesource.com/1184656 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#585738}
-
Matt Falkenhagen authored
context_ can be null. No test added since there's no script cache map unittest. Bug: 877360 Change-Id: Ib95d89255b0706d13cb784d812cb984903aa0c4a Reviewed-on: https://chromium-review.googlesource.com/1188007 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#585737}
-
Kunihiko Sakamoto authored
LocalFrame has |should_send_resource_timing_info_to_parent_| flag not to send timing info to parent except for the first navigation. This flag is cleared when the first timing is sent to parent, however this does not happen if iframe's first navigation was by back-forward navigation. For such iframes, we shouldn't send timings to parent at all. Bug: 876822 Change-Id: I128b51a82ef278c439548afc8283ae63abdef5c5 Reviewed-on: https://chromium-review.googlesource.com/1186215Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#585736}
-
Michael Lippautz authored
- AdvanceTracing: Removes the parameter for force finishing and just relies on the deadline (infinity) to finish tracing. - EnterFinalPause: Take a parameter indicating the embedder stack state. This is useful for followup work to avoid scanning the stack. Bug: chromium:843903 Change-Id: I5803947834ed38f8062cb7db819a7b98bd77ab30 Reviewed-on: https://chromium-review.googlesource.com/1186467Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#585735}
-
Yue Li authored
Bug: None Test: Manual Test Change-Id: I32479f1453ed23018bcde8e3180f114eb039973f Reviewed-on: https://chromium-review.googlesource.com/1186118Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#585734}
-
Lutz Justen authored
Changes affiliation test helper from a bunch of static methods to a class with two factory methods, one for cloud management, the other for Active Directory management. The former implementation was a bit hand- waving ("pass the same session manager instance into the two Set*AffiliationIDs functions", "you don't need fake_auth_policy_client for non-AD accounts"). The class is much cleaner. Internally, it doesn't rely on side effects ("we're probably in AD mode if the auth policy client has been started"). BUG=chromium:865969 TEST=tryjobs Change-Id: I4ba5e0f9e4b410532cd098cd5ae73f2156a58c83 Reviewed-on: https://chromium-review.googlesource.com/1168496Reviewed-by:Pavol Marko <pmarko@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#585733}
-
Alan Cutter authored
This CL ensures the TabHelper of a PWA WebContents is updated to indicate whether it has it's own "extension" window or not to ensure it gets cleaned up appropriately on uninstall. Before: https://bugs.chromium.org/p/chromium/issues/attachment?aid=354491&signed_aid=mELqu3AB-QBQpk1qojP7qg==&inline=1 After: https://bugs.chromium.org/p/chromium/issues/attachment?aid=354490&signed_aid=4RqFYkoMkmsndSMnrq5inA==&inline=1 Bug: 877009 Change-Id: I81e7888260a40df68f5e9a5443ea2a815b8a686f Reviewed-on: https://chromium-review.googlesource.com/1186388 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#585732}
-
Max Moroz authored
This reverts commit 1501aabf. Reason for revert: broke a build that was used for fuzzing: crbug.com/877063. Original change's description: > Do not bundle compiler-rt libraries (ASan,UBSan,Profile) for Android on i686. > > This change removes 6+ MB of binaries from the build tools bundle: > 3.7M lib/linux/libclang_rt.asan-i686-android.so > 2.5M lib/linux/libclang_rt.ubsan_standalone-i686-android.so > 80K lib/linux/libclang_rt.profile-i686-android.a > > It also can break some workflows, but as discussed in person, there is a good > chance that no one is using those libraries on i686 arch. > > > Bug: 866225 > Change-Id: Ifbc85e542359681f60f19f52e5bd7a8a7e1655f3 > Reviewed-on: https://chromium-review.googlesource.com/1158708 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Max Moroz <mmoroz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#579854} R=hans@chromium.org, inferno@chromium.org, thakis@chromium.org Bug: 877063 Change-Id: Ic5754458e6516dc25cf4cedaeb7eb9195faafbec Reviewed-on: https://chromium-review.googlesource.com/1187629 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#585731}
-
Istiaque Ahmed authored
In case of an error where service worker script loading fails (e.g. when there is an attempt to load an extension service worker script after the extension has been uninstalled), the current code fails DCHECK if network stack calls OnComplete with error param right from mojom::URLLoaderFactory::CreateLoaderAndStart. This CL changes the DCHECK to apply only for non-error case. This should fix the flakiness of the test: ServiceWorkerTest.ServiceWorkerSuspensionOnExtensionUnload. Bug: 877218, 868183 Test: Repeated aforementioned test x 500 locally, no DCHECK observed. Change-Id: I1691771e466365477051f5ca1136f01f921a1ec8 Reviewed-on: https://chromium-review.googlesource.com/1187762 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#585730}
-
Yoshisato Yanagisawa authored
Since Goma Canary builders are scattered to cr-buildbucket.cfg and is difficult to see, let me gather all the builders to one place. Bug: 874754 Change-Id: Ie8ca261cc28f734c4175d6fc07082429e0c026da Reviewed-on: https://chromium-review.googlesource.com/1188045Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#585729}
-
Sammie Quon authored
This is a reland of c40ba7f2. Added a missing ASH_EXPORT which was causing ash_unittests to fail. TBR=xiyuan@chromium.org Original change's description: > applist: Introduce HomeLauncherGestureHandler. > > Introduce swipe down gesture to homecher. This cl implements the design > at: https://docs.google.com/document/d/1Bt5956kVDcgUz-_BTJc6M1wm5d03onBgJWE3vHQQGl0/edit# > > The design doc states to use a new ScopedClass but after a bit more > thought I think that would be more difficult especially once animations > are added. > > This should be behind a enabled by default flag, but I do not want to > merge too much during code review, so I will add the flag shortly > after this lands. > > Test: added tests > Bug: 872319 > Change-Id: Ibc2dd7344fb3cdb81967b0eefb41d58d377688a3 > Reviewed-on: https://chromium-review.googlesource.com/1184326 > Commit-Queue: Sammie Quon <sammiequon@chromium.org> > Reviewed-by: Weidong Guo <weidongg@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#585524} Bug: 872319 Change-Id: Ic3b2320e96cb1fd770ce60a5d48818e7ee78d21c Reviewed-on: https://chromium-review.googlesource.com/1187042Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#585728}
-
Chromium WPT Sync authored
Using wpt-import in Chromium aa6aaad8. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/23216 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: Ibc8838d43dcf7a2f26468879347785e0bfe35b64 Reviewed-on: https://chromium-review.googlesource.com/1187896 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@{#585727}
-
Han Leon authored
The legacy IPC struct traits of ServiceWorkerFetchRequest is no longer used anywhere, so we can just remove it then remove the whole file service_worker_messages.h. BUG=789854 Change-Id: I4d4e8ab30d1fca562d6b738aad394d1eb73935e4 Reviewed-on: https://chromium-review.googlesource.com/1187901Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Han Leon <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#585726}
-
Stefan Zager authored
Since determining occlusion is much more expensive than computing clipping, throttle the frequency of IntersectionObserver notifications to no more than one every 100ms. BUG=827639 R=chrishtr@chromium.org Change-Id: I6675482041418c628dbddfd648319d18d871d38b Reviewed-on: https://chromium-review.googlesource.com/1175210Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#585725}
-
Alex Lau authored
Currently this is shown for all roots. Bug: 875380 Test: Tested on kevin. Change-Id: Ied92804c5a3936d458b38e84daf973c5928b3534 Reviewed-on: https://chromium-review.googlesource.com/1186206Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Alex Lau <alexlau@chromium.org> Cr-Commit-Position: refs/heads/master@{#585724}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/ce6a1cc587a7..367ed462b517 git log ce6a1cc587a7..367ed462b517 --date=short --no-merges --format='%ad %ae %s' 2018-08-23 tsepez@chromium.org Use pdfium::span<> in CPDF_Stream::SetData(). 2018-08-23 tsepez@chromium.org Pass unique_ptr<> to CFX_MemoryStream constructor 2018-08-23 thestig@chromium.org Fix GCC build with V8 disabled. 2018-08-23 rharrison@chromium.org Enable warnings for shadowed variables 2018-08-23 rharrison@chromium.org Fix shadowed variables 2018-08-23 hnakashima@chromium.org Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array. 2018-08-23 thestig@chromium.org Remove deprecated FPDFDest_GetPageIndex() API. 2018-08-23 tsepez@chromium.org Remove bool arg from CFWL_Widget::GetBorderSize(). 2018-08-23 hnakashima@chromium.org Swap width and height params in CBC_BarcodeMatrix constructor. 2018-08-23 npm@chromium.org Cleanup CPDF_TextPage::GetRectArray Created with: gclient setdep -r src/third_party/pdfium@367ed462b517 The AutoRoll server is located here: https://pdfium-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=dsinclair@chromium.org Change-Id: Ife89a1b2ceec8f4489fff9b0304d4f742460bde9 Reviewed-on: https://chromium-review.googlesource.com/1187096Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585723}
-
Nicolas Ouellet-Payeur authored
It lets us migrate policies from an extension domain to the Chrome domain. ExtensionPolicyMigrator is a callback that can be attached to a ConfigurationPolicyProvider. It is run after the policies are refreshed, but before OnUpdatePolicy() is triggered, and it can modify the PolicyBundle to migrate the policies to their new domain. See: https://docs.google.com/document/d/1_ZxQ4Rc7RIGT4NOfjhdaJJ2gSJCZIHgcwCOumjYD0Cs/edit Bug: 869958 Change-Id: I2da6cf08720e73ca3589cfeaac5094d9df2d8b5c Reviewed-on: https://chromium-review.googlesource.com/1158968 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Pam Greene (Please send IM for reviews) <pam@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#585722}
-
Han Leon authored
BUG= Change-Id: I4ef96d8055825be72ac40bff03932a376bb018f4 Reviewed-on: https://chromium-review.googlesource.com/1187830Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Han Leon <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#585721}
-
Dale Curtis authored
This adds everything necessary to support MP4+Opus. Specifically: - The necessary box support such that the Opus and dOps boxes can be parsed from an MP4 when using MSE. - Updates to the mime type parsing for canPlayType/isTypeSupported - Clones all the Opus in WebM tests for Opus in Mp4. Things that need fixing: - End-trimming is not correctly specified for opus-in-mp4 test data yet and no tooling (nor Xiph folks) have correct test clips, this is tracked by http://crbug.com/876544 Other things fixed: - Some duplicate tests and media have been removed for Opus Webm. - Moved opus_constants from media/filters to media/formats/common - Removed unused constants/functions from opus_constants. - MockMediaSource now allows SetAppendWindow so we can reuse the (voluminous) opus audio hashes instead of generating new ones while the test media is broken. BUG=649438 TEST=new unittests 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 Change-Id: I8dd11f7d08616b551dae1bca14c3e44d5447c92c Reviewed-on: https://chromium-review.googlesource.com/1178929 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#585720}
-
Tommy Steimel authored
This CL re-adds the null checks for internal_button_ and GetComputedStyle on the overlay play button. These were added to prevent a crash, then removed when the crash was not fixed and replaced with a different null check. However, it looks like we actually need these too, so we're adding them back. Bug: 870490 Change-Id: I1c6ad4b3f1dc36c7a2149a06c4f42f8ca00fb589 Reviewed-on: https://chromium-review.googlesource.com/1187710Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#585719}
-
Sergei Datsenko authored
BUG=chromium:856874 Change-Id: I9e7e9645d120b27868618053cffd5953908b99b1 Reviewed-on: https://chromium-review.googlesource.com/1184801Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#585718}
-
wutao authored
This patchs implements the assistant audio decoder service. Bug: b/80315134 Test: manual. Change-Id: I3643614339c4623fb26e1aaeed968c0bdea99796 Reviewed-on: https://chromium-review.googlesource.com/1184385 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#585717}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/790b2751b515..195b9510dbe5 git log 790b2751b515..195b9510dbe5 --date=short --no-merges --format='%ad %ae %s' 2018-08-24 achuith@chromium.org cros_run_vm_test: Support for test_that args. 2018-08-23 vapier@chromium.org cbuildbot: sdk: stop trying to uprev android Created with: gclient setdep -r src/third_party/chromite@195b9510dbe5 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: If2980a1fde59e78ca3237889984e24d02f261450 Reviewed-on: https://chromium-review.googlesource.com/1187862Reviewed-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@{#585716}
-
Hayato Ito authored
BUG=877299 TBR=yosin@chromium.org Change-Id: I98846bfc3dd89d07e2703cda8b8c32e3e6767cfd Reviewed-on: https://chromium-review.googlesource.com/1187849Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#585715}
-
Sam McNally authored
One of the two implementations now supports moving directories so update the documentation to mention that moving directories may be supported, depending on the implementation. Bug: 172187 Change-Id: Ie5fde919681fef8a80528d25fd7b9e5a48225013 Reviewed-on: https://chromium-review.googlesource.com/1186931Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#585714}
-
Tetsui Ohkubo authored
This CL replaces WiFi off icon to new one. The icon is specific to ash so it's placed in ash/resources/vector_icons. TEST=manual BUG=876218 Change-Id: I47d40641f2e8d4c7bc0d68322d84b6cd15d0bb69 Reviewed-on: https://chromium-review.googlesource.com/1184654Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#585713}
-
Stuart Langley authored
During normal processing, the file system starts a number of periodic requests to drive to refresh state. Many of these are not in response to user input and can complete gradually. However the underlying drive service has no way to differentiate between user initiate requests and background requests and uses the same processing queue for both, resulting in user initiated requests being delayed. This CL introduces a rate limited queue that the file system can use for requesting background requests, so that we always have capacity to quickly service user initiated requests. Bug: 874456 Change-Id: I5c041d7406f99d7f70af89aacc84bec39134f9a4 Reviewed-on: https://chromium-review.googlesource.com/1179119 Commit-Queue: Stuart Langley <slangley@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#585712}
-
Alexei Filippov authored
On MacOS the implementation of libmalloc sometimes calls malloc recursively, delegating allocations between zones. That causes our hooks being called twice. The scoped guard allows us to detect that, and avoid double counting. BUG=803276 Change-Id: I96bfa2c7cf29b0f21777033f259c2e2d8286b2e2 Reviewed-on: https://chromium-review.googlesource.com/1187831 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#585711}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I30aabba8626d648fa80ca3353a37dd9d97668b23 Reviewed-on: https://chromium-review.googlesource.com/1188062Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#585710}
-
Wez authored
Previously if QEMU ran but neither exited prematurely, nor did the guest ever become connectible via SSH, then the QEMU sub-process would be left running after the runner script exited. Bug: 877194 Change-Id: Id50fa44e11987f69afc469d73adc445b5066b7a5 Reviewed-on: https://chromium-review.googlesource.com/1187543 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#585709}
-
Lei Zhang authored
Fix some lint errors as well. TBR=emircan@chromium.org,kbr@chromium.org,reillyg@chromium.org,sandersd@chromium.org,thakis@chromium.org 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 Change-Id: I6753c2e20302ce2296950d9a033bf0d0ac3cf509 Reviewed-on: https://chromium-review.googlesource.com/1183847Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#585708}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6d5c73cf..b44922e7 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I52f10ea76f26b0ed65f565fabb6d9f500b27ced5 Reviewed-on: https://chromium-review.googlesource.com/1187378Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#585707}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b16da6a2a9e5..7b7eb8800be0 git log b16da6a2a9e5..7b7eb8800be0 --date=short --no-merges --format='%ad %ae %s' 2018-08-23 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-08-23 tandrii@chromium.org git cl: restart using project~number on Gerrit. 2018-08-23 tandrii@chromium.org git cl: temporary stop using project~number on Gerrit. Created with: gclient setdep -r src/third_party/depot_tools@7b7eb8800be0 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:876964,chromium:876910,chromium:876964,chromium:876910 TBR=agable@chromium.org Change-Id: Ifa9855cab76e938fb4be4584ebb2e61708bcb3e8 Reviewed-on: https://chromium-review.googlesource.com/1187095Reviewed-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@{#585706}
-
rajendrant authored
This CL defers the loading of CSS background images. StyleResolver registers the element to LazyLoadImageObserver so that when the element is scrolled near the viewport, full image will be triggered. The image load is deferred using ResourceFetcher::ResourceNeedsLoad() and the full image load is triggered via ResourceFetcher::StartLoad(). Bug: 846170 Change-Id: If90bf69e4583e4d8ff8006485c10229c3dca22f2 Reviewed-on: https://chromium-review.googlesource.com/1161208 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#585705}
-
Robert Ogden authored
Including: * domains without a dot as in ".com" * private IPs * localhost, except in testing Whether or not to trigger on localhost is determined by a variation param to allow it to be changed in browser or unit tests, and during local development. Bug: 864644 Change-Id: I8798c202342ababa95c90e5918b8d836a4ec15e3 Reviewed-on: https://chromium-review.googlesource.com/1187502 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#585704}
-
Ramin Halavati authored
Invalidation, search engines, and omnibox preferences are removed from the persistent storage list for incognito mode. After this CL, if these preferences are changed from incognito mode, they are only stored in memory and won't affect user profile. Bug: 861722 Change-Id: I8c2fbfac8ff8e9002ab828c908e826419bff2abc Reviewed-on: https://chromium-review.googlesource.com/1185599Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Nicolas Zea <zea@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#585703}
-
Will Harris authored
Running Chrome normally and watching it for a few minutes, I don't see this being delay loaded by anything, so this is probably a load time improvement. BUG=871847 Change-Id: I7c6647325f63d7d7dfa0e6b0807c15757cf8fda0 Reviewed-on: https://chromium-review.googlesource.com/1187711Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#585702}
-
Xiaocheng Hu authored
This patch refactors the function by extracing DirectionAt() out of it, so that the logic of getting direction from VisiblePosition is abstracted. It also reduces one client of InlineBox, making it easier to transition to LayoutNG. Bug: 877263 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ifba556e3fb03b7bfa6e4ed27df5e39d07a45eb7c Reviewed-on: https://chromium-review.googlesource.com/1187630Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#585701}
-