- 24 Oct, 2019 40 commits
-
-
Javier Ernesto Flores Robles authored
Create an app interface for the app code in fallback_coordinator_egtest related to the keyboard. Move the code from the test to this interface so it can be used later to migrate the test to EG2. Bug: 1017175 Change-Id: I08a85c003a1797d2ef5fa0cd8e4ec444dd05fb3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876392 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#708952}
-
Nazerke authored
This CL adds a file to EG2 target and updates headers and adds eg2_test source_set in build file. Bug: 987646 Change-Id: Ia7e5b80e523d48d37b2552623529dc1e93fb0160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871693Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Auto-Submit: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#708951}
-
Yuki Shiino authored
It turned out that we'd better sort SymbolDefinitionNodes in order of their first appearance rather than the alphabetical order of their names. In code reading, alphabetic order doesn't make any sense nor doesn't help read code. The order of first use makes more sense. For example, given |f(B, A, C)|, A B C f(B, A, C) will be changed to B A C f(B, A, C) Bug: 839389 Change-Id: Id6bc57ed4ea0afa6e630ab33a55c5472377927e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876293 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#708950}
-
Fergal Daly authored
- SystemNetworkContextManagerMaxConnectionsPerProxyBrowsertest.MaxConnectionsPerProxy was renamed in https://crrev.com/c/1767094 - BookmarksCommandManagerTest.All can be seen passing 100 times here https://chromium-swarm.appspot.com/task?id=48104c14d9892f10 - all other removed tests can be seen passing (also remaining tests can be seen failing) here Change-Id: I6aba8db97ad3e24ae84a5d0afe539878784636ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875353Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#708949}
-
DongJun Kim authored
In the past, "content/*/file_system" was renamed to "fileapi" to contain both the code for the filesystem API and the blob system. But the blob system moved out to separate directories, we have the confusing situation that we have directories named after one API that contain the implementation of a different API. This patch rename "storage/common/fileapi" to "file_system" to actually match for reducing confusion. Bug: 921260 Change-Id: I5071d6e268aa6824c165678def35d4dfe88a6f89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871711 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#708948}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3ac668ca6cd5..d0b2029c2d7c git log 3ac668ca6cd5..d0b2029c2d7c --date=short --no-merges --format='%ad %ae %s' 2019-10-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d4affcdd2ac9..b2885bc4a40f (8 commits) 2019-10-24 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@d0b2029c2d7c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=michaelludwig@google.com Bug: chromium:None Change-Id: Ibf04537509124743d5e8cf3456bbd4b9167182e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877853Reviewed-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@{#708947}
-
Yuki Shiino authored
Bug: 839389 Change-Id: Ic6935632890a2696427dd43a0f96d42468939f29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873806 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#708946}
-
Thomas Tangl authored
+ Add separator margins. + Only show separator when there is a profile management part. (Not the case in incognito.) Bug: 1017241 Change-Id: I67f17905596915bb85b136cb262523560d15cb75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876807Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#708945}
-
Yuki Shiino authored
Make SymbolDefinitionNode insertion happen only when the SymbolNode is already registered. Bug: 839389 Change-Id: I5ce1e21511866a511659d1d6e7b3658ccddc5650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873807Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#708944}
-
Hajime Hoshi authored
This sometimes times out on a Linux bot. TBR=kinuko@chromium.org No-Try: true Bug: 1017626 Change-Id: I53be2feafa8de6a2f6d1768f59e7c9eea4e7e457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875901Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#708943}
-
Antonio Gomes authored
... by its PeerConnectionDependencyFactory counterpart. This is now possible after [1], where peer_connection_dependency_factory.cc|h is moved to Blink. The CL also removes blink::Platform::CreateWebRtcPortAllocator() and its overrides altogether. They are not called anymore. [1] https://crrev.com/c/1805159 BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: Iff2967c958165e21e092bbeb617475c31239f060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806847 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#708942}
-
Robbie McElrath authored
We eventually want all standalone webview code (i.e. code not run in an embedder's app) to live in //aw/apk. TBR=isherman@chromium.org Test: ninja -C out/aw monochrome_apk, start CrashesListActivity Bug: 934152 Change-Id: Ibfbdd63d40c1efc24e6bbe9fed08dab61269f482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815157 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#708941}
-
Jakob Gruber authored
Plumb through new V8 use counters. V8 CL: https://crrev.com/c/1873698 Bug: v8:5577 Change-Id: I6e57be213c50d27c3c5fabe873532f3e43be95ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875250 Commit-Queue: Jakob Gruber <jgruber@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#708940}
-
Mihai Sardarescu authored
As UnifiedConsent is now enabled on UI, it does not make much sense to have the EGTest for the sign-in flow spread across 2 files. This CL moves the tests from signin_interaction_controller_unity_egtest.mm to signin_interaction_controller_egtest.mm Bug: 1015805 Change-Id: Ia483f6abf58370d169b056ea83e7ce4cc373aa98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868955 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#708939}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I92a8908433d11ce23009ccce29e4d584a4d3911d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878049Reviewed-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@{#708938}
-
Jinsuk Kim authored
- Introduces |setNativePage| and remove |freezeNativePage| - Factors common logic hiding the current native page into |Tab.hideNativePage|. - Replaces |NativePage instanceof FrozenNativePage| with a new method |isFrozen| in NativePage interface. Bug: 925242, 995903 Change-Id: I531003e7c880cabdf2ff05489145135d1206eb3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861442 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#708937}
-
Javier Ernesto Flores Robles authored
Move profile matchers so they can be used from the app interface. Bug: 1016809 Change-Id: I6179a151c5c82d5f94edb144e2d1241fc11745d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873888 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#708936}
-
Javier Ernesto Flores Robles authored
Add Autofill App Interface with the app code so EG2 can interact with the app. Move matchers to chrome matchers. Create new EG2 tests and needed targets. Bug: 1016368 Change-Id: If2256944612b3c7a6523dd3e1f9e36b79fc1d15b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872058 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#708935}
-
Wei-Yin Chen (陳威尹) authored
When TabSwitcherOnReturn is set to "Immediate", the tab switcher should show up immediately regardless of whether the last background timestamp is available or not. "Immediate" is a setting for dev testing only. Bug: 1016952 Change-Id: I3ac40d6695089ea9b14e3841b8834ae3a6b44b7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877812Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#708934}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/1c86820c2510..0cc2fbd4ba42 git log 1c86820c2510..0cc2fbd4ba42 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 vapier@chromium.org commands/filelib: fix encoding with base64 calls 2019-10-24 vapier@chromium.org service: artifacts: fix bytes/string mixing Created with: gclient setdep -r src/third_party/chromite@0cc2fbd4ba42 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I9b548590ad669d7ac0ab5a131acdd671198501fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878048Reviewed-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@{#708933}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4f7ba9bb..3c88a741 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I212db71cac63fe23a553703cbb640f56fbb5c9f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877372Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708932}
-
Javier Ernesto Flores Robles authored
Add a comon method to our testing class that can be used in EG1 and EG2. |EarlGrey| has 2 methods to check for the device keyboard, once for each version. And this check is common in the EG2 migration. Adding it to the base test class instead of to |EarlGrey| to avoid creating a 3rd method signature for it. Once EG1 support is removed a simple search and replace can be used to clean this. Bug: 1016368 Change-Id: I0922dcbcff4cc349a429e734aa9586d0751a3034 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873757 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#708931}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3f4e52c4071b..3ac668ca6cd5 git log 3f4e52c4071b..3ac668ca6cd5 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 7738ed713e7b..883e817b14bf (1 commits) Created with: gclient setdep -r src/third_party/skia@3ac668ca6cd5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=michaelludwig@google.com Bug: chromium:None Change-Id: Ic9b03d7f22b16d4928b5ae0ea97d317ab7332e8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877850Reviewed-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@{#708930}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/4100b733bf4c..883e817b14bf git log 4100b733bf4c..883e817b14bf --date=short --no-merges --format='%ad %ae %s' 2019-10-23 webmaster@saschawillems.de Added vkGetPhysicalDeviceWin32PresentationSupportKHR to Vulkan ICD 2019-10-22 amaiorano@google.com Fix sRGB conversion not applying generally 2019-10-22 bclayton@google.com regres: Automatically build dEQP based on new config file 2019-10-22 amaiorano@google.com Fix unary minus warnings 2019-10-21 sugoi@google.com Enable support for Bresenham lines Created with: gclient setdep -r src/third_party/swiftshader@883e817b14bf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;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 Bug: chromium:b/143207519,chromium:b/140172528,chromium:b/139800520 Change-Id: Id6298931e945d8d60f20a07fc527fc0e8df3d02f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875345Reviewed-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@{#708929}
-
Eric Willigers authored
The AppController methods CreatedForInstalledPwa() and GetThemeColor() are now tested with BMO web apps, as well as with the extensions implementation of bookmark apps. Bug: 876576 Change-Id: I6e99a0a94855aa9f077d6055155220254ec5bff8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874072Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#708928}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b35c4cb3. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" 957329b6 "[LayoutNG] Fix hyphens when rewinding occurs" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: jsbell@chromium.org: external/wpt/resources NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: I463fcdc64be7681124d829e9810079574688458b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877371Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708927}
-
John Z Wu authored
Change-Id: I1224ab1cb4c399f5e9cb2001524ef53cca6d83bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875277 Auto-Submit: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#708926}
-
Hajime Hoshi authored
This CL fixes the issue that the eviction reason was not recorded when the page is in the cache and a frame disallows back-forward cache. Bug: 1004676 Change-Id: I0d25fe977950208c169eaf9d9a5be9486f444ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871157 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#708925}
-
Thomas Tangl authored
... instead of a link. Bug: 1017152 Change-Id: I56a33b8a59c9592d5ef9df9aac6a68a84aa57fa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875105 Auto-Submit: Thomas Tangl <tangltom@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#708924}
-
Yoshifumi Inoue authored
This patch changes |SelectionModifier| to use |NGInlineCursor| instead of |NGPaintFragment| for prepration of migrating |NGFragmentItem|. Bug: 982194 Change-Id: I7c962dc3f7e0fd9611b6b83baf5c74d58f4c8e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875354 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#708923}
-
Taylor Woll authored
We’re starting to experiment with AST-level analysis of chromium sources, and are using the python bindings for clang. We would like to ensure that these bindings are up-to-date as the clang toolchain rolls. So we would like to add a separate zip package containing libclang to sit alongside the prebuilt LLVM binaries and be downloaded on-demand. Change-Id: Idc744deb03e0a8ff7c50f8d0f883e655f271cd30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874450 Commit-Queue: Taylor Woll <Taylor.Woll@microsoft.com> Reviewed-by:
Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#708922}
-
Yutaka Hirano authored
This reverts commit 93e10d47. Reason for revert: Speculative revert for a crash issue Original change's description: > Introduce QuicTransport > > This is the first CL to implement QuicTransport. This CL > - creates a directory in blink, > - introduces a new blink runtime feature flag, and > - defines QuicTransport IDL interface behind the flag, > > Bug: 1011392 > Change-Id: Id432cee2b6d5df6ab4a4c3e8aa6828d5a7937dd9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868569 > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Kent Tamura <tkent@chromium.org> > Reviewed-by: Adam Rice <ricea@chromium.org> > Commit-Queue: Yutaka Hirano <yhirano@chromium.org> > Cr-Commit-Position: refs/heads/master@{#707303} TBR=kinuko@chromium.org,ricea@chromium.org,yhirano@chromium.org,tkent@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1011392, 1016436 Change-Id: I46bfb3eca2a798d5c17d9ce1b36e3ee07c333024 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875895Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#708921}
-
Wei-Yin Chen (陳威尹) authored
Include everything in org.chromium.chrome.browser.tasks as well. Bug: None Change-Id: I2dd1bb22674f158036d098c09c4f550be1bc19c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877815Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#708920}
-
Morten Stenshorne authored
This is done so that we don't need to switch the layout tree over to legacy when entering printing, since that would cause some sort of state loss, leaving the frames blank. The exact root cause is unknown. I spent some time investigating it, but couldn't see what was wrong. It really doesn't matter that much, though, since the only element in the frameset document that would be an NG object would be the HTML root element. We don't have NG-specific frame or frameset layout objects. The frames themselves will still use LayoutNG (unless prevented by something else), of course. Bug: 1003815 Change-Id: Ic4dc470f5536ea8357ebccb624d43e9f30155728 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875747Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#708919}
-
Hirokazu Honda authored
After crrev.com/c/1863056, VA context is always created with VA_PROGRESSIVE. This causes vaCreateContext failure on grunt if the context is used for VPP. We have to create VA context without VA_PROGRESSIVE in non VPP mode. TBR=andrescj@chromium.org Bug: 982201 Test: camera.DecodeAccelJPEG on grunt Change-Id: I3a0a5fca580ef2e7b1b06544ec039772a83fe111 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875892Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Auto-Submit: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#708918}
-
Michael Spang authored
Fix a number of minor style deviations in the touch filtering code: - Add blank lines where they are typically expected - Avoid some potential namespace conflicts by using less generic names - Un-abbreviate some local variable names - Make structs less interesting by pulling member functions out - Replace TimeTicks::UnixEpoch() with TimeTicks() as we don't care about dates - s/const static/static const/ - Exports come before any other qualifiers. - Opportunistically constify a few members - Define assignment operators when there are copy/move constructors. - Class data members must be either private or const. - Only one declaration per statement. Change-Id: I35570a98a82d8a60c04c1b956e278f40e1b694b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839435Reviewed-by:
Rob Schonberger <robsc@chromium.org> Commit-Queue: Rob Schonberger <robsc@chromium.org> Cr-Commit-Position: refs/heads/master@{#708917}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/99d9ab0ed6c2..1c86820c2510 git log 99d9ab0ed6c2..1c86820c2510 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 vapier@chromium.org paygen: paygen_build_lib_unittest: tweak for python 3 2019-10-24 vapier@chromium.org cros_build_lib.run: replace redirect_stdout/redirect_stderr with stdout/stderr Created with: gclient setdep -r src/third_party/chromite@1c86820c2510 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I43a236a463ca9025b395bb87679857bd4c229cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877849Reviewed-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@{#708916}
-
Minggang Wang authored
This CL converts old Mojo types used by ThrottlingURLLoader and its unit test to new Mojo types. Bug: 955171 Change-Id: I730a6476b5b180ff264695dd7634f7f7aa502416 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866276 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#708915}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/341701573a5d..7662586844f4 git log 341701573a5d..7662586844f4 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 johnkslang@users.noreply.github.com Merge pull request #1947 from ehsannas/fix_licenses Created with: gclient setdep -r src/third_party/glslang/src@7662586844f4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=radial-bots+chrome-roll@google.com,jonahr@google.com Bug: None Change-Id: Ia389f2b67fd06b0bb55c84e4d7342eb01d8dd76f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877848Reviewed-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@{#708914}
-
Thomas Tangl authored
Before: https://drive.google.com/file/d/1EbPAENC4XYTzm-ER7Y-GaThlxCCkh9Tl/view?usp=sharing After: https://drive.google.com/file/d/1zfQo_NHCzf0qwD314-wpsZsS1JT1mML8/view?usp=sharing Bug: 1017302 Change-Id: I896bcf771d6f780c89e7c70618ce5db6c7f2ba5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876768 Auto-Submit: Thomas Tangl <tangltom@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#708913}
-