- 13 Mar, 2018 26 commits
-
-
Malay Keshav authored
This patch adds the layout constants for the rounded corners in bookmark button ink drop highligh and ripple. It also adds the colors the ink drop animation. Bug: 810902 Change-Id: I96853d3c66eeca45881901a6d8b2053d2838c16e Component: Bookmarkbar, theme colors Reviewed-on: https://chromium-review.googlesource.com/954546 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#542684}
-
Abhishek Bhardwaj authored
This change adds wake lock service to acquire and release cpu wake locks. BUG=68944053 TEST=Verified cpu wake lock acquisition and release. Change-Id: I7353ee394e9a400b4a32d182e551700162ce15a5 Reviewed-on: https://chromium-review.googlesource.com/936051Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Abhishek Bhardwaj <abhishekbh@google.com> Cr-Commit-Position: refs/heads/master@{#542683}
-
Stephen McGruer authored
The spec says that setting the current time to null should throw if the existing currentTime is non-null, or do nothing otherwise. Bug: 818196 Change-Id: Iac89e46d6b884c924c88b603fbec77b61a337ce2 Reviewed-on: https://chromium-review.googlesource.com/946050Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#542682}
-
Sarah Chan authored
Currently, the security text color does not always match the icon. This CL fixes that by calculating the color like what was done in OmniboxViewMac. Bug: 740722 Change-Id: I693625a5b8db0b2400cfe4ab0c26f2421898d4bf Reviewed-on: https://chromium-review.googlesource.com/949449 Commit-Queue: Sarah Chan <spqchan@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#542681}
-
Scott Violet authored
I'm not sure on the name here. I went with WindowService-ChromeOS as at some point we will launch the WindowService on other platforms, but that won't be anytime soon and is likely to be very different. So, I'm thinking later on we have the field trial WindowService-Desktop. BUG=814898 TEST=none Change-Id: I5bf45c2a463de0fefaeb06939429977e36c3681e Reviewed-on: https://chromium-review.googlesource.com/932821 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#542680}
-
Benjamin Pastene authored
Right now they're trying to run the tests on the linux host, not the actual cros devices. This will configure the tests to run on the devices via ssh. Bug: 814935 Change-Id: Icef761382276e8ea68b03102c3c5c2d6353c63c3 Reviewed-on: https://chromium-review.googlesource.com/957682Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#542679}
-
Daniel Cheng authored
This simplifies the process of passing intrinsic sizing info around by reusing the existing virtual on FrameOwner. Since the sizing info is only needed by the RemoteFrameOwner implementation, RemoteFrameOwner now uses LocalFrameView::GetIntrinsicSizingInfo() to calculate it on demand, rather than relying on LayoutSVGRoot to pass it down. However, this leads to some issues when building the layout tree; if LayoutSVGRoot notifies RemoteFrameOwner to recalculate the intrinsic sizing info, the call to GetIntrinsicSizingInfo() will fail, since the LayoutSVGRoot is not yet in the actual layout tree. To fix that, SVGSVGRoot now also overrides AttachLayoutTree() so that RemoteFrameOwner no longer has to rely on LayoutSVGRoot::StyleDidChange for the intrinsic sizing info changed notification when building the layout tree. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I2f459e6dcaceae287a2c97bf56da67ddc8a4f8c8 Reviewed-on: https://chromium-review.googlesource.com/958287 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#542678}
-
Sonny Sasaka authored
std::map is more preferable than std::unordered_map: https://chromium.googlesource.com/chromium/src/+/master/base/containers/README.md. For newblue's dispatcher std::map for dbus::Property is required to match with libbrillo ExportedProperty. BUG=chromium:812468 TEST=Unit test still passes, manual test on device exercising Bluetooth device discovery. Change-Id: I378c383a612fd40997b44191a1ba6df33aa6899d Reviewed-on: https://chromium-review.googlesource.com/959362Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Reviewed-by:
Satoru Takabayashi <satorux@chromium.org> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Cr-Commit-Position: refs/heads/master@{#542677}
-
Zhuoyu Qian authored
This CL uses Can{Read/Write}Clipboard() instead of CanExecuteWhenDisabled(). CanExecuteWhenDisabled() is only unsed for clipboard commands only which need to check clipboard accessibility when execute, replace it for simple and code health. This CL is second step of [1], next step will introduce Editor::Command::CanExecute(), and move the predicate in Editor::Command::Execute() to it. [1]: http://crrev.com/c/954773Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: I0f40d402cf25d118e1096ee54a67f561f95aff98 Reviewed-on: https://chromium-review.googlesource.com/954164Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542676}
-
Arnar Birgisson authored
Bug: 785955 Change-Id: I9e55da4b8a3f6f1abb1246d14281cc99c7594dc5 Reviewed-on: https://chromium-review.googlesource.com/939737Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Arnar Birgisson <arnarb@chromium.org> Cr-Commit-Position: refs/heads/master@{#542675}
-
Xiaohan Wang authored
Add one extra level of redirection so that we can avoid the static cast. This is following the existing model of GetDecryptor() and GetCdmProxyContext(). See bug for details. Will rename MediaDrmBridgeCdmContext in the next CL. Bug: 821114 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I8d58b294099d3b0fd9eb73db65a8ef566a5188ec Reviewed-on: https://chromium-review.googlesource.com/958034Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#542674}
-
Xi Cheng authored
The notification_helper process is designed to be launched by COM only. For other launches, it just won't exit until it's killed manually. Therefore, we should make the process exit immediately once detecting it's not launched by COM. Bug: 734095 Change-Id: I0cc23768cf0ec96e8ecbd9b55ab526ba0e1e37c9 Reviewed-on: https://chromium-review.googlesource.com/959347Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#542673}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/44048672dcd7..f4c2703a6ded $ git log 44048672d..f4c2703a6 --date=short --no-merges --format='%ad %ae %s' 2018-03-10 iannucci [bot_update] Remove rietveld recipe_module. 2018-03-10 iannucci [bot_update] Remove use_site_config_creds. Created with: roll-dep src/third_party/depot_tools 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: I82d6a358a133f2fbfd7f8385523bf4390dcffd49 Reviewed-on: https://chromium-review.googlesource.com/959565Reviewed-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@{#542672}
-
https://skia.googlesource.com/skia.git/+log/67f62b1a6101..8103ecae7b53 $ git log 67f62b1a6..8103ecae7 --date=short --no-merges --format='%ad %ae %s' 2018-03-12 brianosman Revert "Add SkColorSpaceXform_skcms" 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=stephana@chromium.org Change-Id: I8acac68e52ba536335cd291a39fcd23cb2106bc7 Reviewed-on: https://chromium-review.googlesource.com/959621 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542671}
-
https://webrtc.googlesource.com/src.git/+log/15fb915917f7..5b9c6840b1d9 $ git log 15fb91591..5b9c6840b --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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: I869b9767e3ad6dcc23d4dd6b6bcc20bfeb10da1d Reviewed-on: https://chromium-review.googlesource.com/959634Reviewed-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@{#542670}
-
Pavel Feldman authored
This reverts commit d869ab33. Reason for revert: this breaks automation scenarios in the field, see crbug.com/820555. Original change's description: > Remove --disable-infobars. > > This flag is no longer needed by the perf testing infrastructure and can be > misused for malicious purposes, so remove it. > > BUG=none > TEST=none > > Change-Id: Iaa875bc887a5a1564ca10ef7d3c2d760a1f7cb11 > Reviewed-on: https://chromium-review.googlesource.com/857604 > Reviewed-by: Pavel Feldman <pfeldman@chromium.org> > Reviewed-by: Egor Pasko <pasko@chromium.org> > Commit-Queue: Peter Kasting <pkasting@chromium.org> > Cr-Commit-Position: refs/heads/master@{#528386} TBR=pasko@chromium.org,pkasting@chromium.org,pfeldman@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: none Change-Id: I865b1ee1db7d795cf88d2b65cff404c8936b22ce Reviewed-on: https://chromium-review.googlesource.com/957602 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#542669}
-
Tien-Ren Chen authored
Before this CL it was owned by PaintLayer through a std::unique_ptr. This is probably because it was a rare data back in the age when we had non-composited mode. Now every PaintLayer always have it. BUG=818768 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ice8612a3cbe4a3da28e81f3d17f80cf5574ce17a Reviewed-on: https://chromium-review.googlesource.com/959557 Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542668}
-
Chris Harrelson authored
It is redundant with the call to UsesCompositedScrolling just below, and is equivalent to UsesCompositedScrolling + object != paint_invalidation_container. UsesCompositedScrolling calls two methods plus a virtual, so may be slow. Bug: 818709 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iab617e3941563ac1994e5732359cf691442a2b7e Reviewed-on: https://chromium-review.googlesource.com/959444 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542667}
-
Lambros Lambrou authored
This adds a unittest for the bug fixed in http://crrev.com/65f6394de68d8e96184234f5b7c8bf1e80f699f1 This updates the scheduler and unittests to use a mock clock implementation from TestMockTimeTaskRunner, instead of just mocking the current time directly. Bug: 816727 Change-Id: I194af8e65bae70f0af3a202e0bbb7653059abcaf Reviewed-on: https://chromium-review.googlesource.com/947575 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#542666}
-
Chris Harrelson authored
This method is called in various hot code paths, in particular in ObjectPaintInvalidator. Bug: 818709 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6eaf1acadc5ac5721c7e42c900964bcc31fee769 Reviewed-on: https://chromium-review.googlesource.com/959155Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542665}
-
Aleks Totic authored
This makes ~50 additional tests to pass, and 3 to fail. Paint invalidation can cause styles on a NGPhysicalFragment to get out of sync with LayoutObject styles. There were two ways to fix this, I found a) to be cleaner for now. a) Make PhysicalFragments fetch style from LayoutObject Tricky part here is that :first-line and overflow:ellipsis get special styles. b) Rebuild PhysicalFragment tree with a shallow clonewithstyle I was unable to find a clean way to trigger tree rebuild here. Sample experiment to convert paint invalidations into layout invalidations triggered 100s DCHECK(!NeedsLayout()) Possible fix would be to trap all places that call NeedsLayout() with intent to relayout, and replace them with NeedsLayout() || NeedsNGLayout() This does not fix all invalidation bugs. DisplayItems outside of LayoutObject tree do not get invalidated correctly. fast/css/first-letter-hover.html fast/history/visited-link-hover-emphasis-color.html Bug: 819372 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ia11f8288b8f45423762c870a43615707d6a0cc93 Reviewed-on: https://chromium-review.googlesource.com/956552 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#542664}
-
https://chromium.googlesource.com/angle/angle.git/+log/203d6365c567..64e5ed2abd8a $ git log 203d6365c..64e5ed2ab --date=short --no-merges --format='%ad %ae %s' 2018-03-09 lucferron Vulkan: Fix scissor clears + enable dEQP tests 2018-02-25 lfy GLES1: state: Define / initialize GLES1-specific states 2018-03-12 lucferron Vulkan: Enable culling rasterization state dEQP tests Created with: roll-dep src/third_party/angle 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: Ia29eef8615b5037089380eb2e8eda2afe4eed7cc Reviewed-on: https://chromium-review.googlesource.com/959633 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542663}
-
Dan Harrington authored
This cuts down on some of the boilerplate in task unit tests, and is similar to how the prefetch task tests are written. Also added TestTaskRunner in TestTaskBase, which is now used in prefetch task tests. Bug: 802892 Change-Id: I352713d3d9940965bbe0654af57093d12085f3a3 Reviewed-on: https://chromium-review.googlesource.com/953326Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#542662}
-
Wez authored
These tests were flakey due to messages being dropped by the receiver occasionally when the underlying plaform-specific Channel was closed. Bug: 764015, 764018, 756112, 810448, 815314, 816620 Change-Id: I2b6cfb105660a570c09b29555da7811541d49ec9 Reviewed-on: https://chromium-review.googlesource.com/959674 Commit-Queue: Wez <wez@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#542661}
-
Derek Cheng authored
Currently the icon type is always hard coded to CAST, but it should be determined using the Cast device capabilities. This patch implements that logic so that with the CastMediaRouteProvider feature enabled, the right icon type will be displayed on the device list. Note this does not impact the MR extension since it has its own logic to determine icon type. Bug: 698940 Change-Id: I6afa8eb9db1553fabaf2a8ee617812edb354ae8c Reviewed-on: https://chromium-review.googlesource.com/956538 Commit-Queue: Derek Cheng <imcheng@chromium.org> Reviewed-by:
Bin Zhao <zhaobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542660}
-
Benjamin Pastene authored
Bug: 817779 Change-Id: I652c928db764e106a5e94a3bbcce6f11cd9f2d87 Reviewed-on: https://chromium-review.googlesource.com/959593Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#542659}
-
- 12 Mar, 2018 14 commits
-
-
Weidong Guo authored
Before the change, when the launcher receives located events outside its bounds, the launcher will be closed. This change makes the launcher go back instead of being closed in that case. Going back means that the launcher will close the folder or search results page if they exist, and will close itself otherwise. BUG=814806 Change-Id: I977011bca34e17cb041dd5a598a4b88ec093a930 Reviewed-on: https://chromium-review.googlesource.com/953585Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#542658}
-
Allen Vicencio authored
This CL implements NetworkScanner and adds tests. This allows the use of multiple HostLocators by registering it with NetworkScanner. Bug: chromium:757625 Change-Id: I5c607450196f3f1751cab44ff42b94057d142442 Reviewed-on: https://chromium-review.googlesource.com/952369Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Allen Vicencio <allenvic@chromium.org> Cr-Commit-Position: refs/heads/master@{#542657}
-
Pavel Feldman authored
Bug: 819449 Change-Id: I492b98d296a2646a79c34c21d6c2a265dff7cc13 Reviewed-on: https://chromium-review.googlesource.com/953144Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#542656}
-
Jialiu Lin authored
1. Move all safe browsing realted policy to M67 2. Add password form guideline to PasswordProtectionLoginURLs and PasswordProtectionChangePasswordURL settings 3. Fix type "SAML" Bug: 804490 Change-Id: Ib35bf249eed1e9bd1f1aa03835f5c6ec627af8aa Reviewed-on: https://chromium-review.googlesource.com/959042Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#542655}
-
Achuith Bhandarkar authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7ed5549cfa7b..3b75c9d82ebf $ git log 7ed5549cf..3b75c9d82 --date=short --no-merges --format='%ad %ae %s' 2018-03-10 phobbs metrics: Fix DistributionMetric 2018-03-06 dgarrett cbuildbot_run: Adjust GetVersion to use CIDB Id. 2018-03-08 achuith cbuildbot: Generate and upload uploaded.json. 2018-03-08 yunlian cros_setup_toolchain: add elfutils to sdk. 2018-03-06 cmtice chrome_sdk: Disable CFI on SimpleChrome 2018-03-08 ahassani paygen: calculate metadata size after signing 2018-03-08 xiaohuic Add libassistant.so to chrome paths 2018-03-06 cmtice Enable cfi on caroline and terra release builds. 2018-03-05 phobbs metrics: Add Distribution wrapper function 2018-03-09 pprabhu Revert "cros tryjob: Add --json option." 2018-03-09 chrome-bot Update config settings by config-updater. 2018-03-08 dgarrett cros tryjob: Set email_notify property. 2018-03-08 dgarrett cros tryjob: Cleanup tag/properties. 2018-03-07 dgarrett cros tryjob: Add --json option. 2018-03-07 ahassani auto_updater: cros flash starts update_engine 2018-03-07 achuith [chrome_chromeos_lkgm_unittest]: Remove cruft. 2018-03-08 davidriley remote_access: Log reboot checks as DEBUG. 2018-03-08 davidriley auto_updater: Do not warn if quick-provision.log cannot be copied. 2018-03-07 dgarrett cros buildresult: Improve help messages. 2018-03-07 pprabhu chromeos_config: Mark more flaky paladins experimental. 2018-03-07 linben android_stage: Stop using different URL template for master-arc. 2018-03-07 achuith cros_build_lib_unittest: Fix failure in tearDown. 2018-03-06 manojgupta cros_setup_toolchains: Build compiler-rt in armv7m-cros-eabi. 2018-03-07 pprabhu doc: Add more troubleshooting help for moblabvm. 2018-03-07 pprabhu docs: Add instructions for using existing moblabvm workspace. 2018-03-05 pwang commands: Strip arcnext label from board 2018-03-05 xueweiz vm_test_stages: Increase timeout for GCETest. 2018-03-06 pprabhu cbuildbot: Mark whirlwind-paladin experimental. 2018-02-02 ahassani paygen: Run inside chroot 2018-02-02 ahassani paygen: Add InitSDK stage 2018-03-05 pwang betty-vmtest-informational: Fallback to run CtsDeqp 2018-03-01 laszio DebugInfoTest: perform tests based on debug info 2018-03-02 linben Add support for more master-arc-dev builds 2018-03-05 chrome-bot Update config settings by config-updater. 2018-03-03 chrome-bot Update config settings by config-updater. 2018-03-03 chrome-bot Update config settings by config-updater. 2018-03-02 davidriley merge_logs: Additional trimming support. 2018-03-02 shapiroc Revert "Add support for yaml in cbuildbot" 2018-02-27 achuith [chrome_chromeos_lkgm]: Use CQ to land changes. 2018-03-01 yunlian add terra-chrome-pfq builder to experimental. 2018-02-21 bhthompson Remove Sandybridge boards which are deprecated 2017-11-03 dgarrett cbuildbot: Update CIDB selection logic. 2018-02-28 dgarrett cbuildbot_config: Add debug-cidb option. 2018-02-28 dgarrett cbuildbot: Add --debug-cidb. 2018-02-08 ayatane Reland "Move sysmon to vpython" 2018-02-05 bmgordon cbuildbot_launch: Add post-build chroot cleanup stage 2018-02-23 laszio afdo: update the heuristic of profile selection 2018-02-27 briannorris cros tryjob: fixup --help suggestions for paladin names 2018-02-22 achuith [chrome_chromeos_lkgm]: Rename LGTM to LKGM. 2018-02-13 dgarrett commands: Add GenerateDebugTarball unittests. 2018-02-23 laszio afdo: enroll 14 boards to use field profiles Created with: roll-dep src/third_party/chromite Bug: 762650 Change-Id: I3a8aaca6d850b54605a9e0d323677d0aa70f938c Reviewed-on: https://chromium-review.googlesource.com/959424Reviewed-by:
Greg Levin <glevin@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#542654}
-
Scott Violet authored
EventRewriters don't honor the target, and so generally expect the root_location and location to be the same. This patch changes EventSource::SendEventToSink() to create a new Event if the existing has differing locations (and a target). BUG=817112 TEST=covered by tests Change-Id: Iaabe019fed4350610306576a054b7d395def92ff Reviewed-on: https://chromium-review.googlesource.com/956925Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#542653}
-
Tom Sepez authored
This reverts commit 5ff974fc. Original CL was https://chromium-review.googlesource.com/953979 This CL differs from the original in that in the test framework, PDFs are loaded into separate tabs, instead of on top of each other. Under slow test infrastructure (e.g. MSAN), the plugin processes would exit before we could complete the loads and count them. This fixes the test (and the shipping code is unchanged from the original). TBR=jam@chromium.org Bug: 809614 Change-Id: Id13a97023a60d86fb72c47d580c001b737bf17bf Reviewed-on: https://chromium-review.googlesource.com/959236 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#542652}
-
Andrii Shyshkalov authored
We decided not to migrate master.chromium.webkit builders. R=dpranke@chromium.org Bug: 790322, 790325 Change-Id: I0bb3547b62fd2c51b6edbaddf8767960e6682d5a No-Try: True Reviewed-on: https://chromium-review.googlesource.com/958231Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Cr-Commit-Position: refs/heads/master@{#542651}
-
Wez authored
This is a reland of cdcb0262, which was reverted pending a fix for an underlying Mojo message-loss issue on channel shutdown. Original change's description: > Add missing message-received expectation to IPCMojoBootstrapTest. > > Some of these tests expected a message from the child process, and would > verify that it was valid/invalid as expected, but would still pass if > no message were received at all. > > Bug: 816620 > Change-Id: Ie8acf85086f4416c7023118673c40d00a2e190d7 > Reviewed-on: https://chromium-review.googlesource.com/955554 > Reviewed-by: Ken Rockot <rockot@chromium.org> > Commit-Queue: Wez <wez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542296} TBR: rockot Bug: 816620 Change-Id: Ifdf10581091be31a6c9d1aa53542f2ed6c2ccbfa Reviewed-on: https://chromium-review.googlesource.com/958016Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#542650}
-
Chris Nardi authored
Many tests of CSS.registerProperty were written, but none have been upstreamed to WPT. Upstream these tests to ensure interoperability. Bug: 641877 Change-Id: I8272b14c78cb75bb6f5f3cedb770091cbcba522a Reviewed-on: https://chromium-review.googlesource.com/959422Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#542649}
-
CrystalFaith authored
Included additional code samples for local and sync. Bug: 229359 Change-Id: I9d503ba83241ca717b7684afd41e431d09f45b92 Reviewed-on: https://chromium-review.googlesource.com/953377 Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542648}
-
https://chromium.googlesource.com/catapult.git/+log/6eaec901b986..4b356c746683 $ git log 6eaec901b..4b356c746 --date=short --no-merges --format='%ad %ae %s' 2018-03-12 simonhatch Dashboard - Missing comma in api whitelist. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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=sullivan@chromium.org Change-Id: Id2ab20886e54fa8938f106da04234d6537c04a5c Reviewed-on: https://chromium-review.googlesource.com/959581 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542647}
-
Thomas Guilbert authored
This CL adds the ability to get a MediaControllerBridge from a presentation ID. The presentation ID is first converted to a route ID, before being sent to the MediaRouterAndroid. The MediaControllerBridge allows native code to forward commands to a Java MediaController. Currently, only RemotePlayback will use this path, and the Java MediaController interface is only implemented by the RemoteMediaPlayerWrapper. Bug: 790766 Change-Id: Ie089aff905fffd2521053620f79fe739ab6eb3a1 Reviewed-on: https://chromium-review.googlesource.com/930472Reviewed-by:
Nick Carter <nick@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#542646}
-
Balazs Engedy authored
Before this CL, content::FrameTreeNode used to classify only the literal `about:blank` as the URL corresponding to the initial empty document. However, navigations from the initial empty document to URLs such as `about:blank#ref` are same-document and therefore re-use the initial empty document, so committing any such same-document navigations should not be considered "real loads" by FrameTreeNode (given they are not considered "real loads" by Blink). This CL changes FrameTreeNode::SetCurrentURL() to use !IsAboutBlank() to determine whether the first real load is currently taking place in a frame, that is, whether it is a first time a URL is being committed that is not the initial empty document (modulo an optional #fragment). Bug: 821022, 729021 Change-Id: I040a11f58bf27174e0c450377f8cd81a7abeac70 Reviewed-on: https://chromium-review.googlesource.com/958925Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#542645}
-