- 06 Apr, 2018 40 commits
-
-
Benjamin Pastene authored
Bug: 828392 Change-Id: Iddc8ad3d6501b981e39e6569c5e6e3dbfbed5e31 Reviewed-on: https://chromium-review.googlesource.com/998335 Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#548857}
-
edchin authored
Bug: 825888 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ib47af308aef7797fd682f647e8cfa7481c466a0f Reviewed-on: https://chromium-review.googlesource.com/999306Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548856}
-
Aidan Wolter authored
Similar to chromecasts, we now check the release channel to determine the device build type. If the AT build is a user build, the returned build type will be BUILD_PROD if the channel is (1) empty or (2) stable-channel. Otherwise, the returned build type is BUILD_BETA. dogfood-channel, ensure GetBuildType returns BUILD_BETA. Bug: None Test: Build internal, flash on user build, set channel to Change-Id: I02a629943fc3d7e91b103bb54b5e6d88595b7849 Reviewed-on: https://chromium-review.googlesource.com/999100Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Aidan Wolter <awolter@chromium.org> Cr-Commit-Position: refs/heads/master@{#548855}
-
Michael Lippautz authored
Post marking processing assumed that the backing store for weak HashTable's remains unchanged during marking which is not correct in the presence of incremental marking. Since post marking was just marking the header of the backing store this can be merged into the weak processing steps. This CL - Remove Heap::post_marking_worklist_ completely, avoid any memory consumption it might require. - Merges WeakProcessing and PostMarkingProcessing as the post marking steps were only used for weak HashTables. Bug: chromium:828537, chromium:757440 Change-Id: I0d0b7552786659becf039419bff3701e7bb72aee Reviewed-on: https://chromium-review.googlesource.com/999485Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#548854}
-
Victor Costan authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/a325ad2db5de..82febb8eafc0 This CL also aliases <tr1/tuple> types used by googletest to C++11 <tuple> types, to prepare for gradually transitioning the Chromium codebase from std::tr1::tuple to std::tuple. $ git log a325ad2db..82febb8ea --date=short --no-merges --format='%ad %ae %s' 2018-04-05 misterg Merging gMock, 2 2018-04-05 misterg formatting 2018-04-05 misterg And more MCVS warnings 2018-04-05 misterg fixing MCVS warn 2018-04-05 misterg Have to wait for this one 2018-04-05 misterg Have to wait for this one 2018-04-05 misterg Merging matchers test 2018-04-05 misterg Merging matchers test 2018-04-04 misterg bad cut/paste 2018-04-04 misterg More on MSVC warning C4503, decorated name length exceeded 2018-04-04 misterg More on MSVC warning C4503, decorated name length exceeded 2018-04-04 misterg Address MSVC warning C4503, decorated name length exceeded, name was truncated 2018-04-04 misterg Fixing build break on MSVC 2018-04-04 misterg merging gmock matchers 1 2018-04-04 fo40225 fix build break on locale windows 2018-04-04 misterg Tweaking https://github.com/google/googletest/pull/1523 to exclude nacl 2018-04-03 misterg Upstreaming, cl 191344765 2018-04-03 misterg merging port, cont. 191443078 2018-04-03 misterg merging, cont - 2 2018-04-03 misterg merging gtest-port.h , 191439094 2018-04-03 misterg merging, just comments format 2018-04-03 misterg testing, merge 2018-04-03 misterg Testing, gtest-port.h merge 2018-04-02 misterg merging gtest-port.h, again - 1 2018-03-29 gennadiycivil Include OSX builds back into PR builds 2018-03-29 gennadiycivil Revert "merging gtest-port 1 of N" 2018-03-29 gennadiycivil Revert "merging gtest-port, 2" 2018-03-29 leissa typo 2018-03-29 misterg merging gtest-port, 2 2018-03-28 leissa provide alternative for DebugBreak() 2018-03-27 misterg merging gtest-port 1 of N 2018-03-26 misterg merges 1 2018-03-26 misterg merges, gtest 2018-03-26 misterg merging gmock-matchers.h 3 2018-03-26 misterg merging gmock-matchers.h 2 2018-03-26 misterg Upstreaming FloatingEq2Matcher, 2018-03-23 misterg Merging gmock-matchers.h -2 2018-03-23 misterg gmock-matchers merging -2 2018-03-22 misterg merging, gmock -1 2018-03-22 misterg reverting gtest_list_tests_unittest.py 2018-03-22 gennadiycivil Update appveyor.yml 2018-03-22 misterg more merges 2018-03-22 misterg more merges 2018-03-21 misterg More merges 2018-03-16 misterg cl 189032107, again 2018-03-16 misterg cl 189032107 2018-03-15 misterg merge, again, IsRecursiveContainer Created with: roll-dep src/third_party/googletest/src Bug: 829773 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;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.win:win_chrome_official Change-Id: Ic865698379d3626a5165f81b56104223ad1558d9 Reviewed-on: https://chromium-review.googlesource.com/987696Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#548853}
-
Ryan Sleevi authored
https://crrev.com/548318 introduced two additional preferences for controlling Certificate Transparency disabling, and this glues up these preferences to Enterprise Policies - specifically, CertificateTransparencyEnforcementDisabledForCas and CertificateTransparencyEnforcementDisabledForLegacyCas BUG=824184 Change-Id: I06338e82c8280db21f1b48e9455074d020f51f83 Reviewed-on: https://chromium-review.googlesource.com/998546 Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Cr-Commit-Position: refs/heads/master@{#548852}
-
Scott Violet authored
ShowWindowWithState() for windows and linux always calls SetVisible(true), even when minimized. This makes the compositor hidden when minimized. BUG=none TEST=none Change-Id: Id8a48ab0096797904d894f6138cd9458afe60e61 Reviewed-on: https://chromium-review.googlesource.com/996249 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#548851}
-
Ryan Sleevi authored
During a refactor, an accidental disabling of the CT enforcement crept in, meaning the test no longer tested that the policy overrode any CT requirements. BUG=769401 TBR=pastarmovj@chromium.org Change-Id: I2c060f0027ad838d4447235fe368f0fa2c1cd2ca Reviewed-on: https://chromium-review.googlesource.com/998547 Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Doug Turner <dougt@chromium.org> Cr-Commit-Position: refs/heads/master@{#548850}
-
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1118a2193b8f..5e79d07891aa $ git log 1118a2193..5e79d0789 --date=short --no-merges --format='%ad %ae %s' 2018-04-06 szuend Move path to depot to the front of PATH in the tutorial. Created with: roll-dep src/third_party/depot_tools The AutoRoll server is located here: https://depot-tools-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. TBR=agable@chromium.org Change-Id: I5fcba6e3553a9b5158e90ecc71d67fcc714d8081 Reviewed-on: https://chromium-review.googlesource.com/998977 Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#548849}
-
Becky Zhou authored
Bug: 814902 Change-Id: Ice5da70720f398c1ade0396e10f5990ee043c505 Reviewed-on: https://chromium-review.googlesource.com/999164Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#548848}
-
Pete Williamson authored
We were referencing a null pointer to try and get values. Changed to use default null values. This fixes the symptom (the crash), but not the underlying cause. The underlying cause is more complex and will be fixed in another patch. Bug: 829099 Change-Id: Ida10bd9366afac8dbbcbb5c2b7d41d36b0d46759 Reviewed-on: https://chromium-review.googlesource.com/996796Reviewed-by:
Yafei Duan <romax@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#548847}
-
Peter Kasting authored
This lets us avoid some ViewHierarchyChanged() overrides. BUG=none TEST=none Change-Id: I7896460f65cedf2351f5acd3e16893674faa72ea Reviewed-on: https://chromium-review.googlesource.com/996908 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#548846}
-
Misha Efimov authored
Bug: 812268 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I15a0d9f4e3a0c16d9a63e82ebb10943e082e1835 Reviewed-on: https://chromium-review.googlesource.com/999331Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#548845}
-
Eric Roman authored
Bug: 814849 Change-Id: I0d6b10c038d0d7d77ced05ad7a5246803803d0e8 Reviewed-on: https://chromium-review.googlesource.com/998844 Commit-Queue: Helen Li <xunjieli@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#548844}
-
Raymond Toy authored
Move the AudioNode tests to WPT. Can't move tail-processing.html because it's specific to Chrome's tail processing. Firefox passes all tests except: * audionode.html (because new AudioContext(1,44100,44100) succeeds but shouldn't * tests that use oac.suspend * audionode-connect-method-chaining.html with an IndexSizeError connecting Bug: 745778 Change-Id: I0e21e2117a75246367ea2642759ed917ee3e028f Reviewed-on: https://chromium-review.googlesource.com/994136Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#548843}
-
Nico Weber authored
Speculative change to try and get the debug bots to link again. Bug: 829795 Change-Id: I987675ee5c0163f2dc1e725910f9be14ca92aa1e Reviewed-on: https://chromium-review.googlesource.com/999323Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#548842}
-
Carlos IL authored
SupervisedUserInterstitial now keeps track of whether it called Proceed() on interstitial_page_ and doesn't call it again if it has already been called for the current interstitial. Bug: 829345 Change-Id: I2e5a66884bf9b9aa7182fdc70ea6629c38cb097b Reviewed-on: https://chromium-review.googlesource.com/998062 Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#548841}
-
Andrey Kosyakov authored
Also fix request-response-interception-disable-between.js which only used to work because interception on both response and request did not. Bug: 829595 Change-Id: I6e00c6b5a56e512d24fedc6369462376dddcbe3e Reviewed-on: https://chromium-review.googlesource.com/999040Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#548840}
-
Krishna Govind authored
R=cmasso@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I04ef7e852874486c5d2594a7d6b224a165b3df20 Reviewed-on: https://chromium-review.googlesource.com/999818Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#548839}
-
Simon La Macchia authored
Problem: When the GLVirtualContextsTest tests are run on a device with Open GL ES 2.0, the tests fail during initialization because it tries to re-initialize a GLManager (gl_real_) after failing to initialize as content type ES 3.0. The problem being theat the gl_real_ is now in an inconsistent state and cannot be initialized again. Solution: Reset the GLManager (gl_real_) after failing to be initialized as ES3, so that it can be re-tried as ES2. Bug: None 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Idb0a6947baa80c3135418504e77458171eebe1fa Reviewed-on: https://chromium-review.googlesource.com/999268Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#548838}
-
Tetsui Ohkubo authored
This CL removes WebNotificationTray button when --enable-features= SystemTrayUnified. UnifiedSystemTray will replace WebNotificationTray and SystemTray. When the flag is enabled, UiController, AshPopupAlignmentDelegate, and MessagePopupCollection will be also owned by UnifiedSystemTray. TEST=manual BUG=828752 Change-Id: I03cf6949bb2b165d4bda89327570aac74328e88c Reviewed-on: https://chromium-review.googlesource.com/987635Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#548837}
-
Chris Lu authored
Original assets had white backgrounds. These have transparent ones. Also uses the new history asset in Recent Tabs. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ibbdcff9a87cc3b93a59710736fa1b82f1b246efb Reviewed-on: https://chromium-review.googlesource.com/999294 Commit-Queue: Chris Lu <thegreenfrog@google.com> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#548836}
-
Xiyuan Xia authored
- AnswerCardWebContents uses RemoteViewProvider to prepare answer card contents for embedding; - SearchResultAnswerCardView uses RemoteViewHost to embed the contents from AnserCardWebContents; Bug: 812434 Change-Id: I2c9785c96987367a72278c66205f20e579bf91ca Reviewed-on: https://chromium-review.googlesource.com/992361 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#548835}
-
Min Qin authored
BUG=803135 Change-Id: Ic015aad8a0ebeaecabd50b1cce18d520bfc9d053 Reviewed-on: https://chromium-review.googlesource.com/998614Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548834}
-
Mikhail Pozdnyakov authored
This patch enables by default the following interfaces: Accelerometer, LinearAccelerationSensor, Gyroscope, AbsoluteOrientationSensor and RelativeOrientationSensor. Intent-To-Ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/r8iKkTXftm4 Bug: 750018 Change-Id: Id92b54ca01e254d177760a42a022df45403f5f37 Reviewed-on: https://chromium-review.googlesource.com/997852Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> Cr-Commit-Position: refs/heads/master@{#548833}
-
Becca Hughes authored
The media controls were performing manual paint invalidation from when we used to have MediaControlPainter. Now we use CSS this is handled for us automatically. According to manual testing this reduces the time painting from 153 ms to 49ms. BUG=821961,821414 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ie864f914c7ced0031710d81a7a702c8e3697a312 Reviewed-on: https://chromium-review.googlesource.com/998834 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#548832}
-
Mike Meade authored
This cl adds a chromedriver test target for system, beta, dev, and canary installs. All tests involving next version mini installer are skipped due to issues with chromedriver. The change to previous version upgrade strategy will hopefully fix this. BUG=461856 Change-Id: Ic7ed5e8ba442394c26a5b3e36f9ca3c6d010916e Reviewed-on: https://chromium-review.googlesource.com/998739Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Mike Meade <mmeade@google.com> Cr-Commit-Position: refs/heads/master@{#548831}
-
Julia Tuttle authored
We were delaying the first report upload by a minute for no reason. Let's not do that. Change-Id: I5c6cf7c6e0b923d1722434b27698036cf9fa8d52 Reviewed-on: https://chromium-review.googlesource.com/996093 Commit-Queue: Julia Tuttle <juliatuttle@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#548830}
-
Jennifer Apacible authored
Update the browser/ side plumbing of updating the Picture-in-Picture viz::SurfaceId to be const&. This is already the case on the renderer/ side. BUG: 726619 Change-Id: I26ae3c8b67daca6fb958fb88ad6c762bebf1af42 Reviewed-on: https://chromium-review.googlesource.com/999305 Commit-Queue: apacible <apacible@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#548829}
-
Gustav Sennton authored
We need to guard support library method calls with feature flags to ensure the methods are only called on webview / support library version where they're supported. In this CL we add feature flags for various APIs related to WebSettings, SafeBrowsing, and ServiceWorkers. Bug: 828612 Bug: 819595 Bug: 816506 Change-Id: Ice5f5645040ab7316ef90322812ca6319e8a2351 Reviewed-on: https://chromium-review.googlesource.com/995933 Commit-Queue: Gustav Sennton <gsennton@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548828}
-
Ehsan Karamad authored
This CL adds support for zooming into the focused editable node when the node is inside an OOPIF. The CL resolves the issue by: * Refactoring and renaming ComputeScaleAndScrollForFocusedNode to ComputeScaleAndScrollForEditableElementRects where instead of the element, the bounds for the element and caret are passed as arguments. * Calculating the rectangle to scroll considering the current element bounds, caret bounds, and frame rects. The calculation tries to include the union of element bounds and caret bounds if possible or otherwise, a smaller rectangle which includes the caret bound. * Calculating and sending the relative position of caret and element inside the rectangle to scroll. * Using the rect to scroll and the relative caret and element bounds with the new ComputeScaleAndScrollForEditableElement to find the final zoom and scroll as similarly to the in-process case as possible. Link to design doc: https://goo.gl/2jHJUv Bug: 784982 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I63127abfeb31b543cc7e990bf01da77489357076 Reviewed-on: https://chromium-review.googlesource.com/830980Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#548827}
-
Koji Ishii authored
Manual review of IMAGE/IMAGE+TEXT failures after the Time New Roman change in crbug.com/787020, a series started in CL:997255. This time is the result of manual reviews, up to the end in the alphabetical order, from bot result #4616. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I72a4b7b8430ba7478a06a6a343c55d4331cb10ba Reviewed-on: https://chromium-review.googlesource.com/999832 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#548826}
-
Tom Anderson authored
BUG=787020,829228 TBR=eae Change-Id: If6bffd3778b2bee8749fa3b1f77a0affd599d1ba Reviewed-on: https://chromium-review.googlesource.com/998133Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#548825}
-
chaopeng authored
Since touchpad gestures will expose as mousewheel events on JS. Developer may want the modifier state. In this patch, we read the modifier state and fill it into the event. Bug: 779372 Change-Id: Idf3ab53433795a40c7e89c887a9bb38a0c9f5f6b Reviewed-on: https://chromium-review.googlesource.com/996379Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#548824}
-
Corentin Wallez authored
TBR=kbr@chromium.org BUG=chromium:754986 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I1f48e4fe4b6f7e7d904e154f2f81ff27bdae4e0e Reviewed-on: https://chromium-review.googlesource.com/999732 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#548823}
-
Mohammad Refaat authored
Don't present StoreKitLauncher view, if there is already one presented. Also create FakeUIViewController and update store_kit_coordinater_unittest.mm to use it Bug: 828517 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I8222f0a831167999c7d3406412d94cc5b66bc6d5 Reviewed-on: https://chromium-review.googlesource.com/996375 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#548822}
-
Michael Thiessen authored
A cvc->NativePage switch can happen while paused, leading the CVC's paused/resumed state to be incorrect because there's no current CVC when Chrome is resumed. We need to update the paused/resumed state for all CVCs during pause and resume to ensure the state is always correct. Bug: 829793 Change-Id: I64d816aad648dad0d1c5898041eabd6b56d77b91 Reviewed-on: https://chromium-review.googlesource.com/999736Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#548821}
-
Tommy Steimel authored
This CL adds a test mode flag to modern media controls that hides the loading panel. This will be used for other changes as well, such as not showing the transition for the overlay play button. This is to be used for layout testing to prevent mismatch issues arising from the animations being at a different point. Bug: 775534 Change-Id: Ie79560f1f012992d50222d31f5a953b30a925916 Reviewed-on: https://chromium-review.googlesource.com/997015 Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#548820}
-
Tom Sepez authored
Bug: 825557 Change-Id: Ibde6fc555aa9e35e1896a2eb5ecccdc80869c8ce Reviewed-on: https://chromium-review.googlesource.com/985026 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#548819}
-
Joshua Bell authored
Simplify/rework the tests for the 'expires' options. Don't run the tests with the special secure-only prefixes, as that's orthogonal to the behvior. In Chromium, this also reveals that support for HTTP date strings as 'expires' values, as described in the explainer[1] is not yet supported. [1] https://github.com/WICG/cookie-store/blob/gh-pages/explainer.md Bug: 729800 Change-Id: I015fd643f18b59c8294f9dc62d576682132795fd Reviewed-on: https://chromium-review.googlesource.com/994284 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#548818}
-