- 24 Apr, 2019 40 commits
-
-
David Bertoni authored
Bug: 955657 Change-Id: Id5124d9651d8939b8d4e37f6cfaca5b2561233d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579639 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#653659}
-
James Cook authored
They are only available in OS settings. Eliminate type DateTimePageVisibility because neither it nor its only entry timeZoneSelector are used. I suspect they became unused when the per-user-timezone feature was added. Bug: 950007 Test: manual with SplitSettings, double-checked Linux settings Change-Id: I3ff19aec6e4f9c37b2003cfbc35a0b8812e3ed84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580119Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#653658}
-
Robert Phillips authored
This effectively reverts: https://chromium-review.googlesource.com/c/chromium/src/+/1561611 (Explicitly flush after an SkCanvas::writePixels) Together with the following Skia-side CL, this patch fixes Chrome's flushing behavior for platforms that prefer flushes over VRAM use (i.e., ANGLE) and for platforms that don't (e.g., Android). https://skia-review.googlesource.com/c/skia/+/210062 (Change flushing policy in GrContextPriv::writeSurfacePixels) Here are the perf numbers on Android and Windows for the putImageData performance test: Android (Nexus 5x) Windows (i.e., ANGLE) Current Chrome 112.9 512.1 Chrome w/ this CL 131.9 334.8 Chrome w/ this CL and 210062 133.6 589.4 So, after both CLs have landed, Android will be faster while Windows will, roughly, remain the same. Bug: 942538, 953720 Change-Id: I5db9f9fbc158e2132b1c532c40b60277a87d5e83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582181Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Robert Phillips <robertphillips@google.com> Cr-Commit-Position: refs/heads/master@{#653657}
-
Guohui Deng authored
Change it to scoped enum type, and use kMaxValue so that if kMaxValue is out of sync we will receive error message. Bug: 925450 Test: None. Change-Id: Ieb4fef0cca1d8ef6aad3c116802b660c53df8fb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570812Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Guohui Deng <guohuideng@chromium.org> Cr-Commit-Position: refs/heads/master@{#653656}
-
James Cook authored
It's an OS-only setting. This CL does not change the appearance section in the OS settings page. Test: manually verified both the new change and that I didn't break Linux appearance settings Bug: 950007 Change-Id: Ie5fc110ffefcdeea8fa355df430e434dac1e704a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579583Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#653655}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0d8271895be7..323487161e02 git log 0d8271895be7..323487161e02 --date=short --no-merges --format='%ad %ae %s' 2019-04-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@323487161e02 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Change-Id: I2b7ea07dba0ff16355630e55769525fcdb2d993e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582270Reviewed-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@{#653654}
-
Andrew Grieve authored
This reverts commit 697c9ab8. Reason for revert: Broke resource_sizes.py Original change's description: > Android: Compile .proto and .arsc resources at the same time > > Saves a couple of seconds of build time for base bundle modules, > and simplifies the GN logic for resources. > > Also fixes chrome_apk using unoptimized arsc file when lemon is > enabled (broken by 2e296d82). > > Simplifies temp file usage in compile_resources.py by having all > outputs go to the staging directory. > > Removes cruft: > * Unused --no-compress flag > * Unnecessary "Touch()" of R.txt > > Bug: 950233 > Change-Id: Ida77380e8038002435ec3d320105d9feaa3c2136 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568568 > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653275} TBR=agrieve@chromium.org,tiborg@chromium.org Change-Id: I76bd9cf76b357156efa2848613ab576486d18476 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 950233, 955959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581988Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#653653}
-
Tim Volodine authored
Make sure to prevent crashes when io_thread_client is null, at the time when InterceptedRequest::Restart is called. There is a small amount of crash reports, see crbug.com/953584, which indicate this case could arise in special cases. BUG=953584,841556 Cq-Include-Trybots: luci.chromium.try:android_mojo Change-Id: I958fa4d622125a2d54ef99aee83a598f4cf46be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578751Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#653652}
-
Alex Newcomer authored
When the top window is deactivated, the AppListView is shown without any preparation. Fix this by resetting the focus and switching to the first page. Bug: 951586 Change-Id: I4a39dc503cf6cbee32cf60d29026eac10f3dc84d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576142 Auto-Submit: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#653651}
-
Sean Kau authored
Use a QuitClosure instead of RunUntilIdle in the CupsPrintersHandlerTest. Test started failing if CupsPrinterManager creation was delayed. Bug: 954623 Change-Id: I0ce986ce0995f678197b88c06186737ab56787aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579325Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#653650}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/82de21cb71c0..c0bd9f9fe533 git log 82de21cb71c0..c0bd9f9fe533 --date=short --no-merges --format='%ad %ae %s' 2019-04-24 mtklein@google.com rewrite includes to not need so much -Ifoo 2019-04-24 halcanary@google.com SkTInternalLList: remove SkPtrWrapper, SkNoncopyable 2019-04-24 robertphillips@google.com Implement alternate method for determining recycle-ability of allocated GrSurfaces (take 2) 2019-04-24 mtklein@google.com move SK_ENABLE_DISCRETE_GPU to cover only tools 2019-04-24 bsalomon@google.com Use tasks for GrVkGpuTextureCommandBuffer. 2019-04-24 reed@google.com rm older api from colormatrix, change to normalized translate Created with: gclient setdep -r src/third_party/skia@c0bd9f9fe533 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=mtklein@chromium.org Change-Id: I51f18ade9656b86ac12ac276bd0736cbbdc5d67d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582264Reviewed-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@{#653649}
-
Mohamed Amir Yosef authored
Almost all data types have been migrated USS and yet USE_NEW conflict resolution has never been used. It's now deprecated in this CL, and we should bring it back if needed. This would unblock an upcoming clean up to remove EntityData.Clone() method. TBR=stevenjb@chromium.org Bug: 953281 Change-Id: Ic5469ffafceccd90fd279242c19ed20f8b512510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577419Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#653648}
-
Ryo Hashimoto authored
BUG=955035 TEST=Manually verify that Custom Tabs is disabled when SPM is disabled Change-Id: I64edf464a3ab54f83460395e1c85f8febdc10f93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580996 Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#653647}
-
Koji Ishii authored
This patch checks which CSS properties were changed to determine whether NeedsCollectInlines and/or re-shaping is needed. Following r651389 (CL:1554210) this change reduces cases where PrepareLayout/NeedsCollectInlines are needed to re-run. Bug: 636993 Change-Id: Ie0fa4e10b16860c8caecc22f767d408c231eba40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567555 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#653646}
-
Evan Stade authored
Replace with PowerManagerClient::Observer::PowerManagerBecameAvailable() This should make it easier to support for the Mojo PowerManagerClient. Bug: 644348 Change-Id: I5c18e76eb34929a43769b6206ed16e8bc7fca4bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574681Reviewed-by:
Jia Meng <jiameng@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#653645}
-
A Olsen authored
Source absolute paths //a/b/c are now supported, so no need to use ../../../../../a/b/c This migrates several tests where it is an easy change. Change-Id: Ia7a8ba50a20a9b218e4b271c25449e3064148e55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578616Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: A Olsen <olsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#653644}
-
Eric Roman authored
Change-Id: Ib1725cf8380468329bcafc3f6d462b081f1e1526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579462Reviewed-by:
Matt Mueller <mattm@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#653643}
-
chrome://net-internals/#chromeosBen Chan authored
WiMAX support on Chrome OS has been deprecated along with daisy. This CL removes the button to set WiMAX debugging mode on chrome://net-internals/#chromeos. Bug: 954635 Test: Verify that chrome://net-internals/#chromeos no longer shows a 'WiMAX' button. Change-Id: Ia754b6aefcdb3ccdc976061038a004cc69171498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580903Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653642}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2635a51a68a1..07ff5e7b4122 Created with: gclient setdep -r src-internal@07ff5e7b4122 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 BUG=chromium:955935 TBR=cmumford@chromium.org,gab@chromium.org,droger@chromium.org Change-Id: Id1d09ef363706d5770b985838d7fbf43e38fe342 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582444Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Chris Mumford <cmumford@google.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#653641}
-
Justin DeWitt authored
This gives some space beneath the text for the focus ring. Bug: 935795 Change-Id: I6b6f2a9165814f4d376ad0f5d133c975f3cc0142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579701Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#653640}
-
Rune Lillesveen authored
In preparation for using the observer in WebContentsImpl, make it available for content/. Bug: 889087 Change-Id: Iff4dbfae5525c6bae1655662d5f29208a024da28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574802Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#653639}
-
Mohamed Amir Yosef authored
Bug: 956011 Change-Id: I537118020a14ed0883fab998293c34a5555a7c63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581582Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#653638}
-
Anastasia Helfinstein authored
Add a new strings.grd file (and surrounding infrastructure) for Switch Access, following the pattern used Select-to-speak and ChromeVox (other component extensions). Bug: 864835 Change-Id: I84ebe33ff31e007357df14d67e4a70b516ae9e3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574882Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#653637}
-
Wez authored
zx::channel::read() now has the correct parameter order, so migrate to that, to allow rea2() to be removed. TBR=kmarshall Bug: 953523 Change-Id: I622531739609c0dfb935d44416687d7eca9a9567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582541Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#653636}
-
Elly Fong-Jones authored
This change also removes the backing switch. Bug: None Change-Id: I10085a4d123978afd5819abbf8aca0f20ee67874 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582226 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#653635}
-
inglorion authored
The consoles luci.chromium.clang and chromium.clang are duplicates of each other. This change removes one. Change-Id: I7f56221ce505632122640c1c4687d44f9bc643ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580499Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#653634}
-
Mohamed Amir Yosef authored
Bug: 922900 Change-Id: Ic3642e9bdb97c40b866f04703e6dc56a95586a96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575939 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#653633}
-
Khushal authored
R=dtrainor@chromium.org Change-Id: Id1e4a0b1ca30addc7c385659c95d7eb3ba11a753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574949 Auto-Submit: Khushal <khushalsagar@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#653632}
-
Jeremy Roman authored
No behavior change since "window", "onload" and "onload()" don't contain any sequences that could match (with Unicode case folding) a string that wouldn't also match with ASCII case folding alone. However, this is what the spec asks us to do, and it's more efficient anyhow. Bug: 627682 Change-Id: Id262e058658192f8177082a1ddb03746253a568b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578430 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#653631}
-
Abhishek Arya authored
GN args don't work since debug build is not allowed with static build and symbol_level=2. We shouldn't be using debug build with code coverage config anyway, so correct the set of gn flags. Also, format python code. R=mmoroz@chromium.org,liaoyuke@chromium.org Change-Id: I86b5a6041baaec2065ff553d9debd0e0f4249c1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582269Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#653630}
-
Dan Beam authored
Bug: 954683 Change-Id: Id7b8d1da4a69c809de4c2cb943e49c61f77990d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552569 Commit-Queue: Dan Beam <dbeam@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#653629}
-
Nicolas Ouellet-payeur authored
Python scripts aren't executable directly on Windows, so this adds 'python.exe' to argv, letting the script actually start running. Bug: 949382 Change-Id: Ie0d259d7c0c4dc2aab2ad012a0dd7fcb2616d71f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582319Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#653628}
-
Avery Musbach authored
The overview close icons shall fade in with special animation parameters when a window gets snapped (either activating split view or taking the place of a lone snapped window). These parameters are specified here: https://mccanny.users.x20web.corp.google.com/www/splitscreen-motion/index.html#window-drop Test: manual Bug: 934977 Change-Id: Ib678560f5b1be00fa6d69e848d476ad2f88f98fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570218 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Mitsuru Oshima (Slow 4/22-26) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#653627}
-
Jiaqi Han authored
Enable the linux-explicit-synchronization interface unconditionally for Chromecast to use it. Bug: b/127985537 Test: Build and run exo_unittests Change-Id: I76f190c204acd9331bb28e629fde2d37638ef5b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582049Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Jiaqi Han <jiaqih@google.com> Cr-Commit-Position: refs/heads/master@{#653626}
-
Ramin Halavati authored
To support copying files from on-disk file systems into in-memory file system, a new |CopyInForeignFile| function is added to |ObfuscatedFileUtilDelegate| and its sub-classes. Bug: 93417 Change-Id: Icabd57c4442adb3b3506e0154d35fe80c0afecb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569930 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#653625}
-
Mohamed Amir Yosef authored
Bug: 922900 Change-Id: Ib954f8d9e059ab86b19e77fcdf411b887a725014 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576559 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#653624}
-
Shimi Zhang authored
This FromID() has no call site now. One should be able to get AwContents from WebContents or figure out WebContents from RenderFrameHost, since RenderViewHost is deprecated. Bug: 304341 Change-Id: I3bfe1a060318d7290a496f0d7a256dbbf290d2de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579860Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#653623}
-
Carlos Caballero authored
Some tests might want to make sure that they run single threaded and thus do not want a ThreadPool to be initialized. Add a new trait to support this use case. Bug: 708584 Change-Id: I022fbb99780e2865eeba51b844aa70c55bedd1a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578564 Commit-Queue: Carlos Caballero <carlscab@google.com> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#653622}
-
Chris Hamilton authored
This adds an additional "always present" task backtrace frame that will correspond to the program counter of an IPC handler. This is always nullptr for now, but a further CL will instrument the generated IPC dispatch functions. BUG=950668 Change-Id: I45074c4961d157b0ef34b4313ddc04d271917f93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579271Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#653621}
-
Mohamed Amir Yosef authored
Bug: 922900 Change-Id: Ic0c140f62697c5a6cdae2ec56204aadae8c3e3cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575938 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#653620}
-