- 27 Sep, 2018 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2fb2f561368c..ca716904bcfb Created with: gclient setdep -r src-internal@ca716904bcfb The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=mmoss@chromium.org Change-Id: I32870b3232e546b264c4a9f42ec2355434cc8c3b Reviewed-on: https://chromium-review.googlesource.com/1248167Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594619}
-
Adam Rice authored
Modify BodyStreamBuffer::CloseAndLockAndDisturb to test new hypotheses about what is causing the crashes in this function. 1. Test whether IsContextDestroyed() is ever true by adding a CHECK if it is. 2. Test whether stream_ can be empty if stream_broken_ is false. Tests with a busy loop have indicated that this function is sometimes called with stream_broken_ set to true. This raises the question if failures still happen when it is false. This CL will cause it to CHECK if stream_broken_ is false and stream_ is empty. This CL causes intentional crashes and should not be left in the beta version as-is. BUG=882599 Change-Id: Id71b66c51fcab0e821a411a2a97866c992b3f36d Reviewed-on: https://chromium-review.googlesource.com/1245040Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#594618}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5ea41fc89b26..88e4a9395a45 git log 5ea41fc89b26..88e4a9395a45 --date=short --no-merges --format='%ad %ae %s' 2018-09-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3d27f2e721ed..4241ad731a8a (1 commits) 2018-09-27 herb@google.com Redo GrTextBlob path flush 2018-09-26 senorblanco@chromium.org GrTessellator: two fixes for boundary simplification artifacts. Created with: gclient setdep -r src/third_party/skia@88e4a9395a45 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel BUG=chromium:884166,chromium:887103 TBR=bsalomon@chromium.org Change-Id: I66c8a37d44f3c2578145afc6b71624c8eef833e4 Reviewed-on: https://chromium-review.googlesource.com/1248166Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594617}
-
Morten Stenshorne authored
Use LayoutText::LinesBoundingBox() (which knows how to deal with both NG and legacy layout), rather than reading out from the legacy line box tree manually. Added a crash unit test that would have crashed with this CL, had it not been for https://chromium-review.googlesource.com/1193868 - we used to stumble into dead layout objects. This CL also fixes one existing unit test. Bug: 889449 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Icb3f75038e1504968badaedd992565c8c1cc8419 Reviewed-on: https://chromium-review.googlesource.com/1158688Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#594616}
-
Hayato Ito authored
Remove the TODO comment for HTML Imports, which are being deprecated and will be removed. Change-Id: I36f80d0e90adc06d53c05e3bcb24bd5f766b610e Reviewed-on: https://chromium-review.googlesource.com/1248382Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#594615}
-
Rakina Zata Amni authored
This CL removes WebFindOptions in favor of FindOptions defined in find_in_page.mojom. This also removes WebLocalFrame::Find and WebLocalFrame::StopFindingForTesting, combining both into just one function WebLocalFrame::FindForTesting. Bug: 819919 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ie904a02b3e197f1012c6d5b4c9f50fdb6ce8d14f Reviewed-on: https://chromium-review.googlesource.com/1184808 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#594614}
-
Jan Krcal authored
These histograms were declared manually for all data types. As a result, many of them (for newer data types) were missing. This CL uses histogram suffixes instead. This CL also puts the related suffix SyncModelType up-to-date. Bug: 883252 Change-Id: Ia594f068919bee4ed233b7c1477460a7f04ab797 Reviewed-on: https://chromium-review.googlesource.com/1245117Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#594613}
-
Tommy Steimel authored
This CL adds the volume slider back into the modern media controls. The slider opens when the mute button is hovered/focused and closes when hover/focus is lost. Bug: 883540 Change-Id: I09df097c996f53a2c35ce15a161b4d8fc41ec49d Reviewed-on: https://chromium-review.googlesource.com/1246828Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#594612}
-
Yuta Kitamura authored
This CL moves the ownership of the compositor thread from RenderThread- Impl to Platform in order to reduce //content's dependency to WebThread. Now Platform::CompositorThread() is a concrete member function, and the compositor thread is initialized by Platform::Initialize- CompositorThread(). Some components of //content require the task runner of the compositor thread, so RenderThreadImpl:: compositor_task_runner() is still available. Bug: 826203 Change-Id: I6fe71835d7b7671d8781744ec62561242c6be29f Reviewed-on: https://chromium-review.googlesource.com/1245039 Commit-Queue: Yuta Kitamura <yutak@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#594611}
-
Katie D authored
Bug: 885326 Change-Id: I19764f67b871577d2b8e206800526508bc784fd8 Reviewed-on: https://chromium-review.googlesource.com/1245118Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#594610}
-
Tetsui Ohkubo authored
On Kiosk mode, we shouldn't show volume slider bubble. The check was missing in UnifiedSystemTray. It caused UI regression in Kiosk devices. (See the bug for detail). TEST=manual(confirmed on a Kiosk device that the slider is not shown) BUG=888890 Change-Id: I00359892b6bfc624b95c5f2a57fc7802b38a4dca Reviewed-on: https://chromium-review.googlesource.com/1247841Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#594609}
-
Keishi Hattori authored
This reverts commit ea613981. Reason for revert: Broke Google Chrome Win build https://ci.chromium.org/buildbot/chromium.chrome/Google%20Chrome%20Win/37835 Original change's description: > NUX: Move NUX backend code to chrome/browser/ui/webui/welcome > > Move NUX backend handlers and string resources to a chrome/ directory. There > will be a follow-up CL to move the frontend resources to the same directory. > > This is to make it possible to reuse chrome/ code for NUX handlers. > > Bug: 874122 > Change-Id: Id9a5fdd0a1ea88c4027139b66aaade0b120b4904 > Reviewed-on: https://chromium-review.googlesource.com/1232399 > Commit-Queue: Scott Chen <scottchen@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> > Cr-Commit-Position: refs/heads/master@{#594599} TBR=sky@chromium.org,dpapad@chromium.org,hcarmona@chromium.org,scottchen@chromium.org Change-Id: Ic7744af7c6de8a4508b45441cac030679e04cf26 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 874122 Reviewed-on: https://chromium-review.googlesource.com/1248142Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#594608}
-
Hayato Ito authored
Element::GetShadowRoot() doesn't have to be inlined. That would cause element.h to depend on element_rare_data.h, which we wouldn't want. Change-Id: Ib20c6c5b2e3b13510c7eb142704df53439bfcc9d Reviewed-on: https://chromium-review.googlesource.com/1248344 Commit-Queue: Hayato Ito <hayato@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#594607}
-
Rakina Zata Amni authored
In event capturing phase, when the event is dispatched on window, the related target was not set properly (it uses the state of the event at the target, which means related target is the same as when it was at the target). This might cause leaks when the event's relatedTarget is inside a shadow tree. This change makes it so at window context, the relatedTarget used is the relatedTarget of the last NodeEventContext. Bug: 817222 Change-Id: I1edea3977202b0a05e3e8ea46a5b8c1edb4b834d Reviewed-on: https://chromium-review.googlesource.com/1248244Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#594606}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c38c4ec0. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/25372 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=lukebjerring No-Export: true Change-Id: Ia721d8beacad9408f4d3a7a100d011a58e0eba2e Reviewed-on: https://chromium-review.googlesource.com/1248123 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@{#594605}
-
Luciano Pacheco authored
Change directory tree to the first item's section instead of static TOP section to determine if the first section divider should appear. Change the value of section-start attribute to be the current section which is the correct value, instead of previous section. While here modernized this function to use const/let instead of var. Bug: 878531 Test: browsertest --gtest_filter='FileManagerJsTest.DirectoryTree*' Change-Id: If8db170594608fef04913f3f6fe8235764eb03f7 Reviewed-on: https://chromium-review.googlesource.com/1248066 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#594604}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3a6b6bda177a..91957c1540f4 git log 3a6b6bda177a..91957c1540f4 --date=short --no-merges --format='%ad %ae %s' 2018-09-27 kwiberg@webrtc.org AudioCodingModuleTest.TwoWayCommunication: Don't let the ACM create encoders Created with: gclient setdep -r src/third_party/webrtc@91957c1540f4 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: If629e05fe1c8bc68f2576c745dd3694434f2fbab Reviewed-on: https://chromium-review.googlesource.com/1248164Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594603}
-
Xiaohan Wang authored
- Add ENABLE_WIDEVINE buildflag - Check BUILDFLAG(ENABLE_WIDEVINE) instead of defined(WIDEVINE_CDM_AVAILABLE) - Since WIDEVINE_CDM_AVAILABLE is not needed, remove a lot of dependencies on widevine_cdm_version.h - widevine_cdm_version.h is still needed to get WIDEVINE_CDM_VERSION_STRING and WIDEVINE_CDM_MIN_GLIBC_VERSION. - Some BUILD.gn cleanup to use "enable_widevine". Previously this wasn't possible since WIDEVINE_CDM_AVAILABLE is a define. - Remove third_party/widevine/cdm/stub/, whose sole purpose was to define WIDEVINE_CDM_AVAILABLE when "enable_widevine" is enabled. Bug: 349182 Test: No functionality change Change-Id: I864963033c4ae3a61b4ebde14c6bb68ed18e88f0 Reviewed-on: https://chromium-review.googlesource.com/1239873Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#594602}
-
Patrik Höglund authored
Bug: 877018 Change-Id: I3502e8ce9c8410f3af1c52581adbc0d708806a7f Reviewed-on: https://chromium-review.googlesource.com/1245365Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#594601}
-
Patrik Höglund authored
This should get my new builders side-by-side with the old ones so I can compare them in luci-migration.appspot.com and switch LUCI to prod if it looks good. I realize now it was unnecessary to create the experimental fyi "waterfall" in luci-milo - this is better. Bug: 877018 Change-Id: I3de02a6d94f3349018395a16ede5d0f665a68e0d Reviewed-on: https://chromium-review.googlesource.com/1245466Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#594600}
-
Scott Chen authored
Move NUX backend handlers and string resources to a chrome/ directory. There will be a follow-up CL to move the frontend resources to the same directory. This is to make it possible to reuse chrome/ code for NUX handlers. Bug: 874122 Change-Id: Id9a5fdd0a1ea88c4027139b66aaade0b120b4904 Reviewed-on: https://chromium-review.googlesource.com/1232399 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#594599}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/53d082585814..2fb2f561368c Created with: gclient setdep -r src-internal@2fb2f561368c The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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:856278 TBR=mmoss@chromium.org Change-Id: I4fefd54a05caac46e4f817b8bf08d8120cfe3ea6 Reviewed-on: https://chromium-review.googlesource.com/1248165Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594598}
-
Mike Wasserman authored
Implement screen coordinate helpers for aura::Window and views::View. Simplify various places that gets screen locations from events. TODO: Simplify more View::ConvertPointToScreen() callers. (this CL focused on aura::client::ScreenPositionClient callers) Bug: 608547 Test: No regressions in event coordinate handling Change-Id: I23e4fef3264e5e7d94211d7520aef7d3392b080e Reviewed-on: https://chromium-review.googlesource.com/1246826Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#594597}
-
Kent Tamura authored
This tests parsing behavior for all element types with <template>. Bug: 862826 Change-Id: Iaa1c0f5bdeed26e0a32ae627ae388503b33a972d Reviewed-on: https://chromium-review.googlesource.com/1248064Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#594596}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f221bac5302a..d9fdc1f5b5de git log f221bac5302a..d9fdc1f5b5de --date=short --no-merges --format='%ad %ae %s' 2018-09-27 tandrii@chromium.org git cl: save description before doing any RPCs during upload. Created with: gclient setdep -r src/third_party/depot_tools@d9fdc1f5b5de The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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:881860 TBR=agable@chromium.org Change-Id: I1d3b10b7c5c7da20c80b1a9510b3605263e6e60b Reviewed-on: https://chromium-review.googlesource.com/1248161Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594595}
-
Xiaohan Wang authored
Bug: 854943,864610 Test: Updated tests. 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: I457aeb7aa0297e8576c5936c8f26fc31a06db7a7 Reviewed-on: https://chromium-review.googlesource.com/1239632 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Rintaro Kuroiwa <rkuroiwa@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#594594}
-
Hayato Ito authored
Some comments are outdated after Incremental Shadow DOM is enabled. Bug: 887827 Change-Id: Icfb10ca01aed8418fce2d7a16b9e03501aa724d7 Reviewed-on: https://chromium-review.googlesource.com/1245342Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#594593}
-
Adam Rice authored
In blink::GlobalFetchImpl::Fetch(), ExceptionState was not checked after calling PassRequestData(). Since it can fail and return null, this led to segmentation faults. Bail out early if an exception was thrown. BUG=882841 Change-Id: I5317560d070df63f97afe78ec9997cfc0ebd92e0 Reviewed-on: https://chromium-review.googlesource.com/1235779Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#594592}
-
Stephen White authored
TBR=robertphillips@google.com Bug: 884166, 887103 Change-Id: Ifbe80bf396b04f57b8310e855436d85f7d172446 Reviewed-on: https://chromium-review.googlesource.com/1248262Reviewed-by:
Stephen White <senorblanco@chromium.org> Cr-Commit-Position: refs/heads/master@{#594591}
-
Kent Tamura authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: I3a0dda17a8de02ffdf7fe11a795f72783ca49c11 Reviewed-on: https://chromium-review.googlesource.com/1226476Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#594590}
-
Pete Williamson authored
Uses the ExploreSitesFetcher to get the latest catalog from the network, and upload it into our database for use on next run of ExploreSites. Bug: 889104 Change-Id: I2d414e6cea59271252fa735bd59191706dead377 Reviewed-on: https://chromium-review.googlesource.com/1243673 Commit-Queue: Peter Williamson <petewil@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#594589}
-
Anand K. Mistry authored
BUG=None Change-Id: I6e53fd84f1897d2ce5d783b82bd0ce9b88a6bf01 Reviewed-on: https://chromium-review.googlesource.com/1248069Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#594588}
-
Nico Weber authored
features::kViewsBrowserWindows was mainly used by ScopedMacViewsBrowserMode to test code in cocoa mode. We've removed all references to that class, and we removed the feature from about:flags, so the only effect of this CL here is that it will disable chrome/mac/cocoa for folks who get the feature through finch. In theory that should be nobody, but we're seeing a handful folks run the cocoa browser still (which by now no longer has a toolbar, tab strip, download shelf, bookmark bar, ...). Bug: 832676, 887392 Change-Id: I0cb7f360616eabb2c96ecfdcb39d665206dcacb2 Reviewed-on: https://chromium-review.googlesource.com/1226299 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#594587}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/d50fdd753416..3a6b6bda177a git log d50fdd753416..3a6b6bda177a --date=short --no-merges --format='%ad %ae %s' 2018-09-27 kwiberg@webrtc.org AudioCodingModuleTest.TwoWayCommunication: Remove non-automatic mode Created with: gclient setdep -r src/third_party/webrtc@3a6b6bda177a The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: If20c2f46d4b3926ebe313b614e4f5f7db51b4f18 Reviewed-on: https://chromium-review.googlesource.com/1247505Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594586}
-
Sam McNally authored
When running with DriveFS enabled for the first time, recover any files in the local cache marked as dirty to a folder in Downloads, similar to the existing process for recovering from database errors, and clean up any old Drive client metadata. The existing Drive client code does not expect dirty files to be removed from its cache so clearing its metadata is necessary to limit confusion when switching back from DriveFS. Reset the DriveFS migration pref when running without DriveFS; each first DriveFS after running without DriveFS should migrate pinned files and recover any unsynced files. This should avoid losing data if a user toggles between DriveFS and not multiple times with unsynced files. Move Drive and DriveFS data to separate subdirectories in files app browsertests to avoid interference, in particular in DriveFS migration tests. Bug: 883242 Tbr: slangley@chromium.org Change-Id: I20199ffd04ad7f63cb77ac9a53e49ba1bf830502 Reviewed-on: https://chromium-review.googlesource.com/1242783 Commit-Queue: Sam McNally <sammc@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#594585}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3a31ac84a0bb..53d082585814 Created with: gclient setdep -r src-internal@53d082585814 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=mmoss@chromium.org Change-Id: I0ec99854a7e331e3e955bb2ac751f7bda6012bec Reviewed-on: https://chromium-review.googlesource.com/1247444Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#594584}
-
Keishi Hattori authored
Adds UMA metrics to debug slow IncrementalMarkingFinalize. Theshold for slow IncrementalMarkingFinalize is set to 40ms to be around the 99th percentile. Bug: None Change-Id: Ied90405ef408e2917d33d83eba4701f1076936bc Reviewed-on: https://chromium-review.googlesource.com/1233017Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#594583}
-
Kent Tamura authored
custom-elements: Do not distinguish V0 custom elements and V1 custom elements in :unresolved and :defined matching. This CL changed the behavior of :unresolved selector for V1-defined custom elements, and the behavior of :defined selector for V0-defined custom elements. The following table shows the current behavior: :unresolved :not(:defined) :defined Built-in false false true Not-defined true true false V0-defined false true false V1-defined true false true After this CL, the behavior is: :unresolved :not(:defined) :defined Built-in false false true Not-defined true true false V0-defined false false* true* V1-defined false* false true V0 custom elements specification defined ':unresolved' and V1 custom elements specification defines ':defined', but we don't need to distinguish V0-defined elements and V1-defined elements for these selectors. The current behavior makes it difficult to migrate V0 custom elements to V1 custom elements gradually. Bug: 889336 Change-Id: I48ecced042fe78314b42da4ea65baddb720e38fc Reviewed-on: https://chromium-review.googlesource.com/1248061Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#594582}
-
Xiaocheng Hu authored
This patch converts some layout tests to use testharness instead of plain text dump or js-test.js. It is a preparation for crrev.com/c/1243119. The changed tests have non-trivial text failures with that patch (due to flakes or non-trivial dependency on js-test.js), so we convert them in this CL to reduce noise there, and ensure that there are only newline text diffs in the other CL. Bug: 887148 Change-Id: I46d7508ddde62e32ddfa421e9975b39b73cc06df Reviewed-on: https://chromium-review.googlesource.com/1246902 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#594581}
-
Kunihiko Sakamoto authored
"_MAX" suffix typically represents the last value in an enum, whereas "_COUNT" is more commonly used to count the number of entries. This CL should have no behavior changes. Change-Id: I976c67473f9590a815514ac59758d3a7abc0ad8e Reviewed-on: https://chromium-review.googlesource.com/1245022Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#594580}
-