- 26 Feb, 2019 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bcfbf6e94c22..ac6d4c0c8eae git log bcfbf6e94c22..ac6d4c0c8eae --date=short --no-merges --format='%ad %ae %s' 2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9b433073ba38..53c8957c337d (1 commits) Created with: gclient setdep -r src/third_party/skia@ac6d4c0c8eae 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=scroggo@chromium.org Change-Id: I4291acfae1f48be1ef809be68469f3529478c165 Reviewed-on: https://chromium-review.googlesource.com/c/1488492Reviewed-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@{#635418}
-
Mohit Hotwani authored
Bug: internal b/125939889 Change-Id: I636ca19438715f364ea5c62edc7a02a340798dd8 Reviewed-on: https://chromium-review.googlesource.com/c/1487530 Commit-Queue: Minh Nguyen <mxnguyen@chromium.org> Auto-Submit: Mohit Hotwani <hmohit@chromium.org> Reviewed-by:
Minh Nguyen <mxnguyen@chromium.org> Cr-Commit-Position: refs/heads/master@{#635417}
-
Antonio Gomes authored
This is the first out of N CLs that switch blink away from using ToLocalFrame() / IsLocalFrame() macro-based downcast helpers to use the new DowncastTraits mechanism from t_p/blink/renderer/platform/wtf/casting.h R=jbroman@chromium.org CC=blink-reviews-onion-soup@chromium.org BUG=891908 hange-Id: I9dcd3b40361370d4595ccf291b2fb698f2726e43 Change-Id: I9dcd3b40361370d4595ccf291b2fb698f2726e43 Reviewed-on: https://chromium-review.googlesource.com/c/1487391 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#635416}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/68c821939d22..8c6b8283de9c Created with: gclient setdep -r src-internal@8c6b8283de9c 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. TBR=mmoss@chromium.org Change-Id: I1f5ff54a25d773fbece87eae1175af4a0fc6b8e2 Reviewed-on: https://chromium-review.googlesource.com/c/1488491Reviewed-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@{#635415}
-
John Abd-El-Malek authored
Mark http/tests/inspector-protocol/network/blocked-by-client-network-observer.js as flaky after network service enabled by default. See findit: https://findit-for-me.appspot.com/waterfall/flake/flake-culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vNzA4ZGI5YmM0NmJlYzFkMDAzN2Y0NGY4ZmRhZmY3YjdkNzI3MjRlMAw TBR=caseq@chromium.org Bug: 933880 Change-Id: Icdf04efc789f485883a0737078e10861f92979bf Reviewed-on: https://chromium-review.googlesource.com/c/1488325Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#635414}
-
Kunihiko Sakamoto authored
Before this patch, Content-Encoding header of inner response was not checked (content was assumed to be "mi-sha256-03" encoded). Currently we only support "mi-sha256-03" inner encoding, so this patch makes SignedExchangeHandler reject (causing fallback redirect) the signed exchange if its inner Content-Encoding is not just "mi-sha256-03". This also refactors the logic to check integrity scheme, by moving them into single place, SignedExchangeHandler::CreateResponseBodyStream(). Note: This shouldn't affect amppackager, because it strips additional content-encodings in b3. https://github.com/ampproject/amppackager/issues/243 Bug: 931055, 934629 Change-Id: Icc0bde36194d4a387ab30968cccf1bef4c81fe60 Reviewed-on: https://chromium-review.googlesource.com/c/1482351Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#635413}
-
Sheng-Hao Tsao authored
This CL updates version number to 6.0.0. On a second thought, I think jumping the number to major release level is more clear. Bug: 935051 Test: None Change-Id: I735c7214c395da1043ff188ff7072c9880e22b19 Reviewed-on: https://chromium-review.googlesource.com/c/1485622Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Sheng-hao Tsao <shenghao@google.com> Cr-Commit-Position: refs/heads/master@{#635412}
-
Anupam Snigdha authored
HighestAncestorToWrapMarkup This patch adds a restriction in HighestAncestorToWrapMarkup to check for the presentational elements in the ancestory of start and end position's common ancestor till the enclosing block so it doesn't cross the block boundary. This helps in creating the right markup during serialization when we have an ill-formed HTML like <b><p></p></b> which should be serialized as <p><b><b></p>. Test: run_web_tests web_tests/editing/deleting/merge_paragraph_with_presentation_elements.html BUG: 856413 Change-Id: I5fd03d837e61dea4c66a2ac376b612ac8711dea1 Reviewed-on: https://chromium-review.googlesource.com/c/1482117 Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#635411}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ca34240a5b2c..7180cebfd347 git log ca34240a5b2c..7180cebfd347 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 crouleau@chromium.org Disable failing and flaky scroll tests 2019-02-26 crouleau@chromium.org Revert "Reland "speed: Look only for the appropriate devices/browsers."" 2019-02-26 crouleau@chromium.org Revert "Replace CustomizeBrowserOptions() with CustomizeOptions() step 1" Created with: gclient setdep -r src/third_party/catapult@7180cebfd347 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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 BUG=chromium:934649,chromium:932409,chromium:8888888801528 TBR=sullivan@chromium.org Change-Id: I0643df30a5f27eedee1f9d924a5ebad32015f304 Reviewed-on: https://chromium-review.googlesource.com/c/1488132Reviewed-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@{#635410}
-
Alex Danilo authored
When setting up the menus for file open, if a file type has no default Chrome extension set as the default we used to try to choose a default handler by matching against any sniffed MIME type or its file name extension. If there was no clear 'winner' for being set as the default handler for the file type, we'd prefer one of our white-listed handlers over a handler that explicitly matches the file name extension. e.g. a '.ica' file contains plain text, but if there is a Chrome extension registered that lists '.ica' in its 'file_handlers' in the manifest, it fails to be chosen as default if there is a text editor installed that can process MIME types of text/plain. This change retains the MIME and file extension information used when choosing the list of extension handlers, and tries to find an explicit file extension handler before falling back to using the MIME type. Bug: 803930 Tests: Ran all browser unit and integration tests. Added unit test Change-Id: I02772846fde2b06094256917f51114726c1e0a47 Reviewed-on: https://chromium-review.googlesource.com/c/1474873 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#635409}
-
Gyuyoung Kim authored
The OnionSoup effort has a goal of allocating all garbage-collectible Blink objects with Oilpan or PartitionAlloc. However, some classes of //blink/renderer/modules/peerconnection have not yet been allocated with them so far. So their uses of non-garbage-collected objects should be restricted to cases where the garbage collector can discover their references. The macros of Allocator will be useful for the non-garbage-collected objects to avoid unintended allocations. After some analyzes, it was concluded that for the case of IceTransportProxy, QuicTransportProxy and QuicPeerForTest classes, they make sense to use USING_FAST_MALLOC because they have been used as member variables with smart pointers. In ByteBufferQueue and ByteBufferQueue classes case, they make sense to use DISALLOW_NEW because they have been used as member variables with a reference type. Lastly, the rest of the other classes make sense to use STACK_ALLOCATED because they are used by function inside. Bug: 919389 Change-Id: Ia428d8ec65bf5406ed1886fae3d916d7ad497b89 Reviewed-on: https://chromium-review.googlesource.com/c/1487755Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#635408}
-
Gyuyoung Kim authored
The OnionSoup effort has a goal of allocating all garbage-collectable Blink objects with Oilpan or PartitionAlloc. However, the some classes of //blink/renderer/modules/service_worker have not yet been allocated with them so far. So their uses of non-garbage-collected objects should be restricted to cases where the garbage collector can discover their references. The macros of Allocator will be useful for the non-garbage-collected objects to avoid unintended allocations. After some analyzes, it was concluded that for the case of RawScriptData class, it makes sense to use USING_FAST_MALLOC because it has been used with smart pointers. In Receiver class case, it makes sense to use DISALLOW_NEW because it has been used as a member variable with a reference type. Additionally this CL annonates HTMLMediaElementRemotePlayback with STAIC_ONLY. Bug: 919389 Change-Id: I084e8207dfb51170bba4a5255e0ecc3ef262d599 Reviewed-on: https://chromium-review.googlesource.com/c/1487759Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#635407}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/843909c91ada..bcfbf6e94c22 git log 843909c91ada..bcfbf6e94c22 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c63d95525cde..0546b5380780 (4 commits) Created with: gclient setdep -r src/third_party/skia@bcfbf6e94c22 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=scroggo@chromium.org Change-Id: Ia0b5e03aed8f566a8c1bc9e6b497cb6288be8073 Reviewed-on: https://chromium-review.googlesource.com/c/1487121Reviewed-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@{#635406}
-
Alexandre Courbot authored
The following warning has started to appear when building Chromium: media/gpu/video_decode_accelerator_unittest.cc:1466:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] There seems to be no valid reason for this semicolon to be here, so remove it. Bug: None Test: Build and run VDA unittest. Change-Id: Iaca323d6f1d71f8fa6e8120f16c3e54f4281007d Reviewed-on: https://chromium-review.googlesource.com/c/1487761 Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#635405}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/9b433073ba38..53c8957c337d git log 9b433073ba38..53c8957c337d --date=short --no-merges --format='%ad %ae %s' 2019-02-26 hliatis@google.com Wrong macro being #undef'd in VkGetProcAddress Created with: gclient setdep -r src/third_party/swiftshader@53c8957c337d 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 BUG=chromium:b/125417927 TBR=swiftshader-team+autoroll@chromium.org Change-Id: I4b0d6f1534d37a06c6de6174a5a4aa8b06d8a678 Reviewed-on: https://chromium-review.googlesource.com/c/1487123Reviewed-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@{#635404}
-
Luciano Pacheco authored
Add test for <quick-view>: the Esc key should close <quick-view> and return focus to the file list. Bug: 933062 Change-Id: Ib38eed2658f5a2c939f12df9afbe07587b909d3a Reviewed-on: https://chromium-review.googlesource.com/c/1487752Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#635403}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/466f1ea1157f..68c821939d22 Created with: gclient setdep -r src-internal@68c821939d22 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. TBR=mmoss@chromium.org Change-Id: I6c19804ac0cbda9852878b860c4d3f361a70b5ca Reviewed-on: https://chromium-review.googlesource.com/c/1487122Reviewed-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@{#635402}
-
Hirokazu Honda authored
Video Frame Writer writes video frame buffer into file without taking stride and extra padding into account. VFWrite should write only the visible data of video frame buffer into file. Bug: None Test: VDA unittest --frame_validator=dump Change-Id: I1469d03923fb348a0bf59cd3605bdec98d829f56 Reviewed-on: https://chromium-review.googlesource.com/c/1481270Reviewed-by:
David Staessens <dstaessens@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#635401}
-
Peter Collingbourne authored
If one of these flags is passed then this would cause the test runner to wait for a debugger for the --gtest_list_tests run instead of actually listing the tests. Change-Id: I168cd617e6ee998fbd63bede03baac38ec161c3d Reviewed-on: https://chromium-review.googlesource.com/c/1460478Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#635400}
-
Noel Gordon authored
Make em++ compile -Os and export needed SDK symbols: cwrap and the SDK callback helpers addFunction and removeFunction). Compile and link the PIEX with with piex.cpp, which will be added in a future CL. Bug: 935285 Change-Id: I1c3ebcf088cb8ece69767b9d26012bc015083615 Reviewed-on: https://chromium-review.googlesource.com/c/1487754Reviewed-by:
Anand Mistry <amistry@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#635399}
-
Hiroki Nakagawa authored
As a cleanup, this CL makes WorkerScriptFetchInitiator passes ControllerServiceWorkerInfoPtr and base::WeakPtr<ServiceWorkerObjectHost> instead of Optional<SubresourceLoaderParams> to its CompletionCallback (i.e., DedicatedWorkerHost::Start() or SharedWorkerHost::Start()). The motivations of this change are as follows: - In Start(), SubresourceLoaderParams was used for associating subresource loader factories with AppCache (see [1]), but this path was moved to WorkerScriptFetchInitiator by [2]. Now SubresourceLoaderParams is used only for service worker controller info, and passing such the partial valid struct would be error-prone. - Start() takes 2 arguments that suffixed with "subresource_loader_" (i.e., subresource_loader_factories and subresource_loader_params). This seems confusing. Directly passing the controller info seems to remove this confusion. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1154743/ [2] https://chromium-review.googlesource.com/c/chromium/src/+/1451602/ Change-Id: I532822e78449702f096fa6f00aa7b53e9753e6f9 Bug: 906991 Reviewed-on: https://chromium-review.googlesource.com/c/1485616 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#635398}
-
Gyuyoung Kim authored
The OnionSoup effort has a goal of allocating all garbage-collectible Blink objects with Oilpan or PartitionAlloc. However, some classes of //blink/renderer/modules/presentation have not yet been allocated with them so far. So their uses of non-garbage-collected objects should be restricted to cases where the garbage collector can discover their references. The macros of Allocator will be useful for the non-garbage-collected objects to avoid unintended allocations. After some analyzes, it was concluded that for the case of PresentationAvailabilityCallbacks, PresentationAvailabilityState and PresentationConnectionCallbacks classes, they make sense to use USING_FAST_MALLOC because they have been used as member variables with smart pointers. Bug: 919389 Change-Id: Ib662c4015d4a593ad4554e880192eb2e0714ef02 Reviewed-on: https://chromium-review.googlesource.com/c/1487757Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#635397}
-
Hajime Hoshi authored
The purpose of this change is to make it possible to freeze tasks for bfcache. We found an actual JavaScript invocation from the task runner: Layout test: gamepad/full-screen-gamepad.html Bug: 913912 Change-Id: I464c18eae1154b5383e91755575eaa84db9fa9ec Reviewed-on: https://chromium-review.googlesource.com/c/1476878Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#635396}
-
Peter Collingbourne authored
The platform isn't guaranteed to return the settings in any particular order, so sort them first. Bug: 931480 Change-Id: I86889d98f1bbf8cff2967defb22f08a94f0228fc Reviewed-on: https://chromium-review.googlesource.com/c/1469365Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#635395}
-
John Abd-El-Malek authored
The problem was that to detect a load error due to safe browsing blocking, one has to watch and wait for the custom error_handler for the URLLoader interface. InterceptedRequest also has to stay alive longer because there could be a race (probably mostly in tests) where it would receive the URLLoaderClient::OnComplete from the network factory (and delete itself) before it got the safe browsing error. Bug: 893582 Change-Id: I381340f07309c90702c9da7f0db553887ed51f79 Reviewed-on: https://chromium-review.googlesource.com/c/1482596 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#635394}
-
Christopher Lam authored
This CL wires up the SettingsWindowManager to use the Settings System PWA when System PWAs are enabled. In order to do this, the SystemWebAppManager now exposes a mapping of SystemAppTypes to App IDs, so that clients can request the App ID of any given System App type. It also exposes LookupAppID on PendingAppManager which returns the App ID for a URL that it has installed. Bug: 836128 Change-Id: I561ccbd07c5c161d56e03344c7379aa37fc7a425 Reviewed-on: https://chromium-review.googlesource.com/c/1370239 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#635393}
-
Anthony Cui authored
Move gvr_common_java resource from dependencies for chrome_java android_library to dependencies for VR java android_library. Change gvr_common_java to be a classpath_dep of device/vr java. Copy GVR resources gvr_vr_mode_component and VrActivityTheme into base values.xml. Bug: 862706 Change-Id: I7d04e3ec92bec2f76448900d5b2576d215acd4ea Reviewed-on: https://chromium-review.googlesource.com/c/1479586 Commit-Queue: Anthony Cui <cuianthony@google.com> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#635392}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I30fa568da84f04ecb64816e9d4029d2b2dc81c30 Reviewed-on: https://chromium-review.googlesource.com/c/1488024Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#635391}
-
Hajime Hoshi authored
This CL switches task runners at several places from per-thread to per-frame. The purpose of this change is to make it possible to freeze tasks for bfcache. The actual test that executes JavaScript on the task runner is: virtual/cors-rfc1918/http/tests/security/cors-rfc1918/addressspace-document-appcache.https.html As a task type, kNetworking is adopted based on the spec: https://html.spec.whatwg.org/multipage/offline.html BUG=913912 Change-Id: I353b97a87d5a1083cc56bf7706dd111ccc150a41 Reviewed-on: https://chromium-review.googlesource.com/c/1482275 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#635390}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5baa0565. With Chromium commits locally applied on WPT: 14c11107 "Implement `Sec-CH-Lang`" df760ab0 "Don't skip past auto-height flexboxes in quirks mode." cd40220a "Fix as=fetch preload where preload is used before response arrives" 1d89521e "[LayoutNG] Force relayout when constraint spaces change." 98e7141b "Fix 2_tracks, 3_tracks wpt/webvtt tests" 68d5240e "[ChromeDriver] Set key modifiers with mouse actions" 359fd7da "[PE] Fix rendering issue with effect escaping in pre-CompositeAfterPaint" 3685447d "[WPT] Move subresource_path from generator to referrer-policy-test-case.js" 4ea68472 "Creates an ICE transport object at DTLS transport initialization." 32a115f8 "[css-flexbox] ChildIntrinsicLogicalWidth needs to constrain by min/max" 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 NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: I249780dd2b1d8ab71c61db77d11036d605389b70 Reviewed-on: https://chromium-review.googlesource.com/c/1488181Reviewed-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@{#635389}
-
Sam McNally authored
Bug: 932407 Change-Id: Ieb211f62216220f9933da98186b937fff53339f7 Reviewed-on: https://chromium-review.googlesource.com/c/1487436 Commit-Queue: Sam McNally <sammc@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Auto-Submit: Sam McNally <sammc@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#635388}
-
Anand K. Mistry authored
Clean up all remaining uses of ChromeAsyncExtensionFunction. BUG=934541 Change-Id: Ifaac83b48a5b09ae765d7bbc46d7ab99406abb9e Reviewed-on: https://chromium-review.googlesource.com/c/1482273 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#635387}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1771900dac6d..466f1ea1157f Created with: gclient setdep -r src-internal@466f1ea1157f 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. TBR=mmoss@chromium.org Change-Id: I4e9be84d7cedee3a91c5a14a7a54a0e50280b3c3 Reviewed-on: https://chromium-review.googlesource.com/c/1487080Reviewed-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@{#635386}
-
Miyoung Shin authored
- unsigned short -> uint16_t. - No logic changes. - Reference: https://google.github.io/styleguide/cppguide.html#Integer_Types Bug: 929986 Change-Id: Iaf0f2d9e7e8fd1774e707815a6c3d9b2bee5fbcb Reviewed-on: https://chromium-review.googlesource.com/c/1485624 Commit-Queue: Miyoung Shin <myid.shin@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#635385}
-
Collin Baker authored
Bug: 930916, 887991 Change-Id: I9a1bf37b89f74bbf24a8f3d05deb1ff5c81f3b6c Reviewed-on: https://chromium-review.googlesource.com/c/1476202Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#635384}
-
Katie D authored
To enable the new feature flag, use --enable-features="ExperimentalAccessibilityLabels". Bug: 905419 Change-Id: I28508dd28ed21e6f32d00baa24e80ca32aff0e2c Reviewed-on: https://chromium-review.googlesource.com/c/1483650 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#635383}
-
Ryo Hashimoto authored
Add CreateArcCustomTabController() to NewWindowClient interface. Add OpenArcCustomTab() to OpenUrlDelegate interface. Add OnOpenCustomTab() to IntentHelperHost interface. BUG=925769 TEST=manually Change-Id: I7a9bdcb53c176cf1fb0edbf73e393d3cab9c3038 Reviewed-on: https://chromium-review.googlesource.com/c/1469817 Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#635382}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2722083cbe1f..843909c91ada git log 2722083cbe1f..843909c91ada --date=short --no-merges --format='%ad %ae %s' 2019-02-25 bungeman@google.com Add full definition of SkStreamAsset. 2019-02-25 csmartdalton@google.com sksl: Negate dFdy when the Y axis is flipped 2019-02-25 csmartdalton@google.com Revert "Stack-allocate pipelines for GrMeshDrawOp" 2019-02-25 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2019-02-25 bungeman@google.com SkTypeface::onOpenStream to return unique_ptr. 2019-02-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8c1e8f1fb771..9b433073ba38 (1 commits) Created with: gclient setdep -r src/third_party/skia@843909c91ada 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=scroggo@chromium.org Change-Id: I2a89ada56d8ee5c0aca4ef628cb5e489002e959e Reviewed-on: https://chromium-review.googlesource.com/c/1487118Reviewed-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@{#635381}
-
Kent Tamura authored
This change is for https://github.com/whatwg/html/pull/4324, and a follow-up of https://github.com/web-platform-tests/wpt/pull/15123 Bug: crbug.com/905922 Change-Id: I3eceb5d21ab555c23ed877ded17d359fe004e2aa Reviewed-on: https://chromium-review.googlesource.com/c/1482361 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#635380}
-
Tiansong Cui authored
Bug: internal b/125609259 Test: cast_bluetooth_unittests, manual Change-Id: I9756bb852fb568ba6725fd0d7f9dd716cf066453 Reviewed-on: https://chromium-review.googlesource.com/c/1487886 Commit-Queue: Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Bailey Forrest <bcf@chromium.org> Auto-Submit: Tiansong Cui <tiansong@google.com> Cr-Commit-Position: refs/heads/master@{#635379}
-