- 25 Jul, 2018 40 commits
-
-
Matt Menke authored
This method was previously unused, but with the network service moving out of process, the speech recognition code will now need to use it. No idea if we use speech recognition on headless (Though it does seem unlikely), so this may not be needed? Bug: 841445 Change-Id: I2c75a53663f46ddfbbd14aeac4ab3d6686d7d6e0 Reviewed-on: https://chromium-review.googlesource.com/1145711Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#578128}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4c27ac5c..ee658ba8 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: Ic6d0cb617a7d34844a0c18e6214e42c08aee4aa8 Reviewed-on: https://chromium-review.googlesource.com/1150765Reviewed-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@{#578127}
-
Wenzhao Zang authored
1) Change style.hidden to style.visibility = "hidden" so that offsetWidth/offsetHeight are non-zero. 2) In addition to the absolute positioning, need to use "clip-path" to clip the thumbnail, so that it remains square after being selected (transform: scale(0.8) is applied to the thumbnail). Spec: https://drive.google.com/corp/drive/folders/0B_2Uyb2Rhx2ObU5VTFJVWHR2WW8 Bug: 867299 Change-Id: I6becad4fc0384c1e20c2069d4f1b89c8203ec01b Reviewed-on: https://chromium-review.googlesource.com/1150454Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#578126}
-
Tien-Ren Chen authored
This reverts commit 05d439ba. Reason for revert: Perf regression crbug.com/867670 Original change's description: > [Blink] Unify replaced element clipping > > Prior to this CL each replaced element type implemented its own clipping. > This CL refactors it so that a clip node will be applied in the common > path, ReplacedPainter::Paint(), so the specialized > XyzPainter::PaintReplaced() won't need to apply their own clips. > > Note that ImagePainter still mutates its internal painting for changed > clip rect. This behavior should be changed in a follow-up CL, and > changing only the content box of a replaced element should only result > in incremental invalidation. > > BUG=730284 > > Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel > Change-Id: Ia5c1412b1bd3182a22849d0b3196f3e72d52248a > Reviewed-on: https://chromium-review.googlesource.com/1147617 > Commit-Queue: Tien-Ren Chen <trchen@chromium.org> > Reviewed-by: Philip Rogers <pdr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#577741} TBR=trchen@chromium.org,pdr@chromium.org Change-Id: Ib91981e97c8558a462336f98f5ad219ef48bcef4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 730284 Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Reviewed-on: https://chromium-review.googlesource.com/1150255Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#578125}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/c7d74cd68934..c829a63538ba git log c7d74cd68934..c829a63538ba --date=short --no-merges --format='%ad %ae %s' 2018-07-25 benjhayden@chromium.org Add API support for the new ReportTemplate system. 2018-07-25 dtu@chromium.org [pinpoint] Hack to use performance_test_suite for patch jobs. 2018-07-25 benjhayden@chromium.org Allow anonymous /api/test_suites requests. Created with: gclient setdep -r src/third_party/catapult@c829a63538ba 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. 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 BUG=chromium:867521 TBR=sullivan@chromium.org Change-Id: I0350fffd262ed295aaae1a1c71c662cdbc7d249c Reviewed-on: https://chromium-review.googlesource.com/1150365Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578124}
-
Anna Offenwanger authored
Changing all the WebXR internal tests to use the test API specified in https://github.com/immersive-web/webxr-test-api. This will make tests more maintainable as changes to the backend mocking need only be made once. Bug: 863557 Change-Id: I4b8740269c0faa74073ef9294b6b27b78b18715a Reviewed-on: https://chromium-review.googlesource.com/1136982 Commit-Queue: Anna Offenwanger <offenwanger@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#578123}
-
Weidong Guo authored
We used to check whether login status is USER to decide whether user signed in, which is wrong. So check IsActiveUserSessionStarted() instead. Bug: 867662 Change-Id: I2c71f494ab2698d063697395e609cad69a962444 Reviewed-on: https://chromium-review.googlesource.com/1150800 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#578122}
-
Jinsuk Kim authored
ContentViewCore is still mentioned in many comments and names of methods/classes though it's gone. This CL replaces it with WebContents or content layer appropriately to the context. Also did some accidental clean up discovered by build/lint. There is no functional changes. Bug: 598880 Change-Id: I87e325a9c1b930ea1ceb462c842be28bf96a21e6 Reviewed-on: https://chromium-review.googlesource.com/1149677 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#578121}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/1f7db295b1de..a5d2bf1131fe git log 1f7db295b1de..a5d2bf1131fe --date=short --no-merges --format='%ad %ae %s' 2018-07-25 thestig@chromium.org Remove CFX_MemoryStream uses in tests. 2018-07-25 tsepez@chromium.org Use struct {Single,Range}Cmap in FPDFAPI_CIDFromCharCode(). 2018-07-25 hinoka@google.com README.md: Update waterfall location 2018-07-25 thestig@chromium.org Change CFX_BufferSeekableReadStream to take a span. 2018-07-25 thestig@chromium.org Only build cfx_fileaccess_windows.cpp on Windows. 2018-07-25 thestig@chromium.org Move CPDF_SyntaxParser init methods into ctor. 2018-07-25 hnakashima@chromium.org Disable submit in XFA forms. 2018-07-25 tsepez@chromium.org Introduce ToXMLElement() checked downcast helper function Created with: gclient setdep -r src/third_party/pdfium@a5d2bf1131fe 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. BUG=chromium:860896,chromium:842503 TBR=dsinclair@chromium.org Change-Id: If7bcdd2cc19be54976a33cb521e5fe2717fae483 Reviewed-on: https://chromium-review.googlesource.com/1150362Reviewed-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@{#578120}
-
James Cook authored
Now that we always have a CursorManager we don't need a virtual IsCursorVisible method and we can simplify the unit test. Bug: 631103, 840391 Test: ash_unittests Change-Id: I1af8a8f0d88df2da03147deb779cf41a13763dde Reviewed-on: https://chromium-review.googlesource.com/1150806Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#578119}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/5188a2747b40..eb4b86975848 git log 5188a2747b40..eb4b86975848 --date=short --no-merges --format='%ad %ae %s' 2018-07-25 theoking@google.com Introduced eglMakeCurrent Perf Test Created with: gclient setdep -r src/third_party/angle@eb4b86975848 The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Change-Id: Ied1c8c3bcff842c9c65e9a3f0fc9b4ed1f03c423 Reviewed-on: https://chromium-review.googlesource.com/1150621Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578118}
-
Christopher Cameron authored
Two changes - Remove all use of GLFence in backpressure - In case GLFence objects were responsible for crashiness - Move the glFlush from SwapBuffers to ScheduleOverlay - ScheduleOverlay is a regular GL call, so it may be executed in a more "safe" context than SwapBuffers - This results in many more glFlush calls, but almost all are no-ops Possible outcomes - Crashes just change signature to ScheduleCALayer - Not very helpful - Crashes are reduced - Tells us that either - Our GLFence use was the cause of crashes - Making GL calls from inside SwapBuffers caused crashes TBR=kbr Bug: 863817 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: I23342b190a0d8b652dde8f96f1cb1169b577764c Reviewed-on: https://chromium-review.googlesource.com/1150569Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#578117}
-
Matt Wolenetz authored
This is a reland of 568cc6a9, which had been reverted in 8fba4f3d (bug 867520) due to failing link on windows builders with proprietary_codecs in their build configuration (bug 867536). Versus the original change, this one includes an additional MEDIA_EXPORT on the inner type "media::mp4::BitstreamConverter::AnalysisResult". Original change's description: > MSE: refactor mp4 AnnexB validation to also report keyframe-ness > > In preparation for logging when there appears to be a mismatch between > MSE MP4 keyframe metadata and the encoded video bitstream's keyframe > metadata, this change incorporates basic analysis of the latter as part > of the existing Annex-B bitstream validation for MSE MP4 video. > > Note that mp4::BitstreamConverter::AnalysisResult contains > base::Optional<bool> for each of conformance and keyframe-ness fields. > If a field doesn't have a value, that portion of the result was not > analyzed. > > Note that keyframe analysis is implemented only for AVC currently, but > even that is skipped if the frame is detected as non-conformant before > enough indications of whether or not it is a keyframe are detected. > Neither AVC-DV nor HEVC AnnexB analyses do any actual keyframe analysis, > since such was either skipped or not yet implemented previously, > respectively. > > A subsequent CL will use the newly reported MSE MP4 video bitstream > converter's keyframe analysis results, if that analysis was done, in > reporting to chrome://media-internals when the bitstream keyframe-ness > mismatches that of the mp4 container for a coded frame. > > BUG=860420,584384 > > 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: I169c7774070ad232c86658bcd7803160323993ad > Reviewed-on: https://chromium-review.googlesource.com/1144456 > Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> > Reviewed-by: Sergey Volk <servolk@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#577717} Bug: 860420, 584384 Change-Id: I8bbb3abc2079b53a14db8babbf04d5bad9e94767 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 Reviewed-on: https://chromium-review.googlesource.com/1150247Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#578116}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/afdbf84ebc72..d81364a25e1e git log afdbf84ebc72..d81364a25e1e --date=short --no-merges --format='%ad %ae %s' 2018-07-25 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@d81364a25e1e 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: I2e50930270b933746d168d616218edcb0afce153 Reviewed-on: https://chromium-review.googlesource.com/1150780Reviewed-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@{#578115}
-
Devlin Cronin authored
Extension content scripts have permission to make cross-origin requests to hosts they have permission to access. On extension unload, remove these heightened permissions. Add a test to cover the same. Bug: 843381 Change-Id: Ib24e6593c423177f2a3993413c3d4695fe8efe7c Reviewed-on: https://chromium-review.googlesource.com/1120641Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#578114}
-
Sebastien Marchand authored
Bug: 775644, 773382 Change-Id: I8c0426728b31644797e6e641d16ac049ab61a8ce Reviewed-on: https://chromium-review.googlesource.com/1148950Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#578113}
-
Shubhie Panicker authored
This will be used for Off Main Thread: to benchmark payloads for app models being validated. Doc: https://docs.google.com/document/d/1SghPBAYxy04O58hBnQ4Mv1dSEXCwpliMMkZxlRZAL78/edit# Change-Id: I32fb278ea69cd6c0f0889680462f5c973f64c6b3 Reviewed-on: https://chromium-review.googlesource.com/1149322 Commit-Queue: Shubhie Panicker <panicker@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#578112}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6668a514ac5d..e1789af3378c git log 6668a514ac5d..e1789af3378c --date=short --no-merges --format='%ad %ae %s' 2018-07-25 bungeman@google.com Don't double check in SkArenaAlloc. Created with: gclient setdep -r src/third_party/skia@e1789af3378c The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=benjaminwagner@chromium.org Change-Id: I98069463657788b964dee1751928ed7a5f650ad9 Reviewed-on: https://chromium-review.googlesource.com/1150364Reviewed-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@{#578111}
-
Min Chen authored
See recorded video: https://drive.google.com/file/d/0B5I0jFeLxqIiS3V6blozUTRDNWkwMDQ1WE1jQkdodmVMakxF/view?usp=sharing Bug: 847587 Change-Id: I4823ca758208249ac9f1de52c1aa967584694e49 Reviewed-on: https://chromium-review.googlesource.com/1148649 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#578110}
-
Sky Malice authored
While modifying usage_time_limit_processor*, also fixed lint issues. Change-Id: I9ab5bb049c4278539c89a3bf001815b8dc8cfd06 Reviewed-on: https://chromium-review.googlesource.com/1145461Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#578109}
-
Ryan Hamilton authored
Remove code differences in QUIC's ServerThread class by adding two new platform APIs QuicNotification and QuicThread. Change-Id: I7fb68f2b42613aa47a17953b16ae618ca431a60e Reviewed-on: https://chromium-review.googlesource.com/1149159 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#578108}
-
chrome://accessibilityJames Wallace-Lee authored
Allow users to specify a ms delay before calling requestNativeUITree. This is useful for getting the accessibility tree for UI elements that disappear when focus is lost. Change-Id: Ib1668cd00caa4a1a0379c7f424f929b3c6d7350d Reviewed-on: https://chromium-review.googlesource.com/1150441 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#578107}
-
Douglas Creager authored
The include_subdomains field in a NEL policy triggers special behavior: the policy can only be used to generate reports about DNS errors (and not about other kinds of errors, or about successful requests) — but only if the policy and report have different origins! If they have the same origin, the policy would have matched even if include_subdomains weren't set, and the special logic shouldn't apply. Bug: 867605 Change-Id: Iaa72c9dd2dc8e634f8b10acda8acc5e012bb460b Reviewed-on: https://chromium-review.googlesource.com/1150663Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Douglas Creager <dcreager@chromium.org> Cr-Commit-Position: refs/heads/master@{#578106}
-
Sahel Sharify authored
This reverts commit e459c6e9. Reason for revert: I re-wrote the flaky test. Original change's description: > Revert "fast/events/touch/gesture/* layouttests are using gpu benchmarking." > > This reverts commit 8faf0805. > > Reason for revert: caused webkit layout tests failures. the first failure https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20Leak/22103 > > Original change's description: > > fast/events/touch/gesture/* layouttests are using gpu benchmarking. > > > > Bug: 846424 > > Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel > > Change-Id: I13dc5826152a1b3f8157342a7f1d644f333a89e2 > > Reviewed-on: https://chromium-review.googlesource.com/1144230 > > Commit-Queue: Sahel Sharify <sahel@chromium.org> > > Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#577727} > > TBR=lanwei@chromium.org,nzolghadr@chromium.org,sahel@chromium.org > > Change-Id: I85c026c58b4a70626fe9c323c152b4ff92b455a0 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 846424 > Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel > Reviewed-on: https://chromium-review.googlesource.com/1150180 > Reviewed-by: Maxim Kolosovskiy <kolos@chromium.org> > Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#577856} TBR=lanwei@chromium.org,kolos@chromium.org,nzolghadr@chromium.org,sahel@chromium.org Bug: 846424 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I204f36b80ca421f85b6c375968a1134935fb3337 Reviewed-on: https://chromium-review.googlesource.com/1150094 Commit-Queue: Sahel Sharify <sahel@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#578105}
-
Vladislav Kaznacheev authored
Also replace in a few places outside app_list where app_list classes are instantiated. Bug: None Test: compile locally Change-Id: I21d26644275ea44c4d1610ffc034bda80225eaf8 Reviewed-on: https://chromium-review.googlesource.com/1149147Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#578104}
-
Johann authored
Document location of prerequisites. Print error messages when cmake fails. R=urvang@google.com Change-Id: Id4dbc614a1bfb708d916eb0da861f79ae0d9b264 Reviewed-on: https://chromium-review.googlesource.com/1150674 Commit-Queue: Urvang Joshi <urvang@chromium.org> Reviewed-by:
Urvang Joshi <urvang@chromium.org> Cr-Commit-Position: refs/heads/master@{#578103}
-
Dirk Pranke authored
When running `mb analyze` on the builders, we want to make sure we correctly catch changes to files included by grit but not explicitly mentioned as inputs in the BUILD.gn files. Unfortunately, we weren't passing along the -D flags we're using to actually run grit, and so we were not catching the files that are conditionally included. R=ddorwin@chromium.org BUG=862731 Change-Id: I68b98e5786a2dd44e9ee5404aa4de3b0b1feaf33 Reviewed-on: https://chromium-review.googlesource.com/1150612Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#578102}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a3df0f2d05c7..d9e4a06374b3 git log a3df0f2d05c7..d9e4a06374b3 --date=short --no-merges --format='%ad %ae %s' 2018-07-25 steveanton@webrtc.org Add CreateSessionDescription overload which takes a cricket::SessionDescription Created with: gclient setdep -r src/third_party/webrtc@d9e4a06374b3 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I69b28bdab8b3d6f4b7eccee135b2857726cf2f73 Reviewed-on: https://chromium-review.googlesource.com/1150249Reviewed-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@{#578101}
-
Devlin Cronin authored
Add the ability to edit or remove existing runtime host permissions in the chrome://extensions page. Reuse the existing runtime hosts dialog with extra information about a current entry, and add controls to trigger editing or removal of a current permission entry. Add JS tests for the same. Bug: 844128 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I0b1ad8bfcde167d6fa7c11a794ad04a8cb278e91 Reviewed-on: https://chromium-review.googlesource.com/1144532 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#578100}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2bce35f2. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21745 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 Directory owners for changes in this CL: nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents TBR=lukebjerring No-Export: true Change-Id: I54642867f4081a1547147946096e88aa1e032024 Reviewed-on: https://chromium-review.googlesource.com/1150611 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@{#578099}
-
Devlin Cronin authored
Do some quick clean up of json_schema_compiler.gni before splitting it out into multiple targets. - Remove ineffective visibility assignments and update docs - Remove stale references (generate_static_library) and unused options (output_name). Bug: 864576 Change-Id: I395bfcc0f222cfdae269f222a7b4d28e2fcdeed9 Reviewed-on: https://chromium-review.googlesource.com/1140504 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#578098}
-
Robert Ogden authored
This skeleton framework shows the double-layered structure of this Preview. There is a Profile-level decider that manages server loadshedding behavior and then passes off the decision to the NavigationThrottle which will do the actual legwork of deciding to trigger the preview or not. This CL just creates the skeleton of this structure, much more will be added in upcoming CLs. Bug: 864635 Change-Id: I461fabc9dfbdc3d78bdf388939f0b34e80d90d11 Reviewed-on: https://chromium-review.googlesource.com/1145467 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#578097}
-
Gabriel Marin authored
Modifies the Windows addr2line wrapper to expect addresses relative to DllBase to better simulate how addr2line works with modules in Linux. Windows DLLs have a concept of "default load address" which hints to the OS where to load the binary image after relocation. The dbghelp.dll symbolization library will load the module at this location in the virtual address space meaning the caller of these functions would need to be aware of the base address. This makes things unnecessarily complex in the face of ASLR and also diverges from the behavior of addr2line when used with linux- style DSOs. This CL simply adds the module base address to the incoming addresses, thereby making the input relative addresses for the module which both is easier to use and lines up better with linux's addr2line behavior. These changes were made originally as part of CL https://codereview.chromium.org/2730473002. BUG=724399,b:70905156 Change-Id: I0abe9e0c380e7e60ae29a11021bb805b31718d08 Reviewed-on: https://chromium-review.googlesource.com/1147668 Commit-Queue: Gabriel Marin <gmx@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#578096}
-
Ned Nguyen authored
Bug: 864565 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: I1fbea8b4afd7f6be773db2ea5f83e0a0aa549b41 Reviewed-on: https://chromium-review.googlesource.com/1150431Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#578095}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/b76f0192a83a..c7d74cd68934 git log b76f0192a83a..c7d74cd68934 --date=short --no-merges --format='%ad %ae %s' 2018-07-25 benjhayden@chromium.org Fix OOMs in update_test_suite_descriptors. Created with: gclient setdep -r src/third_party/catapult@c7d74cd68934 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I65cf8f771c3fa66d328c323c36df59ba5820bda8 Reviewed-on: https://chromium-review.googlesource.com/1150363Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578094}
-
Vladimir Levin authored
This patch ignores reports from machines where TimeTicks::IsHighResolution returns false, since they mostly add noise. Bug: 867131 Change-Id: I8f341e3db978af82b30d68a43c984875fede7435 Reviewed-on: https://chromium-review.googlesource.com/1148778 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#578093}
-
Sammie Quon authored
If items are swiped to close quickly one after the other, we may crash. This is because there is a animation before the window closes and deletes the selector item, which will still be on WindowGrids internal collection. However when the nudge starts the selector items may still be on the collection so the nudge indexes are stored incorrectly. This cl will prevent nudges from starting if any of the window items are currently animating to close. We could instead find some logics which handles the windows which are closing, but this way is much simpler and users who are closing windows so quickly will probably not notice the lack of nudging. Test: manual Bug: 867573 Change-Id: Ia268d152c0862b81481199d03916b010f4403c59 Reviewed-on: https://chromium-review.googlesource.com/1150696 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#578092}
-
Sarah Hu authored
Bug: 841074 Change-Id: I1862d72f637a8044b1051aeac22a4f72c6872036 Reviewed-on: https://chromium-review.googlesource.com/1150635Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#578091}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/442a61600537..e83d89c060cd Created with: gclient setdep -r src-internal@e83d89c060cd The AutoRoll server is located here: https://src-internal-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:None TBR=mmoss@chromium.org Change-Id: I0305dfc4b5f0d989d24345a7e21ca2fc9deec058 Reviewed-on: https://chromium-review.googlesource.com/1150700Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578090}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7dc67f1a80f0..afdbf84ebc72 git log 7dc67f1a80f0..afdbf84ebc72 --date=short --no-merges --format='%ad %ae %s' 2018-07-25 dhanyaganesh@chromium.org UnitTestStage: _HandleStageException needs exc_info 2018-07-25 dgarrett@google.com chromeos_config: Ensure no unscheduled configs are on legoland. 2018-07-25 dgarrett@google.com chromeos_config: Ensure tryjobs are on legoland. 2018-07-25 bhthompson@google.com Remove veyron_jaq-nyc-android-pfq builder Created with: gclient setdep -r src/third_party/chromite@afdbf84ebc72 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: If4dc89a7b34e2d1587196baddda26f44a8ab50f4 Reviewed-on: https://chromium-review.googlesource.com/1150610Reviewed-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@{#578089}
-