- 15 Jul, 2020 40 commits
-
-
Elly Fong-Jones authored
This change avoids touching CastDialogView::GetWindowTitle, which has some actual logic for computing the title. Bug: 1075649 Change-Id: I678b72391023ae35bd9a4d9fcc4f0d99ce82d822 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300267 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#788724}
-
Peter Kasting authored
Toggling view visibility is simpler, safer, and more performant than deleting and recreating views. Additionally, this will enable more refactoring in the future to further simplify visibility setting, layout, etc. Bug: none Change-Id: I9cb961d3117bfc9fc6f7b867aab8f266ad565dc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295993Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#788723}
-
Tina Wang authored
A browser policy connector is used to check if the browser has any pref that managed by policy. Bug: 1105206 Change-Id: I1067124b42bcfb39f88ec6a10333eaaec5da44fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295997Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#788722}
-
Becca Hughes authored
This is a reland of c670ba45 Original change's description: > Reland "Turn on Media History by default" > > This is a reland of ccf0e2f9 > > Fixes TSAN issue in the constructor of sql::Database > by moving it to the main thread. > > Original change's description: > > Turn on Media History by default > > > > BUG=1024351 > > > > Change-Id: Id01595e63f5f776a226087741ef602ba30b80328 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295224 > > Auto-Submit: Becca Hughes <beccahughes@chromium.org> > > Commit-Queue: Tommy Steimel <steimel@chromium.org> > > Reviewed-by: Tommy Steimel <steimel@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#787954} > > Bug: 1024351 > Change-Id: I19be665637f5c28261f7197547ddc5fe6671127e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296884 > Reviewed-by: Tommy Steimel <steimel@chromium.org> > Commit-Queue: Becca Hughes <beccahughes@chromium.org> > Cr-Commit-Position: refs/heads/master@{#788312} Bug: 1024351 Change-Id: Ie371d56df987c19a10017050ead02922a530f2ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300224Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#788721}
-
Annie Sullivan authored
Bug: 1104365 Change-Id: I20491cecfaf80abe4194f24005938c623911c7f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298179 Commit-Queue: Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Cr-Commit-Position: refs/heads/master@{#788720}
-
Arthur Eubanks authored
It is implicitly on, but does not work when LIBCXX_ENABLE_SHARED and LIBCXX_ENABLE_STATIC are both turned off. See https://reviews.llvm.org/D82702. Bug: 1105597 Change-Id: Iaac9dba2a98fb8d097558ec9960ddd1bc55fda83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299468Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/master@{#788719}
-
Stephen McGruer authored
Bug: 1092520 Change-Id: Ifd801925303ffbf2694a9ba4a1f96a4e08cf058e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299520Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#788718}
-
Wei Li authored
Two small changes in the login bubble dialog example: 1) only show the labels after submit as showing them on the initial screen might confuse users; 2) change the input position to be closer to the label. Screenshots are in https://docs.google.com/document/d/1PZPJIipxBT0QfEHqeZtlfGq7e0z2Wo0v8x5CNVzEOmM/edit# Bug: none Change-Id: I879b682b7be5c5ffea31beabce911c83e91eaff4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296626Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#788717}
-
Leonard Grey authored
New number via consultation with PM and UX. Bug: 1098397 Change-Id: I9ddb3582974b199c8d820fc76026a064a21a4edc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300320Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#788716}
-
Steven Bennetts authored
This is part of a larger effort to refactor callbacks in chromeos/network. The Get and Set Properties methods require small state machines which do not do well with separate success / error callbacks. This CL changes the API to use a single callback more sutible for a cleaner OnceCallback model. Bug: 1007660 Change-Id: I6b94f469147daa0dbfffe4fdef67d31e1af0f323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293258 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#788715}
-
John Abd-El-Malek authored
Bug: 1102743 Change-Id: I76c928fa620908482f1bf07c00fd429132f93ff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296822 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#788714}
-
Dominic Farolino authored
R=sclittle@chromium.org Bug: N/A Change-Id: I3ea94a937ecc957389217a24bd4cc961a6d11c9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300500Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#788713}
-
Tommy Steimel authored
This CL adds the necessary deps to chrome/browser/share to pass `gn check`. chrome/browser/share depends on the ProfileManager in chrome/browser, so we allow circular dependencies. Bug: 1105857 Change-Id: Ic2aec390319e7e16d7d47d06bb1299555b3d6194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300220Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#788712}
-
Adlai Holler authored
This is part of a larger effort to have users specify the GrDirectContext when creating new derived images. See skbug.com/10466 for details. Change-Id: Ia3d78f0a7bf54798450e9f9a3c3a86bcdd1caf9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295982 Commit-Queue: Adlai Holler <adlai@google.com> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#788711}
-
Matt Menke authored
This enum is part of the NetworkService API, and files outside of the network service shouldn't need to transitively include a bunch of net/ classes to use it. This CL also converts it from an enum to an enum class. This CL is part of a chain of CLs that will reduce the 4000 build steps in content_browsertests currently depending on url_request.h to about 200. Bug: 1103784 Change-Id: I3077442ba745fd4f4db64f110b7f8df39d751d00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290929Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#788710}
-
Peter Kasting authored
E.g. replace manual calculations with max(), replace multi-stage computations with single ones, pull variables out of loops, eliminate code that merely handles DCHECKs, use ternaries more No intended behavior change. Bug: none Change-Id: I15f797c78dcaba1681b245832d7fce828e9df3c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296489 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Marian Fechete <marianfe@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#788709}
-
Takumi Fujimoto authored
Calling Value::Find*() causes a crash if Value::is_dict() is false. Make sure to check is_dict() before calling Find*(). This is a speculative fix for a crash. Bug: 1105640 Change-Id: I6b01c4b2567a79288a6f636388bd70ef7c1a022b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298582Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#788708}
-
Peter Kasting authored
* Improve comments * Use const and constexpr more * EXPECT -> static_assert where possible * kCamelCase for constant names * Spaces around operators * Prefer prefix operators * Initialize members in declarations * Use =default * ASSERT_TRUE -> ASSERT_GE,LT, etc. * No return after else Bug: none Change-Id: If2f609d5ec45b950a081eca25f7339f757bdd93a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294024Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#788707}
-
behdad authored
- The number of used runs for updating representative perf tests is set to 50 (from 30) - The script will record the 5 percentile of the last recorded CPU_wall_time_ratio metric and adds that to the upper_limits. The change is using the 5 percentile instead of the 95 percentile because opposite to frame_times average or confidence interval, the higher the values of CPU_wall_time_ratio are better. Bug: chromium:1052361 Change-Id: I95b7cfb781d8ddc176c8b02eaf7670d03c86cf94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274097Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#788706}
-
Andrew Comminos authored
Complete the test suite for all possible attribution types. Bug: 910421 Change-Id: Ieb17cc658ddf11d71df68f4a340e42b1c42d7480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298540Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Andrew Comminos <acomminos@fb.com> Cr-Commit-Position: refs/heads/master@{#788705}
-
Sylvain Defresne authored
Xcode 11.4+ is required to build src/ios/chrome/app, so bump the version of Xcode used on WebRTC iOS bots to a compatible version. Bug: 1104769 Change-Id: I701cbc0db3e10e988f6c6287ff147dae70c70cb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299346Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#788704}
-
Leonid Baraz authored
Bug: b:157940996 Change-Id: I6d7698cabb878ca8f318f2e46acb2f6dd4dc39a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298484Reviewed-by:
Zach Trudo <zatrudo@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#788703}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/2a4147183191..d8d96d5f0af2 2020-07-15 jacktfranklin@chromium.org Ship new ElementsBreadcrumbs to production 2020-07-15 wolfi@chromium.org Use FrameManager for frames section in application panel 2020-07-15 tvanderlippe@chromium.org Move copy_lighthouse_locale_files to third_party/lighthouse 2020-07-15 tvanderlippe@chromium.org Move copy_wasm_deps to sdk/wasm_source_map/BUILD.gn 2020-07-15 tvanderlippe@chromium.org Move embedder-scripts to front_end/BUILD.gn If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1093247,chromium:1101262 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I493eb47f07ded2676ab3f949bf3df79096dad6e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300286Reviewed-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@{#788702}
-
Asanka Herath authored
Prevent memory use and minimize disruption when the study is inactive. R=pauljensen@chromium.org Bug: 973801 Change-Id: I81781e261a2323ea863c1d24c969adbf5fe726a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275080 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#788701}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/73b607f9e3b4..3bda66062b2e 2020-07-15 fmayer@google.com Explain tricky double conversion. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I2085c37c9e37b8e2f70170c4de3e914062cf9e87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300284Reviewed-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@{#788700}
-
Ryan Harrison authored
Tint is an implementation of WGSL, the shading for WebGPU, that Dawn, our implementation of WebGPU, uses. Requires adding dawn_enable_wgsl=true to args.gn currently to use. BUG=1070645 Change-Id: I733cc23f3ca25c8943082564f277234d22a3662d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248753 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#788699}
-
Saurabh Nijhara authored
This CL adds aria-label attribute to OOBE dialogs in update required screen to support accessibility. This is only applicable to ChromeOS. Bug: 1105191 Change-Id: Ie78fc988bd5b3249437e06af6c31542cc0f25cd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294800 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#788698}
-
Francois Doray authored
TaskQueueImpl supported registering a callback that is invoked when a task becomes ready. This was only used by the obsolete agent interference histogram. Therefore, this CL removes support for this callback. Bug: 1019856, 984057 Change-Id: I838b88e13174eff5347de55646d22565b770339c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297719 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#788697}
-
Bin Du authored
We collect precise events for atom family and big Intel cores newer than Haswell, and non-precise events for other x86_64 uarchs. Bug: 142679633 Change-Id: I915fbb3a03f5730b1ec445f8f08552a631a57c70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296819 Commit-Queue: Bin Du <dubin@google.com> Reviewed-by:
Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#788696}
-
Stepan Khapugin authored
This property was used before there was an "official" way to access scene controllers. Now it can be fetched through the app state. Change-Id: I11abb2508323000b2ed317f9ad2de12f748510d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299631Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#788695}
-
Lijin Shen authored
Add a new criteria to detect the situation in which a browser other than chrome channel is default and default app setting activity is not available Bug: 1105370 Change-Id: I625aae775933fdff8c912c07a2253db35a34bb21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296890 Commit-Queue: Lijin Shen <lazzzis@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#788694}
-
ckitagawa authored
This CL introduces two Bitmap States; visible and loading. This is use to make scale operations appear smooth without visual hitches. How this works: 1. The requested bitmaps in the viewport region are now tracked until they are all loaded. 2. Once all the visible bitmaps are loaded, the bitmap matrix that is shown is swapped out. When zooming in this is seamless, when zooming out this looks as though the missing whitespace around the loaded bitmaps is instantly infilled. Until all the bitmaps are loaded in (2) the mBitmapScaleMatrix, which transforms the currently visible set of bitmaps at the old scale, is updated during subsequent scroll/scale events. As a result, the visuals match up between the visible and loading state (note that large scrolls will not result in new bitmaps being fetched for the visible state if there is a loading state). There is only ever one active loading state. If multiple scale events occur in rapid succession then only the newest loading state is kept. Bug: 109080 Change-Id: I9e451f8810576746ebc755896dba4746c4cc278c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293194Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Fred Mello <fredmello@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#788693}
-
chrome://safe-browsingDominique Fauteux-Chapleau authored
Change-Id: I84d202b039ceadf48df0d1c87a49ffa40cab1fa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300319 Auto-Submit: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#788692}
-
Jonah Ryan-Davis authored
This reverts commit 46c9a968. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=1105923 Failures on webgl image_bitmap_from_video tests on windows Original change's description: > Support imageBitmap generated from video by GPU resource > > This patch replaces the backed resource of imageBimap generated from > video element to GPU resource. > > The old path has been used as fallback path. > > BUG=1098445 > > Change-Id: I346396a3a52bfe5034f9ef9580f875b1f5cb3177 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277108 > Reviewed-by: Khushal <khushalsagar@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> > Cr-Commit-Position: refs/heads/master@{#788457} TBR=kbr@chromium.org,shaobo.yan@intel.com,khushalsagar@chromium.org Change-Id: I7080c52b11f60a11789305a9f123bcf41f6b4793 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1098445 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300182Reviewed-by:
Jonah Ryan-Davis <jonahr@google.com> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Cr-Commit-Position: refs/heads/master@{#788691}
-
Aaron Colwell authored
Restoring DCHECK to verify the lock being passed in like it did before http://crrev.com/c/2246923 . This fixes an accidental behavior change that wasn't noticed during review. Bug: 1067389 Change-Id: I4059e5482196e3e5a1120c5ff192922fb89919be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298800 Auto-Submit: Aaron Colwell <acolwell@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#788690}
-
Evan Stade authored
in /chrome/android/features/start_surface This CL was uploaded by git cl split. R=yusufo@chromium.org Bug: 1071603 Change-Id: I97d4716480bb31effe80ad57c3124ea27a0f311f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290694 Auto-Submit: Evan Stade <estade@chromium.org> Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#788689}
-
Lan Wei authored
Avoid testRunner.eventSender in paint/invalidation/scroll/overflow-scroll-in-overflow-scroll-scrolled.html Bug: 1047176 Change-Id: Ib3a2f573962a00ddbe6846e05ce2f608e28a31cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298622Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#788688}
-
chrome://quota-internalsVictor Costan authored
The quota system has extracted the host from an url::Origin using two approaches: 1) Call url::Origin::host() directly. 2) Pass url::Origin::GetURL() into net::GetHostOrSpecFromURL(). We have converged on the first approach. This CL removes the last instance of net::GetHostOrSpecFromURL(). Bug: 496482 Change-Id: I428928de86b18c7f0a2147870a97cebcf8c463ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298188 Commit-Queue: Joshua Bell <jsbell@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#788687}
-
Josip Sokcevic authored
Convert UploadNewFile, UploadExistingFile and ResumeUploadFile to use CancelCallbackOnce. There is no actual usage of those calbacks. Bug: 1007686 Change-Id: I42ce6dc010d275aa87fa17f9f81e044f7a4c348d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298526Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Cr-Commit-Position: refs/heads/master@{#788686}
-
Miguel Casas authored
This reverts commit 846b0684. Reason for revert: a CL has been landed fixing the issue that broke the two tests that this CL is disabling, so we shouldn't need this workaround. See https:/crbug.com/1105335. Original change's description: > Sheriff: Disable graphics.VAAPIUnittest > > TBR=andrescj@chromium.org > TBR=gildekel@chromium.org > > Bug: 1105335 > Change-Id: Ibf8e4794604bf0eaf32fc50f3e11d9f3f40468cf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296607 > Reviewed-by: Fergus Dall <sidereal@google.com> > Commit-Queue: Fergus Dall <sidereal@google.com> > Cr-Commit-Position: refs/heads/master@{#788071} TBR=andrescj@chromium.org,sidereal@google.com,gildekel@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1105335 Change-Id: I352e77dc659d478e77297cddc4e67c4b7c388b8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299188Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#788685}
-