- 17 Nov, 2017 40 commits
-
-
Gauthier Ambard authored
This CL enables the ContentSuggestions flag by default. The rollout is currently being done using finch and will reach 100% soon. Bug: 764720 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I52ace8c4240275abf75b1e8b16433cbccbc78d15 Reviewed-on: https://chromium-review.googlesource.com/754840Reviewed-by:
Menglu Huang <huangml@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#517369}
-
Guido Urdaneta authored
TBR=danakj@chromium.org Bug: 784563 Change-Id: I22a662b374b54a50f086fc2c7bcfce8a0c240e81 Reviewed-on: https://chromium-review.googlesource.com/776793 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517368}
-
F#m authored
This patch allows external touch devices to be reassociated with different displays. To achieve this, the patch also updates the logic to record the calibration data points by applying the correct transform matrix to the event's locations. Bug: 599985 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic540cdb368d2d3bf26aa25fd6b0008e26e717211 Component: Touch, Calibration, Touch device manager, mash mus filters Reviewed-on: https://chromium-review.googlesource.com/749969 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#517367}
-
Hajime Hoshi authored
This CL adds a new UMA RendererScheduler.TaskDurationPerTaskType to know what kind of task type of tasks consumes how much time. Bug: 780785 Change-Id: I2dc6f4d042945d79089eb1320e220f2b91de51ca Reviewed-on: https://chromium-review.googlesource.com/771374Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#517366}
-
Christopher Cameron authored
Under heavy CPU load, the GPU main thread was starving out messages required by CoreAnimation. Bug: 783298 Change-Id: If3604b47e479e93b6351b816c17c7f570589ac22 Reviewed-on: https://chromium-review.googlesource.com/775621Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#517365}
-
zhuoyu.qian authored
This patch makes SnapAlignment and SnapAxis to be enum class for better type safety. Bug: 684966 Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: Ied4b9620ff39c426cac362336a904be0865bf725 Reviewed-on: https://chromium-review.googlesource.com/768351Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#517364}
-
zhuoyu.qian authored
As the comment in tab_manager.h by tasak@, rename CanSuspendBackgroundedRenderer to CanPurgeBackgroundedRenderer. BUG= Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: Ied1d3dcbcb37a180ba26a6dfbf913e10c113d1ae Reviewed-on: https://chromium-review.googlesource.com/734920Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Takashi Sakamoto <tasak@google.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#517363}
-
erikchen authored
Prior to this CL, TracingControllerImpl::StartTracing always returned true. Thus, two callers that attempted to simultaneously start tracing would both succeed. They would then both attempt to stop tracing. If they did so at the same time, this would cause undefined behavior. Bug: 782355 Change-Id: I790ff0ed902e0c6182ff318dd40673669627d29d Reviewed-on: https://chromium-review.googlesource.com/775031 Commit-Queue: oysteine <oysteine@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#517362}
-
Blake O'Hare authored
WHY? Because of http://crrev/c/768310 I'll be migrating consumers of the OnKeyboardBoundsChanging method to use a more specific method and don't want empty definitions of this method for those consumers. Bug: 786290 Change-Id: I5eb12104de100c18b96dfd350d252ca721a57b9f Reviewed-on: https://chromium-review.googlesource.com/776254Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Blake O'Hare <blakeo@chromium.org> Cr-Commit-Position: refs/heads/master@{#517361}
-
Fady Samuel authored
Surface scaling is now determined in SurfaceAggregator and so SurfaceLayer and SurfaceLayerImpl no longer need to know about SurfaceInfo. This CL replaces SurfaceLayer::SetPrimarySurfaceInfo with SurfaceLayer::SetPrimarySurfaceId. ui::Layer::SetShowPrimarySurface takes in a SurfaceId and frame rect in DIP instead of a SurfaceInfo. Bug: 672962 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: Idb24e7bcb5e905a3131b40f7d5fe67792b9ec695 Reviewed-on: https://chromium-review.googlesource.com/769930 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517360}
-
Guido Urdaneta authored
TBR=dimich@chromium.org Bug: 784951 Change-Id: If7f4533c7712230b0a8b0cd12e869599e67b6eea Reviewed-on: https://chromium-review.googlesource.com/776713Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517359}
-
Jochen Eisinger authored
BUG=753691 R=skyostil@chromium.org Change-Id: I3cfb174a725cdb659bf220ac392b7584a95131c0 Reviewed-on: https://chromium-review.googlesource.com/775158Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#517358}
-
Philip Jägenstedt authored
Bug: 662393 Change-Id: I9a451d5ebb8901d146a1cfaa8a2281882a8ea58e Reviewed-on: https://chromium-review.googlesource.com/774297Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#517357}
-
Guido Urdaneta authored
The test is crashing flakily on Win7 TBR=nhiroki@chromium.org Bug: 784890 No-Try: true Change-Id: I184b81d76404e57ca319f4266bcb1b95761e6b1c Reviewed-on: https://chromium-review.googlesource.com/776594 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517356}
-
Tom Anderson authored
This CL is a followup to [1] which added new packges to the arm64 sysroot. However, it did not include the changes from [2] (since it was done on a separate branch). This CL rolls the arm sysroot again to get both changes. [1] https://chromium.googlesource.com/chromium/src/+/ea2ad20b708c3946995000dd4d0fa0f8ca2e2e0e [2] https://chromium.googlesource.com/chromium/src/+/72f0a9302524579a14a6625fc30cf8377fc197e8 BUG=webrtc:8540 TBR=thestig@chromium.org CC=oprypin@chromium.org NOTRY=true Change-Id: Ie70e5145732cd6efd7fea7d9b8d3e118ea957306 Reviewed-on: https://chromium-review.googlesource.com/776030Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517355}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/64d2c3ba..7ac478bd 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I962c658e475762af715bccff7a4f47cb41b24d34 Reviewed-on: https://chromium-review.googlesource.com/775981Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517354}
-
Yoichi Osato authored
Rename from |invalidation_set| to |selected_objects| to correspond the type name. Plus, they are not always invalidated. This patch is a preparation for minimizing LayoutObject invalidation: http://crrev.com/c/720817 Bug: 739062 Change-Id: I130bcb562606d2e841b5f17881aa1e054ba22f67 Reviewed-on: https://chromium-review.googlesource.com/776342 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517353}
-
Olivier Robin authored
telefonnummer and housnummer should not be considered as name for card number. Bug: 786007 Change-Id: I62def6fdbd37f1d2e5b95318df3a3efe28c3cff4 Reviewed-on: https://chromium-review.googlesource.com/775220Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517352}
-
Tien-Ren Chen authored
This is a recursive function and inlining will result in larger stack frames. We've observed as bad as ~4KB per frame on Win64 PGO builds, that resulted in stack overflow. This CL splits all the heavy lifting to a explicitly NOINLINE function so the local frame is isolated from recursion. BUG=781301 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I787991639bad184674c172880bac9abf665e4117 Reviewed-on: https://chromium-review.googlesource.com/767548Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517351}
-
Dominik Röttsches authored
This should help to run layout tests on a more diverse set of Linux distributions and avoid running into differences in font target file name differences for common font packages. We should move as much as possible of the test fonts for layout tests from distribution packages to our own mechanism. Modeled after a previously used approach for blimp fonts, compare https://codereview.chromium.org/1776133002/ Bug: 772116 Change-Id: Ia1929d3d22a047d540f841741f5e9a369142e1b6 Reviewed-on: https://chromium-review.googlesource.com/725809 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Justin Schuh <jschuh@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#517350}
-
zhuoyu.qian authored
This patch makes OutlineIsAuto an enum class for better type safety. Bug: 684966 Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: If1ec9c1edda9e543bfc4443373d264a595e5d54c Reviewed-on: https://chromium-review.googlesource.com/770525 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#517349}
-
Pavel Feldman authored
For automation, driver-initiated navigations over the devtools protocol, |devtools_navigation_token| is used to tag the navigation. This navigation token lands on the DocumentLoader instance in Blink. This way subsequent Blink-level frame lifecycle events can be associated this navigation. At this point, navigation token can be generated both, on the browser and on the renderer side. But it is never sent from the renderer to the browser as a part of the IPC message or mojo call. Eventually, it might be replaced with the token reliably generated on the browser side that would be able to cross the renderer- browser boundary. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I30f374a11660d4c5323063a9b2caa07ec64b1ef5 Bug: 783506 Reviewed-on: https://chromium-review.googlesource.com/747805 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#517348}
-
David Roger authored
This CL creates a AccountReconcilorDelegate class, with two subclasses specialized for Mirror and Dice respectively. Bug: 777774 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4bdb4ecee7d4f12e910a2704a09802c383bca9bb Reviewed-on: https://chromium-review.googlesource.com/766368 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#517347}
-
Andrey Lushnikov authored
This patch: - Introduces a new protocol method Network.searchInResponse. - Properly defines SDK.NetworkRequest.searchInContent method in devtools_frontend - Starts falling back to searching in request response if resource is originating from request - Migrates sources-search-scope.js to the new style As a consequence, the sources-search-scope no longer will be flaky, and searching in main resource will work reliably. BUG=chromium:521853,chromium:622440 R=dgozman, caseq Change-Id: I92fd582661a6537ebbe1506d8dba97a700a139c3 Reviewed-on: https://chromium-review.googlesource.com/773596 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517346}
-
Nathan Bruer authored
Fixes some crashes in response interception when stop intercepting, data urls get intercepted, and response body ready and notify headers gets called. R=caseq BUG=785502 Change-Id: I3eb66f1eec23a630bb60f719cda6c59068d717ba Reviewed-on: https://chromium-review.googlesource.com/774358 Commit-Queue: Blaise Bruer <allada@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#517345}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/35c556f33e2c..ecd62a6cf65a $ git log 35c556f33..ecd62a6cf --date=short --no-merges --format='%ad %ae %s' 2017-11-17 angle-deps-roller Roll skia/third_party/externals/angle2/ 8957b6c07..1eda27a65 (4 commits) Created with: roll-dep src/third_party/skia BUG=735497 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=brianosman@chromium.org Change-Id: I52a03d412fe4ff62fe83f98499a5be22bafc2afc Reviewed-on: https://chromium-review.googlesource.com/776026Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517344}
-
Wei-Yin Chen (陳威尹) authored
No functional changes. Bug: None Change-Id: I11894fa0b31508293c9d1cdcbdf3213ab8cf63d1 Reviewed-on: https://chromium-review.googlesource.com/775668 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#517343}
-
Daniel Cheng authored
Most usage is implicitly disallowed in Blink, but Source/platform currently suppresses all checks. Mark base::RefCounted as disallowed in Source/platform as well. Bug: 763844 Change-Id: I5c6ad3c1157b429eb7f3a1ffbf290cd346086858 Reviewed-on: https://chromium-review.googlesource.com/776023Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#517342}
-
Yuki Awano authored
- Widget of info bubble is activated while the bubble is shown. Activate the widget of network list if info bubble is destoryed to move the focus back to the list. Bug: 758530 Test: confirm the behavior as described in the issue. Change-Id: I9af52ce28f291c2d698da27a3b0c0824c2ddd84e Reviewed-on: https://chromium-review.googlesource.com/768526Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#517341}
-
Jose Dapena Paz authored
This is a fix for a build regression in GCC caused by this commit: commit f3ce2901 Author: Yuta Kitamura <yutak@chromium.org> Date: Thu Nov 9 09:02:40 2017 +0000 Split WTF::CrossThreadFunction out of WTF::Function. After this change, the class passed to CrossThreadPersistent need to be completely defined, so a forward class declare is not enough. Bug: 785965 Change-Id: Ie0c06686a394ad9b531c3023e36f850af4bf0361 Reviewed-on: https://chromium-review.googlesource.com/774747Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#517340}
-
Xiaocheng Hu authored
This patch reorganizes the branches in the above mentioned function to make the branching logic more clearer. It also contains some other minor cleanup. Bug: Change-Id: Iabe6c4fa4f6b2681dcb6b0c2cbc41f4a3382dcfa Reviewed-on: https://chromium-review.googlesource.com/775892Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#517339}
-
Matt Mueller authored
(The format was changed in r129725 on 2012-03-29.) Bug: Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I55e483decb409f49514f65a3791f5a80bc7e8ecf Reviewed-on: https://chromium-review.googlesource.com/769787Reviewed-by:
Oliver Chang <ochang@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#517338}
-
Trent Apted authored
Chrome has a modal first-run dialog displayed during browser startup on Linux and Mac, before the main MessageLoop begins. It is supressed under many scenarios, and completely disabled in Chromium builds, making it very difficult to test (even manually). Before r511312 Chrome would upload a crash dump if a SIGTERM or similar was received while the dialog was showing on Mac. This CL adds --force-first-run-dialog which works in official and non- official builds for testing the dialog manually. Adds a regression test for r511312 to test signal handling while this dialog is showing. This also gives some bot coverage of the dialog code. Consolidates repeated and redundant logic leading up to the dialog invocation, allowing Linux/Mac to share the --force-first-run-dialog logic as well. The behaviour of the run loop used while the modal dialog runs also changed in r511673, which could cause Chrome to ignore SIGTERM while the dialog was showing. That's not ideal, so handle this as well. Bug: 777660 Change-Id: I523966003eda01d43f15d0217e075e11838da38a Reviewed-on: https://chromium-review.googlesource.com/734381Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#517337}
-
Daniel Cheng authored
Python likes to cache the bytecode for imported modules in pyc files. These files should be ignored by git. Since audit-non-blink-usage didn't end in py, this created bytecode files that showed up as noise in git status. TBR=qyearsley@chromium.org Bug: 784738 Change-Id: I613bd3fdb6bfa4b2f8e4bea3ebfdc3cadef355d6 Reviewed-on: https://chromium-review.googlesource.com/776414 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#517336}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e57e7b81..64d2c3ba 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ibc1d0b73dbf41943a843ba388d911a8206d2cea5 Reviewed-on: https://chromium-review.googlesource.com/775941Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517335}
-
Shanmuga Pandi M authored
Bug: 771800 Change-Id: Ica4742d1b849e2c60bb195b538fd6bca895a6339 Reviewed-on: https://chromium-review.googlesource.com/770928 Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#517334}
-
tzik authored
Bug: 786033 Change-Id: Id67586f35f0f9c942c1d491e9d4b5abe28590a88 Reviewed-on: https://chromium-review.googlesource.com/776295Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#517333}
-
Gary Kacmarcik authored
This cl adds the basic Clipboard PermissionType and the PermissionContext. UX for this permission (which will be behind a feature flag) will be added in a follow-up cl. Bug: 677564 Change-Id: Ia5909c8f1feeedad5471db87630154071d7ba8ac Reviewed-on: https://chromium-review.googlesource.com/759029 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#517332}
-
Takashi Toyoshima authored
Now that the blink_platform_unittests can support threading, let's move PushPullFIFOMultithreadTest there. Bug: n/a Change-Id: I23e284e695db9f36f28a26045a8cd9194e4b61f5 Reviewed-on: https://chromium-review.googlesource.com/774361Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#517331}
-
Koji Ishii authored
In order to port/share the logic with LayoutNG, this patch cleans up visual overflow logic for InlineTextBox. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie2bd84c6f332d372b744aa0b7c6de6b9e7406bc8 Reviewed-on: https://chromium-review.googlesource.com/768592 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#517330}
-