- 02 Feb, 2018 40 commits
-
-
Peter Boström authored
Highlights the location-bar passwords icon even when the dialog is triggered without user interaction (for instance when prompting the user to save credentials). This is done similarly to highlighting the StarView when the bookmark bubble shows. Bug: chromium:654115 Change-Id: Ia8f3a7020336186c83a1aa8ec997c9abd73b8f6a Reviewed-on: https://chromium-review.googlesource.com/898588 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#533919}
-
Yutaka Hirano authored
As discussed at [1], it is reasonable to set per-process and global limits on the number of requests with keepalive set in order to prevent DOS. 1: https://groups.google.com/a/chromium.org/forum/m/#!topic/blink-dev/8vqcABTnDF4 Bug: 764589 Change-Id: I595cfc00b7d5c6008f39b1ea2f8b0927ae63908d Reviewed-on: https://chromium-review.googlesource.com/895422 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Cr-Commit-Position: refs/heads/master@{#533918}
-
dpapad authored
Bug: 808182 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I02f96d49f3dffcde80f0bca06d1d588d080c743f Reviewed-on: https://chromium-review.googlesource.com/898403Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#533917}
-
https://chromium.googlesource.com/catapult.git/+log/d2080c565153..744dac913652 $ git log d2080c565..744dac913 --date=short --no-merges --format='%ad %ae %s' 2018-02-01 dtu [pinpoint] Add Kolmogorov-Smirnov test. 2017-11-10 benjhayden Replace RelatedHistogramBreakdown in longTasksMetric with RelatedNameMap. 2018-02-01 eakuefner [Telemetry] Add ShouldAddValue hook to replace ValueCanBeAddedPredicate 2018-02-01 magda.zawora Remove system_stub from archive_info_unittest.py Issue #3115 Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I85d9b25939570f6274c73cd4c7cf251fa5adc372 Reviewed-on: https://chromium-review.googlesource.com/898390Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533916}
-
CJ Dimeglio authored
This CL makes it so that if |stretch_to_fit_bounds| is set on a surface, damage calculation takes this into account and scales the damage quad accordingly. Bug: 799512 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I405ae815046d7ab51179bfceb0e54db9e5749725 Reviewed-on: https://chromium-review.googlesource.com/887789 Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#533915}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f2b5774fef6a..e150d63db9f7 $ git log f2b5774fe..e150d63db --date=short --no-merges --format='%ad %ae %s' 2018-02-01 sergeyberezin Roll mac_toolchain to d4dc0c2 Created with: roll-dep src/third_party/depot_tools BUG=797051 The AutoRoll server is located here: https://depot-tools-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=agable@chromium.org Change-Id: Idf59e37b339c8fe1f693b456bf8310b22a3a647e Reviewed-on: https://chromium-review.googlesource.com/898220 Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533914}
-
David Bokan authored
This relands r532919 which was reverted in r533667 The original patch worked only in the initial case but the corrected layer bounds were clobbered in ScrollingCoordinator::ScrollableAreaScrollLayerDidChange. Even though CompositedLayerMapping::UpdateScrollingLayerGeometry is always called after this method, in ScrollingCoordinator the bounds are set directly on the WebLayer. In CLM we set the bounds on a GraphicsLayer which caches the size itself. It'll only update the WebLayer bounds if the new size differs from the cached size. Thus, even though the bounds were changed in ScrollingCoordinator, CLM would early out since it the GraphicsLayer size hasn't changed. This CL applies the same fix in ScrollingCoordinator and also adds a new test that covers the linked bug more end-to-end. The original patch is uploaded in patchset 1 for easy diff'ing. Bug: 801381 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I28f7088ef6b429875c6c984c45fd1c53cf813c02 Reviewed-on: https://chromium-review.googlesource.com/897962Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#533913}
-
Sebastien Marchand authored
Make Startup.BrowserMessageLoopStartHardFaultCount be gathered from a TaskPriority::BACKGROUND task Bug: 784853 Change-Id: Ia8772f9e66a20dabbd6e8fd7c73588bed421f9bc Reviewed-on: https://chromium-review.googlesource.com/884377 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#533912}
-
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}
-