- 30 May, 2019 40 commits
-
-
Erik Chen authored
Change-Id: Iabc239d78dde1bf746f6184fdc5f539a0a02637c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637601 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#664950}
-
Aaron Tagliaboschi authored
These methods will (eventually) be used to pass raw header information (both request and response) from the network service directly to the browser process, bypassing the render process. Currently sends information about cookies that were excluded or flagged before being sent in a request or stored in a response. In NetworkServiceClient, a deprecation warning is fired if a cookie runs afoul of the new samesite cookie rules (described in draft-west-cookie-incrementalism) and then fires a verbose message for each cookie. These messages will fire if the feature is on and the cookies are truly blocked and also when the feature is turned off and the feature is flagged by the code in <crrev.com/c/1625841> Also adds use counters for the deprecation messages to measure compat risk. Bug: 856777,966576 Change-Id: Ibf49035bdaf4b20cf0d82e1c1b00e54d4050c0c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600541 Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#664949}
-
Liquan(Max) Gu authored
The opacity check is unnecessary for FCP++ because: "we won't paint opacity:0 layers if the layer has no hint that it will change opacity". Bug: 968575, 957674 Change-Id: I4adf1c2bba37fcdfc1511580d40481943ce1a444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637724Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#664948}
-
Saman Sami authored
It's better to grab it from SurfaceClient since it's constant for all surfaces of the client. Bug: 938947 Change-Id: I4e5c5d986ac7a91146f9fa1677fa472ba5b9a4d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637436Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#664947}
-
Scott Haseley authored
The starvation scores for the high and very high priorities were inverted, so very high was acting as if it was between normal and high priority instead of high and highest. Bug: 863341 Change-Id: I98c62cbdc859560b2883375b251c711b8dc13e1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634549Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#664946}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e6d52d6c. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" d9a6ec05 "[MediaStreamTrack] Remove tests and existing support for the 'volume' property." 0882bebe "Change ICE connection state on transceiver changes" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." 2229f484 "Revert "Change ICE connection state on transceiver changes"" ab94a58b "Add the remaining Client Hints to Feature Policy." e1be827e "Reland "Use promise in wpt pointer event tests to finish the tests"" 5b933889 "Reland "Adding support to bitmaprenderer in OffscreenCanvas"" 22e874da "Reland "Keep scroll by keyboard after child focused node is removed"" 9d90efc8 "Deflaky pointerevent_touch-action-inherit_child-auto-child-none_touch.html" 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: rego@igalia.com: external/wpt/css/selectors NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Ie7162112c61ac4fcbc2eebdf6d92413310c17333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637530Reviewed-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@{#664945}
-
Chris Lu authored
Before this change, selectAndScrollToMatch() was selecting the n-th total match, including invisible matches, and if the n-th match was not visible, the next visible match was selected. In addition, it was returning the total index value of the selected match, which included invisible matches. This is particularly problematic when the first overall match was not visible. The logic would select the next visible match and return that match's overall index. It could not return 0 because the logic has no idea how many visible matches precede that index. To remedy these issues, always select the n-th visible index and return that n-th visible index value. Bug: 965834 Change-Id: I45607c18b8532132de304d230b6a9537c37c9f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626658 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#664944}
-
Zhenyao Mo authored
This CL only prints out the info in a test, so we could take a look and wire them up in a follow-up. Part of this CL will be reverted after we get the info. This should only affect gl_unittests and should not turn any bots red. I believe this is the least intrusive way to gather what we need. BUG=967860 TEST=bots R=sunnyps@chromium.org Change-Id: I216151660263a575a48542a2c21d914d0f12e3a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637863Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664943}
-
Shimi Zhang authored
Test is flaky. TBR: gogerald@chromium.org, rouslan@chromium.org Bug: 968797 Change-Id: Ifda5c81c08142428ef25cd7093ea823eb68bc639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637862Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#664942}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/f630b2534321..c0d7ee45d45f git log f630b2534321..c0d7ee45d45f --date=short --no-merges --format='%ad %ae %s' 2019-05-30 sugoi@google.com Disable double inline warning in LLVM project Created with: gclient setdep -r src/third_party/swiftshader@c0d7ee45d45f 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 TBR=swiftshader-team+autoroll@google.com Change-Id: I0d8bbe7d28c3f0280ff33b3e764136d548ae40e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637769Reviewed-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@{#664941}
-
Patrick Monette authored
The caller is already assumed to take on ownership of the return value (See browser_main_loop.cc). Wrapping it in a unique_ptr makes this explicit. Tbr: tapted@chromium.org Tbr: thakis@chromium.org Tbr: seantopping@chromium.org Tbr: rdevlin.cronin@chromium.org Tbr: boliu@chromium.org Tbr: skyostil@chromium.org Tbr: oshima@chromium.org Change-Id: I9e9d4944519be30fdbc53c3fb3fbd4083e3b2785 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632532 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#664940}
-
Aaron Tagliaboschi authored
Bug: 856777,966576 Change-Id: Ie4500ae83fc0371cf091648519b532cc3b96f7eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637033Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Cr-Commit-Position: refs/heads/master@{#664939}
-
Chris Harrelson authored
In particular, non-axis-aligned transforms are not allowed. Bug: 968255 Change-Id: I01151d08fe1f3a6fdf1aad95950c0be672776cc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636437Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664938}
-
Ben Pastene authored
It's been folded into dep:chrome. Bug: 963618 Change-Id: Id98b1e01116538f2c9c2f9ddccd9ac023e33d44c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637479Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#664937}
-
Ahmed Fakhry authored
This CL implements the global shelf and Alt+Tab window activation: - Windows on inactive desks can be activated via the shelf or Alt+Tab, upon which the active desk will be switched. - Shelf menu lists browsers from all active and inactive desks. - Entering tablet mode, maximizes all windows on active and inactive desks. Demo: https://bugs.chromium.org/p/chromium/issues/detail?id=866622#c38 BUG=866622 Change-Id: I5c5dea1374131e372c4109c4023942c0d4625a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628176Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#664936}
-
Tomasz Wiszkowski authored
Bug: 960467 Change-Id: I3f8c37efeadf1c2792500574952f57766f410e0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636576Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#664935}
-
Peter Kotwicz authored
BUG=None Change-Id: Ie013396ba56d891d569ab5a3bb305b16e1a0626c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629331 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#664934}
-
Xiyuan Xia authored
Shelf bounds update (e.g. from alignment change) during overview animations is ignored and should be applied after the animations. Bug: 964910 Change-Id: I8d10de13954b5421c345a90ff601bafbe481cabe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636566Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#664933}
-
Xianzhu Wang authored
ReplacedContentTransform bakes the offset into it, so the contents layer should have zero offset from transform node. Bug: 967652 Change-Id: Iadfe3354286b9847acf41dd88822e40f73ccab64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636601Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#664932}
-
Michael Crouse authored
Initial changelist to provide support for preventing the HintsFetcher from requesting hints for hosts that were visited before DataSaver was enabled. This adds a DictionaryPref, kHintsFetcherTopHostBlacklist, to hold a blacklist of hosts in the users browser history before DataSaver is enabled. The change uses the blacklist by removing the hosts it contains from the hosts returned by the PreviewsTopHostProviderImpl. Future changelists will add logic for when to initialize and update the blacklist as well as populating it with the the hosts in the site engagement service when DataSaver and HintsFetcher is initially enabled. Bug: 943846 Change-Id: I6fa9a28609f9712cbe1d15904de778e7bbf896f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625823 Auto-Submit: Michael Crouse <mcrouse@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#664931}
-
Sahel Sharify authored
This cl makes the following changes to make sure that each instance of journey_logger records exactly one events bit field: 1- SetAborted is changed to always record the first abort reason rather than recording only after trigger. This ensures that the sample count of PaymentRequest.Events with [User|Other]_Aborted bits set is equal to the sample count of PaymentRequest.CheckoutFunnel.Aborted 2- In ~JourneyLogger an UMA counter has been added to log whether the bit field is recorded or not. The DCHECK is also changed to dump without crash to capture not recorded cases on stable. 3- In JourneyLogger::RecordJourneyStatsHistograms an UMA counter has been added to log when multiple recording happens. The DCHECK is again changed to dump without crash to capture these cases on stable. Bug: 967502 Change-Id: Ic0d446128ccdb9602b81e0bf63f61b650169aced Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630517Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#664930}
-
Tomasz Wiszkowski authored
This change ensures dominant color is used in place of entity suggestion icon until entity image becomes available. Bug: 930349 Change-Id: I6012bb6d7dfe85b432838e3d65f847ff9d880325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636031 Commit-Queue: Ender <ender@google.com> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#664929}
-
Piotr Bialecki authored
Short summary: - XR.WebXR.Session replaces XR.WebXR.PresentationSession and adds information about session mode and whether legacy WebVR API was used. StartAction metric is not copied over from XR.WebXR.PresentationSession. - XR.WebXR.SessionRequest event is added to keep track of `requestSession` API calls. The event metrics include session mode and status (currently `Success` / `Other failure`). The change to UKMs was reviewed by msramek@, the doc describing the changes can be found here: https://goto.google.com/webxr-ukms-76 Bug: 961803,961799 Change-Id: Ic57241a252edd52c73c8acc2adc32a162d508ca1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612063 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664928}
-
Mehran Mahmoudi authored
This implements the new progress bar design for touchless. Screenshot of this implementation: http://crbug.com/958184#c21 Mock: https://docs.google.com/presentation/d/1c-aVSZ_zsBuzCwQ4CrBJppmRQjiupa6PXmlC2OS-F-Q/edit?hl=en#slide=id.g5a1bc6d2c5_1_0 Bug: 958069,958184 Change-Id: I0b21876379036cd4aba3105c35345e187275a60c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628869 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#664927}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b4f93115c39b..e6f5583427ea Created with: gclient setdep -r src-internal@e6f5583427ea 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=melandory@google.com,hiroshige@google.com,mlamouri@google.com,loyso@google.com Change-Id: I817b3a2c47f2ed1ab603f2a47ef5efe9a76d9c9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637413Reviewed-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@{#664926}
-
Caitlin Fischer authored
Screen readers repeat suggestions' disambiguation information, and this is not a good user experience. Example (Googlers only): https://docs.google.com/presentation/d/1mjd7DOCV3cjms5A95fnBKJ4MYYPEWY0XkXu1C0DXcE0/edit#slide=id.g5a92c07359_0_345 Screen readers are instructed to read suggestions' label and additional_label fields; however, in the credit cards and profiles contexts, label stores a string that is used on mobile platforms and additional_label stores a string that is used on desktop. This CL ensures that, in the credit cards and profiles contexts, label stores the correct disambiguation text for the platform and additional_label is unused. Bug: 968100, 967241 Change-Id: I49ffb781614488867615d5a3797b1342c49b3bc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635413 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664925}
-
Etienne Pierre-doray authored
MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=engedy@chromium.org Bug: 616447 Change-Id: I78c543a8602663c3d2f8a11bafdd4f65309dfebc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636356 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#664924}
-
Theresa authored
There's nothing Chrome specific about ObservableSupplier*. Rather, it is a generally useful class for providing dependencies that will be available asynchronously. Moving to base will allow this interface and its implementation to be used more broadly. BUG=960129 Change-Id: Ib556570f4a802180aab8b87eeaa30fa073363555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636713Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#664923}
-
Kurt Horimoto authored
This CL adds the container coordinator and coordinator factory for the kWebContentArea modality. Bug: 941745 Change-Id: Id539be9a3776ed80fc293578cd33394896e71117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610095Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#664922}
-
Nate Fischer authored
No change to logic, this only updates a method doc to reflect the method's current behavior. GenerateAcceptLanguageHeader() decrements q-values by 0.1, not 0.2. I'm not sure when the behavior changed. I observed this when using the method (http://crrev.com/c/1637451), but this does not depend on nor block that change. Test: N/A Change-Id: Ib45bd6f6da66ad80a6c675898000f71e165dbe13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637600Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664921}
-
Dan Sanders authored
This makes it easier to track buffers through the entire pipeline. Bug: 967892 Change-Id: Id7c867682eb6dd5f784966dfd1fa33a5487458c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637681 Auto-Submit: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#664920}
-
Zhenyao Mo authored
It really doesn't fit there, and can just be constructed in renderer side, and doesn't need to be sent over through IPC. BUG=967905 TEST=manual R=kbr@chromium.org,piman@chromium.org,dcheng@chromium.org Change-Id: I4de82ccf5b115f55fd0f68e26076dd1421d7b7c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636443Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664919}
-
Wei-Yin Chen (陳威尹) authored
Bug: 968581 Change-Id: I726dd9496ce657102fd5a5d6e49ea918f9c5a986 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637145Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664918}
-
cjamcl@google.com authored
* This roll removes the DT-specific dark mode theme. DevTools now utilizes the dark theme provided by LH directly. * Move from disableDeviceEmulation to emulatedFormFactor. Bug: 772558 Change-Id: I8d000b5a2470871f977fe814eaf0202837d5062b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623894 Commit-Queue: Connor Clark <cjamcl@google.com> Reviewed-by:
Erik Luo <luoe@chromium.org> Reviewed-by:
Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#664917}
-
Evan Stade authored
TBR=tsepez@chromium.org Bug: 958206 Change-Id: I01f9ed3e56ea54f8bbc6c6674e28afcacd23a738 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636169 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#664916}
-
Kurt Horimoto authored
This allows for tests to create OverlayCoordinatorFactories for a subset of OverlayRequest types for a given modality, allowing more granular tests without duplicating OverlayCoordinatorFactory logic. Bug: 941745 Change-Id: Icbf39e968eeb9e0d0814cad7e37b111e772e1de5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636591 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664915}
-
Saman Sami authored
Even if the parent sequence number goes down after embed token change, the last_active_surface_id should still be updated. Bug: 967012 Change-Id: I82eb37b7f7a5fcdeb54721afc1c171ac330106b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631729Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#664914}
-
Sky Malice authored
Specifics: +77,856 bytes main lib size +505,212 bytes main dex size +139,000 bytes secondary dex size +1,042,189 bytes normalized apk size InstallSize: +401,974 bytes APK size +1,155,702 bytes Estimated installed size (Android Go) +3,004,590 bytes Estimated installed size InstallBreakdown (+3,003,724 bytes): +4,021 bytes Native resources (no l10n) size +2,673 bytes Non-compiled Android resources size +77,856 bytes Native code size +755 bytes Package metadata size +2,890,271 bytes Java code size +28,148 bytes Compiled Android resources size Dex: +3,415 entries fields +5,168 entries methods +1,603 entries types +3,314 entries strings Bug: 968593 Change-Id: Ic81731f77501ae2764a24966d89ce174c84b8635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636720Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#664913}
-
Kenneth Russell authored
conformance/glsl/constructors/glsl-construct-vec-mat-index.html is no longer flaking according to the flakiness dashboard and FindIt. Bug: 525188 Change-Id: Ic9668359a698589359077b2a52ac4c04c96bc5a1 Tbr: jmadill@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637433Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664912}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a913c12462c7..57dc02a5c268 git log a913c12462c7..57dc02a5c268 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 mellem@webrtc.org Add receive_timestamp to DatagramAcks. 2019-05-30 mellem@webrtc.org Move ownership of ICE from DtlsTransport to JsepTransport. Created with: gclient setdep -r src/third_party/webrtc@57dc02a5c268 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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=webrtc-chromium-sheriffs-robots@google.com Change-Id: I2842117e0a2b4c532ab951d7a2054b94db3fa320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637412Reviewed-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@{#664911}
-