- 31 May, 2019 40 commits
-
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/5e3c9d53d8ef..95b1db9619fb git log 5e3c9d53d8ef..95b1db9619fb --date=short --no-merges --format='%ad %ae %s' 2019-05-31 sugoi@google.com BuiltInPointCoord implementation Created with: gclient setdep -r src/third_party/swiftshader@95b1db9619fb The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll 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 TBR=swiftshader-team+autoroll@google.com Change-Id: Ie228ddfa80e1d8d984c17a587630147e911a83fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639126Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#665315}
-
John Emau authored
Marked 'Remove expression` console pin as a button with a tabindex, accessible name, Enter and Space keydown event activation, and focus indicator styling. Accessibility tree screenshot: https://i.imgur.com/6KCMN5b.png NVDA Speech Viewer screenshot: https://i.imgur.com/Dd5AyTW.png See: https://www.w3.org/WAI/WCAG21/quickref/#name-role-value Bug: 963183 Change-Id: I5dbd6b1d25bf52a3beacaf088bf7395e0f4ef083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629787Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#665314}
-
Jinsuk Kim authored
This CL fixes a bug that does not update the favicon when navigation takes places in the preview tab. Preview tab overrides OverlayContentDelegate to receive the event for navigation and updates URL accordingly. For this to work, Ephemeral Tab should observe FaviconDriverObserver to get notified of a new favicon in case the navigated page is new, with no corresponding favicon available in a local db. This also fixes another bug that doesn't display the right favicon for any new pages on it. Bug: 968364 Change-Id: I75ab428f9bcc42c7d28bc832a858d2707d1b1c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638305 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#665313}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/cc9bc65588ee..f7106d16306a git log cc9bc65588ee..f7106d16306a --date=short --no-merges --format='%ad %ae %s' 2019-05-31 cnorthrop@google.com Revert "Revert "Vulkan: Use atomics in SerialFactory."" Created with: gclient setdep -r src/third_party/angle@f7106d16306a The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll 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 TBR=cwallez@google.com Change-Id: I4f22d5748718981be9b0fc799185cb1f8563be01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639100Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#665312}
-
Jordan Bayles authored
Due to openscreen not having a 32-bit build, openscreen previously does not build in 32-bit, causing issues on 32-bit Chromium build bots. This patch rolls openscreen to include fixes for this issue. Change-Id: I11997fabf9822c124e260c228c63445781539b80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637523 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#665311}
-
Aleks Totic authored
Nested LayoutInline outlines were not being painted. Bug: 967830 Change-Id: I97a8c11192509eb83bd7d0445ea63609a1dcaf9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636647 Auto-Submit: Aleks Totic <atotic@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#665310}
-
Jun Mukai authored
This test is flaky on debug builds; mostly fails with timeouts. For now, it's better to disable this test case on debug builds. This is somewhat a common pattern among webui tests -- and I think it's fine as long as it's tested on the release builds. Bug: 968608 Test: none Change-Id: I09b19f1e1854f9e5943b55b75e61abef777c493e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639143Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Jordy Greenblatt <jordynass@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#665309}
-
Ian Kilpatrick authored
As the LayoutTreeBuilder is only allowed to be stack-allocated, and doesn't take direct ownership of the ComputedStyle, we can just store a pointer to the ComputedStyle, instead of a scoped_refptr. There should be no behaviour change. Change-Id: Id70a0df625831aaf516b5b2c11537d9fd38498f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638617Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#665308}
-
Henrique Nakashima authored
DownloadServiceFactory is now a SimpleKeyedServiceFactory, so its callers should provide a SimpleFactoryKey to access it. The helper method was added as a transitional state, but is not necessary in the long run. Bug: 943724 Change-Id: I74ea64e6f2bb2c7f15c0cc1ea5609340bed7925c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606247 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#665307}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c8f285a7077e..6a07591a5577 git log c8f285a7077e..6a07591a5577 --date=short --no-merges --format='%ad %ae %s' 2019-05-31 herb@google.com Simplify calculation of the path gap. 2019-05-31 rmistry@google.com [G3 compile bot] Remove cl link 2019-05-31 michaelludwig@google.com Move GrQuad to src/gpu/geometry folder 2019-05-31 herb@google.com max glyph dimension == 0 means don't fallback 2019-05-31 fmalita@chromium.org [skottie] Add support for opacity text animators 2019-05-31 fmalita@chromium.org [skottie] Initial animated text properties support 2019-05-31 herb@google.com Remove unused enum 2019-05-31 robertphillips@google.com Implement color-based backend texture creation for Vulkan Created with: gclient setdep -r src/third_party/skia@6a07591a5577 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=kjlubick@google.com Change-Id: I25e45735fe9e00673d0f168a88c0e13d318a0d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639101Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#665306}
-
Tommy C. Li authored
Currently, Android Chrome has its own page classification logic within autocomplete_controller_android.cc. This duplicates logic that now lives within LocationBarModel. This CL makes the Android Autocomplete system re-use the LocationBarModel version, which handles Query in Omnibox correctly. Bug: 963680, 912722 Change-Id: I0dd14b6d6f4ab34a52c9629d3511baef111c73cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627896 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#665305}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/bd419fd9eb93..8fa6a209221b git log bd419fd9eb93..8fa6a209221b --date=short --no-merges --format='%ad %ae %s' 2019-05-31 thestig@chromium.org Sanity check |fill_mode| in CFX_AggDeviceDriver. Created with: gclient setdep -r src/third_party/pdfium@8fa6a209221b The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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=pdfium-deps-rolls@chromium.org Change-Id: I09981ecabd10152c8f32ef37963f97cac52f9126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639128Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#665304}
-
David Benjamin authored
The hostname is just a host, not a URI. IPs are also fine. Bug: none Change-Id: I6e51f3a1086d10b68b2c5d34ca675f1e48a2aa38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639147 Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#665303}
-
Bruno Santos authored
Bug: 968778 Change-Id: I333a7385e13f95ae420a7daf22fbe862e4bc235c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637819 Commit-Queue: Bruno Santos <brunoad@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#665302}
-
Yue Li authored
InterfacePtrSet should be passed by reference, otherwise its contents will lost. Not using const ref here since ForAllPtrs method is not marked const. Bug: None Test: Manual Test Change-Id: I24c631caafbd959b08212152163301e701dd2460 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639377Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#665301}
-
Sajjad Mirza authored
The LLVM coverage runtime uses this system call. Bug: 842424 Change-Id: I68160535194fe2fbfc58c712a8b19daebc22de89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637855Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Sajjad Mirza <sajjadm@chromium.org> Cr-Commit-Position: refs/heads/master@{#665300}
-
Karan Bhatia authored
Enforce CSP checks for javascript urls in isolated worlds when they are navigated through changing the frame location. Also add tests for the same. Since the IsolatedWorldCSP feature is disabled by default, this CL will cause the CSP check to use an empty CSP instead of just bypassing the CSP checks for isolated worlds. In practice, this should cause no behavior change. BUG=896041 Change-Id: I18b8031b554cebd1165d3b8f71abe9a25370bd5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636644 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#665299}
-
Vladislav Kaznacheev authored
Delay fetching the notifiers until the profile is fully loaded. Bug: 957121 Test: manual Change-Id: Ib62c9b144a49ea18bf508cbb0e26df47b0a03e9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636284 Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#665298}
-
Rohan Pavone authored
Follows the W3C for ExecuteScript endpoint by implementing promise-handling steps, causing ALL JavaScript executions to return promises, unless an exception occurs before the script completes. This is facilitated by Runtime.evaluate's awaitPromise argument, which will wait for a promise if it is returned, and the return value directly if there is no promise (if an error is uncaught, it returns unknown error). Bug: chromedriver:2925 Change-Id: I72c3a15d70842165bdce4019c6886e54f6c057e5 Tested: run_py_tests, call_function_test, execute_script_test, WPTs (except json_windowproxy_serialize.py) for execute_script. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628267 Commit-Queue: Rohan Pavone <rohpavone@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#665297}
-
manuk authored
Before the classification deduping changes, some providers limited the texts to 200 characters when classifying. When either the suggestion or input texts were longer, truncated versions would be used instead. With the classification deduping changes, all providers follow this behavior. This can look slightly awkward; e.g. for an input of 220 characters, the search-what-you-typed suggestion will be un-bolded for the first 200 characters, but bolded for the last 20. This CL increases the truncation length from 200 to 2000. This should be large enough to cover most use cases; on a 3840 resolution screen, with default English fonts, approximately 1100 '|'s fit in the omnibox. Bug: 366623, 968911 Change-Id: Ic4648c3fa000c09563fe0afae0d4883cefe3d156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639105Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#665296}
-
Michael Spang authored
No functional change. Change-Id: I98bb99a0df8e7eecec323252c17cfbfd46861bf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637228 Auto-Submit: Michael Spang <spang@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#665295}
-
John Emau authored
Marked the console settings checkboxes container as a group so screen readers will announce entering and exiting the collection of settings. Screenshot: https://i.imgur.com/4Vp5Ypn.png Bug: 963183 Change-Id: I017121ecd0826dcd9bd067b30d749ba41b0a1858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628223Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#665294}
-
Yuchen Liu authored
Due to the recent change of https://chromium-review.googlesource.com/c/chromium/src/+/1612248 Android specific logic inside of ContentMain is removed. Instead, MainDelegate::RunProcess should return non negative number to avoid BrowserMain to be called for Android. Bug: None Test: internal CQ Change-Id: Iedb9f6940cc2f6b7e4cba563c52a6eb6e39e741d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637739Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#665293}
-
Daniel Murphy authored
This change removes all of the non-onion-soup code in the renderer, but leaves the feature flag still intact, as the browser-side code still uses it. R=mek@chromium.org Bug: 918910 Change-Id: I490cb42497757c318067b1125765fe9c4b94ecc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629707Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Auto-Submit: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#665292}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c92b6ad29083..261cefc6693a Created with: gclient setdep -r src-internal@261cefc6693a The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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.chrome.try:linux-chromeos-chrome TBR=melandory@google.com,hiroshige@google.com,mlamouri@google.com,loyso@google.com Change-Id: I692ebb389f24855162edaa6195457b1b17fc1b0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639103Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#665291}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/7919b877c3c1..699e167d78ee git log 7919b877c3c1..699e167d78ee --date=short --no-merges --format='%ad %ae %s' 2019-05-31 zoddicus@users.noreply.github.com Remove asserts from GetUnderlyingType (#2646) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@699e167d78ee The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll 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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel;luci.chromium.try:win_angle_deqp_rel_ng TBR=radial-bots+chrome-roll@google.com,cwallez@google.com Change-Id: If764ba8e2b138c087032f8e1ead38d208f3ae7bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638562Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#665290}
-
Peter Kotwicz authored
BUG=817263 Change-Id: Ief0b71fa401066bb7d95d2a8f02596cf60068367 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637695 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#665289}
-
Khushal authored
Address a bunch of issues for enabling shared images with canvas2d. The change only includes fixes but doesn't enable the code path yet. One remaining change required for enabling it is a skia API to notify skia when the params for a texture it is using are modified externally. R=piman@chromium.org, fserb@chromium.org Bug: 900706 Change-Id: I8b009a8e021f318e353dfb4ed5167e28c4b358a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616222 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#665288}
-
Martin Kreichgauer authored
This renames the UserEntity struct to Credential Metadata and adds an |is_resident| bool field to track whether a credential in the macOS keychain was created by a WebAuthn create() request with requireResidentKey set to true. The credential ID format is evolved accordingly and legacy credentials created before the introduction of this field will default to is_resident=false. The calling code in the MakeCredential operation still refuses to create resident credentials, so this change still does not enable creation of resident credentials. Bug: 1631393 Change-Id: I602195c9d240343eca330c8ddedec61133961bbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631371 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#665287}
-
Antoine Labour authored
In places where we use CommandBufferDirect, it needs to outlive the GLES2DecoderImpl, as it's the DecoderClient. Bug: None Change-Id: I05669a49ca870cadecb37f28498187ded35e8236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639357 Auto-Submit: Antoine Labour <piman@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#665286}
-
Chris Harrelson authored
This was missed in an earlier patch. TBR=wangxianzhu@chromium.org Bug: 969161 Change-Id: Ia9e1d1619ddc105c7d36a79cb23ed30a016737b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639140Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#665285}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/8b079d6881fc..09fad2edc825 git log 8b079d6881fc..09fad2edc825 --date=short --no-merges --format='%ad %ae %s' 2019-05-31 brunoad@chromium.org Enable Kiosk Next for flapjack board. 2019-05-31 saklein@chromium.org run_tests: Add missing INSIDE tests. Created with: gclient setdep -r src/third_party/chromite@09fad2edc825 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I1d3f9811a5fe62a53ed310e636c2dfbba7243c72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638350Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#665284}
-
Ovidio Henriquez authored
This change moves the WebBluetoothDeviceId typemapping into //third_party/blink/common. This will allow the web_bluetooth.mojom file to be imported into permissions.mojom to use some of the Web Bluetooth mojo structs in the BluetoothPermissionDescriptor. Change-Id: I735b6e82f181fb4c712bf3e09945e9b9f660a16f Bug: 577953 Change-Id: I735b6e82f181fb4c712bf3e09945e9b9f660a16f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614471 Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#665283}
-
Alison Maher authored
This change adds browser tests for out of process Iframes to AXPlatformNodeTextRangeProviderWinBrowserTest. Bug: 928948 Change-Id: I9bb111c05ae1bc52b7b48e0d9cd86cc9ac90331e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600673 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#665282}
-
James Cook authored
TEST_F('FooTest', ...) requires 'FooTest' to be a variable on the global object. Instead of using implicit globals, use 'var' and explicitly suppress the presubmit eslint check that bans 'var'. Note that accessibility tests are also declared with 'var' because the AccessibilityTest base class uses TEST_F internally. Bug: none Change-Id: Id299de761a47506664e6d4650b5c5a079531f8f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638738 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#665281}
-
Michael Giuffrida authored
Message handlers should call AllowJavascript() and shouldn't used deprecated base::Value methods. Bug: None Change-Id: I88ededca440d800bff6ded8bc3f1078c7c83f78f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637647 Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#665280}
-
Lukasz Anforowicz authored
This CL tweaks so that PDFiumEngine::StartFind doesn't *silently* drop the find-in-page request when the PDF has not loaded yet. Instead, after the CL, the find-in-page client will be notified that the search has completed with 0 results. Bug: 964364, 965254 Change-Id: Ib528d407d1be34179aca2f04a792c582925f90a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629709 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#665279}
-
Brandon Wylie authored
* Periodically queries the history service and refreshes the last tab button. * Responds to tab events to refresh the last tab button. Bug: 959860 Change-Id: Ib4f039c377211e8471267991442ff81318068867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627895 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#665278}
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=chcunningham@chromium.org Change-Id: I78fc74ba3ed1e3441c130d8426c557b18a470fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635619 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#665277}
-
Frank Tang authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/64e5d7..9f0f47b Includes 9f0f47b Fix Undefined-shift in ubidi_getRuns by Frank Tang f5d1dcc Fix embedded icu data on Windows by Yang Guo bede826 Move all the filter logic of cast & flutter by Frank Tang cf4eb55 Simplify (android|android_small|ios) filters by Frank Tang Bug: chromium:966377, chromium:938223, chromium:951636 Change-Id: I4d318b7ddb64d61670419da47e2abf59eadd6af3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637316 Commit-Queue: Jungshik Shin <jshin@chromium.org> Reviewed-by:
Jungshik Shin <jshin@chromium.org> Cr-Commit-Position: refs/heads/master@{#665276}
-