- 02 Feb, 2018 40 commits
-
-
Peter Boström authored
Bug: chromium:807886 Change-Id: I1eb8ed1c1ddd6e07ba38f63f66a140a0a524c356 Reviewed-on: https://chromium-review.googlesource.com/898523Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#533911}
-
Kent Tamura authored
This reverts commit 9b477bca. Reason for revert: We should deprecate the feature first. Original change's description: > Remove extra form data, if "value" attribute present with non-empty value > > This patch removes the extra form data added, if "value" attribute > present with non-empty value for <input type='image'> > > Intent to Deprecate and Remove: > https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/hp1_-1tgvDs > > Bug: 753746 > Change-Id: I1de9a0c9babd9d16b45e5eefa780370fff8c75e9 > Reviewed-on: https://chromium-review.googlesource.com/896905 > Reviewed-by: Kent Tamura <tkent@chromium.org> > Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> > Cr-Commit-Position: refs/heads/master@{#533655} TBR=tkent@chromium.org,foolip@chromium.org,shanmuga.m@samsung.com Change-Id: I97c5987adba9eaa097808f7a35c54859217edd2e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 753746 Reviewed-on: https://chromium-review.googlesource.com/897264Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#533910}
-
Xing Liu authored
This CL does the following: 1. Make all parallel download requests to be able to fetch the whole content. Range header will be "Range:%offset-" where %offset is the starting range. 2. Fix recover bug where failed response of 2nd or 3rd request, e.g. http 404, will make download never complete nor interrupted. 3. Fix a bug that when input stream can't be inserted into download file or download file is completed on the file thread, the http connection is left open. This is a by product of new browser tests. 4. Add more browser tests to cover edge cases of server failures, and fix minor bug in TestDownloadHttpResponse where it sent one less byte. Bug: 804000 Change-Id: If9545409379d5a33f758d05c62d6b6890ed896df Reviewed-on: https://chromium-review.googlesource.com/892089Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#533909}
-
Khushal authored
Compositor's timing history is cleared on navigations to ensure that the data from the previous navigation does not affect the next load, in particular main thread latency recovery. However, if the commit which resets this data occures during the commit, the decision has already been made at the beginning of the impl frame and is not reset. Fix this. R=brianderson@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I4a045570e8622da4a0ff4a3fd98b75e8b745ff98 Bug: 794302 Reviewed-on: https://chromium-review.googlesource.com/896226 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Brian Anderson <brianderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#533908}
-
wutao authored
Introduce the shortcut item views for Keyboard Shortcut Viewer (KSV). Changes: 1. Add item view and item list view. 2. For V1, use US keyboard layout to display the shortcut keys. Bug: 768932 Test: KeyboardShortcutViewTest and can show the shortcut item list. Change-Id: Ia314dff02f1bec9f8c5cff195a93a3033c9a32f6 Reviewed-on: https://chromium-review.googlesource.com/893604 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#533907}
-
Bill Budge authored
This is a reland of 1cc19640. Original change's description: > [gin] Implement v8::Platform::GetPageAllocator. > > - Implements a v8::PageAllocator in terms of base page allocator functions. > This will cause V8 to use Chromium's page allocator and address space > randomization. > > Bug: chromium:756050 > Change-Id: Id076e599e7d5f09eddc78888245fc6bf879b1236 > Reviewed-on: https://chromium-review.googlesource.com/896959 > Reviewed-by: Jeremy Roman <jbroman@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Bill Budge <bbudge@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533782} Bug: chromium:756050 Change-Id: I950f3c2b4d488a558fe10893525b1c0f02bc69af Reviewed-on: https://chromium-review.googlesource.com/898435Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#533906}
-
Yutaka Hirano authored
This CL adds two histograms to measure how many requests with keepalive set are used per process or globally. Bug: 764589 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I3bb4f26d88a714c5fa37db408e76c725454dd12d Reviewed-on: https://chromium-review.googlesource.com/892190 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#533905}
-
Mike Dougherty authored
This function will be reused by features in order to communicate back to the native application from any arbitrary frame. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I729c1c1b5faba803b7b334ae73674e5b017ef587 Reviewed-on: https://chromium-review.googlesource.com/896615 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#533904}
-
Andrew Grieve authored
This mirrors what we have for on-device tests with BaseInstrumentationTestRunner TBR=agrieve@chromium.org Cq-Include-Trybots: master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win10_chromium_x64_rel_ng Change-Id: I32a2a4130cf9afff415b77c4df55eb6585fe6a3c Reviewed-on: https://chromium-review.googlesource.com/894282Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#533903}
-
Tarun Bansal authored
Maintain a set of in-flight requests. When a render frame is deleted, then all requests pointing to that frame are also deleted from the set. Bug: 806732 Change-Id: Ie5b74271c426d68896fe6c428e55d9b8547dc572 Reviewed-on: https://chromium-review.googlesource.com/898004Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#533902}
-
Hector Carmona authored
CL adds slot="<appropriate slot>" to all users of paper-input container who are using polymer from: chrome://resources/polymer/v1_0/paper-input/paper-input-container.html R=dpapad@chromium.org Bug: 807475 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I15d7e7d7c24776855e99c8764a296357e459d235 Reviewed-on: https://chromium-review.googlesource.com/898268Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#533901}
-
Peter Boström authored
Fixes several missing entries, also removes a couple of instances of trailing punctuation from titles as well as add "In Title Case: " to a couple of existing message descriptions. Bug: chromium:807886 Change-Id: I9a184f0cfd2e27f332a2b118af8663990ed36f65 Reviewed-on: https://chromium-review.googlesource.com/898484Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#533900}
-
Aseem Garg authored
R=nednguyen@chromium.org,bradnelson@chromium.org BUG=v8:5558 Change-Id: Ib2b285e2dd487a974e76e2e930291b9cff8250be Reviewed-on: https://chromium-review.googlesource.com/890116 Commit-Queue: Aseem Garg <aseemgarg@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#533899}
-
Hayato Ito authored
Prevent a possible wrong usage of {First,Last}AssignedNode(). Bug: 776656 Change-Id: I5d84b062c92cd89e40e3c051ae08bcefea658d25 Reviewed-on: https://chromium-review.googlesource.com/896725Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#533898}
-
Kyle Horimoto authored
This CL adds additional enum values to tether.proto and updates HostScannerOperation to accept these updated enum values when GmsCore notifications are disabled. Note: This CL's contents were already landed in https://chromium-review.googlesource.com/c/chromium/src/+/894729. However, this CL needed to be merged to the M-65 branch, so I'm landing two separate CLs and only merging this one to the M-65 branch. Bug: 793936, 672263 Change-Id: If04c1a2e2f5123c2a156a4925c19d3f801b45877 Reviewed-on: https://chromium-review.googlesource.com/897411Reviewed-by:
Jeremy Klein <jlklein@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#533897}
-
Yuke Liao authored
This CL implements a feature to display code coverage by components. The high-level structure of this change contains three different views: - directory_view: organizing by top level directories under src/. - component_view: organizing by components. - file_view: organizing by each single file. The directory_view is the default view to which index.html redirects to, and each html report contains links to toggle between the three views. Bug: 799632 Change-Id: I3df09fef2dfa0c8da2535f03d02d478b9c51bc8c Reviewed-on: https://chromium-review.googlesource.com/894992 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#533896}
-
Jun Choi authored
Add support for parsing response received from authenticator to corresponding CTAPResponse objects. Bug: 804626 Change-Id: I3030125371c4ac66c443a6bae938f63757066db7 Reviewed-on: https://chromium-review.googlesource.com/850815 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#533895}
-
Khushal authored
Canvas currently uses cc's ImageDecodeCache in at-raster mode, i.e, all images are locked only for the duration of a draw op. For cases where a small set of images are used repeatedly across ops, this causes a lot of lock/unlock churn on GPU discardable which can be expensive. This change ensures that we unlock images only at the end of a canvas frame. This includes the deferred raster mode where the canvas maintains a PaintRecord that is flushed during the main frame and at the end of a script task that mutates the canvas. In addition, the cache maintains a memory budget to ensure that we purge regularly if the budget is exceeded. R=ericrk@chromium.org, junov@chromium.org Bug: 804325 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ic5a1f65993ca9af874a0351215fb9aa6ca41140f Reviewed-on: https://chromium-review.googlesource.com/884881Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#533894}
-
Pavel Feldman authored
Change-Id: Ie9e792d2a191aa65c3ff6a0ac49175bc9957fb42 Reviewed-on: https://chromium-review.googlesource.com/894604 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#533893}
-
Sasha Morrissey authored
Bug: 800349 Change-Id: I4555b66e001907803ec47597cdc2111cc62807bd Reviewed-on: https://chromium-review.googlesource.com/895230Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#533892}
-
Theresa authored
Compilation on some bots started failing due to the removal of a broad lint suppression for values-v17/styles.xml. This CL adds back lint suppression for a conditionally used VR theme. BUG=806060 TBR=wnwen@chromium.org Change-Id: I7756f07f35c272937a9fbbeae22500d0f73944a6 Reviewed-on: https://chromium-review.googlesource.com/898410 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#533891}
-
bsheedy authored
Deduplicates most WebVR/WebXR tests into one test implementation that takes different arguments for WebVR and WebXR. Bug: 804043 Change-Id: I1486a4d8e75d91fe98c1298f3b528df4bc01d938 Reviewed-on: https://chromium-review.googlesource.com/896800 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#533890}
-
David Tseng authored
Typically, Output prefers roleDescription when an output rule specifies $role. However, for some roles e.g. group, we explicitly don't include the role in the output rule since it is not helpful. In the case where role description is available, we should use it. In other cases, a message string e.g. @describe_radio, already includes the role, so we don't explicitly include the role description. In these cases, simply include role description in addition to the native role. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I943560019eb3529cc9199f27985c243d3b9758e7 Reviewed-on: https://chromium-review.googlesource.com/897998Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#533889}
-
Adithya Srinivasan authored
All these caches only return nodes that are in the Document tree. They only need invalidation when a changed node is in/previously in the Document tree, so they don't need to be separately invalidated at the Document level. They will automatically be invalidated when the ancestors of a node are invalidated in InvalidateNodeListCachesInAncestors, because the Document is an ancestor. Change-Id: I3da315c77e0afe8c82822ea25b8df8099535eded Reviewed-on: https://chromium-review.googlesource.com/890704Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#533888}
-
Evgene Gubernatorov authored
In media picker dialog on Mac, when sharing tab, when selected tab is deleted, there was no "Share" buttun state update (which should disable it). That caused crash, report was auto uploaded from Chrome Canary 66.0.3334.0: Bug: 807811 Change-Id: I6cf29087b5cf0926b03b2c27e404fe0d57edcf21 Reviewed-on: https://chromium-review.googlesource.com/895529 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#533887}
-
Hector Carmona authored
Screenshot in Bug. Bug: 800149 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic439125d601f66904ec3c5dfb30d71b1a45fec5f Reviewed-on: https://chromium-review.googlesource.com/884998Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#533886}
-
Martin Sramek authored
ConsentAuditorFactory used CR_DEFINE_STATIC_LOCAL to define a singleton. In single-process tests, this results in the factory surviving between subsequent test runs. Instead, use base::Singleton which is destroyed and recreated with the test fixture. Bug: 781765 Change-Id: I46374d6c28ece58eec764db3ff4fa5cffd43216b Reviewed-on: https://chromium-review.googlesource.com/897947Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#533885}
-
Jonathan Backer authored
This is the start of autogenerating code for the client side to use a raster command buffer. The methods that I chose to autogenerate are unchanged in crrev.com/c/895868 Bug: 789238 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I44d7187c45718ab1f5a9b32a047af95edccebb80 Reviewed-on: https://chromium-review.googlesource.com/897750 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#533884}
-
Vladimir Levin authored
This patch ensures that the transformed table parts that act as containing blocks also do so for percent width/height children. R=wangxianzhu@chromium.org, chrishtr@chromium.org Bug: 804952 Change-Id: Idf01cd98094e59639f2833f42909eac2dccaac3b Reviewed-on: https://chromium-review.googlesource.com/896822 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#533883}
-
https://webrtc.googlesource.com/src.git/+log/bc3b7828139c..5f94aa2c013e $ git log bc3b78281..5f94aa2c0 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I26d3b47c6371fd6ef6c46601c26039fbb8f7bc78 Reviewed-on: https://chromium-review.googlesource.com/898248 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533882}
-
CrystalFaith authored
Print sample extension was still functional, but outdated. Updated the manifest: Background script is now non-persistent. Changed "tabs" permission to "activeTab". Bug: none Change-Id: I8755cd905e3f45aed584c3f23c356517fde25705 Reviewed-on: https://chromium-review.googlesource.com/885066Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Cr-Commit-Position: refs/heads/master@{#533881}
-
https://pdfium.googlesource.com/pdfium.git/+log/fb25606e584e..59790cef1a09 $ git log fb25606e5..59790cef1 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 tsepez Make CFXJSE-created contexts refer to their CFXJS counteparts. 2018-02-01 hnakashima Change internal usages of GetPageIndexDeprecated() to new method. 2018-02-01 tsepez Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers 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: Icd96b5a757862630eeaa541a5811caa304bd5925 Reviewed-on: https://chromium-review.googlesource.com/898431Reviewed-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@{#533880}
-
Theresa authored
This reverts commit ffc93ab8. Reason for revert: This change broke It broke components_unittests on multiple bots. See crbug.com/808260. Original change's description: > Reland "Remove influence of group name on NTPPopularSites studies" > > This is a reland of 1a544c78. > > Original change's description: > > Remove influence of group name on NTPPopularSites studies > > > > Recently, a misnamed study (see deleted test config) caused the feature > > to fall back to the default popular sites. This isn't a big problem but > > when it was finally named correctly, the names of the groups disabled > > all popular sites. > > > > Popular sites should not be so easy to disable. Therefore, remove the > > group name condition. > > > > A forced cmd line flag should cover all possible cases and make the > > intention very clear. This is already in place and remains untouched. > > > > Bug: 794329 > > Change-Id: I71458d41de6d0e0d5f0d8fcde1b636b0fe18618c > > Reviewed-on: https://chromium-review.googlesource.com/827072 > > Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> > > Reviewed-by: Gayane Petrosyan <gayane@chromium.org> > > Reviewed-by: Marc Treib <treib@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#528301} > > Bug: 794329 > Change-Id: I0c391668095cd66be012f0d1d483ff0970cbb018 > Reviewed-on: https://chromium-review.googlesource.com/888560 > Reviewed-by: Gayane Petrosyan <gayane@chromium.org> > Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533690} TBR=treib@chromium.org,gayane@chromium.org,mastiz@chromium.org,fhorschig@chromium.org Change-Id: I2ca9733fc9fbb2efa667e44af25ab204f24c2efd No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 794329, 808260 Reviewed-on: https://chromium-review.googlesource.com/898494Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#533879}
-
https://skia.googlesource.com/skia.git/+log/7a13705e03b7..e45d32abe132 $ git log 7a13705e0..e45d32abe --date=short --no-merges --format='%ad %ae %s' 2018-02-01 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 5c5d7deef..95ed19473 (1 commit) 2018-02-01 mtklein avoid using tmpnam() in Lua 2018-02-01 ethannicholas updated SkSL README 2018-01-26 herb Consolidate all the id handling and caching code. 2018-02-01 reed check matrix for SkFixed32.32 compatibility 2018-02-01 bsalomon More sample count cleanup: 2018-02-01 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 9dbaeba89..5c5d7deef (1 commit) 2018-02-01 reed signal on bad picture op, simplify other ops 2018-02-01 bsalomon Revert "Revert "Redefine the meaning of sample counts in GPU backend."" 2018-02-01 halcanary SkQP: skia_skqp_global_error_tolerance 2018-02-01 robertphillips Fix SkSurfaceCharacterization unit test for DDL 2018-02-01 angle-skia-autoroll Roll skia/third_party/externals/angle2/ c0db9adde..9dbaeba89 (1 commit) 2018-02-01 halcanary SkQP: README: note need java8 not other version 2018-02-01 reed detect truncated pict streams Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=bungeman@chromium.org Change-Id: I356ef0cdd122bada160b20ba42ebf5f4516564f1 Reviewed-on: https://chromium-review.googlesource.com/898430 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533878}
-
Mohamad Ahmadi authored
Fixes the histogram names for the autofill keyboard accessory view on iOS in histograms.xml to match what's being recorded in components/autofill/core/browser/keyboard_accessory_metrics_logger.mm Change-Id: I98094280f8586164be3e6aa5d1393d321605a1c9 Reviewed-on: https://chromium-review.googlesource.com/898044Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#533877}
-
Emil A Eklund authored
Move the logic in NGInlineNode that populates the legacy layout tree out of NGInlineNode and into the new NGInlineNodeLegacy class. Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I7d228a1c9b1c28f301838336ecc1348eacb6e663 Reviewed-on: https://chromium-review.googlesource.com/898003Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#533876}
-
Ethan Kuefner authored
This page is the only page subject to some hairy filtering logic in smoothness.py that we're trying to clean up. This CL removes the page and the aforementioned filtering logic. Bug: catapult:#4215 Change-Id: I43bcb12aef218fc5aaa00d801af3924dd44a0a55 Reviewed-on: https://chromium-review.googlesource.com/897970 Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#533875}
-
Ryan Hansberry authored
Bug: 672263 Change-Id: I1979e2726617f566684b373f5051cdbf32bf3120 Reviewed-on: https://chromium-review.googlesource.com/884322Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Hawkins <jhawkins@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#533874}
-
Kouhei Ueno authored
This CL adds support for "byte string" keys in map. We plan to use this to encode signed exchange "Canonical CBOR". Bug: 803774 Change-Id: Ia10a64781d66c66665a7b3c9749e93b46b30b108 Reviewed-on: https://chromium-review.googlesource.com/892939 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#533873}
-
Kurt Horimoto authored
For HTML pages, fixed-position elements are laid out incorrectly if fullscreen is implemented using contentInsets, so they are implemented by updating the frame of the entire WKWebView. For PDFs, however, the page indicator UI is laid out incorrectly for frame adjustments on some versions of iOS. This CL updates the web view proxy's setting so that contentInsets are used. Bug: 808202 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I3ed57cc160fdea9edcdd85430b41ff3ff4171dac Reviewed-on: https://chromium-review.googlesource.com/898383Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#533872}
-