- 06 Apr, 2018 40 commits
-
-
https://webrtc.googlesource.com/src.git/+log/83d676bd1505..3ab5c40f72ef $ git log 83d676bd1..3ab5c40f7 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:None,chromium: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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I96d9f10f9295b7a7b03fbc0a24e891b46f009f20 Reviewed-on: https://chromium-review.googlesource.com/998399Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#548755}
-
kylechar authored
Add a CHECK that XOpenDisplay() doesn't return null when initializing Ozone X11. There is no point going any further, we are going to crash somewhere else and the crash stack isn't going to be as obvious. Original change in https://crrev.com/c/980596. Reland change with call to XInitThreaded() first still to avoid crashes. Bug: 806508 Change-Id: I0ca480b140da702946b4b75cd93c63cd388fdfca Reviewed-on: https://chromium-review.googlesource.com/997894Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#548754}
-
Ken Rockot authored
This is instead of having it reflect the allocation size, which may be larger than the requested size on some platforms. See bug for some elaboration. Also ensures that SharedMemoryMapping::size() reflects the requested size, and adds SharedMemoryMapping::mapped_size() to reflect the actual mapped size of the mapping. mapped_size() is used by SharedMemoryTracker. Bug: 829158 Change-Id: Ifde49f232548f865e8f8a6a1e5f948120f1b0ef0 Reviewed-on: https://chromium-review.googlesource.com/996811 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548753}
-
Boris Sazonov authored
This CL changes the layout for account picker in signin_view.xml so it uses wrap_content for layout_height instead of explicit height in dps. This is a follow-up to https://crrev.com/c/986262 that has done the same for the account row in the account picker dialog. Using explicit height for TextViews is dangerous as it may cause clipping when font scaling is enabled, especially with tall scripts. This CL also fixes ordering of XMLs attributes in the chunk it changes. Bug: 814728 Change-Id: Ie7d1c7c9ccc8eb56bff3653c06aedff39cd50bc3 Reviewed-on: https://chromium-review.googlesource.com/999593Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#548752}
-
Ramin Halavati authored
Traffic annotation auditor's clang tool switches path is changed to absolute path, and data dependency on it is corrected. TBR=msramek@chromium.org Bug: 690323 Change-Id: If3dd10339745c601d6a4e4d077b5251defe37af6 Reviewed-on: https://chromium-review.googlesource.com/999612Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#548751}
-
Jinho Bang authored
The related spec change: https://github.com/w3c/payment-handler/pull/276 Payment Handler feature is behind a flag: chrome://flags/#service-worker-payment-apps FYI, the original field type was `repeated string`, and the changed field type is `optional string`. So, if `enabledMethods` data is stored in a previous version, when reading the `method` field in a new version, the protobuf will read the first element of `enabledMethods`. Therefore, DB migration is not required. Bug: 828894 Change-Id: Ic5775768eaff9584517956f2984473e8b6a0a411 Reviewed-on: https://chromium-review.googlesource.com/986121Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#548750}
-
Elly Fong-Jones authored
This entire dialog will be replaced soon, but for now, remove the flag on Mac and the wiring that hooks up the flag. It's not currently possible to remove the dialog code wholesale because the NTP code for examining an app always uses ShowAppInfoInNativeDialog(). Bug: 828270 Change-Id: Ieae022a5a8733819eadbb41e95c9ce67f5e9e73a Reviewed-on: https://chromium-review.googlesource.com/998013Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#548749}
-
Mounir Lamouri authored
This is removing the kMediaOverlayPlayButton and resolves the issue of exposing only the play state to the accessibility tools with the new media controls. Bug: 829579 Change-Id: I4aa97ec6904933719bab02ef2451af0519230c03 Reviewed-on: https://chromium-review.googlesource.com/998553 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#548748}
-
Friedrich Horschig authored
By moving the keyboard accessory to chrome/browser, the following work for the new manual UI will be simplified by a large margin: - The entry point for the fallback sheet can be added directly - Buttons as needed for password generation can be added - styles can be unified by using default resources This CL mainly moves the files and modifies BUILD files accordingly. Only colors have changed to similar-looking colors that are already defined in Chromium (which is unproblematic this component is not user-facing yet and its final visuals are far from done). Bug: 828832 Change-Id: I6e9b9c9902468c010f72b717fd24de0bd81953af Reviewed-on: https://chromium-review.googlesource.com/995415Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#548747}
-
Mikel Astiz authored
It's flaky on Win7 Tests (dbg): https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests&tests=fast%2Fhistory%2Fhistory-back-twice-with-subframes-assert.html&showFlaky=true TBR=smcgruer@chromium.org NOTRY=true Bug: 829740 Change-Id: Icbe3428b6652e1bf2d701355a661acbd5d9b3cb9 Reviewed-on: https://chromium-review.googlesource.com/999483 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#548746}
-
Martin Sramek authored
This was added in M66 as it was needed by ConsentAuditor. After an in-memory queue was added to UserEventService in https://chromium-review.googlesource.com/c/chromium/src/+/980975, it can handle events before the initialization of the persistent storage is finished, thus obsoleting the early initialization. Bug: 819296 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ieca1cf50cb02ebf9e9336c0be755eb89b5b1de16 Reviewed-on: https://chromium-review.googlesource.com/999052Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#548745}
-
Jinho Bang authored
Until now, we had to use IsSecureContext() to check whether an execution context is a secure context manually. But we can use [SecureContext] instead of the manual check now. Related spec change: https://github.com/w3c/web-nfc/pull/143 https://github.com/w3c/web-nfc/pull/144 Bug: none Change-Id: I1396470cc57aeba137ddba65d1f29eb58cf9cf9b Reviewed-on: https://chromium-review.googlesource.com/989537Reviewed-by:
Alexander Shalamov <alexander.shalamov@intel.com> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#548744}
-
jdoerrie authored
This change introduces a CHECK that the ranges passed to u2f_parsing_utils::Append do not overlap. Calling it with overlapping ranges results in undefined behavior if a reallocation is necessary during the Append operation. Bug: 780078 Change-Id: Ibc83c054bdf8dee81f293c54f980c6735fcc358a Reviewed-on: https://chromium-review.googlesource.com/999481 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#548743}
-
Takashi Toyoshima authored
Bug: 803766 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Idf30c00040eb3196902a4a611e2b51b00e995ca9 Reviewed-on: https://chromium-review.googlesource.com/996735 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#548742}
-
Fredrik Söderquist authored
Update FontDescription::BolderWeight and LighterWeight to match the table in https://drafts.csswg.org/css-fonts-4/#font-weight-prop . Bug: 809956 Change-Id: I18cb9a10ef3d86f68113bb0663e5364d0120a739 Reviewed-on: https://chromium-review.googlesource.com/997592 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#548741}
-
Vaclav Brozek authored
IOSFormParser is a class used on iOS to turn a HTML description of password forms into an internal PasswordForm structure. The class has no data members and the only method, Parse(), is thus effectively static. It was created as a class for two reasons: (1) to allow mocking, and (2) to enable holding some server-supplied state. I chatted with dvadym@ and we agreed that once this actually needs being mocked, we can assess the concrete needs, and perhaps change some alternative (e.g., providing a fake result for testing) to mocking which would still require adding a virtual interface and other boilerplate. Holding the server-supplied state might also likely end up in PasswordFormManager. Because it is confusing to create IOSFormParser instances in the current code and the two concerns above seem addressed, this CL turns IOSFormParser into a single static function, ParseFormData(), following the existing pattern found in components/password_manager/core/browser/import/csv_reader.h. Bug: 827945 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Idbbd5087f301bb07974364f7b8bd324ed42a0fa5 Reviewed-on: https://chromium-review.googlesource.com/990333 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#548740}
-
Matt Falkenhagen authored
This adds support for: * Service worker intercepting the main script request for a shared worker. * Service worker intercepting subresource requests from a shared worker (i.e., importScripts, fetch/xhr). These tests now pass: external/wpt/service-workers/service-worker/claim-shared-worker-fetch.https.html external/wpt/service-workers/service-worker/shared-worker-controlled.https.html Here is the basic flow: 1) Renderer (Main): calls new SharedWorker() 2) Browser (UI): SharedWorkerServiceImpl starts preparing the shared worker. 3) Browser (IO): With this patch, here we create the ServiceWorkerProviderHost for the shared worker, and SharedWorkerScriptLoaderFactory (a URLLoaderFactory subclass) for loading the main script. 4) Renderer (Main): SharedWorkerFactory::Start is called by the browser. The URLLoaderFactory and provider host info are passed into it. It starts the shared worker, creating the shadow page and ServiceWorkerNetworkProvider. The network provider uses the browser-assigned provider_id. The shared worker uses the URLLoaderFactory to load the main script, via WebServiceWorkerNetworkProviderForSharedWorker::CreateURLLoader. 5) Browser (IO): SharedWorkerScriptLoaderFactory creates a SharedWorkerScriptLoader for the request. This loader behaves like NavigationURLLoaderNetworkService: it allows ServiceWorkerControlleeRequestHandler to interept the request (setting the controller and dispatching a fetch event), or goes to network. On redirects, it repeats for the new URL. 6) Renderer (Worker): After the worker starts up, it can make requests using importScripts() or fetch/xhr. importScripts() go to the main thread's WebServiceWorkerNetworkProviderForSharedWorker::CreateURLLoader like before, which forwards the request to the controller. fetch/xhr go through off-main-thread fetch, which also forwards the request to the controller. Unlike navigations, this doesn't pass SubresourceLoaderParams along with the response. This means the controller info (sent via the SetController IPC) can be received after the script response. To guarantee the controller info is received before starting the worker, a ping/pong to the ServiceWorkerContainerHost interface is performed after the script is received. Once the pong is received, we know the SetController IPC must have been received, so we can continue starting the worker. Design doc: https://docs.google.com/document/d/1KuzxwHMSgj4w-QH6f_Ks1QFcGjM36mEomGp6X-T3tqc/edit?usp=sharing Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ia064cd694a41491cf4023202e44e96dba759e969 Bug: 796819 Reviewed-on: https://chromium-review.googlesource.com/981845 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#548739}
-
Max Morin authored
Bug: None No-Try: true Change-Id: Id77f44682a682c7edbf0df365392737870ecfb5b Reviewed-on: https://chromium-review.googlesource.com/997744 Commit-Queue: Max Morin <maxmorin@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#548738}
-
Ramin Halavati authored
Change-Id: I57a7aab0e1dead805863f974aca238d09aa3162d Reviewed-on: https://chromium-review.googlesource.com/999487Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#548737}
-
arthursonzogni authored
Add a new Chrome Apps test. It tries to open a new window using chrome.app.window.create() with a file that does not exist. The callback must be called with createdWindow == undefined. Bug: 820995 Change-Id: Iaffe9373e2f19f30d473f3bd165c1a2822f85073 Reviewed-on: https://chromium-review.googlesource.com/986437 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#548736}
-
Marina Ciocea authored
Add implementation of media::mojom::AudioInputStream to audio service. This implementation is not used yet, it will be used in a future CL introducing input stream factory. UserInputMonitor is also not used, and will be moved to audio service in a future CL. Also removed AIC::Create branch that returns null if params are invalid, as params are verified many times along the way to AIC and should be valid. Bug: 803102 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: Ib0b3c381bb9d5493e22047f13d093a87c252229c Reviewed-on: https://chromium-review.googlesource.com/975642 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548735}
-
Yuta Kitamura authored
This class is Blink's public interface, so its name should start with "Web". This is a follow-up of crrev.com/c/986112. Bug: 826203 Change-Id: I88933aa86fbe64c695cc10a76ce36edc1b981f7a Reviewed-on: https://chromium-review.googlesource.com/989386Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#548734}
-
Michael van Ouwerkerk authored
This reverts commit 023aea51. Reason for revert: Causing downstream compile failure. Bug:755921,710720,828968,829765 Original change's description: > Custom Tabs: permanently disable prerender from custom tabs. > > Removes the ability to set a prerender speculation mode for custom tabs, > making the background (hidden) tab the only option. Where appropriate, > method names mentioning "prerender" have been changed to > generically refer to "speculation". In one case shims for > shouldPrerenderOnCellularForSession, etc, have been left in so that > downstream code can be changed in a future CL. > > Bug: 755921,710720, 828968 > Change-Id: I7234fad18a9616ae65f20af39da4a0261cf75935 > Reviewed-on: https://chromium-review.googlesource.com/979992 > Commit-Queue: Matthew Cary <mattcary@chromium.org> > Reviewed-by: Bernhard Bauer <bauerb@chromium.org> > Reviewed-by: Egor Pasko <pasko@chromium.org> > Reviewed-by: Benoit L <lizeb@chromium.org> > Reviewed-by: Gayane Petrosyan <gayane@chromium.org> > Cr-Commit-Position: refs/heads/master@{#548717} TBR=pasko@chromium.org,bauerb@chromium.org,gayane@chromium.org,lizeb@chromium.org,mattcary@chromium.org Change-Id: Ib6105a4f7f5d1721374e2b27ba818a86640b7903 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 755921, 710720, 828968 Reviewed-on: https://chromium-review.googlesource.com/998895Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#548733}
-
Elad Alon authored
RunFunction() was verifying whether a value was returned, then the test bodies were also verifying the same thing. This CL fixes. Bug: 814402 Change-Id: I177053ee53d1f651ad0cda986b78148759ddcea9 Reviewed-on: https://chromium-review.googlesource.com/986266Reviewed-by:
Henrik Grunell <grunell@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#548732}
-
Erik Chen authored
The out of process heap profiler only requires modules to be dumped, not every single virtual memory region. This CL modifies the interface to support this, and updates the macOS implementation to be much faster. The other OSes currently still perform full address space dumps - this can be changed in the future if it proves to be a performance issue. Bug: 826913 Change-Id: Ibaa03d3dfae71a2b6d090aed0ab2ffdc4bb090a9 Reviewed-on: https://chromium-review.googlesource.com/986680 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#548731}
-
Daniel Bratell authored
Earlier this year, all kSha2Hash got longer names but two kSha256Hash must have remained, and now they ended up in the same translation unit and jumbo on Windows stopped compiling. This renaming follows the pattern of earlier renames. TBR=thestig@chromium.org Change-Id: I95b7d6b7e5f43f25bee8e98aa3eeeb4de9d7e55f Reviewed-on: https://chromium-review.googlesource.com/999415Reviewed-by:
Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#548730}
-
Philip Jägenstedt authored
Bug: 829761 Change-Id: I1b7b0f849b9d28fa7b46a7fe789459ada7f94fe3 No-Try: true TBR: jsbell@chromium.org, pwnall@chromium.org Reviewed-on: https://chromium-review.googlesource.com/998097Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#548729}
-
Farah Charab authored
normal priority queues. Modify the task queue selection and starvation logic, and add the relevent unit tests. Rename kHighPriority to kHighestPriority, and modify the affected code. The introduced priority is kHighPriority. Change-Id: If6d928180e8848f5492a64ce6a3d504219658376 Reviewed-on: https://chromium-review.googlesource.com/978011 Commit-Queue: Farah Charab <farahcharab@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548728}
-
Yoshifumi Inoue authored
This patch changes "5418891.html" to utilize |selection_test()| for ease of maintenance. Following patch will rename "5418891.html" to "break_blockquote_at_end_of_content.html". Bug: 679977 Change-Id: I753287bf7be767e48f3547a2ecc319930a57a9a0 Reviewed-on: https://chromium-review.googlesource.com/999223Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548727}
-
Seth Hampson authored
The WebRTC change has rolled in that these 2 tests were disabled for. One is being re-enabled and updated to pass, while the other is being removed because it is no longer relevant. Bug: webrtc:7932, webrtc:7933 Change-Id: Ia0a9f61997a1640c37fdc8e632f28543169b2161 Reviewed-on: https://chromium-review.googlesource.com/995961Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#548726}
-
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 fast/ in the alphabetical order, from bot result #4607. 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: I6b909b760144ffed884a3f984253835ed388a2b9 Reviewed-on: https://chromium-review.googlesource.com/999459 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#548725}
-
https://skia.googlesource.com/skia.git/+log/7768fa17b795..485dc868fff7 $ git log 7768fa17b..485dc868f --date=short --no-merges --format='%ad %ae %s' 2018-04-06 update-docs Update markdown files 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;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 TBR=herb@chromium.org Change-Id: I183d2f42fd03609d6d01bf3e5a40efcb9bd9a445 Reviewed-on: https://chromium-review.googlesource.com/999309Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#548724}
-
https://webrtc.googlesource.com/src.git/+log/19aab2ee7c6b..83d676bd1505 $ git log 19aab2ee7..83d676bd1 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium: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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Icb6da3755f6049f859a68bed0a3084d8e5fb6396 Reviewed-on: https://chromium-review.googlesource.com/999104 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#548723}
-
Fredrik Söderquist authored
We were previously always using the "left edge" of the fragment bounding box when computing the position within the fragment. This works poorly for vertical text. Use "top edge" for the vertical case instead. Bug: 829214 Change-Id: I52e0aeffa95d05b1c86cd6aeca5dde7a886db486 Reviewed-on: https://chromium-review.googlesource.com/997792 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548722}
-
Henrik Boström authored
The assert_object_equals would fail due to timestamps being different in rare runs where the getStats() cache was invalidated between the two calls. external/wpt/webrtc should make no assumptions about any cache. Tests are updated only to compare stats IDs, not individual metrics. Bug: 829401 Change-Id: I6fcc781a1827af69f47a5c4416dd5e6bae0c98b3 Reviewed-on: https://chromium-review.googlesource.com/999477Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#548721}
-
Takashi Toyoshima authored
This patch adds preflight cache and request implementation in cors::PreflightController. Bug: 803766 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I3681fee55e58636c00218e25eafc446bdd9e30e8 Tbr: kinuko@chromium.org Reviewed-on: https://chromium-review.googlesource.com/992212 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#548720}
-
Hajime Hoshi authored
This is part of efforts to replace base::ThreadTaskRunnerHandle::Get() and SequencedTaskRunnerHandle::Get() with other appropriate task runners in the renderer. Bug: 827065 Change-Id: I07e9d3d051c0d4b01aeeafd86e06716ed8473af7 Reviewed-on: https://chromium-review.googlesource.com/987594 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#548719}
-
Giovanni Ortuño Urquidi authored
Changes tests to use embedded test servers so that URLs can be loaded successfully. This deflakes tests and allows us to test more cases e.g. pages with mixed content, pages with invalid certificates etc. Also adds tests for mixed content and invalid certificates. Based on https://crrev.com/c/923226 by mgiuca. Bug: 825713, 814400 Change-Id: I8603f3e6340eebbbc2faed594825745aed10bb0a Reviewed-on: https://chromium-review.googlesource.com/994553Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#548718}
-
Matthew Cary authored
Removes the ability to set a prerender speculation mode for custom tabs, making the background (hidden) tab the only option. Where appropriate, method names mentioning "prerender" have been changed to generically refer to "speculation". In one case shims for shouldPrerenderOnCellularForSession, etc, have been left in so that downstream code can be changed in a future CL. Bug: 755921,710720, 828968 Change-Id: I7234fad18a9616ae65f20af39da4a0261cf75935 Reviewed-on: https://chromium-review.googlesource.com/979992 Commit-Queue: Matthew Cary <mattcary@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#548717}
-
Luciano Pacheco authored
Bug: 829203 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I605b89d1015fb6a145951871a05bc2db6cf6676e Reviewed-on: https://chromium-review.googlesource.com/999274 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#548716}
-