- 09 May, 2018 40 commits
-
-
Takuto Ikuta authored
If a target is hard dep, there is no need to have the action targets's recursive deps as direct dependency, because such dependency is transitive. This is found by pcc in gn-dev https://groups.google.com/a/chromium.org/forum/#!topic/gn-dev/BcrSfPQE84E With this change, generated android's toolchain.ninja size is reduced from 262MB to 31MB. And ninja's startup time reduced from 4.9~5.1s to 2.6s. I used args.gn same with android_n5x_swarming_rel bot. Also this patch reduced the time of `gn gen` from 9.5~10.3s to 6.8~7.2s on my machine. Change-Id: I0f0214d3abe74143516b263da839e98b3987fb64 Reviewed-on: https://chromium-review.googlesource.com/1041506Reviewed-by:
Brett Wilson <brettw@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#557365}
-
Hiroshige Hayashizaki authored
Bug: 841466 Change-Id: I0e98b5cd82150826330eb506bd2c973d87538388 Reviewed-on: https://chromium-review.googlesource.com/1048034Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#557364}
-
Marijn Kruisselbrink authored
Instead use the helper method we already have to just convert a raw string to a serialized string value encoded byte array on the browser side. This gets rid of some special casing and possible confusion in this codepath. Does requre moving string_message_codec to some non-android specific location (even though this code is only really used on android), and for that blink/common seemed like a sensible place. Bug: none Change-Id: I4ebc70cb68a1c12ad57d3949a1ac606392f7c908 Reviewed-on: https://chromium-review.googlesource.com/1053169Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#557363}
-
Paul Miller authored
Pass the seed via the "firstrun" mechanism and don't early out of mLoadTask if sVariationsAlwaysEnabled is true. These changes were mistakenly removed from b6aa89ae before committing. BUG=678288 Change-Id: I744bfa04291352b691f0c53407c3fe3cac526abf Reviewed-on: https://chromium-review.googlesource.com/1053182Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#557362}
-
https://chromium.googlesource.com/angle/angle.git/+log/ce07f967c21e..a932b6b51505 $ git log ce07f967c..a932b6b51 --date=short --no-merges --format='%ad %ae %s' 2018-05-01 lucferron Vulkan: Fix in DynamicBuffer, allocating too many buffers for no reason 2018-05-08 jmadill Reland "Update cq.cfg with new builders." Created with: roll-dep src/third_party/angle BUG=chromium:833999,chromium:840825 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=fjhenigman@chromium.org Change-Id: I1f2c94a095c31181848a018250723929b189a0e4 Reviewed-on: https://chromium-review.googlesource.com/1053167 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@{#557361}
-
Tommy C. Li authored
Clean up an unnecessary call within: LocationBarView::OnLocationIconFetched. Previously we also called LocationIconView::Update, which is unnecessary. Bug: 823535 Change-Id: I87e9a83ef2d831ead9d674c3ea7f98bd06830cf4 Reviewed-on: https://chromium-review.googlesource.com/1052917 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#557360}
-
Noel Gordon authored
Format this crbug.com reference the way others are in this file. Tbr: yamaguchi-san No-Presubmit: true No-Try: true Bug: 836254 Change-Id: I723b4d62f668c1ba805b350eb4e53aca50ab2df7 Reviewed-on: https://chromium-review.googlesource.com/1052048Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#557359}
-
Ian Vollick authored
This configuration does not work, currently. Bug: 841389 Change-Id: I79a0b357593fbe1a792f6eddab1230ca351bde93 Reviewed-on: https://chromium-review.googlesource.com/1052378 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#557358}
-
Krishna Govind authored
R=amineer@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4bb8b7f496218f2182df82fa36491437e888f831 Reviewed-on: https://chromium-review.googlesource.com/1053270Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#557357}
-
Emil A Eklund authored
Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I783a682ede921c6a7b241baf0f7a5347431702ec Tbr: atotic@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1053177Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#557356}
-
Jao-ke Chin-Lee authored
Builders (CI and try): + chromeos-amd64-generic-rel + chromeos-daisy-rel + linux-chromeos-rel BUG=793905,793907,793908,793914,793944,793913 Change-Id: I97019cda0dfcacd12dc5b41c12e9722aa95464b5 Reviewed-on: https://chromium-review.googlesource.com/1053245Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#557355}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/6cf26f13cd9f..96caad126bb2 $ git log 6cf26f13c..96caad126 --date=short --no-merges --format='%ad %ae %s' 2018-02-09 bmgordon cbuildbot: Add chroot snapshot commands Created with: roll-dep src/third_party/chromite BUG=chromium:730144 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: I799a39c125240186b16dd492a9483db0203e35e0 Reviewed-on: https://chromium-review.googlesource.com/1053098 Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557354}
-
Christian Biesinger authored
This implements a previously skipped optimization in a different way for flexbox with NG children. Adding css3/flexbox/bug646288.html to expectations because it seems like that passed by accident; it does not use percentages. Bug: 839661 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I910b18f24d9d7a27d25f2d9bbd00bc585a3c5516 Reviewed-on: https://chromium-review.googlesource.com/1051005 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#557353}
-
Ehsan Karamad authored
This CL reworks the test to make the logic more tractable. The new version relies on swizzling the method [NSView showDefinitionForAttributedString] which is the method for showing the MacOS dictionary. The previous version relied on counting the number of windows which seems incorrect. Bug: 710842 Change-Id: I483f849882ced00bc603f1b2417c69dfebd0f315 Reviewed-on: https://chromium-review.googlesource.com/1050886Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#557352}
-
Esmael El-Moslimany authored
Bug: 749997 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I129f36139b90d9ee1120669e1a510fe0d99fb778 Reviewed-on: https://chromium-review.googlesource.com/1048465Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#557351}
-
James Cook authored
This provides ScreenMus with information about display configuration. It is used by the browser when running out-of-process ash ("mash") and by mini-mojo-apps under ash_shell_with_content for development purposes. Next step: Hook up FrameDecorationValues TBR=tsepez@chromium.org BUG=839592 TEST=services_unittests Change-Id: I281e141e92d7a1a8e82780063f20a4d75fd79d23 Reviewed-on: https://chromium-review.googlesource.com/1050949 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#557350}
-
Yuri Wiitala authored
This is a reland of 6dc7843c Original change's description: > Reland "The SnooperNode: Audio loopback for a single stream." > > This is a reland of f1b4c43b > > Original change's description: > > The SnooperNode: Audio loopback for a single stream. > > > > An audio::GroupMember::Snooper that records the audio from a GroupMember > > on one thread, and re-renders it to the desired output format on another > > thread. Since the data flow rates are known to be driven by different > > clocks (audio hardware clock versus system clock), the SnooperNode also > > uses its resampler to compensate for skew and re-synchronize the audio > > going into and out of it. > > > > Bug: 824019 > > Change-Id: I87d410724fd00f9372232bfffdfbb89ada0b3de8 > > Reviewed-on: https://chromium-review.googlesource.com/1041657 > > Commit-Queue: Yuri Wiitala <miu@chromium.org> > > Reviewed-by: Xiangjun Zhang <xjz@chromium.org> > > Reviewed-by: Chrome Cunningham <chcunningham@chromium.org> > > Reviewed-by: Olga Sharonova <olka@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#556719} > > TBR=chcunningham@chromium.org,olka@chromium.org > > Bug: 824019 > Change-Id: I579b99bda7bc53710004470c0cc07f8a06cdd8b5 > Reviewed-on: https://chromium-review.googlesource.com/1050403 > Reviewed-by: Yuri Wiitala <miu@chromium.org> > Commit-Queue: Yuri Wiitala <miu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557008} TBR=chcunningham@chromium.org,olka@chromium.org Bug: 824019 Change-Id: I7b0dc10863fac6c201f770fe2d7e6f268474bb05 Reviewed-on: https://chromium-review.googlesource.com/1053147Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#557349}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8df1de93. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/17193 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: kozyatinskiy@chromium.org: external/wpt/console TBR=danyao No-Export: true Change-Id: I94915438078d82e296a325baa9d65d97447d3f44 Reviewed-on: https://chromium-review.googlesource.com/1052856 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@{#557348}
-
Stephen McGruer authored
This is a reland of ddd9f0ee Original change's description: > Composite ScrollTimeline scrollSource when appropriate. > > This CL makes being the scrollSource of an active (i.e. the scrollSource is > scrollable) and attached (i.e. it is being used by at least one WorkletAnimation > as a timeline) ScrollTimeline a compositing reason. It does not change the > requirement that the scrollSource must be composited for the WorkletAnimation to > be sent to the compositor, nor does it change the case where a scrollSource stops > being composited whilst a WorkletAnimation is running. Those will be addressed in > follow-up CLs. > > Bug: 776533 > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: Icae43e1c9cfe2720cc739401c4766b592571f231 > Reviewed-on: https://chromium-review.googlesource.com/1036934 > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > Reviewed-by: Majid Valipour <majidvp@chromium.org> > Reviewed-by: Philip Rogers <pdr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556541} TBR=pdr@chromium.org Bug: 776533 Change-Id: I36cde2bb53e4c24fc57caef1e33f8dcac159ec77 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/1050547 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#557347}
-
Thomas Anderson authored
This reverts commit 11ee8e61. Reason for revert: Suspected causing build failure on WebKit Win Builder (dbg) https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win%20Builder%20%28dbg%29/131035 Original change's description: > Enable device/vr unittests on non-Android platforms > > Change-Id: I76eed7cf354d7f55e5409035941b76100d772b96 > Reviewed-on: https://chromium-review.googlesource.com/1053093 > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Commit-Queue: Bill Orr <billorr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557320} TBR=mthiesse@chromium.org,billorr@chromium.org Change-Id: Ice684f6a36892c3b73c789617d40718a40d01745 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1053153Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#557346}
-
Erik Chen authored
There was an uninitialized read in test-only code. Not sure why this wasn't caught by MSAN prior to my original CL. This reland fixes the bug. > This CL is a refactor with no intended behavior change. Change-Id: Idae277fa5bad01cb0cf911f9acc3dacdbb7d12b2 Bug: 832879 Reviewed-on: https://chromium-review.googlesource.com/1048593Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#557345}
-
Simon Pelchat authored
R=bustamante@chromium.org Bug: 787869 Change-Id: Ib9b87b2cbbbc6b7cbb774accfd567f69cfcd58ce Reviewed-on: https://chromium-review.googlesource.com/1048726 Commit-Queue: Simon Pelchat <spelchat@google.com> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#557344}
-
Theresa authored
BUG=839537 Change-Id: Ib99e42f1940f1c58ed73ab96aa4f4a1fbb751466 Reviewed-on: https://chromium-review.googlesource.com/1050428 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#557343}
-
Olga Sharonova authored
Frame observer is registered right away on each frame initialization. Why: Sink cache lives on the main task runner, but also accepts sink requests from the media task runner (media pipeline). So the sinks can be cashed on 2 different threads. However, frame observers can be registered on the main renderer thread only. Because of the above, on-demand observer registration (i.e. registering an observer only when a sink is cached for a frame) is racy: navigation can happen before the observer is registered. BUG=836420 Change-Id: I9377201d93ae5c12e4fe05c8f23514b68bfddbe1 Reviewed-on: https://chromium-review.googlesource.com/1050127 Commit-Queue: Olga Sharonova <olka@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557342}
-
Becky Zhou authored
Bug: 829377 Change-Id: I8034adcb1b1fd9620b10db6d8655bfaac4c8045f Reviewed-on: https://chromium-review.googlesource.com/1050967Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#557341}
-
Stephen Lanham authored
This is known to fail on Cast CQ infra. Disable the new test added here: https://chromium-review.googlesource.com/1044971 Bug: Internal b/67975693 Test: CQ Change-Id: I0b07b96f69bbad9a4289f1c58eed3485082cfd9c Reviewed-on: https://chromium-review.googlesource.com/1053211Reviewed-by:
Bailey Forrest <bcf@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Stephen Lanham <slan@chromium.org> Cr-Commit-Position: refs/heads/master@{#557340}
-
Corentin Wallez authored
BUG=angleproject:1874 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: Icc5d832f7500b76bc8b7a4dfe9a99d2c61ac0b05 Reviewed-on: https://chromium-review.googlesource.com/655801 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#557339}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/97c110860758..ef4f7b4dc1e4 $ git log 97c110860..ef4f7b4dc --date=short --no-merges --format='%ad %ae %s' 2018-05-09 robertphillips Revert "Fix clipping of SkMatrixImageFilter input" 2018-05-09 reed rewrite while to for loop to avoid last increment 2018-05-09 reed check for focaldata failure 2018-05-09 reed make sure we don't set level-of-detail to zero 2018-05-09 csmartdalton ccpr: Clean up GrCoverageCountingPathRenderer 2018-05-09 bsalomon Approximate conics as quads in GrAAHairlinePathRenderer when fp32 not supported 2018-05-09 bungeman complexclip gm to clip when saving layer with bounds. 2018-05-09 halcanary Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" 2018-05-08 brianosman Add fPreferExternalImagesOverES3 to GrContextOptions 2018-05-09 robertphillips Fix clipping of SkMatrixImageFilter input 2018-05-09 fmalita [skottie] Json cleanup pass 2018-05-09 bungeman Remove SK_IGNORE_MASK_FILTER_GLYPH_FIX. Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=egdaniel@chromium.org Change-Id: I01c010bf92cf5dae30e90545dc9e41c6c1c42e1b Reviewed-on: https://chromium-review.googlesource.com/1052817Reviewed-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@{#557338}
-
Esmael El-Moslimany authored
Bug: 836303 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia90801ff9d33b92d31abea4b3f65ad189d8cb72c Reviewed-on: https://chromium-review.googlesource.com/1044764Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#557337}
-
Tom Anderson authored
LLVM has been updated in the ChromeOS sysroot, so it should be safe to enable thin archives now. BUG=801925 Change-Id: I7dc2492937a26adc4f9af61abccbdb086e3a38cb Reviewed-on: https://chromium-review.googlesource.com/1050980Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#557336}
-
Ryan Landay authored
This CL adds logging for a sparse UMA histogram Tabs.TabOffsetOfSwitch to record how many tabs forward or backward users move when switching tabs in the Android tab switcher. This will help us measure usability in experiments. Bug: 828224 Change-Id: Id7e5bb2431b30408688dbfeb02ee762e8c3facf5 Reviewed-on: https://chromium-review.googlesource.com/1050936 Commit-Queue: Ryan Landay <rlanday@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#557335}
-
Avi Drissman authored
Modern web pages have ways of getting the user's attention that are less distracting than a blue dot. In addition, aggressively adding blue dots to every pinned tab title change is distracting users. Remove this behavior. (Blue dots remain for tabs that need attention due to dialogs.) BUG=482776,817878 Change-Id: Ic68baa88c5d87b3022cefaf4c771da7c64b85818 Reviewed-on: https://chromium-review.googlesource.com/1052855 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#557334}
-
Ramya Nagarajan authored
Bug: 827404 Change-Id: I628949a3e1f8aac41ac7c76f90cf7ba0108179b5 Reviewed-on: https://chromium-review.googlesource.com/1052491Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#557333}
-
Victor Vasiliev authored
Merge internal change: 195304248 R=rch@chromium.org Change-Id: Ie06ce21c31157270ea0b3a71ce3dc64816c2761b Reviewed-on: https://chromium-review.googlesource.com/1045999 Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#557332}
-
Zhiling Huang authored
Bug: 790520 Change-Id: I048d774652366744e26b84aa2a4faa8b22567105 Reviewed-on: https://chromium-review.googlesource.com/1053090Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#557331}
-
Jordy Greenblatt authored
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5475899ad089e653e7df6729d641035cc6c9ef2d Reviewed-on: https://chromium-review.googlesource.com/1045499 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#557330}
-
Ria Jiang authored
HitTestAggregator and HitTestQuery were using shared memory for hit-test data. For OOP-D, HitTestAggregator is in Viz and HitTestQuery is in browser; so HTA can write to the memory HTQ is reading from before it receives the IPC to switch. We can modify the current shared memory scheme to fix that problem but it's more risky. This CL changes it to send hit-test data through IPC from HTA to HTQ for OOP-D, which is less risky and a good starting point. mojom related changes for AggregatedHitTestRegion is in https://chromium-review.googlesource.com/c/chromium/src/+/1044783. Bug: 803548 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Iae146594da608ffc1392834ffe663c8ea9b00729 Reviewed-on: https://chromium-review.googlesource.com/1044887Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ria Jiang <riajiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#557329}
-
Hiroshige Hayashizaki authored
To CL applies the compile options defined in tools/grit/grit_rule.gni to media_controls_resource_loader.cc by adding a deps to a grit rule, and removes pragmas in the .cc file. Bug: 839236 Change-Id: I7838d9775e091b10d5a9369c7fce176aced7cefb Reviewed-on: https://chromium-review.googlesource.com/1043206Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#557328}
-
Kent Tamura authored
This affects |blink_tool.py pretty-diff| and |check_blink_style.py|. * blink_tool.py pretty-diff It shows renamed files as renaming diff instead of deleting-and-adding files. * check_blink_style.py It checked style against whole renamed files. After this CL, it checks only modified lines of renamed files. Change-Id: I99146c2483e96154a588087db77b12baac944cfd Reviewed-on: https://chromium-review.googlesource.com/1049468Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#557327}
-
https://pdfium.googlesource.com/pdfium.git/+log/575ceba24463..a44b288c4132 $ git log 575ceba24..a44b288c4 --date=short --no-merges --format='%ad %ae %s' 2018-05-09 thestig Add constants for PDF 1.7 spec, table 7.13. 2018-05-09 thestig Break backcolor code out of CPDF_RenderStatus::LoadSMask(). Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I887503b6a48e1afb0f464b553cc6686713a0c10a Reviewed-on: https://chromium-review.googlesource.com/1052924Reviewed-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@{#557326}
-