- 09 May, 2018 40 commits
-
-
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}
-
Kurt Horimoto authored
When the browser navigates to a new page, in-progress scrolls are cancelled. However, same-document navigations can occur mid-scroll. Bug: none Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I3dd0c8d6e8b570052ffe43676708b46643e52c41 Reviewed-on: https://chromium-review.googlesource.com/1053051 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#557325}
-
Justin Novosad authored
This change is on the path to replacing OffscreenCanvasResourceProvider with CanvasResourceProvider BUG=788439 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I34637343dbd7693cbbfe099061b18a8cfd2094b7 Reviewed-on: https://chromium-review.googlesource.com/1052923Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#557324}
-
Koji Ishii authored
This patch adds the initial support for the 'text-transform' property in ::first-line style. The common usage is just to apply it to ::first-line and it is supported in this patch. Edge cases are not supported in this patch yet, such as: 1. Base style has non-initial 'text-transform' value and ::first-line has different value. 2. When the 'text-transform' changes the length of text. 3. When only parts of ::first-line has 'text-transform' or needs reshaping; e.g., ::first-line span { text-transform: uppercase; } Supporting these cases need more code, but can probably be built on top of this change. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ieb92f5a483ce12d4fe4d94deb3efb82e81546403 Reviewed-on: https://chromium-review.googlesource.com/1051066Reviewed-by:Emil A Eklund <eae@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#557323}
-
Robert Kroeger authored
This reverts commit f4544427. Reason for revert: speculative fix for https://bugs.chromium.org/p/chromium/issues/detail?id=840988&can=2&start=0&num=100&q=owner%3Ame&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified&groupby=&sort=&hotlist_id= Original change's description: > Call blink::WebMemoryCoordinator::OnPurgeMemory in RenderThreadImpl::ReleaseFreeMemory > > |WebMemoryCoordinator::OnPurgeMemory| has been only called in |RenderThreadImpl::OnPurgeMemory|, > and |RenderThreadImpl::OnPurgeMemory| is only able to be called by |base::MemoryCoordinatorClient|. > But, if there is no performance degradation, it would be good to purge used memory as much as > possible. |RenderThreadImpl::ReleaseFreeMemory| has been more called than |RenderThreadImpl::OnPurgeMemory| > from some callers. So we can free up more memory if we move |WebMemoryCoordinator::OnPurgeMemory| > from |RenderThreadImpl::OnPurgeMemory| to |RenderThreadImpl::ReleaseFreeMemory|. > > TEST: Covered RenderThreadImplDiscardableMemoryBrowserTest.ReleaseFreeMemory > > Bug: None > Change-Id: I225401bcd18f236265305aaf5eaf4b4219d9cde4 > Reviewed-on: https://chromium-review.googlesource.com/1049414 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> > Cr-Commit-Position: refs/heads/master@{#556728} TBR=haraken@chromium.org,gyuyoung.kim@lge.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: None Change-Id: I26910af177818011bf1aa00efeacb9bb8058f108 Reviewed-on: https://chromium-review.googlesource.com/1052987Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#557322}
-
Rintaro Kuroiwa authored
- Log the video decoder names before initialization. - Logging for D3D11 decoder initialization failures. 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: I9cbae9e430fe6afa1ed6d1135e4efb1bd0986ea2 Reviewed-on: https://chromium-review.googlesource.com/1052813 Commit-Queue: Rintaro Kuroiwa <rkuroiwa@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#557321}
-
Bill Orr authored
Change-Id: I76eed7cf354d7f55e5409035941b76100d772b96 Reviewed-on: https://chromium-review.googlesource.com/1053093Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#557320}
-
Chris Harrelson authored
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I928521be331c73c5e25a9e1441d0d9e6196a39f3 Reviewed-on: https://chromium-review.googlesource.com/1053107Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#557319}
-
Philip Rogers authored
This reverts commit bea7337b. Reason for revert: Might have caused https://crbug.com/841536 Original change's description: > [CI] Use LFV::VisibleContentSize() over LFV::VisibleContentRect().Size() > > This is a small cleanup to use the size directly, if available, rather > than creating the rect and then just getting the size. Found while > working on https://crbug.com/838111 > > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: I678fc42b76bcda168b8e5f68fd9c357ad57dca42 > Reviewed-on: https://chromium-review.googlesource.com/1050969 > Commit-Queue: Philip Rogers <pdr@chromium.org> > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557229} TBR=wangxianzhu@chromium.org,pdr@chromium.org Change-Id: Idd9c9621607afb909622119c2ef2f301342ff51d No-Presubmit: true No-Tree-Checks: true No-Try: true 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/1053148Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#557318}
-
Ben Pastene authored
Bug: 732531 Change-Id: Ic29cd0a7032f707509797229d995a4a4e28b2582 Reviewed-on: https://chromium-review.googlesource.com/1052915Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#557317}
-
Matthew Jones authored
This is a reland of 76b70285 This patch removes the tablet specific toolbar swipe behavior that was previously causing the tests to fail. Original change's description: > Attempt to deflake TabsTest#testToolbarSwipePrevTab* > > This patch updated the toolbar swipe tests to not depend on criteria > helpers and operate on about:blank pages rather than the ntp. Most > importantly, this fixes an issue where we assert tab selection before > waiting for the callback. > > Bug: 813584 > Change-Id: I1e743291add6398bc3eebc06c03c6c69cefc21f9 > Reviewed-on: https://chromium-review.googlesource.com/1044538 > Reviewed-by: Ted Choc <tedchoc@chromium.org> > Commit-Queue: Matthew Jones <mdjones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556240} Bug: 813584 Change-Id: I08407a14b69137bee8673fa196c76012448eb6cc Reviewed-on: https://chromium-review.googlesource.com/1050387Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#557316}
-
Hiroshige Hayashizaki authored
To simplify code structure in V8ScriptRunner, this CL flattens/inlines code around SelectCompileFunction. This CL shouldn't change the behavior. Bug: 841466 Change-Id: I5ec313b451c25417c8efdbd100edd46be5a002c1 Reviewed-on: https://chromium-review.googlesource.com/1045622 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Mythri Alle <mythria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#557315}
-
Theresa authored
* Rename the flag/description * Move buttons above most likely tiles and polish UX * Add ablation arm BUG=836308 Change-Id: I42cc24c5c7e0a50edf0c4f197055c588ed083e80 Reviewed-on: https://chromium-review.googlesource.com/1047202 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#557314}
-
Vikas Soni authored
Seperate out TextureOwner interface and its implementation SurfaceTextureGLOwner from a single file. Bug : 838725 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: I2d9d0aab0326aed9acd6800ad45a9f333a56cf93 Reviewed-on: https://chromium-review.googlesource.com/1045905 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#557313}
-
Fredrik Hubinette authored
Neutralize error messages and fire no progress events until media metadata has been loaded for media loaded from cross-origin locations. Bug: 828265, 826187 Change-Id: Iaf15ef38676403687d6a913cbdc84f2d70a6f5c6 Reviewed-on: https://chromium-review.googlesource.com/1015794Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Fredrik Hubinette <hubbe@chromium.org> Cr-Commit-Position: refs/heads/master@{#557312}
-
Martin Kreichgauer authored
This adds the FidoAuthenticator interface, which defines the basic methods from the WebAuthn authenticator model (MakeCredential and GetAssertion). FidoRequestHandler is changed to hold a map of FidoAuthenticator instances, rather than a map of FidoTasks. FidoTask and FidoDevice are moved behind a concrete FidoAuthenticator subclass called FidoDeviceAuthenticator (but remain unchanged otherwise). This allows for FidoAuthenticators that are backed by platform APIs rather than a detachable physical device. This is a purely structural change. No functional changes intended. Change-Id: Id158db5801ac4556066a1a88136d7a720b137e1b Reviewed-on: https://chromium-review.googlesource.com/1045892 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#557311}
-
dpapad authored
This is in preparation of updating cr-toggle's style for MD refresh, as well as removing paper-toggle-button from third_party/polymer. Bug: 768073 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I52690906a1f73778358cde1da605e762a44b4f78 Reviewed-on: https://chromium-review.googlesource.com/1051046Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#557310}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7aaefdbb734f..6cf26f13cd9f $ git log 7aaefdbb7..6cf26f13c --date=short --no-merges --format='%ad %ae %s' 2018-05-02 bmgordon build_stages: Consolidate chroot reuse logic Created with: roll-dep src/third_party/chromite BUG=chromium:829665 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: Ide45e5f3e4d1f488100a9c9fa73554cf19c0565d Reviewed-on: https://chromium-review.googlesource.com/1052822Reviewed-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@{#557309}
-
Maks Orlovich authored
It turns out that JS -> base::Value conversion there produces doubles while the code expected it to produce ints, like desktop/android do. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I18c255597250956fbd1a224986fb806b3bb9fa11 Reviewed-on: https://chromium-review.googlesource.com/1052090 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#557308}
-
Nick Harper authored
This reverts commit 3c79bfc0. In addition to the original CL bd3d1ea0, this includes a fix to the crash when relaunching after changing about:flags. Bug: 841006 Change-Id: I04c82074bb83da7ba5854b783862ec689d7a36e0 Reviewed-on: https://chromium-review.googlesource.com/1050976Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#557307}
-
Robert Kroeger authored
This reverts commit c0e58526. Reason for revert: speculative attempt to fix http://crbug.com/840988 Original change's description: > Update V8 to version 6.8.184.1 (cherry-pick). > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/e3f3bcb2..9ef8a461 > > 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,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org > > Change-Id: I1c65bbcf6ce40050b917cb288293b9226d1563ab > Reviewed-on: https://chromium-review.googlesource.com/1049367 > Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> > Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556739} TBR=v8-autoroll@chromium.org,machenbach@chromium.org,hablich@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I7108d2aecebef1e7ca0355bca571e85d1cc01499 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 Reviewed-on: https://chromium-review.googlesource.com/1052527 Commit-Queue: Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#557306}
-
Shakti Sahu authored
This CL adds an infobar to show the download progress. The actual triggering logic of the infobar will be added in a subsequent CL. Bug: 830814 Change-Id: If64cc1939ee4479f919a679d6cc9bf648657ada2 Reviewed-on: https://chromium-review.googlesource.com/1003754 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#557305}
-
https://chromium.googlesource.com/angle/angle.git/+log/e95a7f077e8b..ce07f967c21e $ git log e95a7f077..ce07f967c --date=short --no-merges --format='%ad %ae %s' 2018-05-09 geofflang Merge the Framebuffer onDestroy and onDestroyDefault methods. 2018-05-09 geofflang Pass a context pointer to Framebuffer[Impl]::getSamplePosition 2018-05-09 lucferron Vulkan: Clear to opaque black instead of transparent 2018-05-08 lucferron Vulkan: Support EXT_texture_storage 2018-05-07 oetuaho Issue a clearer warning about negative modulus operands Created with: roll-dep src/third_party/angle BUG=chromium:839468 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: I364e15878f2c36d45e308f81659df42bdc43f354 Reviewed-on: https://chromium-review.googlesource.com/1052680Reviewed-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@{#557304}
-
Ben Pastene authored
Should help with keeping the vm image warm in the bots' caches. Currently 20 bots in the pool. Will scale up if needed. TBR=dpranke@chromium.org Bug: 840967, 832374 Change-Id: Ia09fdde0a94d0d798cd1c5073f0651b1ec92ac66 Reviewed-on: https://chromium-review.googlesource.com/1052824Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#557303}
-
John Chen authored
Currently, only Android Chrome Java tests are run with --verbose switch. Adding this switch to desktop Chrome Java tests, to ease debugging. TBR=kereliuk@chromium.org Change-Id: Ifd9523272ee52f1bcee0642f4267339f4b78e857 Reviewed-on: https://chromium-review.googlesource.com/1050567Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#557302}
-
Sean Topping authored
This maintains consistency with other code. Bug: 806965 Bug: internal b/79377657 Test: CQ Change-Id: Iae3487bf573fcd704b0a9fda44ce1aaffe42d7a5 Reviewed-on: https://chromium-review.googlesource.com/1050694Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#557301}
-
Xiyuan Xia authored
Add mock user data to "Local State" and create user profile before hand so that the crash-n-restore test runs more like in production. Bug: None Change-Id: I2e717e8876333fe0bd9e6015273d9c95b0639f48 Reviewed-on: https://chromium-review.googlesource.com/1052217Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#557300}
-
John Chen authored
Re-enable the following tests on Android Chrome stable: * PageLoadingTest.testShouldBeAbleToGetAFragmentOnTheCurrentPage: PlzNavigate issue, already fixed in m65. * CorrectEventFiringTest.testShouldReportTheXAndYCoordinatesWhenClicking: Originally disabled in m64, and no failure observed in later versions. * CorrectEventFiringTest.testShouldEmitClickEventWhenClickingOnATextInputElement: Same as above. TBR=kereliuk@chromium.org Bug: chromedriver:2025 chromedriver:2076 chromedriver:2077 Change-Id: I283b48f5ba6e6e905a21dd9b6e53d5f0c26399c8 Reviewed-on: https://chromium-review.googlesource.com/1050808Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#557299}
-
Esmael El-Moslimany authored
Bug: 836988 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iedcac22a68cb73f68f314f35b1e1c771ab52c8ad Reviewed-on: https://chromium-review.googlesource.com/1036199 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557298}
-
Ryan Harrison authored
This fuzzer is testing the LZW decompressor implementation in the GIF codec, so its inclusion/exclusion from builds should be coupled with the GIF codec's. BUG=pdfium:1080 Change-Id: I0ead2c6b3f7d109f71dd9402eae49e0e157f2dd5 Reviewed-on: https://chromium-review.googlesource.com/1052223Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#557297}
-
Mario Sanchez Prada authored
Instead of using nothing, which causes some weird effects when launching chromium (e.g. XWindow initialized with data from the front buffer), while the first expose event is not attended, define instead a solid colour for the background so that at least the startup experience is consistent. If possible, we'll use the content window's background color to fill that void, falling back to white pixels when that's not feasible. The downside of this is that it has the side effect of making resizing quite disturbing, since the background is quite visible while resizing due to the slow rendering process. So make sure that the XWindow's background is unset (set to None) once the window has been Mapped, thus ensuring the resizing experience does not regress. Wait until the first SwapBuffers before resetting XWindow's background pixmap as a temporary workaround for part of the screen being filled in white and the rest black on startup. Bug: 554008 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: I08ba276c115bb310ab47199745299b2766b24bd9 Reviewed-on: https://chromium-review.googlesource.com/1049805 Commit-Queue: Antoine Labour <piman@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#557296}
-