- 31 Oct, 2017 40 commits
-
-
Makoto Shimazu authored
These leyout tests flaky time out on Linux Leak bots. Marked as flaky. TBR=junov@chromium.org Bug: 779956 Change-Id: I5fca85d3e385f020c026b8db50ac5cc225ddf675 Reviewed-on: https://chromium-review.googlesource.com/746486Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512777}
-
Yutaka Hirano authored
Share the logic with MimeSniffingResourceHandler. Bug: 778721 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I4a90beee86a5182b0a8d1c6225c4aaa711abed7d Reviewed-on: https://chromium-review.googlesource.com/745661 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#512776}
-
Eric Willigers authored
We add use counters for the following attributes: attribute DOMString? selectedStylesheetSet; readonly attribute DOMString? preferredStylesheetSet; BUG=690600,690609 Change-Id: I0edf7fc6ec5e3e9295d36f18ad5853ffabfa6c1e Reviewed-on: https://chromium-review.googlesource.com/745322Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#512775}
-
Gyuyoung Kim authored
This CL removes calls to RuntimeEnabledFeatures:::SetLayoutNGEnabled and instead uses scoped settings setters to ensure test settings aren't used in next tests. To use that, this CL introduces NGLayoutTest that inherits RenderingTest and ScopedLayoutNGForTest. Then child NGFooClass inherit it instead of RenderingTest. Bug: 769541 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6f73077a694dd10750e458cd2bc619005cce1a42 Reviewed-on: https://chromium-review.googlesource.com/737597Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512774}
-
Sadrul Habib Chowdhury authored
This is a reland of c74bc225 Original change's description: > glx: Fix a crash during teardown. > > Two notable changes: > . Do not immediately destroy the GLContextGLX when MakeCurrent() fails. > This follows the pattern in GLContextEGL, where MakeCurrent() does > not immediately destroy the context on failure. > . Notify TextureManager about lost context early during tear down. This > is necessary because FramebufferManager is destroyed first, and > during its destruction, some gpu::gles2::Texture objects can be > destroyed. But TextureManager is destroyed later, and is notified of > the lost context only during destruction. As a result, Texture > destruction does glDeleteTextures() while there's no context, causing > a crash. > > BUG=777594 > > 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: I664e43c297cded17c223d3ee1ac4e32ca28ffd42 > Reviewed-on: https://chromium-review.googlesource.com/734945 > Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#512651} TBR=piman@, since the fix for the revert is a trivial nullcheck Bug: 777594 Change-Id: I0d02ef632e0754ab9cf398a349048108b1a05ed9 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 Reviewed-on: https://chromium-review.googlesource.com/746241Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#512773}
-
Darren Shen authored
This reverts commit 1fb83262. Reason for revert: Doesn't seem to improve performance. Original change's description: > [CSSParser] Reject properties that cannot use the fast path. > > When parsing CSS property values, we first do a quick scan to see if the > value is simple enough to avoid tokenizing. This works well for things > like lengths, where the values have predictable structure. If the scan > failed, we do tokenization and parsing as fallback. Hence, for properties > that don't use the fast path, we do some extra work. > > This patch adds an early exit for the fast path code for properties that > we know will almost never use the fast path. > > Bug: 605792 > Change-Id: Iba211c844d5faa2c7272d10fd02b127d5c6abe1b > Reviewed-on: https://chromium-review.googlesource.com/701957 > Reviewed-by: nainar <nainar@chromium.org> > Commit-Queue: Darren Shen <shend@chromium.org> > Cr-Commit-Position: refs/heads/master@{#511324} TBR=nainar@chromium.org,shend@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 605792 Change-Id: If73e39e891c892aef1b745b95f45df8ba242af8c Reviewed-on: https://chromium-review.googlesource.com/746421Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#512772}
-
Jose Dapena Paz authored
CSSStickyPosition runtime flag has been shipped as stable from at least m56. This patch removes the flag and make the dependent code unconditional. BUG=402536 Change-Id: I325da511415dd2d7aad7b1602e32bc8205489ac0 Reviewed-on: https://chromium-review.googlesource.com/738773Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
meade_UTC10 <meade@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org> Cr-Commit-Position: refs/heads/master@{#512771}
-
Scott Graham authored
Includes https://fuchsia-review.googlesource.com/c/zircon/+/80476 which should make time work on ARM64. Bug: 779668 Change-Id: I1488b2e595f6f2f0159ed6662f31dc6f8ef8f2d1 TBR: kmarshall@chromium.org Reviewed-on: https://chromium-review.googlesource.com/746027 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512770}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ca564c07..19ada67d 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: Ic86daa849f8584dc8be6e764e7dfa94122c3f88e Reviewed-on: https://chromium-review.googlesource.com/746361Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512769}
-
Hiroki Nakagawa authored
Bug: 738769 Change-Id: I8e15f7c05d64a98e6fdd7e3b69e2047902e04aad Reviewed-on: https://chromium-review.googlesource.com/694723Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#512768}
-
Joel Hockey authored
Bug: Change-Id: I1fffda120fd4ad18437501e55a5ea01bbb3a0086 Reviewed-on: https://chromium-review.googlesource.com/746050 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#512767}
-
Trent Apted authored
It flakes out on 10.10 (only) at a sufficiently annoying rate. TBR=tapted@chromium.org,ellyjones@chromium.org Bug: 777247 Change-Id: I01fb8f576804f76f419976825d68c711aa81d964 Reviewed-on: https://chromium-review.googlesource.com/746382 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#512766}
-
Makoto Shimazu authored
TBR=dougarnett@chromium.org Bug: 779934, 773834 Change-Id: I40632e362538aee524161b5d1fa9bcd824273dfa Reviewed-on: https://chromium-review.googlesource.com/746063Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512765}
-
Takashi Toyoshima authored
WTF::Optional is just an alias of base::Optional for some valid use cases, but it does not compile for use cases that are not compatible with Oilpan. To take the advantage of this safe type check, we should use WTF::Optional in Blink core instead of direct use of base::Optional. Also base::Optional in Blink core causes presubmit check errors. Change-Id: Ie5b97645cccccbef3464c0d07e3a95d3135cd9d9 Reviewed-on: https://chromium-review.googlesource.com/743821Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#512764}
-
Trent Apted authored
This fails on 10.10 only because the system bold font doesn't change its width enough to cause the test expecations to fail. But we don't care about styled LabelButtons on Mac -- just MdTextButton, so just disable on Mac. TBR=ellyjones@chromium.org Bug: 779937 Change-Id: I941c6b0ce9ee7bd6e4794519c7a6129e0dace7d5 Reviewed-on: https://chromium-review.googlesource.com/746064Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#512763}
-
Gregory Chatzinoff authored
Adds a feature flag to control whether the canonical URL is shared. Bug: none Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I5b70667ab1743af8ea5845f541dfc0f621ba9314 Reviewed-on: https://chromium-review.googlesource.com/744973 Commit-Queue: Peter Lee <pkl@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#512762}
-
Christopher Lam authored
This CL removes the 'Open as window' checkbox from the bookmark app dialog when DesktopPWAWindowing is enabled and chooses to open as a window if the site is an installable PWA and as a tab otherwise. This requires adding an InstallableManager to the BookmarkAppHelper to determine if the site is an installable PWA. Bug: 729922 Change-Id: I30d6329d52a9fabe314e6a8b76aa46e209cd171f Reviewed-on: https://chromium-review.googlesource.com/700137Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#512761}
-
Andrey Lushnikov authored
This patch stops indleness detector when a new document gets committed. This makes sure that networkIdle events for the previous document don't come for the newly committed one. Drive-by: cleanup test. R=pfeldman Change-Id: Ia0cbcbbda31e07957867c53641649dd80091281e Reviewed-on: https://chromium-review.googlesource.com/745388Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512760}
-
Eddy Mead authored
Most instances were not used, and the two remaining instances were easily covered by using name_for_methods and splitting one really simple custom method. Change-Id: I4ea3d912a6cc0b969ecba40a5f8e311cf77880e3 Reviewed-on: https://chromium-review.googlesource.com/741402 Commit-Queue: meade_UTC10 <meade@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#512759}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/163965d5ce2b..9088557fe47e $ git log 163965d5c..9088557fe --date=short --no-merges --format='%ad %ae %s' 2017-10-30 jmadill D3D11: Fix dirty current value updates. 2017-10-27 geofflang Make GL_OES_rgb8_rgba8 enableable. Created with: roll-dep src/third_party/angle BUG=779675 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.angle:android_angle_rel_ng,android_angle_deqp_rel_ng,linux_angle_rel_ng,linux_angle_dbg_ng,linux_angle_deqp_rel_ng,linux_angle_ozone_rel_ng,mac_angle_rel_ng,mac_angle_dbg_ng,win_angle_rel_ng,win_angle_dbg_ng,win_angle_x64_rel_ng,win_angle_x64_dbg_ng,win_angle_deqp_rel_ng,win_angle_x64_deqp_rel_ng;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 TBR=cwallez@chromium.org Change-Id: Ic1e413a8da3c77454c3264a7f11936987a93448e Reviewed-on: https://chromium-review.googlesource.com/746048Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512758}
-
Darren Shen authored
Spec: https://drafts.css-houdini.org/css-typed-om-1/#stylepropertymapreadonly We test get, getAll, has, iterable and getProperties through the inline StylePropertyMap. Currently failing: - Custom properties seem to be returned as CSSStyleValues and not CSSUnparsedValues - properties are not sorted correctly in iteration and getProperties. Bug: 774887 Change-Id: I613329005030355e137d19063c5ad7e6247156ed Reviewed-on: https://chromium-review.googlesource.com/722400 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#512757}
-
Yoichi Osato authored
This patch converts editing/pasteboard/5144139.html with assert_selection to promote the use of w3c testharness and improve code health. Bug: 679977, 775701 Change-Id: I18182b39fdcb756ae26333f7b074b343a8f968b7 Reviewed-on: https://chromium-review.googlesource.com/746223Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512756}
-
sohan authored
Skia ganesh supports kAlpha_8_GrPixelConfig, use it for ALPHA_8 resource format. Change-Id: I7ecf021e6d65c889ea7a87e9349665426484cf6a Reviewed-on: https://chromium-review.googlesource.com/743787Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Sohan Jyoti Ghosh <sohan.jyoti@huawei.com> Cr-Commit-Position: refs/heads/master@{#512755}
-
Ke He authored
Mojofy the InputServiceLinux, convert all its clients to use mojo interfaces. Removed the useless InputServiceProxy, rewrite the FakeInputServiceLinux to make sure the browsertests fit for using mojo. Make the InputServiceLinux owned by Device Service. BUG=767309 Change-Id: I32d9d61adb996e41df5d7a80c9a5c4ef16c87fa6 TBR=sky@chromium.org Change-Id: I32d9d61adb996e41df5d7a80c9a5c4ef16c87fa6 Reviewed-on: https://chromium-review.googlesource.com/701323 Commit-Queue: Ke He <ke.he@intel.com> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512754}
-
Sebastien Marchand authored
- Use the appropriate UMA macros. - The hard fault counters can sometime overflow, handle this. - Rename the UMA metrics to Memory.Experimental - The swapping threshold was too low, it has been guesstimated locally with a sampling rate of 1Hz but the monitor runs at 0.5Hz, so the value has to be higher. Bug: 771478 Change-Id: I3038a55f97b78bef1e4a17793d7a1a8196a89230 TBR: chrisha@chromium.org Reviewed-on: https://chromium-review.googlesource.com/745703 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512753}
-
Andrey Lushnikov authored
StyleSheet is not always defined in the context of CSSSelectorParser. This patch adds a check to usage reporting that verifies that there's a stylesheet. BUG=chromium:769670 R=pfeldman Change-Id: I890e561092cf2e53b9f3c392b9e3c4be7fdcb82d Reviewed-on: https://chromium-review.googlesource.com/744592Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512752}
-
Krishna Govind authored
TBR=cmasso@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I37d1836082a63056772a0f72e65b292221809382 Reviewed-on: https://chromium-review.googlesource.com/745965 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#512751}
-
Andrey Lushnikov authored
This patch fixes two bugs with DOM.setOuterHTML protocol method: 1. The method didn't work when a document node was passed as an argument 2. The method didn't work when document's element was removed BUG=724974 R=pfeldman Change-Id: I4f5dd0d9151fd80328af422e9016f63a749b0cf3 Reviewed-on: https://chromium-review.googlesource.com/745325Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512750}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/33f69db1c8a5..a7678667fc72 $ git log 33f69db1c..a7678667f --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I7c78752c151fd941a39c9305b96608a11c0fee73 Reviewed-on: https://chromium-review.googlesource.com/746041Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512749}
-
Raymes Khoury authored
If a media permission request is fully blocked by feature policy, we don't want to show the tab indicator as the user has no way to recover. This is consistent with how we fail for insecure contexts and other web-platform API requirements. Bug: 689802 Change-Id: I8921d5ac8d98f26f1e7ba7a624497846716ffdf4 Reviewed-on: https://chromium-review.googlesource.com/737494Reviewed-by:
Timothy Loh <timloh@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#512748}
-
Hayato Ito authored
Make FlatTreeTreversal dipatch to ng's corresponding functions so that we can know the effect of FlatTreeTraversalNg. No behavior change unless the flag is enabled. Bug: 776656 Change-Id: I4d504a24c90a164a9a9d46143ba4a57eac2f1f57 Reviewed-on: https://chromium-review.googlesource.com/742962Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#512747}
-
Brandon Jones authored
Gives the ability to get projection and view matrices for a frame. Bug: 670510 Change-Id: If164de438eaa88c5945b5a411e7a5cec42664fda Reviewed-on: https://chromium-review.googlesource.com/742681 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#512746}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/45d6303f6e84..f1b869377e01 $ git log 45d6303f6..f1b869377 --date=short --no-merges --format='%ad %ae %s' 2017-10-31 angle-deps-roller Roll skia/third_party/externals/angle2/ d84a00b9d..9088557fe (1 commit) 2017-10-31 angle-deps-roller Roll skia/third_party/externals/angle2/ 163965d5c..d84a00b9d (1 commit) 2017-10-30 angle-deps-roller Roll skia/third_party/externals/angle2/ e7c5f4f05..163965d5c (1 commit) Created with: roll-dep src/third_party/skia BUG=779675 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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=stani@chromium.org Change-Id: If081af4aed2ba628f9324ac8ec85ddbb3112b362 Reviewed-on: https://chromium-review.googlesource.com/746022Reviewed-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@{#512745}
-
Shanmuga Pandi M authored
Bug: 771800 Change-Id: I3f5625d7bd01dbc102dacbf1ecc07d73a0345858 Reviewed-on: https://chromium-review.googlesource.com/740591Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#512744}
-
Victor Costan authored
Bug: Change-Id: Ia54552ec4069229c464f56cc9515ebafea86a8ca Reviewed-on: https://chromium-review.googlesource.com/740564Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#512743}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/34cad05e..ca564c07 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: I56239a1a8cdb6d2788f594e82ac2c48f8d1c6fc1 Reviewed-on: https://chromium-review.googlesource.com/745602Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512742}
-
rbpotter authored
Bug: 773928 Change-Id: Ice29884177038148769c1a6c0edf037220bdc814 Reviewed-on: https://chromium-review.googlesource.com/745442 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#512741}
-
Makoto Shimazu authored
It's timeout frequently. Bug: 779912 TBR=paulmeyer@chromium.org Change-Id: If0311d4f11119bfebeda1447dd8ac8003ba1ff16 Reviewed-on: https://chromium-review.googlesource.com/745704 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512740}
-
Stuart Langley authored
This appears to be the first former control message that has been Onion Souped, so I needed to create the infrastructure to add the interface to a BinderRegistry and then add this to the service manager. I also needed to expose the IO thread via Platform so that the mojo interface can be created on it, to maintain the previous implementation. Most of the rest of the changes are just a result of changing the namespace from content::mojom to blink::mojom. Bug: 757277 Change-Id: I1e8a0606c19cc715a4890d27c922cfa26a84c4cf Reviewed-on: https://chromium-review.googlesource.com/727487 Commit-Queue: Stuart Langley <slangley@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#512739}
-
Lei Zhang authored
Bug: 166058 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8bc4dc22874397adbab6ce34b0c7006499472512 Reviewed-on: https://chromium-review.googlesource.com/744904Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#512738}
-