- 11 Nov, 2017 40 commits
-
-
Fredrik Söderquist authored
Only do an remove-add cycle for the cue when the start or end time is updated. This will avoid changing the cue order for cues which need to make use of the "tie-breaker" (have same 'startTime' and 'endTime'.) It should also make non-time updates to a cue faster. Remove media/track/opera/interfaces/VTTCue/snapToLines.html since it's a duplicate of the WPT test. Bug: 783779 Change-Id: I919b0acdb6ec2e6f0b6e11fb75996e7292168f95 Reviewed-on: https://chromium-review.googlesource.com/763527Reviewed-by:
srirama chandra sekhar <srirama.m@samsung.com> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#515845}
-
Mathias Bynens authored
This patch temporarily disables some tests in preparation for shipping RegExp Unicode property escapes in V8. The tests can be re-enabled once that feature’s shipped and the error messages in the test have been updated. BUG=v8:4743 Change-Id: I60e18aae01018b22842e6b24812a9f9bc5afb97b Reviewed-on: https://chromium-review.googlesource.com/765328Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#515844}
-
Magnus Jedvert authored
This CL makes the generate_jar_jni rule behave similarly as generate_jni; it takes a custom jni_generator_include and the generated files are placed in the same folder as for the generate_jni targets. Bug: webrtc:8278 Change-Id: I5317ff1efead452f275a9a3d415793bde0e344d0 Reviewed-on: https://chromium-review.googlesource.com/757377 Commit-Queue: Magnus Jedvert <magjed@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#515843}
-
Jochen Eisinger authored
With browser side navigations, we might cancel parsing because a new navigation started, which in turn might fail. In that case, the original document should be in a defined state BUG=714373 R=japhet@chromium.org Change-Id: Idf09c46a2dde8ce1107d8c8d1d414e5fa06987da Reviewed-on: https://chromium-review.googlesource.com/758998 Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#515842}
-
Ian Vollick authored
This reverts commit 119b361e. Reason for revert: not the culprit. Original change's description: > Revert "[vr] Implement controller quiescence" > > This reverts commit 820c5377. > > Reason for revert: Appears to have caused a performance regression. > > Original change's description: > > [vr] Implement controller quiescence > > > > When the controller is inactive, we should fade it out. > > > > Also includes some minor changes in VrShellGl to reuse > > the current time rather than recomputing it. > > > > Bug: 776521 > > Change-Id: I5ce7708b3eddc04b9ad65d176eb544be7446cbca > > Reviewed-on: https://chromium-review.googlesource.com/752344 > > Reviewed-by: Christopher Grant <cjgrant@chromium.org> > > Commit-Queue: Ian Vollick <vollick@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#513937} > > TBR=vollick@chromium.org,mthiesse@chromium.org,cjgrant@chromium.org > > 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: Ibccc146d4af04cffdff14a8af9ba74e34fd19b2c > Reviewed-on: https://chromium-review.googlesource.com/764671 > Commit-Queue: Ian Vollick <vollick@chromium.org> > Reviewed-by: Ian Vollick <vollick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#515829} TBR=vollick@chromium.org,mthiesse@chromium.org,cjgrant@chromium.org Change-Id: I10f5b8a7e32c881f3515052cd8ab2548c6ef5b0c No-Presubmit: true No-Tree-Checks: true No-Try: true 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/765196Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#515841}
-
Xu Xing authored
Other refinement: Use texture id directly instead of ScopedReadLockGL in ApplyImageFilter. BUG=782044 Change-Id: I0e357a5c5831eaf5709392e852cf4e66ba2d0253 Reviewed-on: https://chromium-review.googlesource.com/749101 Commit-Queue: Xing Xu <xing.xu@intel.com> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#515840}
-
Nicholas Verne authored
This reverts commit 729f299a. Reason for revert: broken for buildflag WIDEVINE_CDM_AVAILABLE_NOT_COMPONENT Original change's description: > mojo IsInternalPluginAvailableForMimeType > > We can now rename PluginInfoMessageFilter to PluginInfoHostImpl. > > Bug: 577685 > Change-Id: If95632401e048bbf7f756912dd59e6c399f433c3 > Reviewed-on: https://chromium-review.googlesource.com/759621 > Reviewed-by: Will Harris <wfh@chromium.org> > Reviewed-by: Sam McNally <sammc@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Commit-Queue: Nicholas Verne <nverne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#515838} TBR=jam@chromium.org,sammc@chromium.org,wfh@chromium.org,nverne@chromium.org Change-Id: I3827db4165faa7d513de11f97235898768d9c629 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 577685 Reviewed-on: https://chromium-review.googlesource.com/765387Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#515839}
-
Nicholas Verne authored
We can now rename PluginInfoMessageFilter to PluginInfoHostImpl. Bug: 577685 Change-Id: If95632401e048bbf7f756912dd59e6c399f433c3 Reviewed-on: https://chromium-review.googlesource.com/759621Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#515838}
-
Lei Zhang authored
MTP devices typically have very few storages, and users typically have very few MTP devices attached. Change-Id: I3ef59844f15cc525d3227da979cc39b4bf1ab3f7 Reviewed-on: https://chromium-review.googlesource.com/759226 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#515837}
-
Guido Urdaneta authored
This is a reland of a58c8bd6 Original change's description: > Serialize MediaStreamTrack.stop() with getUserMedia() > > When multiple getUserMedia and stop() requests are active concurrently, > getUserMedia() sometimes fails with TrackStartError. > The reason is that the underlying video capture subsystem does not keep > a count of how many sources have opened a video device. > It can happen that a stop request stops video capture while a > getUserMedia() request is being processed, with the result being that > the video device is closed before getUserMedia() starts the new video > track, resulting in an error. > > One solution to this problem is to make sure that stop requests and > getUserMedia() requests cannot run concurrently, which is the approach > followed by this CL. > > This CL basically moves handling of MediaStramTrack.stop() from > MediaStreamCenter to UserMediaClient, and puts stop() requests in the > same queue used for getUserMedia() and applyConstraints() requests. > > > Bug: 778039 > Change-Id: Id7e0ee38e40265fd599dc6dd0712f0b667d2e1a5 > Reviewed-on: https://chromium-review.googlesource.com/751981 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Henrik Boström <hbos@chromium.org> > Commit-Queue: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/master@{#515494} TBR=haraken@chromium.org Bug: 778039 Change-Id: I461e3c98f3d6471cc218d48501d22c6c0a8b03e9 Reviewed-on: https://chromium-review.googlesource.com/763636 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#515836}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/336129f66f63..23cd4addeadb $ git log 336129f66..23cd4adde --date=short --no-merges --format='%ad %ae %s' 2017-11-10 thomasanderson Add missing include to stddef.h on arm Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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.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=geofflang@chromium.org Change-Id: Iaaf13975119103809fb1f6196215b3393e494b19 Reviewed-on: https://chromium-review.googlesource.com/764892Reviewed-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@{#515835}
-
Lei Zhang authored
Change-Id: Ie19283843b32a6efac47da3345f6a56c440aa600 Reviewed-on: https://chromium-review.googlesource.com/759237 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#515834}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/35970ec0c861..5b4a6ab25592 $ git log 35970ec0c..5b4a6ab25 --date=short --no-merges --format='%ad %ae %s' 2017-11-10 mtklein make NativeFonts bots Debug bots 2017-11-10 mtklein clean up debug diagnostics in SkTestFont 2017-11-10 egdaniel Fix VkTextUtils to include SkTypes before ifdef 2017-11-10 herb Extract code for safely creating SkMasks try 2 2017-11-10 reed remove legacy code for resolution 2017-11-03 herb Try 2 for Gauss filter calculation 2017-11-10 fmalita AVX2 specialization for lowp gradient lookup 2017-11-10 ethannicholas fixed type error in SPIRV code generator 2017-11-10 mtklein implement SkTestTypeface::onCharsToGlyphs() 2017-11-10 mtklein Revert "more powerful map()" 2017-11-10 egdaniel Revert "more powerful map()" 2017-11-10 egdaniel Revert "Extract code for safely creating SkMasks." 2017-11-10 mtklein more powerful map() 2017-11-10 egdaniel Use vulkan prototypes for android framework build 2017-11-10 herb Extract code for safely creating SkMasks. 2017-11-10 angle-deps-roller Roll skia/third_party/externals/angle2/ ee6884e7b..225bfa950 (1 commit) 2017-11-10 ethannicholas switched GrClipEdge to an enum class 2017-11-10 liyuqian Change add to toggle in the comments 2017-11-10 mtklein move Sk{Test,Random}ScalerContext to tools 2017-11-09 csmartdalton Fix precision in AARectEffect 2017-11-08 bsalomon Make GrTextBlob::VertexRegenerator determine vertex stride from mask format 2017-11-09 benjaminwagner Unomit NexusPlayer tests after latest OS upgrade. 2017-11-10 fmalita AVX2 gather for lowp 2017-11-10 egdaniel Set VK_NO_PROTOTYPES for vulkan backend 2017-11-09 mtklein DM FontMgr updates Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=egdaniel@chromium.org Change-Id: I56104104b6e921d125336f7ab1a66a0095684ca9 Reviewed-on: https://chromium-review.googlesource.com/764953Reviewed-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@{#515833}
-
Ria Jiang authored
This CL moves |embed_frame_sink_id_| from WindowPortMus to aura::Window. When a window is an embed window, |embed_frame_sink_id_| gets set from WindowPortMus(WindowServer) or RenderWidgetHostViewAura. It adds IsEmbeddingClient() in aura::Window to determine if a window should be a child surface based on that. Bug: 732395 Test: aura_unittests Change-Id: I4f25491b55a031cd10a3440c9066abcdf607ff39 Reviewed-on: https://chromium-review.googlesource.com/749502 Commit-Queue: Ria Jiang <riajiang@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#515832}
-
Lei Zhang authored
It is only used on ChromeOS. Change-Id: I6945a0559c62f02e44be9a02eb172c886310cd59 Reviewed-on: https://chromium-review.googlesource.com/758832 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#515831}
-
Zhiling Huang authored
When we have the more-info flag, objdump becomes the bottleneck of symbolization as calls to objdump takes a long time. In this cl, I am multithreading the objdump calls, to speed up symbolization when we have the more-info flag set as true. Bug: 774267 Change-Id: I1f192e00481107555183bb9300cccc48e6d1db20 Reviewed-on: https://chromium-review.googlesource.com/759322 Commit-Queue: Zhiling Huang <hzl@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#515830}
-
Ian Vollick authored
This reverts commit 820c5377. Reason for revert: Appears to have caused a performance regression. Original change's description: > [vr] Implement controller quiescence > > When the controller is inactive, we should fade it out. > > Also includes some minor changes in VrShellGl to reuse > the current time rather than recomputing it. > > Bug: 776521 > Change-Id: I5ce7708b3eddc04b9ad65d176eb544be7446cbca > Reviewed-on: https://chromium-review.googlesource.com/752344 > Reviewed-by: Christopher Grant <cjgrant@chromium.org> > Commit-Queue: Ian Vollick <vollick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#513937} TBR=vollick@chromium.org,mthiesse@chromium.org,cjgrant@chromium.org 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: Ibccc146d4af04cffdff14a8af9ba74e34fd19b2c Reviewed-on: https://chromium-review.googlesource.com/764671 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#515829}
-
Lei Zhang authored
Change-Id: Id722cae1ec57cae4216f24c3600a95af2bbb2856 Reviewed-on: https://chromium-review.googlesource.com/763049Reviewed-by:
Patrick Noland <pnoland@google.com> Reviewed-by:
Nicolas Zea <zea@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515828}
-
Christopher Grant authored
Depth testing is no longer needed, because the element tree defines draw order. Furthermore, depth testing can negatively interfere with rendering of planar elements. BUG= Change-Id: I0da0d3b30a8438c6a2ad0670c414ac41e4222f24 Reviewed-on: https://chromium-review.googlesource.com/762276Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#515827}
-
Stefan Zager authored
Snapping PaintLayer size to the pixel grid too early causes a couple of problems: - It can inadvertently trigger auto scrollbars to be created for a box with non-pixel-aligned location and non-pixel-aligned content size. This is the root cause of the bug linked below. - There are a few places in the code that call LayoutBox::SetLocation without updating the box'es PaintLayer's size. Since PaintLayer size relies on snapping to the box'es location, this can cause the PaintLayer size to be off by one pixel. That's what happened in the new test baseline in this patch: the layer size in the old expectation is actually off by one pixel. BUG=777095 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I58362d64eff39c5499417f038f5e6ed5eed6f1e3 Reviewed-on: https://chromium-review.googlesource.com/752030Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#515826}
-
Yash Malik authored
https://chromium-review.googlesource.com/c/chromium/src/+/748817 adds event handlers so we don't need this anymore. Bug: None 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: Iba9883d31e7e575cc12d1b6aee25b3a5735f3e56 Reviewed-on: https://chromium-review.googlesource.com/764771 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#515825}
-
Gregory Chatzinoff authored
Mark PostTaskBeforeStart from the TaskSchedulerSingleThreadTaskRunnerManagerStartTest suite as flaky due to iOS device failures. TBR=robliao@chromium.org Bug: 784051 Change-Id: Idd53ca9fd7abe4d49d2966c086ed711bca94be0a Reviewed-on: https://chromium-review.googlesource.com/764976 Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org> Reviewed-by:
Gregory Chatzinoff <gchatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#515824}
-
David Reveman authored
Damage is reported in surface coordinate space and client might not be aware of the DSF used by the compositor and the scaling/filtering it requires. Outset damage to prevent this from causing rendering artifacts from texture filtering. Bug: Test: exo_unittests --gtest_filter=SurfaceTest.Damage Change-Id: Ice1be4eb6bf4a68a1a05fce612fe62f36e35d392 Reviewed-on: https://chromium-review.googlesource.com/762989Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#515823}
-
Tom Anderson authored
BUG=751812 R=thestig@chromium.org Change-Id: I3c84383bc4aa01e9cbe288da5c2f2080bfa38057 Reviewed-on: https://chromium-review.googlesource.com/764596 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515822}
-
chrome-release-bot authored
TBR=amineer@chromium.org Change-Id: Ic56af482a6f436db0111344833b1cd7d2c16421c Reviewed-on: https://chromium-review.googlesource.com/764649Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#515821}
-
Tom Anderson authored
BUG=751812 R=thestig@chromium.org Change-Id: I59ab62bf5fe65dec0f7d7ab2a3aea4219ddcba1a Reviewed-on: https://chromium-review.googlesource.com/764521 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515820}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/e3bfefb41065..336129f66f63 $ git log e3bfefb41..336129f66 --date=short --no-merges --format='%ad %ae %s' 2017-10-17 cwallez Use a packed enum for buffer targets. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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.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=geofflang@chromium.org Change-Id: I4ed6a75f846e72150ec10db9374946070145d6e8 Reviewed-on: https://chromium-review.googlesource.com/764856Reviewed-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@{#515819}
-
Tom Anderson authored
BUG=751812 R=thestig@chromium.org TBR=dpranke@chromium.org Change-Id: Ib372e897e0ea37ea7274d08f40affca3be4c1e29 Reviewed-on: https://chromium-review.googlesource.com/764588 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#515818}
-
Philip Rogers authored
The csspaint tests parsed the layer tree output but only checked the first layer for paint invalidations. With root layer scrolls enabled, the paint invalidations for these tests were on the scrolling contents layer. This patch refactors the tests to check for paint invalidations on all layers. With this patch, 6 more tests pass with root layer scrolling. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I36c2e49033835c4e429da23a7f4d33903b607d63 Reviewed-on: https://chromium-review.googlesource.com/764434Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#515817}
-
Xing Liu authored
Download code uses frame_tree_node_id to find WebContents when browser side navigation is enabled. The WebContents is used in UI layer code to close the tab when the request is a download. Bug: 715630, 781565 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: Ib9490a64692027e3b16c70b77b54aceebcfcb9b7 Reviewed-on: https://chromium-review.googlesource.com/761269 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#515816}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/8baea3c69490..9fa5036245c3 $ git log 8baea3c69..9fa503624 --date=short --no-merges --format='%ad %ae %s' 2017-11-10 hnakashima Add FPDFSaveEmbedderTest.SaveLinearizedDoc 2017-11-10 npm Check for decoder completeness in CJBig2_GRRDProc 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: I2ffafd8ac4c2f64d86c36843e2373c3d82bbc144 Reviewed-on: https://chromium-review.googlesource.com/765052 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515815}
-
Bret Sepulveda authored
Reduced redundant test expectations and generally made the tests more terse in preparation for the chooser dialogs' redesign. Bug: 654137 Change-Id: Ifda8645378103d498bb869f8ab5589f6cb66e5db Reviewed-on: https://chromium-review.googlesource.com/731472Reviewed-by:
Jun Cai <juncai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#515814}
-
Toni Barzic authored
This adds a helper class for launching lock screen note from ash that provides a callback run when the launched note changes to active state (i.e. when the associated app window becomes visible). Note that current users of RequestNewLockScreenNote API, used to launch lock screen note, do not require launch callback - this will be needed for handling note launch due to stylus tool eject, specifically if the stylus is ejected while the display is forced off. Ejecting stylus should clear display "forced off" state, but this will be delayed if a lock screen note is launched until the note launch completes to avoid lock screen flashing before the note app UI is shown (see the linked bug). BUG=767711 Change-Id: I3f46202244c39f06ad26ce5240f28828e3e692b0 Reviewed-on: https://chromium-review.googlesource.com/758810 Commit-Queue: Toni Barzic <tbarzic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#515813}
-
Philip Rogers authored
This test depends on invalidations on a specific layer. With root layer scrolls enabled, the paint invalidations for this test are on the scrolling contents layer which is not the first layer. Bug: 781419 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I86d50174eb74c2481849752e4e506384d489c9b6 Reviewed-on: https://chromium-review.googlesource.com/764383Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#515812}
-
Peter Collingbourne authored
This version of eu-strip contains a fix for a bug where the -g flag does not work correctly on certain binaries. Bug: 469376 Change-Id: I6ceedf36687ab8173326e3d6d4b34dc89913d3cc Reviewed-on: https://chromium-review.googlesource.com/765169Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#515811}
-
Fabio Tirelo authored
These strings were initially thought to be used by a separate page, but we ended up never moving them to the file where other strings for the Settings page are. Bug: 776538 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I01c8799d62564c56a8b0e4b59aaf948107afa7aa Reviewed-on: https://chromium-review.googlesource.com/762157 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#515810}
-
Philip Rogers authored
Rebaseline paint/invalidation/caret-ancestor-clip-change.html: The non-RLS baseline was recently updated in: https://chromium-review.googlesource.com/c/chromium/src/+/750041 This just needed a mac baseline update to match non-RLS: paint/invalidation/change-text-content-and-background-color.html Rebaseline paint/invalidation/flexbox/repaint-opacity-change.html: The non-RLS baseline was recently updated in: https://chromium-review.googlesource.com/c/chromium/src/+/760671 Rebaseline paint/invalidation/japanese-rl-selection-clear.html: The non-RLS win10 baseline was recently updated in: https://chromium-review.googlesource.com/c/chromium/src/+/685976 Bug: 781419 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I62935ad508fff623f0d6f3b685dabc0eaa72802e Reviewed-on: https://chromium-review.googlesource.com/764599Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#515809}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/2ee22587f921..aee17a9d0e6d $ git log 2ee22587f..aee17a9d0 --date=short --no-merges --format='%ad %ae %s' 2017-11-10 nednguyen Improve error reporting of dependency_manager 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: I66b6c9d37752ba4208067d8b43a18801d8e5d028 Reviewed-on: https://chromium-review.googlesource.com/764436 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#515808}
-
Alexey Kozyatinskiy authored
V8 internally uses odd numbers as task id, blink should always send even numbers only. This CL fixes ids for network related async tasks. R=pfeldman@chromium.org Bug: none Change-Id: I44a68b65f5992066bca4fb8a69566db66feaf143 Reviewed-on: https://chromium-review.googlesource.com/764514Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#515807}
-
Bettina Dea authored
We are currently considering a user new if the in-product help was made available if the first_run file was created 24 hours before or anytime after the experiment was made available. Bug: 734132 Change-Id: Ie0f29e26d0c7e9e3f49daf4e104d6dfbd0c3849d Reviewed-on: https://chromium-review.googlesource.com/753127 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Carlos Pizano <cpu@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#515806}
-