- 04 Dec, 2017 40 commits
-
-
Francois Doray authored
LowMemoryMargin is a per-platform constant. There is no need to have a LowMemoryMargin suffix on histograms. This suffix should have been deprecated in 2013 https://chromiumcodereview.appspot.com/13993008 Bug: 775644 Change-Id: I2a809be0dadf3351d7a2f37efe981ac304cd8cdf Reviewed-on: https://chromium-review.googlesource.com/806357Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#521366}
-
John Budorick authored
This also moves device setup out of the driver, allowing us to set up the devices without creating driver instances for the sole purpose of doing so. Bug: 784303 Change-Id: I948a3f9a2c6d69e76b42bbc7f1e239a3adb92206 Reviewed-on: https://chromium-review.googlesource.com/786778Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#521365}
-
Alexei Svitkine authored
Was double-checking the logic here and realized we didn't have any unit test coverage for CompareToWildcardString when wildcards are not passed to it. BUG=none Change-Id: I5c30032138b2fc28e3fdaa590756e95dae829234 Reviewed-on: https://chromium-review.googlesource.com/804755 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#521364}
-
Francois Doray authored
This method returns a unique id representing the LifecycleUnit. It is required to support the chrome://discards/ page. Bug: 775644 Change-Id: I5975e625337708cc57beca0a5d551e6352c51b6a Reviewed-on: https://chromium-review.googlesource.com/789250 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#521363}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/c796cbc3a6e6..a12fb2d1ad96 $ git log c796cbc3a..a12fb2d1a --date=short --no-merges --format='%ad %ae %s' 2017-12-04 ulan Add GC-Background-* runtime-call-stats metrics. 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: Ib25ddee4f4657069054ebfa2d6d7bd9ec961d166 Reviewed-on: https://chromium-review.googlesource.com/806515 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#521362}
-
Greg Thompson authored
r516772 was the last of many commits that resolved a number of problems that made this test suite flaky on Windows. This CL enables tests that had been disabled over time due to flakes, yet now seem to run okay. BUG=421116,764415 This CL was uploaded by git cl split. R=aleventhal@chromium.org Change-Id: I4a673a21eaab43d7dbce3bc121bd7cb8a704b3ba Reviewed-on: https://chromium-review.googlesource.com/785013 Commit-Queue: Greg Thompson <grt@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#521361}
-
Tobias Sargeant authored
Bug: 618472,790008 Change-Id: I663d380d14c927890a0863f4cb3158c2db1be408 Reviewed-on: https://chromium-review.googlesource.com/801017Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#521360}
-
Marc Treib authored
The visible URL doesn't always correspond to the actual page that's loaded. For example, if the user types in a URL that ends up being a download, then the visible URL corresponds to the download, but the NTP is still there and should remain functional. Bug: 592273, 624410 Change-Id: Ib2e0a7df8658e55030ee5e67959a0ebc486e495d Reviewed-on: https://chromium-review.googlesource.com/800931Reviewed-by:
Chris Pickel <sfiera@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#521359}
-
Nektarios Paisios authored
According to HTML to platform accessibility mappings 1.1 native text boxes input and textarea, but not content editables, should get an ARIA role of textbox. I went through all our code in Blink and observed that aria-autocomplete was the only case where we didn't apply the same treatment to ARIA and native text controls. R=aleventhal@chromium.org, dmazzoni@chromium.org Bug: 761230 Change-Id: Ie25e0b072b24f1f6ebf6d5b2e317b656fb463fdf Tested: manually, browser test Reviewed-on: https://chromium-review.googlesource.com/804915 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#521358}
-
Sadrul Habib Chowdhury authored
By default, mus will not host viz when chrome is run with --mus. Instead, it will expect chrome to host viz. mus will continue to always host viz when chrome is run with --mash. Bug: 786453 Change-Id: Ifea1a6a953d3e4d20b9d624e156c627a0122a344 Reviewed-on: https://chromium-review.googlesource.com/798776 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#521357}
-
Julia Tuttle authored
We've decided to persist using SQLite, so there's no periodic "persist everything" task that needs to happen, so the ReportingPersister no longer needs to exist. Bug: Change-Id: If229bc8cc5b946385c1f2934021b553cc5ae48fc Reviewed-on: https://chromium-review.googlesource.com/797852 Commit-Queue: Julia Tuttle <juliatuttle@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#521356}
-
Julia Tuttle authored
Origins shouldn't need to remember and explicitly remove every deprecated endpoint they've used in the past. This change alters the header parsing behavior so any endpoint that was configured for an origin but is not included in a new header from that origin will be removed. Change-Id: I87590e00340684ad3deaefe5ff2a2939d904a983 Reviewed-on: https://chromium-review.googlesource.com/797737 Commit-Queue: Julia Tuttle <juliatuttle@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#521355}
-
Florent Castelli authored
Bug: 412381 Change-Id: Ieb4dd69470e1ca61643ae05eee61b49afc406eea Reviewed-on: https://chromium-review.googlesource.com/806156Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#521354}
-
Sadrul Habib Chowdhury authored
With mus, OzonePlatform is created in the mus-ws thread, and it can be accessed from the IO thread in GpuProcessHost. There is a race here, since the IO thread and the mus-ws thread do not know about each other. So, instead of immediately talking to the OzonePlatform instance from GpuProcessHost, register a callback that gets run once the instance is created and initialized. This way, with regular chrome (where OzonePlatform is created on the UI thread), the callback is run immediately. But with mus, it waits until the OzonePlatform instance is available. BUG=786453 Change-Id: I9c4553333ef29d5541cf3b65fed475c3cc7ef2db Reviewed-on: https://chromium-review.googlesource.com/794103 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#521353}
-
Francois Doray authored
With this CL, TabLifecycleUnit is renamed to TabLifecycleUnitExternal and it no longer inherits from LifecycleUnit. The name "TabLifecycleUnitExternal" makes it clear that this interface is exposed outside of chrome/browser/resource_coordinator/, and not inheriting from LifecycleUnit restricts what's available outside of chrome/browser/resource_coordinator/. Also, this CL removes TabLifecycleUnitHolder. TabLifecycleUnitExternal::FromWebContents will be implemented by a map lookup in TabLifecycleUnitSource. Bug: 775644 Change-Id: Ia8fa3b3a8c7f1d4289fc15f3f4d983192dda4db6 Reviewed-on: https://chromium-review.googlesource.com/788271 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#521352}
-
Mohamad Ahmadi authored
currently foo.bar@example.com gets converted to foobar@example.com which gets saved as part of a server card' billing address. This is different from the behavior in other platforms which results in a nearly duplicate autofill profile getting synced across platforms. Bug: 767445 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I23947f3ae1c7d35ada590e4165f5c2f52744b652 Reviewed-on: https://chromium-review.googlesource.com/804056Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#521351}
-
John Abd-El-Malek authored
Disable http/tests/inspector-protocol/network/response-interception-main-resource-cross-origin.js with network service which started failing when it was added in r521009 NOTRY=true TBR=falken@chromium.org Bug: Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I9915d28f5c61f2ffa4d46b8505cb625fffefac94 Reviewed-on: https://chromium-review.googlesource.com/806423 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#521350}
-
Justin Cohen authored
Bug: 789658 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie58dc41f31ade019ca2ea93cd9f28a89ee6e50b6 Reviewed-on: https://chromium-review.googlesource.com/804154Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#521349}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/22a77a1b1d9c..87ed4487e40d $ git log 22a77a1b1..87ed4487e --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-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.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I71d794474b0b2883086efa8b3d1b87d568d87449 Reviewed-on: https://chromium-review.googlesource.com/806417Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#521348}
-
Gyuyoung Kim authored
base/memory/ptr_util.h includes are changed with <memory> as well. Bug: 755727 Change-Id: I1beb698b992a863896bd1a63c4ed3801a9a87a5a Reviewed-on: https://chromium-review.googlesource.com/802850Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> Cr-Commit-Position: refs/heads/master@{#521347}
-
Camillo Bruni authored
Change-Id: Ib50dbd2d3785cb5e72a5dd8381db8d7220a86446 Reviewed-on: https://chromium-review.googlesource.com/803475 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#521346}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/8509d3eaec1b..c5bfeec86aa7 $ git log 8509d3eae..c5bfeec86 --date=short --no-merges --format='%ad %ae %s' 2017-12-04 thestig Add functions for common code in CFX_ImageTransformer. 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: I64e311ac738a97512495998c177e0f31d1800291 Reviewed-on: https://chromium-review.googlesource.com/806434 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#521345}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/79ee73938d7d..a0985d960fb7 $ git log 79ee73938..a0985d960 --date=short --no-merges --format='%ad %ae %s' 2017-12-04 borenet Removed general bot upload permissions, whitespace change to test 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=rmistry@chromium.org Change-Id: I939b011c46d7e6025c29a582dc85ce653756b24c Reviewed-on: https://chromium-review.googlesource.com/805677Reviewed-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@{#521344}
-
Morten Stenshorne authored
This may have been correct with some version of the spec, but the current one just says to use column-count as specified, if column-width is auto. There's nothing that suggests that the width of column-gap should affect used column-count. https://www.w3.org/TR/css-multicol-1/#pseudo-algorithm See line 04 below. (01) if ((column-width = auto) and (column-count = auto)) then (02) exit; /* not a multicol element */ (03) if column-width = auto then (04) N := column-count Bug: 788337 Change-Id: I583aa0c3752a9a43b9b59725be2aa67d947487c9 Reviewed-on: https://chromium-review.googlesource.com/805975Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#521343}
-
Samuel Huang authored
OutlierDetector is a component of (upcoming) ensemble patching. Its goal is to reduce the likelyhood of false-positive matches by applying simple statistical tests on BinaryDataHistogram scores. Bug: 778316 Change-Id: I57e9859b73b9fc62ffffe973ca47ac723e64f6fd Reviewed-on: https://chromium-review.googlesource.com/798899Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#521342}
-
Justin Cohen authored
Bug: 789151, 789633, 791040 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic0db7db4255f01d5875e0072707886746e58274a Reviewed-on: https://chromium-review.googlesource.com/803079Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#521341}
-
Bence Béky authored
In preparation for moving UnclaimedPushedStreamContainer functionality into Http2PushPromiseIndex, rename UnclaimedPushedStreamContainer::find() to FindStream() and rename Http2PushPromiseIndex::Find() to FindSession(), so that when both methods live in Http2PushPromiseIndex, there will be no name collision. Also, remove publicly exposed UnclaimedPushedStreamContainer::iterator, instead introduce new constant kNoPushedStreamFound to be returned by FindStream() if no stream is found. (This will also be used by other Http2PushPromiseIndex methods, see https://crrev.com/c/734223 for proof of concept.) Also, remove empty(), size(), begin(), end(), count(), lower_bound(), and erase by iterator methods from UnclaimedPushedStreamContainer, and rename size to CountStreamsForSession(). New method names will make sense when they all are moved to Http2PushPromiseIndex in the next CL. Bug: 791054 Change-Id: I8a3e34b0af78480b1bb3cd22cba2fccf4c6e3e39 Reviewed-on: https://chromium-review.googlesource.com/805074Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#521340}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/89d1f5af..fb9e2b3a Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Icc126dfaaa520e9ab6fa6195407fb2f7c6fb2965 Reviewed-on: https://chromium-review.googlesource.com/806015Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#521339}
-
Mike West authored
Intent to Deprecate: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/0sJ8GUJO0Dw/iMmcXLIGBAAJ HTML discussion at https://github.com/whatwg/html/issues/3076. Bug: 767813 Change-Id: Ibbbce7794c6802e66eeb4e8e6d95acedebbe840c Reviewed-on: https://chromium-review.googlesource.com/800290Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#521338}
-
Sylvain Defresne authored
Bug: 785248 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Icc7ca4649797a1d6f69e0b32af447db6e7a6982e Reviewed-on: https://chromium-review.googlesource.com/789332 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#521337}
-
Paul Jensen authored
On certain devices ConnectivityManager.registerNetworkCallback fails unexpectedly. Handle this by disabling network-specific callbacks and network binding. Bug: 791025 Change-Id: I41054c8e373d9ae6cca99d845280ca56575ccf54 Reviewed-on: https://chromium-review.googlesource.com/803115Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#521336}
-
Sylvain Defresne authored
The tab_private.h file exposes Tab private APIs that are deprecated so remove includes that are no longer necessary. Bug: 620465 Change-Id: I7afca1fb2346405c06f4a7eae50041aa9891ae91 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/806176Reviewed-by:
Elodie Banel <lod@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#521335}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 34537983. Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/6889 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: hta@chromium.org: external/wpt/webrtc TBR=qyearsley No-Export: true Change-Id: I380011fc8fbd7659e6f896c3e0acafc41aeba565 Reviewed-on: https://chromium-review.googlesource.com/805876 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#521334}
-
Alexandr Ilin authored
Page load metrics observers in Java are not tied to a single navigation as in C++. Instead of that they receive all metrics events as long as they are registered in a global observer list. Even though a pointer to web contents is passed in each function, it's impossible to attribute a given event to particular navigation. This CL fixes this by passing a navigation id along with web contents pointer to all page load metrics observers in Java. Bug: 778302 Change-Id: I753a44abde849ce34b9472a57f14b23465e17982 Reviewed-on: https://chromium-review.googlesource.com/801015Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#521333}
-
Peter Beverloo authored
Passing `null` no longer is allowed by testharness.js, which caused this test to start failing. Easy fix :) Bug: 711529 Change-Id: I6667c6fc86bafab0dae0607b44f80aed40e192bd Reviewed-on: https://chromium-review.googlesource.com/802557 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#521332}
-
Mikhail Pozdnyakov authored
Content shell autogrants permissions for sensor APIs. Thus content_shell binaries can be used for testing these APIs (e.g. on Android). Change-Id: Idc5e3c890b30582961ef0da421a815fd03342964 Reviewed-on: https://chromium-review.googlesource.com/776598Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> Cr-Commit-Position: refs/heads/master@{#521331}
-
Miguel Casas authored
This CL moves the (remaining) vaapi related files from //media/gpu to the existing//media/gpu/vaapi. Fully automatic: $ git mv media/gpu/vaapi_* media/gpu/vaapi/ $ git mv media/gpu/va_s* media/gpu/vaapi/ $ tools/git/mass-rename.p TBR= sadrul@chromium.org, avi@chromium.org for the two first files that just get an include path udpate. 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: Ia1dcbdef3695bae5879d0951fc78cf6dcef3325f Reviewed-on: https://chromium-review.googlesource.com/801636 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#521330}
-
Greg Thompson authored
Disabling ParamaterizedFullscreenControllerInteractiveTest.MouseLockSilentAfterTargetUnlock on Windows. BUG=791539 TBR=schieb@chromium.org Change-Id: I758c5e3aed0957b9b8d905905e49d101239742b2 Reviewed-on: https://chromium-review.googlesource.com/806214Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#521329}
-
Philip Jägenstedt authored
Imported wpt@a6dde4dc7201641112eca93a3eb48a69bb843a42 using wpt-import in Chromium 419d8078. No-Export: true Change-Id: Ife0c8f2b529125b83dfed9d86e3474f0d505203a Reviewed-on: https://chromium-review.googlesource.com/806114Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#521328}
-
Marc Treib authored
This CL #ifdef's out a bunch of Instant-process-related functions in chrome/search/search.h/cc on Android. This code was never used on Android and doesn't make sense there; let's make that obvious. Bug: 787830 Change-Id: I74d51009010df4633631102bacf051a5d1a52583 Reviewed-on: https://chromium-review.googlesource.com/803443 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#521327}
-