- 12 Apr, 2018 40 commits
-
-
Marina Ciocea authored
Cleanup double StopMonitor and unnecessary condition, leftover from mouse listener removal in https://crrev.com/2577573002. Bug: 828864 Change-Id: Ia19c5bf4f81897f49b1c0eaf0f6d85a9cfff4984 Reviewed-on: https://chromium-review.googlesource.com/1007194Reviewed-by:
Max Morin <maxmorin@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#550032}
-
Sadrul Habib Chowdhury authored
Reset the size of the viz::Display directly to the original size, instead of triggering a size-change in the layer-compositor (cc) too, when a resize operation ends without actually resizing the window on Windows. BUG=821987 Change-Id: I97c6e76fd52b46d782a172fc54bb7cf9a0e0a1d6 Reviewed-on: https://chromium-review.googlesource.com/1006518Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#550031}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fc27a8d6..12316632 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;master.tryserver.chromium.win: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 Notry=true Change-Id: I6c9f652575f7874eb67c82d56eb864a3a14dc7df Reviewed-on: https://chromium-review.googlesource.com/1007762 Commit-Queue: Michael Hablich <hablich@chromium.org> Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#550030}
-
Jialiu Lin authored
In case enterprise admin forgets to set the enterprise name, Chrome will show generic warning text without specific enterprise name. String doc: https://docs.google.com/document/d/1A4vVFzhdW3HKyE2uFQIPBy12cpYBxdaW3_rbh9vZxyM Bug: 824500, 824502 Change-Id: I0917c7ca90d63a2a8746bffd2c4beeeab4f61106 Reviewed-on: https://chromium-review.googlesource.com/1008737 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#550029}
-
Jialiu Lin authored
Bug: 804490 Change-Id: Iddcabbbd50a7a37da4bdc4d2df8fddc1a25fad0b Reviewed-on: https://chromium-review.googlesource.com/1005812Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#550028}
-
dpapad authored
Previously the code assumed that just listening on the 1st occurrence was enough, but it turns out that later occurrences can happen and need to be handled. Bug: 831489 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic06287ca755a32a86e5bd0429c0695073753cefe Reviewed-on: https://chromium-review.googlesource.com/1008064Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#550027}
-
Robert Sesek authored
This should make the parser more robust by joining the can-consume checks with the actual input byte consumption, preventing the internal parser state from becoming inconsistent. Bug: 489301 Change-Id: I33a0f5d9c5daa0b0ad186570393ceaf8fdba8a70 Reviewed-on: https://chromium-review.googlesource.com/1005675 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#550026}
-
James Darpinian authored
Bug: 696345,818383,820639 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Iaacb3bbaf738e994ea6caaad7b83c5a8bbf8e964 Reviewed-on: https://chromium-review.googlesource.com/993393Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#550025}
-
Xiaocheng Hu authored
We should use "bidi" as abbreviation of "bidirectional", but mistakenly used "BiDi" in some senarios. This results in LocalCaretRectBiDiTest.cpp being renamed into local_caret_rect_bi_di_test.cc in the great Blink mv. This patch fixes the naming issues. Change-Id: I391c1ffa7feca9fd78974669f082effb1195c043 Reviewed-on: https://chromium-review.googlesource.com/1008608 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#550024}
-
Devlin Cronin authored
ChromeManifestTest.StorageAPIManifestVersionAvailability tests that the chrome.storage API is not available to manifest v1 extensions. This behavior is now enforced (and much more thorouhgly tested) through the features unittests. Remove the test. Bug: 816679 Change-Id: I8e313127cd43885fab8b49a9a3acfb58dbf2d4c9 Reviewed-on: https://chromium-review.googlesource.com/1007624 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#550023}
-
Matt Giuca authored
Caused by r549433, which swapped the initialization order of the AppMenu and AppMenuModel. By constructing the AppMenuModel first, the old one was being destroyed, being outlived by its AppMenu (holding a raw pointer). Adds a reset(), ensuring the AppMenu is destroyed first. Bug: 831504 No-Try: true Change-Id: I3d155b11aa2490537fc6baa9fbbf2bdb057e8090 Reviewed-on: https://chromium-review.googlesource.com/1006739 Commit-Queue: Matt Giuca <mgiuca@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#550022}
-
Ken Rockot authored
Switches ArrayBuffer and raw encoded message data mojom representations to use BigBuffer instead of array<uint8>. This avoids large message data exceeding hard size limitations. Also introduces BigBufferView as a traits helper to avoid redundant copies when a deserialized BigBuffer is using inline array storage. Bug: 829659 Change-Id: I8b62d4bcd7458db1d6aff9e22dcb7c13999f0bf0 Reviewed-on: https://chromium-review.googlesource.com/1004594 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#550021}
-
Tetsui Ohkubo authored
In UnifiedSystemTray, there are some UI specific variables that have to be stored (across tray bubble lifetime). * The tray bubble should keep the expanded/collapsed state when it's reopened. * Brightness slider's value have to be cached. This CL creates UnifiedSystemTrayModel to store these variables, which is owned by UnifiedSystemTray. TEST=manual BUG=825670 Change-Id: I56a285d4fa6c334ccafe114c9664ac42900a6696 Reviewed-on: https://chromium-review.googlesource.com/1006134 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#550020}
-
Istiaque Ahmed authored
CL d06a2579 stopped using populating |params_| and started using local variables instead. However, one reference to |params_| still remained that is causing null pointer access. Fix this and also remove all bluetooth APIs' params_ where they are currently never used. Add a regression (unit) test as well, along with a small sanity test. Bug: 831651 Test: See bug for repro steps. Change-Id: Ic2df916bb7175563e21c816890bac1c8624d334f Reviewed-on: https://chromium-review.googlesource.com/1008065Reviewed-by:
James Hawkins <jhawkins@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#550019}
-
dpapad authored
Bug: 771795 Change-Id: Ie6aa2ede841a29f1e68e29ae1e3bd832abdb28b8 Reviewed-on: https://chromium-review.googlesource.com/1008069Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#550018}
-
Chris Hamilton authored
Upcoming session restore changes will defer loading tabs that are beyond a certain age. This will inform the choice of that threshold. BUG=749785 Change-Id: Ic114ee156d69373eda0fee4ccfd46570883320a2 Reviewed-on: https://chromium-review.googlesource.com/1002994 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#550017}
-
Wenzhao Zang authored
Because the factory already adds 7 days to the actual date, the threshold should only add 7 days to rlz_embargo_end_date. Bug: 820783 Change-Id: I97a599b2f893493ac91910f449051ec5a0ea7807 Reviewed-on: https://chromium-review.googlesource.com/1007962Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#550016}
-
Xianzhu Wang authored
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iebc614d457e93e7ce4abbac6fb11f92313525ea4 Reviewed-on: https://chromium-review.googlesource.com/1006522 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#550015}
-
Xianzhu Wang authored
If an overflowing visual effect has sub-pixel geometry and is painted with anti-aliasing along pixel-snapped border box, the pixel-snapping may cause the anti-aliased edge overflow the calculated visual rect. Let LayoutBox::VisualRectOutsetForRasterEffects() return 1 if there are any sub-pixel visual effect outsets to ensure the visual rect covers all pixels. Bug: 827516 Change-Id: I48f8350fb2124d002333a4cc76486c63ca55f8c9 Reviewed-on: https://chromium-review.googlesource.com/1003492Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#550014}
-
Sadrul Chowdhury authored
This reverts commit 1b6a689b. Reason for revert: The speculative revert did not fix the bots. Original change's description: > Revert "List sysroots.json as a dependency of exec_script" > > This reverts commit 04784d08. > > Reason for revert: Attempt to fix linux-chromeos bots. > > Original change's description: > > List sysroots.json as a dependency of exec_script > > > > R=thakis > > > > Change-Id: I14dda5e6735ba059f42f3a0c9b88734d77c2f8f3 > > Reviewed-on: https://chromium-review.googlesource.com/1006256 > > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > > Commit-Queue: Nico Weber <thakis@chromium.org> > > Reviewed-by: Nico Weber <thakis@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#549728} > > TBR=thakis@chromium.org,thomasanderson@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Change-Id: I57c66c4a03d7adee998ae2f66923dc06646d06f3 > Reviewed-on: https://chromium-review.googlesource.com/1008612 > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> > Cr-Commit-Position: refs/heads/master@{#550007} TBR=sadrul@chromium.org,thakis@chromium.org,thomasanderson@chromium.org Change-Id: I08a994b1fab465588434fa8346883e4473529f85 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1009127Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#550013}
-
John Z Wu authored
//ios/web_view needs an API to edit or delete existing autofill data. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4e807192161e7602b3026f954d18c683b1cf50fb Reviewed-on: https://chromium-review.googlesource.com/1005806Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#550012}
-
sczs authored
- Creates a UISearchController and adds it to the VC. - Create a HistoryTableUpdater protocol that will be used to communicate updates from the Container to the TableView. Screenshots: https://drive.google.com/open?id=1L6kaO6xZ7WGEoQXjcVGf_RJALtXrG4cM https://drive.google.com/open?id=1uSec0DEg7ug_5vAu5uRGL6ljsWabuvZt Bug: 805195 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Icdfa7c6133bb088352bacbf02f59c65df8b4b0d7 Reviewed-on: https://chromium-review.googlesource.com/998813 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#550011}
-
Bailey Forrest authored
This is needed for Web Bluetooth to work on Chromecast. Also, fix unrelated build error. BUG=827672 Bug: b/75967216 Test: device_unittests, test page. Change-Id: I216e544175a5729f81271abc9f64ae3509b94735 Reviewed-on: https://chromium-review.googlesource.com/1008876Reviewed-by:
Stephen Lanham <slan@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Bailey Forrest <bcf@chromium.org> Cr-Commit-Position: refs/heads/master@{#550010}
-
Tibor Goldschwendt authored
Change-Id: I36165d0c354efb11122d11e6fa60de2ce371c67b Reviewed-on: https://chromium-review.googlesource.com/1007646Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#550009}
-
Jinsuk Kim authored
This CL removes all the dependencies on ContentViewCore in native world. Rather than WebContentsViewAndroid owning it, ContentViewCore owns and deletes itself by way of a WebContentsObserver notification. Also removes a few methods that are not in use any more. Bug: 598880 Change-Id: Ib8bcfdf3cb39332ea3f0f3186c3692ce67d82704 Reviewed-on: https://chromium-review.googlesource.com/999455 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#550008}
-
Sadrul Chowdhury authored
This reverts commit 04784d08. Reason for revert: Attempt to fix linux-chromeos bots. Original change's description: > List sysroots.json as a dependency of exec_script > > R=thakis > > Change-Id: I14dda5e6735ba059f42f3a0c9b88734d77c2f8f3 > Reviewed-on: https://chromium-review.googlesource.com/1006256 > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Commit-Queue: Nico Weber <thakis@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#549728} TBR=thakis@chromium.org,thomasanderson@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I57c66c4a03d7adee998ae2f66923dc06646d06f3 Reviewed-on: https://chromium-review.googlesource.com/1008612Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#550007}
-
John Rummell authored
In addition to checking earlier for errors creating sessions, don't try to fulfil a promise twice. BUG=826068 TEST=EME browser_tests pass Change-Id: I912297ad3f8578660727638ead086eb28e90cc9c Reviewed-on: https://chromium-review.googlesource.com/1006229Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#550006}
-
Nico Weber authored
If we run tests on the main waterfall, we generally should run them on the memory waterfall as well. I filed bugs and added comments to those for the few tests that actually don't pass on the memory waterfall. Most do pass. Bug: 814403,831667,831674,831676,830653 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I0ea3cf12745f089d7fb87da8fc20e2665d86d53f Reviewed-on: https://chromium-review.googlesource.com/987916 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#550005}
-
Xiaohan Wang authored
The delayed CdmService release will cause a delayed task to be posted which will not block *.RunUntilIdle(), and cause a memory leak of the ServiceContextRef in some test cases. This CL disables DelayedReleaseServiceContextRef so that the ref will be deleted immediately. In a future CL, we'll add test cases that actually covers DelayedReleaseServiceContextRef. Bug: 826039 Test: Fix tests. Change-Id: I1d9217046c7ed66459fd578976b545aa0fe0d3c6 Reviewed-on: https://chromium-review.googlesource.com/1006530Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#550004}
-
Amirhossein Simjour authored
Instead of using AlertDialogs directly, SelectPopupDialog uses UiWidgetFactory to create a new AlertDialog. This change has no effect when UiWidgetFactory is not replaced with VrUiWidgetFactory. Bug: 819876 Change-Id: I362a08a77146eaae962d646124246542f7bfc2c4 Reviewed-on: https://chromium-review.googlesource.com/1008246Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#550003}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: Ifb68723e22ae679bfa6fab2393fb44aaeb2a0b78 Reviewed-on: https://chromium-review.googlesource.com/1009284Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#550002}
-
Yuri Wiitala authored
The LocalMuter is responsible for muting all audio output streams belonging to the same audio group (e.g., all audio emitted from the same browser tab). When instantiated, the streams are muted; and any newly- created streams will be muted before playout is ever attempted. Upon destruction, the streams are all unmuted. This change includes the service-side implementation, mojo IDL, and related glue. Bug: 824019 Change-Id: I291eea0f50535c56c5015ae64e6fb5fc14e076bb Reviewed-on: https://chromium-review.googlesource.com/999103Reviewed-by:
Max Morin <maxmorin@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#550001}
-
Theresa authored
Adds some testing foundation and one simple integration test. BUG=827348 Change-Id: I71034071d32307dd922bc1a10f62e0bf1af070d0 Reviewed-on: https://chromium-review.googlesource.com/1007314 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#550000}
-
Rohit Rao authored
BUG=825431 TEST=None Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I044a4fd10f669facccb7bc571b0e39548ac81a0b Reviewed-on: https://chromium-review.googlesource.com/1008666 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#549999}
-
Jian Li authored
Bug: 831831 Change-Id: If1a36fbec7e73571d7d8c6a921afb3d8fa9b70c3 Reviewed-on: https://chromium-review.googlesource.com/1008635Reviewed-by:
Yafei Duan <romax@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#549998}
-
Xiaocheng Hu authored
This patch records some InSameLine() call results as a preparation for implementing NG InSameLine(). Bug: 830956 Change-Id: Ia1a2a9b80363fa20be570638f057ccc8895d7a30 Reviewed-on: https://chromium-review.googlesource.com/1008173Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#549997}
-
Eliot Courtney authored
This covers the following cases: 1. Transition to clamshell mode while resizing. 2. Minimize/destroy a window while resizing with splitview with two windows. 3. Minimize/destroy a window while resizing with splitview with one window. BUG=b/72806943 Change-Id: I3d85ea882722b8d2bfe9361287bf78d9cae9d88a Reviewed-on: https://chromium-review.googlesource.com/1000659 Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#549996}
-
Kent Tamura authored
This CL has no behavior changes. Bug: 829695 Change-Id: I65285444001e79f1905fcaa4ae11e064f73049a2 Reviewed-on: https://chromium-review.googlesource.com/1006567Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#549995}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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=gbiv@chromium.org Change-Id: Ifeb035905396cc94df4a0f42d72fd84409e808d8 Reviewed-on: https://chromium-review.googlesource.com/1008730Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#549994}
-
Yuqian Li authored
Bug: chromium:817110 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I184faae3ff12d8a23f6e5c12e43c92f1899f54c4 Reviewed-on: https://chromium-review.googlesource.com/1005297Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#549993}
-