- 22 Aug, 2019 40 commits
-
-
Jinfeng Ma authored
Some HTML elements may have a resizer which can be restyled by using CSS pseudo element: -webkit-resizer, for example: 1. <textarea>; 2. <div> with overflow: hidden and resize: both; The resizer of these elements can be displayed independently of the scrollbar. So the custom resizer's construction, style updating, layout and paint offset translation should be considered even if the scrollbar doesn't exist. Bug: 863748 Change-Id: Ie097284fcf8f896c4a394548d0b553475d5f26b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757262 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#689499}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e9bc22c848cc..fa6228187eab Created with: gclient setdep -r src-internal@fa6228187eab The AutoRoll server is located here: https://skia-autoroll.corp.goog/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=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: Ib1bd05942751df169fa4901e4e4de8d9aeea41b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764865Reviewed-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@{#689498}
-
rajendrant authored
Lazyload of iframes and images is disabled when the current navigation is a reload navigation. This is controlled by a finch param to be able to turn off or on when needed. Bug: 991038 Change-Id: I43c107258e36f7d210044bee952ce7eb090aa8db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743130Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#689497}
-
Nina Satragno authored
This patch adds the `removeCredential` command to the WebAuthn DevTools Domain. This allows removing a single credential identified by ID. This is one in a series of patches intended to create a Testing API for WebAuthn, for use in Web Platform Tests and by external webauthn tests. For an overview of overall design, please see https://docs.google.com/document/d/1bp2cMgjm2HSpvL9-WsJoIQMsBi1oKGQY6CvWD-9WmIQ/edit?usp=sharing Bug: 922572 Change-Id: Idc40416a7be04165729ad03f2902716c922e1e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764517 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#689496}
-
Martin Robinson authored
This is useful for tracking changes to the AuraLinux implementation of accessibility. Bug: None Change-Id: I566de1638b5e26bb8d15d4aaf4159cd57ca008ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757929 Auto-Submit: Martin Robinson <mrobinson@igalia.com> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#689495}
-
Marc Treib authored
TBR=sunnyps@chromium.org Bug: 995669 Change-Id: Ia5ac16fd242a5e50a6ce6ad99d811000077076d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764147Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#689494}
-
Maks Orlovich authored
OnWriteResponseInfoToEntryComplete --- used in particular from DoCacheToggleUnusedSincePrefetchComplete and DoCacheUpdateStaleWhileRevalidateTimeoutComplete --- can close the entry in case of a cache write error, and the states the follow these --- STATE_CACHE_DISPATCH_VALIDATION and STATE_SETUP_ENTRY_FOR_READ did not handle that. (DoCacheWriteUpdatedResponseComplete and DoCacheWriteResponseComplete also use this method, but states afterwards can deal with null entry_). Bug: 947065 Change-Id: I990cf49b4840a818e9c2cb3143d8d78a8d3c14a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752073 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#689493}
-
Owen Min authored
In ChromeSignedinProfile, using *_gaia_id instead of gaiaid. Bug: 956237 Change-Id: Ia92d7c9073c1ee6caa446dd5f21da1ba06283b21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762449Reviewed-by:
Yann Dago <ydago@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#689492}
-
Corentin Wallez authored
Also contains the implementation of GPUBindGroupLayoutBinding.textureComponentType that was newly introduced in Dawn. https://dawn.googlesource.com/dawn.git/+log/ae2b9f4720a7..f463a2029142 $ git log ae2b9f472..f463a2029 --date=short --no-merges --format='%ad %ae %s' 2019-08-21 cwallez Add BGLBinding::textureComponentType Created with: roll-dep src/third_party/dawn Change-Id: Ia40de88d6b2dda7a32a265b3fabfb1b0ae9b906e Bug: dawn:128 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765471 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#689491}
-
Philip Rogers authored
This is a speculative revert in order to either confirm or eliminate it as a source for a hard to track down persistent performance regression. This reverts r679216 (commit 629180ff). Tbr: bokan@chromium.org Bug: 993476, 785940 Change-Id: I3585b8bc048509343af495cdb2247131e1b05527 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763754 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#689490}
-
Olivier Li authored
Bug: 969139 Change-Id: I26fe6a4d739797ca8b5498fd3f7c1d54b0867820 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762484 Commit-Queue: Oliver Li <olivierli@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/master@{#689489}
-
Clemens Arbesser authored
This CL adds a new optional section to the payment request: Login details for <domain>. The intent is to let users choose from a list of login options such as 'guest checkout' and 'username@example.com'. Currently, the list may contain custom options (like 'guest checkout') as well as login details stored in the Chrome password manager. The chosen login option is returned to the server. In the case of Chrome PWM logins, the chosen login details are stored in client memory. As a special case, if there is no meaningful choice to make in the login section, the section is not shown and the choice is made implicitly. This CL only adds the required changes to query and store the login details in the client. There will be a separate CL to read the login details from client memory and autofill the username/password fields. Screenshots of the new feature: - Collapsed: https://screenshot.googleplex.com/uUrpn6jatko.png - Expanded: https://screenshot.googleplex.com/RKNxrjLvMcJ.png Bug: b/128833341 Change-Id: I204a471f67a3f8856cead71080dd5184846c2090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713559 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Jordan Demeulenaere <jdemeulenaere@chromium.org> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#689488}
-
Nicolas Ouellet-payeur authored
The network annotation auditor is failing on waterfall with an unknown reason on linux-annotator-rel, when using the python script [1]. This CL adds logging to help troubleshoot the issue. [1] https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8904561230202338112/+/steps/test_traffic_annotation_auditor/0/stdout Change-Id: I50ba290eae8c9ad50320c85e3e4c591636b8ff9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761359 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Auto-Submit: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#689487}
-
Alex Ilin authored
This reverts commit 28b4dfc2. Reason for revert: this CL causes failures on Android M bots https://crbug.com/996720 Original change's description: > [Dark] Update style for incognito grid tab switcher > > This CL modifies incognito GTS to use the same color palette as Dark > mode. In addition, this CLs add darker theme support for all tab group > related UIs in incognito, except for TabSelectionEditor. > > Change-Id: Ic1517867cf90ac0550fd1bf15e91cd19c4231eab > Bug: 960891 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745619 > Commit-Queue: Mei Liang <meiliang@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Cr-Commit-Position: refs/heads/master@{#689339} TBR=yusufo@chromium.org,twellington@chromium.org,wychen@chromium.org,meiliang@chromium.org Change-Id: I9be913dc744091b3b7fbd3cf04f019926df89985 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 960891, 996720 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765708Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#689486}
-
Christian Biesinger authored
And make ChildUnstretchedLogical{Width,Height} handle the case where an override size is set (by clearing and re-setting). The problem with clearing the override size, but not doing layout, is that we may later do a simplified layout which will then lay out as shrink-to-fit, which is undesired. Bug: 992010 Change-Id: I18d3ae66f62cbdc9cdcf76810dc0eff6be915af6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758940 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#689485}
-
David Bokan authored
We missed the RootScroller case when hooking up the IsAffectedByOuterViewportBoundsDelta bit for BlinkGenPropertyTrees. The fix here is simple, just answer true if we're inside of the global root scroller (i.e. scrolling our iframe causes the URL bar to hide). Bug: 995463 Change-Id: I473b1af3a475fb783844c9f1bdde0d3d1b532329 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764610Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#689484}
-
Kevin Bailey authored
The selected suggestion index can be -1, going off the beginning of the array. We need to guard against that with a check. (Also update a flag description.) Bug: 995935, 996515, 996526, 996571 Change-Id: I425a04734a5c6fa6af9dd25bd24741f7af6a8643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764802Reviewed-by:
manuk hovanesian <manukh@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#689483}
-
Alex Moshchuk authored
This CL extends expiration for the following features based on the current timeline for launching Android site isolation: - enable-site-isolation-for-password-sites - site-isolation-trial-opt-out It also marks the following flags as never-expiring, since they provide useful ways to extend or strengthen existing site isolation modes: - isolate-origins - strict-origin-isolation Change-Id: Id9bfb24ecc9a2dc193926e5d41d239cb096c5e57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762576Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#689482}
-
Sasha McIntosh authored
Bug: 988538 Change-Id: I2093b962f71af8223f738e3d275075c3d0bf715a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732747 Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#689481}
-
Justin Cohen authored
This reverts commit 774d23c5. Reason for revert: Moved webState timeout to correct test. Original change's description: > Revert "[ios] Disable failing tests for Xcode 11 beta 6." > > This reverts commit 0ba4c00b. > > Reason for revert: webState timeout is in the wrong place, fixing via > revert. > > Original change's description: > > [ios] Disable failing tests for Xcode 11 beta 6. > > > > Increases a webState timeout, disables a request desktop and two > > share button tests. > > > > Bug: 995797, 996541, 990186, 996544 > > Change-Id: I07c8dd52d0bb13c6c805ef35b2c727ec3deb84bb > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762331 > > Commit-Queue: Justin Cohen <justincohen@chromium.org> > > Reviewed-by: Rohit Rao <rohitrao@chromium.org> > > Auto-Submit: Justin Cohen <justincohen@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#689326} > > TBR=rohitrao@chromium.org,justincohen@chromium.org > > Change-Id: I0fb517a23c012fae88df440adac061901d1c8cdc > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 995797, 996541, 990186, 996544 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765494 > Reviewed-by: Justin Cohen <justincohen@chromium.org> > Commit-Queue: Justin Cohen <justincohen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#689476} TBR=rohitrao@chromium.org,justincohen@chromium.org Change-Id: I1e0b311ed2533e8311fe86ba2c290b6794c02930 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 995797, 996541, 990186, 996544 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763237Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#689480}
-
Yann Dago authored
This reverts commit 16579581. Reason for revert: Offline discussions happened around the repercussions of this change. Silently changing a browser's behavior might not be as desirable as expected. Reverting this until a consensus is reached or a another solution found. Original change's description: > Policy: Allow setting enterprise defaults for all platforms > > Transfer the responsibility to set default policies into PolicyService. > The decision is made using a EnterpriseUsersDefaultDelegate injected > into the PolicyService. > > The ProfilePolicyConnector acts as EnterpriseUsersDefaultDelegate. > > For Chrome OS, the resulting behavior is not changed - enterprise > user defaults are set if the profile is managed. > > For android and Desktop platforms enterprise user defaults are set if > the profile managed. > > Bug: 980132 > Change-Id: I134125ed0dbe22149eb36459b45268244afc5954 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706575 > Commit-Queue: Yann Dago <ydago@chromium.org> > Reviewed-by: Pavol Marko <pmarko@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#687241} TBR=mmenke@chromium.org,pmarko@chromium.org,ydago@chromium.org Bug: 980132 Change-Id: I6334e4d6a7eeda7fef87a4ea6d6ecb820a16eb92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764468Reviewed-by:
Yann Dago <ydago@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#689479}
-
Matt Falkenhagen authored
The thread ServiceWorkerContextCore lives on (the "core thread") will move from the IO thread to the UI thread. This CL makes DevToolsBackgroundServicesContext aware of the core thread instead of assuming the IO thread. Bug: 824858 Change-Id: I1c58de5e2dc6d262fe6d6f5c375956aa54da77c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765096Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#689478}
-
Peter Wen authored
Add myself to OWNERS for //third_party/google_android_play_core. Built locally @264816199 and uploaded to CIPD. Updated ModuleInstaller to use the new SplitCompat API. Add new play core activity to expected manifest file. Bug: 996212 Change-Id: I0aba37897048cc554330eb933b2687d37e9343e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764804 Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#689477}
-
Justin Cohen authored
This reverts commit 0ba4c00b. Reason for revert: webState timeout is in the wrong place, fixing via revert. Original change's description: > [ios] Disable failing tests for Xcode 11 beta 6. > > Increases a webState timeout, disables a request desktop and two > share button tests. > > Bug: 995797, 996541, 990186, 996544 > Change-Id: I07c8dd52d0bb13c6c805ef35b2c727ec3deb84bb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762331 > Commit-Queue: Justin Cohen <justincohen@chromium.org> > Reviewed-by: Rohit Rao <rohitrao@chromium.org> > Auto-Submit: Justin Cohen <justincohen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#689326} TBR=rohitrao@chromium.org,justincohen@chromium.org Change-Id: I0fb517a23c012fae88df440adac061901d1c8cdc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 995797, 996541, 990186, 996544 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765494Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#689476}
-
Emil A Eklund authored
This is a speculative revert in order to either confirm or eliminate it as a source for a hard to track down persistent performance regression. This reverts r679183 (commit 6b846d36). Bug: 993476 Tbr: pdr@chromium.org Change-Id: I37566d32fb0853590e72299fdc0f281c712bf027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764195 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#689475}
-
kylechar authored
ContextProvider notifies observers on context loss that the context is no longer usable. These observers typically hold a scoped_refptr<ContextProvider> and could drop their reference immediately. This could result in the ContextProvider being destroyed before OnContextLoss() has finished executing and result in a use-after-free error. Ensure this use-after-free isn't possible by acquiring a scoped_refptr before notifying observers. Bug: 994430 Change-Id: I5e0d6c99b0a42bbfc3dfca28af311df2b0f33831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764803Reviewed-by:
Saman Sami <samans@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#689474}
-
Artem Titarenko authored
Bug: webrtc:10899 Change-Id: I022ac114957b596e76172ca5de5b925d6a937c14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757941Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Artem Titarenko <artit@chromium.org> Cr-Commit-Position: refs/heads/master@{#689473}
-
Marc Treib authored
TBR=khushalsagar@chromium.org Bug: 995142, 900706 Change-Id: Id3505014c517a7715c199419b9b9d93766441c76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764143Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#689472}
-
Yu-Hsuan Hsu authored
The change is related to CL:1731250. Add histogram information in histograms.xml to make the histogram visible on chromedashboard. BUG=chromium:988295 Change-Id: Ibe05f462a0282dc3f03d53fe5b0350e5705fdcac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757951 Commit-Queue: Yu-Hsuan Hsu <yuhsuan@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#689471}
-
Steven Bennetts authored
Some cleanup in preparation for converting the internet detail pages to mojo. Includes changes to internet_detail_dialog.js to conform to JS style in Settings. Bug: 853953 Change-Id: Id4bf7586f6d6ed02c2abcb9d33e0e14717a60a83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756906 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#689470}
-
Andy Paicu authored
The possible variations are: - "Enabled" (default option) which dictates to use quiet notifications - "Enabled using heads-up notifications" which dictates to use heads-up notifications - "Enabled using mini-infobars" which dictates to use mini-infobars The feature itself is disabled by default. Updated the "ShouldShow...." logic to use the new feature. Bug: 986737 Change-Id: I87873e0eb45c53a92bfbf7e2f613a69c9157af83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764152 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#689469}
-
Shelley Vohr authored
MSVC fails when these hash values are const as seen with the following on Windows: `error: call to implicitly-deleted default constructor of 'std::hash<const input_prediction::PredictorType>'`. This can be seen I don't see a clear reason for them to be const, and have thus removed them in this CL in order to fix the build on MSVC. here: https://ci.appveyor.com/project/electron-bot/electron-ia32-testing/builds/26830974. Change-Id: I978cd122554a30715a54bc3e0609f5724539bae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762335Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#689468}
-
Majid Valipour authored
The value is now defined as a mojo enum so we should avoid transporting it in IPC as an int. R=csharrison@chromium.org Bug: 993039 Change-Id: I99ef056a8d9320badb8251cefa1714c68ade84df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755329 Commit-Queue: Majid Valipour <majidvp@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#689467}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c071fc92cd3d..197c58647161 git log c071fc92cd3d..197c58647161 --date=short --no-merges --format='%ad %ae %s' 2019-08-22 bsalomon@google.com limit SK_API exposure on GrTexture Created with: gclient setdep -r src/third_party/skia@197c58647161 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=egdaniel@google.com Bug: None Change-Id: I00ac3279f434ba1853ac89a44a6f3f93c20ab06a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765203Reviewed-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@{#689466}
-
Peter Kotwicz authored
New-style WebAPKs use splash screen screenshot from the WebAPK content provider and don't use WebApkInfo#splashIcon(). This CL introduces WebappLazyIcon which postpones reading the bitmap from resources till WebappLazyIcon#bitmap() is called. This CL improves startup on an Android One device by ~20ms. BUG=995168 Change-Id: I013afadb1a781837830fe1d2ff5ade56fbf83dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1759296 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#689465}
-
Rohit Agarwal authored
The fix was to add a null pointer check. Bug: 990624 Change-Id: Iec3283a8a908343661945cf40343cdfbe8aefe37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762223 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#689464}
-
Antonio Gomes authored
This is a reland of [1], originally revert in [2], being suspicious of have caused [3]. The bug was fixed differently [4], and it should be safe to reland this CL. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1760407 [2] https://chromium-review.googlesource.com/c/chromium/src/+/1758468 [3] https://crbug.com/995709 [4] https://chromium-review.googlesource.com/c/chromium/src/+/1758471 Original commit message: This CL addressed guidou's remark on [1], that was accidentally left off when splitting the CL into smaller pieces. [1] https://crrev.com/c/1757490/4/third_party/blink/renderer/modules/modules_initializer.cc#185 BUG=704136 R=guidou@chromium.org, haraken@chromium.org Change-Id: I76477b2adfbf4f6b942b066640b4e2d19a7e8e42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765489Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#689463}
-
Sean Gilhuly authored
crrev.com/c/1700112 renamed a number of tests. Follow that up by deleting old baseline images, renaming the tests in the SkiaRenderer blink web tests filter, and reordering them in the SlowTests file. Change-Id: Ida4907e3f71466db203250e7de85580bdbc434d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764248Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Cr-Commit-Position: refs/heads/master@{#689462}
-
Peter Wen authored
This prevents manual edits from making it into a commit. Bug: None Change-Id: I3386db3668287984d09f45ead497bac11a6390a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765097 Commit-Queue: Peter Wen <wnwen@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#689461}
-
Javier Ernesto Flores Robles authored
Change-Id: I87c586858edda0b52e6344e5b04821d698b577ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764154 Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#689460}
-