- 25 Jun, 2018 40 commits
-
-
Peng Huang authored
This reverts commit 8fe6701f. Reason for revert: webkit_unit_tests failing on chromium.mac/Mac10.13 Tests Original change's description: > Scheduler: Bug in FrameAndTaskPriorityExperiment. > > LowPriorityForSubFrameThrottleableTask study isn't using is_subframe > signal. That is, all throttleable tasks are assigned low priority > regardles of the type of the frame. > > Change-Id: I1e924ef483b458a9b0d21e81a91d275901b9cb37 > Reviewed-on: https://chromium-review.googlesource.com/1112248 > Commit-Queue: Farah Charab <farahcharab@chromium.org> > Reviewed-by: Alexander Timin <altimin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#570043} TBR=altimin@chromium.org,farahcharab@chromium.org No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 856255 Change-Id: I0236f77b0f551610fca97a93c148c9016d8f7bb9 Reviewed-on: https://chromium-review.googlesource.com/1113838Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#570089}
-
Max Morin authored
Drive-by fix some lint. Bug: 851940, 856176 Change-Id: Ia42c0902b58cd278afc2c4703a50982204ef75b8 Reviewed-on: https://chromium-review.googlesource.com/1099235 Commit-Queue: Max Morin <maxmorin@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#570088}
-
Alexandr Ilin authored
This CL removes the copy constructor from the gfx::GpuMemoryBufferHandle replacting it with move operations. This is preparatory step to make GpuMemoryBufferHandle using the new shared memory classes that are move-only. GpuMemoryBufferHandle holds a system resource that should be properly closed after use. Move semantics allow to introduce the more clear ownership model and prevent resource leaks. Bug: 854594 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I27907d7a8b09aa4003de2c846966bf7d97aaa30c Reviewed-on: https://chromium-review.googlesource.com/1109972Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#570087}
-
Daniel Nicoara authored
Allows the Cast display configurator to configure the lookup tables for degamma and gamma. BUG=b/109942195 TEST=Compile Change-Id: I9d3f738ca9024060484dd5eef8202884b38cc3b8 Reviewed-on: https://chromium-review.googlesource.com/1113803Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#570086}
-
Yi Su authored
Add feature flag for copying image to system clipboard. Bug: 163201 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I8110f65f739891b01b82b866215b122dd93ac0aa Reviewed-on: https://chromium-review.googlesource.com/1112661 Commit-Queue: Yi Su <mrsuyi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#570085}
-
bsheedy authored
Adds two workarounds for Chrome being resumed or started too early when entering VR. These can be removed if/when the platform-side issue that causes these issues is fixed in VrCore. Bug: 854327, 762724 Change-Id: If9645c58e9d208a734582992aad5c85d378f5f40 Reviewed-on: https://chromium-review.googlesource.com/1112761Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#570084}
-
Lindsay Pasricha authored
Bug: 844670 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Icd830a0791b891393f2608aa11c487639d6a9a72 Reviewed-on: https://chromium-review.googlesource.com/1095734 Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#570083}
-
Orin Jaworski authored
The G is made 16x16 within a circle of diameter 24. This icon is used for default and knowledge graph answer results. Bug: 855723 Change-Id: Ia8b48837208606b4dcf515412b642ad780e16718 Reviewed-on: https://chromium-review.googlesource.com/1112643 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#570082}
-
Hongchan Choi authored
CallbackBufferSize() were scattered around many classes for no specific reason. This CL cleans them up and contains it to DefaultAudioDestinationNode. Bug: 854229 Change-Id: I9116cf8ecd9398108fcdcac89cbbfb8c42de957e Reviewed-on: https://chromium-review.googlesource.com/1112072 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#570081}
-
Koji Ishii authored
This patch removes U+FFFC from characters to have zero-width. LayoutNG does not have this specialization, and Edge and Gecko do not make U+FFFC zero-width either. As part of the investigation, zero-width-characters.html was changed to testharness.js. Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I278778bd030d87f6691de0e217b53e5cd62287a1 Reviewed-on: https://chromium-review.googlesource.com/1110182Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#570080}
-
Florent Castelli authored
Bug: 803494 Change-Id: Ie8e7d6b4cf14be21cecc4e0b9bd6f808cef487c4 Reviewed-on: https://chromium-review.googlesource.com/1102436Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Florent Castelli <orphis@chromium.org> Cr-Commit-Position: refs/heads/master@{#570079}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/29f3b8927f88..7d423fc5614b git log 29f3b8927f88..7d423fc5614b --date=short --no-merges --format='%ad %ae %s' 2018-06-25 perezju@chromium.org [Telemetry] Remove workaround for closing browser before tracing stops Created with: gclient setdep -r src/third_party/catapult@7d423fc5614b 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:854212 TBR=sullivan@chromium.org Change-Id: I3c562b6ca2fdc6a3d7c2c758c0f1e4dde5b70e8e Reviewed-on: https://chromium-review.googlesource.com/1113478Reviewed-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@{#570078}
-
Becca Hughes authored
Adds logic to DisplayCutoutHostImpl to only use the viewport fit value from the current fullscreen frame. If there is no fullscreen frame then we should default to auto. Also renames a mojo call from ViewportFitChanged to NotifyViewportFitChanged to avoid a naming collision with WebContentsObserver. BUG=838400 Change-Id: I78498db747739b5def5f19b70563d9ea18612700 Reviewed-on: https://chromium-review.googlesource.com/1105510Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#570077}
-
Theresa authored
BUG=854866 Change-Id: Icb0b087efca580ca640a346ed916103b36c50bff Reviewed-on: https://chromium-review.googlesource.com/1113797Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570076}
-
Michael Thiessen authored
Simplifies testVrIntentStartsVrShell and test2dIntentExitsVrShell. Change-Id: I9a8b6413741afab62f03ffb667969c30821f93a3 Reviewed-on: https://chromium-review.googlesource.com/1113757Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#570075}
-
David Reveman authored
Use a map to track pressed keys. The key for the map is the physical code that was pressed and the value is a potentially rewritten code. This allows us to generate appropriate release events when physical keys are released, while still allowing the event rewriting logic to work as expected. Note: Exo clients will always see a release for the same code as the code that was generated when the physical key was pressed. This is necessary in order to not break client side keyboard state tracking and might not match the events that are generated internally. That is because event rewrite logic is usually not rewriting both the press and the release events, often just the press event. Bug: 847500 Test: exo_unittests --gtest_filter=KeyboardTest.OnKeyboardKey Tbr: hidehiko@chromium.org Change-Id: I23240304bd377e3855971edd079ade1b537a74f9 Reviewed-on: https://chromium-review.googlesource.com/1112967Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570074}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/82901f0040da..c6347f057d3a git log 82901f0040da..c6347f057d3a --date=short --no-merges --format='%ad %ae %s' 2018-06-25 lalitm@google.com trace_processor: fix memory leaks in sched slice tests 2018-06-25 treehugger-gerrit@google.com Merge "trace_processor: add unit and integration tests for sched slice table" 2018-06-25 treehugger-gerrit@google.com Merge "trace_processor: fix gcc build" 2018-06-25 lalitm@google.com trace_processor: add unit and integration tests for sched slice table 2018-06-25 lalitm@google.com trace_processor: fix gcc build Created with: gclient setdep -r src/third_party/perfetto@c6347f057d3a The AutoRoll server is located here: https://perfetto-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. BUG=chromium:80416541,chromium:80416541,chromium:80416541 TBR=perfetto-bugs@google.com Change-Id: I22d8e88796ae0c26c571b4e169f2f220799dfdf1 Reviewed-on: https://chromium-review.googlesource.com/1113818 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570073}
-
Ella Ge authored
RenderWidgetHostViewAura should use IsMouseLocked instead of mouse_locked_ because the locked state is stored in RWHV_event_handler. Remove mouse_locked_ from the base class to prevent misuse. Bug: 812964 Change-Id: I5201c7b6d77d1e52f9da2344899b6ab293e44f86 Reviewed-on: https://chromium-review.googlesource.com/1102911Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#570072}
-
Xianzhu Wang authored
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ic96ed128f4925cf32c3028932dca369033eec300 Reviewed-on: https://chromium-review.googlesource.com/1112952 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#570071}
-
stkhapugin@chromium.org authored
Update the location string, not only the security icon, when the security state changes to indicate correct URL on interstitials. Bug: 853332 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I3ba5e7dcaf26945f394892354127be01fa9564a7 Reviewed-on: https://chromium-review.googlesource.com/1113744 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#570070}
-
Tom Sepez authored
Describe what makes a good report. Change-Id: Ia76e5eea68cd4ed490d0282662db432c7167cab3 Reviewed-on: https://chromium-review.googlesource.com/1110274 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#570069}
-
Mounir Lamouri authored
Bug: 855883 Change-Id: I208dab13ef989714b5385b92a70fb70155bddf3c TBR: mlamouri@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1113897Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#570068}
-
Michael Spang authored
Rather than waiting for the page flip event to return the status, return it right after it's determined, which is immediately after submitting the page flip to the kernel. This requires splitting the page flip callback into two callbacks, one that takes the status and one that takes the presentation feedback. This should be familiar as the GLSurface API has exactly the same separation. This does not actually change when GbmSurfaceless passes the ACK along, so there should be no visible change. Changing when the ACK is returned from GbmSurfacless can be done but would also require changes to viz::BufferQueue. Bug: 851997 Test: unit tests, CrOS still renders Change-Id: Ided422ca3065e431ca8c9a5909b3faae72d97cc5 Reviewed-on: https://chromium-review.googlesource.com/1104863Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#570067}
-
Koji Ishii authored
This tests when the inline-size is [min-content]: * A `­` produces a break opportunity when computing the min-content inline size. * The hyphen character generated by `­` is included into the min-content inline size. Originally developed in [CL:1111895]. [min-content]: https://www.w3.org/TR/css-sizing-3/#valdef-width-min-content [CL:1111895] https://chromium-review.googlesource.com/c/chromium/src/+/1111895 Bug: 636993 Change-Id: Ib492b2db023a5169247ca00e5b745e42ec33d197 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Reviewed-on: https://chromium-review.googlesource.com/1113085 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#570066}
-
Leonard Grey authored
Consider two views: A and its child view B. The "Views::Layout" trace event for B is currently emitted when A calls B's Layout as part of A's Layout. This is less intuitive than calling it in B's Layout, but is better because it can capture an event for a B which doesn't call through to the base class Layout implementation in its Layout. Unfortunately, this still leaves many gaps: 1) Layout managers 2) Views whose *parents* don't call the base class implementation 3) Layouts triggered by bounds changes 4) Probably some more I can't think of right now. This change adds extra trace events to address #3 from the list above. Bug: 850128, 835983 Change-Id: I135ac0e8b2c6b9e277dce6da06e9d0aeae7dfbd1 Reviewed-on: https://chromium-review.googlesource.com/1112466 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#570065}
-
Philip Rogers authored
This patch removes an optimization added in [1] to not invalidate graphics layers when the offset from layout object changes. This offset is no longer used for scroll offset so the original intent no longer applies [2]. Removing this optimization causes an additional invalidation in a rare case (vertical writing mode scroll origin changes) but reduces complexity in a difficult area of code. This patch also removes a SetNeedsDisplay of the scrolling contents when the scroll layer's offset changes. The scrolling contents layer is now only invalidated if the offset actually changes. No tests were affected by this change. In addition, all callsites were setting the offset_from_layout_object_ to an IntSize, so the type has been updated from DoubleSize to IntSize. [1] https://trac.webkit.org/changeset/134628/webkit [2] https://chromium.googlesource.com/chromium/src/+/0241ab94255bdc1fcb0c84b6cd2a0937ecf9fb90 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib359ad5e3c8dda61a06b5050625f99f204b558cc Reviewed-on: https://chromium-review.googlesource.com/1112916Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#570064}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3ecec176a825..8396e3498fd4 git log 3ecec176a825..8396e3498fd4 --date=short --no-merges --format='%ad %ae %s' 2018-06-25 aleloi@webrtc.org Remove APM limiter in Audio Mixer. 2018-06-25 minyue@webrtc.org Adding jitter buffer plots for all SSRCs in event log visualizer. 2018-06-25 titovartem@webrtc.org Extract third party part of g722 codec into separate target Created with: gclient setdep -r src/third_party/webrtc@8396e3498fd4 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=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I3dd1ca3fdf095e61da98ab391ed06554b55d0bdf Reviewed-on: https://chromium-review.googlesource.com/1113817Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570063}
-
Sam Maier authored
Bug: 853329 Change-Id: Icde8c71cd03fcec6bf2c4d2b97cca580fdc98c52 Reviewed-on: https://chromium-review.googlesource.com/1103060Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#570062}
-
Koji Ishii authored
ShapingLineBreaker handles trailing spaces at the end of wrapped lines. But when the line ends with hard break or at the end of a block, NGLineBreaker needs to remove the trailing spaces. When the trailing space is not safe-to-break; e.g., the font has kerning pairs between the last non-space character and the trailing spaces, this patch ensures that the line width is correct by reshaping the end. Not doing so caused min-content and max-content differ when there are no break opportunities, because trailing spaces for min-content is handled by ShapingLineBreaker while for max- content is handled by NGLineBreaker. Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: If8c810b7e4cfccfd7a35f6dd48d15ce67b98c036 Reviewed-on: https://chromium-review.googlesource.com/1111749 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#570061}
-
Steven Bennetts authored
This CL removes some unneeded ash includes and fixes the only ash vector icon dependency in src/chrome. Bug: 798569 Change-Id: I17acd7fb17dc5716f639606b7da31f7e123a13ad Reviewed-on: https://chromium-review.googlesource.com/1110997Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#570060}
-
Sylvain Defresne authored
In order to roll GN a3bcd204..7f29218b (r567268:r570036) and pick up the following changes: 5321951e Change "gn check" to report all incorrect include 6955d08c [gn] Doc: Fix toochain typo and clarify the toolchain syntax. TBR=dpranke@chromium.org Change-Id: I74be13541e722d5ad5fd8199e6242928ffb084d2 Reviewed-on: https://chromium-review.googlesource.com/1113747Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#570059}
-
Rune Lillesveen authored
We should reset last text node seen by the whitespace attacher when entering an option or optgroup element. We normally do that when we see a layout object, but these element do not have layout objects. We incorrectly treated them as display:contents during layout tree rebuild. This caused a fuzzer DCHECK failure in WhitespaceAttacher where we did not reset the WhitespaceAttacher for an optgroup which we thought were a display:contents but not registered as one in the WhitespaceAttacher. Bug: 855949 Change-Id: I5c341a3f47a4e76216db6f712ecacfc939b5f7fa Reviewed-on: https://chromium-review.googlesource.com/1113339Reviewed-by:
Anders Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#570058}
-
Paul Jensen authored
Later attempts to perform this initialization seem to fail potentially because of a dlopen() bug, so perform the initialization early, right after dlopen() on libcronet succeeded. Bug: 853725 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9132dff672f91d7962909531f01c6bada4fee964 Reviewed-on: https://chromium-review.googlesource.com/1110377Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Reviewed-by:
Adenilson Cavalcanti <cavalcantii@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#570057}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b1475672..cc00dcbd Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I3d52fb9e32fcf9bae295394bc971b39ac142605b Reviewed-on: https://chromium-review.googlesource.com/1113499Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570056}
-
Theresa authored
BUG=85144 TBR=tedchoc@chromium.org Change-Id: I675926ce3b3fe445b5d329e2cf0b7958960b2bd4 Reviewed-on: https://chromium-review.googlesource.com/1113801Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570055}
-
Peter Mayo authored
It appears this was missed in https://chromium-review.googlesource.com/1091504 because it was listed separately. TBR=flackr@chromium.org BUG=762717 Change-Id: Id0fce202ec87376003b96e448c22f3e9ed7e0de2 Reviewed-on: https://chromium-review.googlesource.com/1113500Reviewed-by:
Peter Mayo <petermayo@chromium.org> Commit-Queue: Peter Mayo <petermayo@chromium.org> Cr-Commit-Position: refs/heads/master@{#570054}
-
tzik authored
Some of CallbackBase constructors has small bodies that is even smaller than their size of the invocation set up. This CL marks such constructors as inline for smaller binary size, and reduces the stripped binary size of chrome on linux by 156kB. Change-Id: I95999f4aebda6bc886dcfb66bc284ec0d42ccc86 Reviewed-on: https://chromium-review.googlesource.com/1113088Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#570053}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/900b5364d12e..c050a1a185bf git log 900b5364d12e..c050a1a185bf --date=short --no-merges --format='%ad %ae %s' 2018-06-25 caryclark@skia.org fix pathop fuzz timeout 2018-06-25 csmartdalton@google.com ccpr: Blacklist PowerVR Rogue in GL 2018-06-25 robertphillips@google.com Fix abandonment of programs Created with: gclient setdep -r src/third_party/skia@c050a1a185bf 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:855751 TBR=jcgregorio@chromium.org Change-Id: I0a0c1caa01189dcb6eabc028f9f698df2d07e3d0 Reviewed-on: https://chromium-review.googlesource.com/1113479Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570052}
-
Kyle Milka authored
Custom backgrounds should only be applied when Google is set as the search provider. Adds ApplyGoogleNtpThemeElements to set/unset the background as needed. Bug: 851290 Change-Id: I2fa7ca1081df818b455df27d1496047b0a800765 Reviewed-on: https://chromium-review.googlesource.com/1112379Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#570051}
-
Peng Huang authored
This reverts commit 040f2ad0. Reason for revert: <INSERT REASONING HERE> Original change's description: > Fork AudioInputController to the audio service. > > Also migrate the audio service to it. We want to add audio processing > capabilities to the audio service, and the media/ code cannot depend > on services/audio/, so we need the AudioInputController code in the > audio service. There's a very sketched design doc for processing in the > audio service at > https://docs.google.com/document/d/1HJnii4kuBXshVM202TVPJt_9iDmlaCX-VhatjRxRbC4/edit#. > > Bug: 851959 > Change-Id: Icabef727e6d309f86472d2fb401d7383051fa0ae > Reviewed-on: https://chromium-review.googlesource.com/1104464 > Commit-Queue: Max Morin <maxmorin@chromium.org> > Reviewed-by: Olga Sharonova <olka@chromium.org> > Cr-Commit-Position: refs/heads/master@{#570014} TBR=olka@chromium.org,maxmorin@chromium.org Change-Id: I3727f7454ec28718e327335baec3960365afbe93 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 851959,856215 Reviewed-on: https://chromium-review.googlesource.com/1113837Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#570050}
-