- 22 May, 2019 40 commits
-
-
François Degros authored
Bug: 778674 Change-Id: Ic01d71c337c22a0f5b573e01d5525c3405aa8942 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623647 Commit-Queue: François Degros <fdegros@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: François Degros <fdegros@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#662027}
-
Alexey Baskakov authored
This CrxInstaller code isn't reachable for bookmark apps: void CrxInstaller::CheckInstall() { // Skip the checks if the extension is a bookmark app. if (extension()->from_bookmark()) { ConfirmInstall(); return; } ... check_group_->Start( base::BindOnce(&CrxInstaller::OnInstallChecksComplete, this)); } Bug: 901226 Change-Id: Iae8c90a7c654bc330a1fc4e2b67807b9ec0e1171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621783Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#662026}
-
Alexey Baskakov authored
Reproduce same params as in bookmark_app_helper.cc See this CL/bug: https://chromium-review.googlesource.com/c/chromium/src/+/1322262 Bug: 901226, 882945 Change-Id: I015dccb6cdfd97f37e763dde0421108aa2b5fbf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621785Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#662025}
-
François Degros authored
Bug: 778674 Change-Id: Ic8b5adacfe790a2572dfe8eae3286938b4861aa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623726 Commit-Queue: François Degros <fdegros@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: François Degros <fdegros@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#662024}
-
Kai Ninomiya authored
This was previously enabled on Android/Adreno and ChromeOS/Mali. The bug affects both Mali-T760 (Samsung Galaxy Note 5 SM-N920I) and Mali-G71 (Huawei P10 VTR-L29). Change-Id: Ie49a3eac5aa8cd185395a0fbbf058c949236781e Bug: 961950 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623090Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#662023}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/2f0485479008..176c657a6d07 git log 2f0485479008..176c657a6d07 --date=short --no-merges --format='%ad %ae %s' 2019-05-21 tsepez@chromium.org Explicitly check for null parent in CXFA_LayoutPageMgr::CreateViewRecord() Created with: gclient setdep -r src/third_party/pdfium@176c657a6d07 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=pdfium-deps-rolls@chromium.org Change-Id: Iee14efa68dfce23ea5d06f34a5bbb2033b323da9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623628Reviewed-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@{#662022}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/851be4808e3f..b5e56574cb70 git log 851be4808e3f..b5e56574cb70 --date=short --no-merges --format='%ad %ae %s' 2019-05-22 lamontjones@chromium.org portage_util.py: less verbose logging. Created with: gclient setdep -r src/third_party/chromite@b5e56574cb70 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I7de3c93c59da34e9b0e6f853ae6bcdf44517712d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622917Reviewed-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@{#662021}
-
Kai Ninomiya authored
Bug: 965387 Change-Id: I748859108ba4aab13de33751682d80c5cb1cc582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621542Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#662020}
-
Erik Luo authored
Adds name-value pairs to SSP's autocomplete, based on CSSMetadata values. - Excludes colors, very-common values ('initial', 'inherit') - Suggestions starting with a hyphen '-' are sorted lower Bug: 931145 Change-Id: I477a5ff48402e78397bcaf506717cbf5c727e612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589076 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#662019}
-
Vlad Tsyrklevich authored
Change-Id: I1af3b4fa809870954b272be1c8c257411734c6d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622754 Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#662018}
-
Dale Curtis authored
Turns out I should have pulled the latest 28D data for 74 before limiting to !CrOS && !macOS. No regressions are shown in that data anymore, so enable eveywhere. This leaves the flag in for now until we reach stable. BUG=879406 TBR=liberato Change-Id: I48bd5440893ee2c74b8cc54d5575d0347b2b7e78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623487Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#662017}
-
Nicholas Hollingum authored
This work was originally done by davidriley@, and continued by me. We are intending to add a fuzzed for components/exo code. As a first step, we factor the environment out of the test itself, which will be used by fuzzer code in subsequent CLs. Originally I was going to maintain this branch until fuzzing work was more complete, but ongoing changes to the wayland code are making that troublesome. Bug: 961564 Change-Id: Ia64e079f3f0c2a7709c468d1137d94a8c82870bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605297 Commit-Queue: Nic Hollingum <hollingum@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#662016}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/2a7b631482d8..c0c7e2f85bce git log 2a7b631482d8..c0c7e2f85bce --date=short --no-merges --format='%ad %ae %s' 2019-05-22 jiawei.shao@intel.com Add workaround on using non-zero ResolveLevel or ResolveSlice on Metal Created with: gclient setdep -r src/third_party/dawn@c0c7e2f85bce The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Change-Id: I24ec3b07fae5e6aa2ad137c63b7657df206e8ec8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622916Reviewed-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@{#662015}
-
Yuly Novikov authored
TBR=kbr Bug: 965730 Change-Id: Ic6acadfb8cadcd423578ccde479a5e97418eafa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622794Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#662014}
-
Alex Leung authored
Flush() is propagated from AudioRendererImpl to AudioOutputStream and is used to signal that buffered data can be cleared. On Cast, we plan to buffer data in the AudioOutputSteam and we need an signal form the renderer to flush buffered data when seeking and changing tracks. Bug: b/124402185 Change-Id: Icca917cc8afa7a77419e06c562767d617df36bdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604331 Commit-Queue: Alex Leung <alexleung@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#662013}
-
Jiajie Hu authored
This is an entry point defined by the GL_ARB_program_interface_query extension, so it probably makes sense to handle it in the same way as all other entry points covered by this extension. Bug: None Change-Id: I527847b9b173a3110da7e8b374a2e2c94456bc9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621846Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jiajie Hu <jiajie.hu@intel.com> Cr-Commit-Position: refs/heads/master@{#662012}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aca5b6aca87d..c7e440c0091d git log aca5b6aca87d..c7e440c0091d --date=short --no-merges --format='%ad %ae %s' 2019-05-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-21 agable@chromium.org Call new CheckJsonParses in PRESUBMIT Created with: gclient setdep -r src/third_party/depot_tools@c7e440c0091d 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: Id64b9cfa43a9925311c0e0d32a40a1bab218316f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622635Reviewed-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@{#662011}
-
François Degros authored
Change-Id: Ide11df69ef393bbf6e09f4790a147898cb8976b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623605 Auto-Submit: François Degros <fdegros@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#662010}
-
Jun Mukai authored
TBR=tsepez@chromium.org Bug: 958209 Test: trybot Change-Id: Ie013d0356e442980d8216847a3c661445c8535a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617920 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#662009}
-
Jun Mukai authored
TBR=sky@chromium.org Bug: 958467 Test: trybot Change-Id: If7d1dad89ce4914483039f1a22d7a5160570975c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623545Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#662008}
-
David Staessens authored
This CL adds a capped perf test to the video_decode_accelerator_perf_tests. This test simulates rendering video frames at the video's frame rate, to create a more realistic usage scenario. TEST=ran new VDA perf tests on nocturne BUG=925714 Change-Id: I73c6444dbe470b6014e775aeeb25867859edd0b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575056 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#662007}
-
Victor Costan authored
The logic in sql::Database::Preload() is a pessimization for modern OS schedulers, as it forces the kernel to read the first few pages of a newly opened database. https://crbug.com/243949 suggests that this method was added without performance testing, just like the more complex SQLite patch that it replaces. This CL sets up a Finch trial that will either prove that we can get rid of the Preload() hack, or give us conclusive data about its usefulness. Bug: 243949 Change-Id: Icfee9aaa3d125af207974536e8e5f5e64a9609ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1438031Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Chris Mumford <cmumford@google.com> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#662006}
-
Arthur Hemery authored
Adding extra information for a url/origin mismatch troubleshooting. See bug for details. Bug: 824649 Change-Id: I3044337d5895759140a7b80d964ffbe6e067739d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611819 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#662005}
-
Oystein Eftevaag authored
This reverts commit ceda88d2. Reason for revert: Relanding with disabled test; the crash is a more critical issue. Original change's description: > Revert "Perfetto: Move in-process mode behind a feature flag while investigating crash" > > This reverts commit 719b61da. > > Reason for revert: Causing failures of StartupTracingInProcessTest.TestFilledStartupBuffer on many builders > > Original change's description: > > Perfetto: Move in-process mode behind a feature flag while investigating crash > > > > R=ssid@chromium.org > > BUG=961609 > > > > Change-Id: Ic25d4eb36f90506c8d21abf3df35fb3f11474746 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616447 > > Commit-Queue: oysteine <oysteine@chromium.org> > > Reviewed-by: ssid <ssid@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#660715} > > TBR=oysteine@chromium.org,ssid@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 961609 > Change-Id: I6f19fc5f738d9a1b05cb9c76438bed20e5ee45b0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1619585 > Reviewed-by: Fergus Dall <sidereal@google.com> > Commit-Queue: Fergus Dall <sidereal@google.com> > Cr-Commit-Position: refs/heads/master@{#661284} TBR=oysteine@chromium.org,ssid@chromium.org,sidereal@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 961609 Change-Id: I4bedf3c0ed206a3357e376b98cc523d11fff917c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623495Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Fergus Dall <sidereal@google.com> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#662004}
-
Kent Tamura authored
- Replace 'Node' in function names with 'Element' - Replace Node/WebNode arguments with Element/WebElement - Update arguments' variable names. This CL has no behavior changes. Change-Id: I5fb783ad9cf3cbe7944de933d5331f57822c8eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609749Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#662003}
-
Karan Bhatia authored
r658810 added some CHECKs to debug a potential crash in ExtensionWebRequestEventRouter::OnHeadersReceived. Since these crashes are no longer happening, change the added CHECKs to DCHECKs. BUG=960323 Change-Id: I701da45b36332d0c5da8962516c5dbed2a2305ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1620527 Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#662002}
-
Theresa authored
BUG=931496 Change-Id: I0165508f00aede40e4cc072b27dcacb303624924 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1620696 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#662001}
-
Regan Hsu authored
Change-Id: I07766c8bf8dd404409bec6b0f45c0a50fa10d9c2 Bug: 950007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618268Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#662000}
-
Tommy C. Li authored
Currently for ZeroSuggestProvider, "ZeroSuggestVariant" is simply globally configured. This CL moves "ZeroSuggestParam" to operate using the existing GetValueForRuleInContext, which allows it to be parameterized by the page classification. In other words, this CL allows us to configure different On Focus Suggestion modes per page classification. This will likely be used to put the search results page in a custom query refinement On Focus Suggestion mode. Bug: 963173 Change-Id: If7df3c4a7fc4906788f0a466b7a6edeccd614b8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617208 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#661999}
-
Andrey Lushnikov authored
New revision: fe0467fd105a9ea90fbb091dc2a7b4cdbf539803 Change-Id: I8969f00c1b49f681ea2c006257e9965c24ae6d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622634 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Auto-Submit: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#661998}
-
Tina Wang authored
Add the "last active" below the valid device name inside the omnibox bubble. Screenshot: https://screenshot.googleplex.com/Kz0tGrLL9zB Bug: 965279 Change-Id: Iaf6cf4fc418bf040fe61197fbdd24c58eae2c74b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623451 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#661997}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/82162eead59e..e63b01b364a0 git log 82162eead59e..e63b01b364a0 --date=short --no-merges --format='%ad %ae %s' 2019-05-21 halcanary@google.com SkTypeface_mac/SkPDF codepoints out of BMP Created with: gclient setdep -r src/third_party/skia@e63b01b364a0 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 BUG=chromium:962655 TBR=csmartdalton@google.com Change-Id: Id3d92e7d3573556071f5b6f47c9f93504448d01e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622619Reviewed-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@{#661996}
-
Eliot Courtney authored
Clean up of DragDetails happens at a later time, so any bounds updates that occur between OnDragFinished and the deletion of the DragDetails will be incorrectly marked as a drag move or resize. drag move. Bug: b/132853334 Test: PIP window does not get stuck in the middle of the screen after Change-Id: I2f7d5db0e033768190da69e178d082f8a8fe2407 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614764Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#661995}
-
Vlad Tsyrklevich authored
A core security guarantee of PartitionAlloc is that allocations of different types are never given overlapping allocations. In order to maintain this security guarantee, the GuardedPageAllocator needs to taught to know when it is used to back PartitionAlloc, and passed in the types on Allocate(). In those cases it maintains a PartitionAlloc specific free list that is aware of what types have been previously used for particular slots. Bug: 956824 Change-Id: I77e596f29d29cc7f88b9e838b8bae891037bafcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622477Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Cr-Commit-Position: refs/heads/master@{#661994}
-
Kenichi Ishibashi authored
The previous attempt was reverted because it caused a web_test failure. The failure was addressed in https://crrev.com/c/1621474. Note to sheriffs: Feel free to revert this if this breaks something. Bug: 924043 Tbr: kinuko@chromium.org Change-Id: I774e39d38fb95b51f4bb774264665c5704d724a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621647 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Auto-Submit: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#661993}
-
Jordan Bayles authored
This patch updates openscreen to the latest patch. Change-Id: I3d224bb7dae0a223bd57d865b865641b6dc17028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623446Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Jordan Bayles <jophba@chromium.org> Cr-Commit-Position: refs/heads/master@{#661992}
-
Rohit Rao authored
This reverts commit 684ec4b3. Reason for revert: Breaks internal egtests Original change's description: > [iOS] Enable the new Clear Browsing Data UI flag > > This change is to enable the new-clear-browsing-data-ui flag. > > The new Clear Browsing Data dialog adds the time range selection functionality > and shows browsing data volume details for each data type. > Launch Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=627147 > Screenshots: https://drive.google.com/open?id=1q1zJzB1abRsY1zCD4rLewvMxCnMr8WGf > > Bug: 627147 > Change-Id: I6d44d888697e5d03c71c4eacb07dcca6c84e2f88 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556802 > Reviewed-by: Rohit Rao <rohitrao@chromium.org> > Commit-Queue: Huanzhong Huang <huanzhong@chromium.org> > Cr-Commit-Position: refs/heads/master@{#661436} TBR=rohitrao@chromium.org,huanzhong@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 627147 Change-Id: I65f0dc5eba27f78971364ae39c396382b2fc8d46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623493Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#661991}
-
Aleks Totic authored
This fixes a particular instance of a general problem described in #965639 To avoid traversing stale child fragment, get the latest fragment from stale child's layout object. Bug: 964924,965639 Change-Id: I3783b71805c90d6397092fb2d249b5f50042584b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621796Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#661990}
-
Henrique Ferreiro authored
As advised in [1], this CL ports calls to Foo::Create() factory functions to use MakeGarbageCollected<Foo> from //third_party/blink/renderer/core/dom/dom_exception.h. [1] https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/iJ1bawbxbWs/vEdfT5QtBg> Bug: 939691 Change-Id: Ib83d259b669282bc88f23322c7014519996adb7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621125Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#661989}
-
Tom Anderson authored
R=thakis Change-Id: Ib58efc93477a2ba0d4b15a04376f46f80dc131f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622946 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#661988}
-