- 08 Aug, 2019 40 commits
-
-
Michael Giuffrida authored
This installer and app_shell itself are unused. Bug: 987150 Change-Id: I299a53b2d4090e35c81ff32aeffe717303921c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716604 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#685203}
-
Jeremy Roman authored
This avoids an unnecessary strlen (the length is already known) and would also fix the result for any hypothetical resource that had a null character inside it, which is legal (though it's somewhat doubtful that we have any such resource). Change-Id: I2a75d1a058d6980076bdc33467fd1c50c7b19591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741290 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Auto-Submit: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#685202}
-
Luke Zielinski authored
Bug: 937369 Change-Id: I711bafa333c5bdf20413826f73218d59826da091 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741630 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#685201}
-
Takuto Ikuta authored
But coverage builder is not running now (crbug.com/991450). Bug: 954450 Change-Id: Ie72178253fd64fb6c11893f71d9b13e859cfdb72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743243 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#685200}
-
jongkwon.lee authored
the extension to be loaded, so remove RunLoop::RunUntilIdle which causes the flaky tests. ChromeTestExtensionLoader: :LoadExtension is already waiting for Change-Id: I7c7727617e93b2152e84ec32532ab084b889c745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743242Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#685199}
-
Maksim Ivanov authored
Move the enums out from the SecurityTokenPinDialogHost interface (that is defined at //chrome/browser/chromeos) into a separate header under //chromeos. This allows to reuse these enums in //ash. Bug: 983103 Change-Id: Ide120d445ad235e93888886d4ae5d7707304ad7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744147Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#685198}
-
Robbie Gibson authored
Bug: 991593 Change-Id: Ia5e5f8885e5f94ace4afcdb32393636f91b3a973 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743728 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#685197}
-
Yasmin authored
Bug: 991520 Change-Id: Ib44d086aecfa6739ec961de1f5479f95a1fbe259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741923 Commit-Queue: Yasmin Molazadeh <yasmo@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#685196}
-
Michael Thiessen authored
Touchless tests are hitting network errors inexplicably on bots, and I'm unable to repro locally, so I'm adding logging to hopefully get more insight. Bug: 983769 Change-Id: If9ed3b7569c1d26a7923bac5f458a44fb4edb331 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741291Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#685195}
-
Jonathan Backer authored
This is a clean up task similar to what we did for WrappedSkImage (https://chromium-review.googlesource.com/c/chromium/src/+/1651916): rather than keep an SkSurface around indefinitely to keep a ref on a GrBackendTexture, we explicitly allocate and destroy a GrBackendTexture and create an SkSurface on demand to mutate the GrBackendTexture. Bug: 974870 Change-Id: I0a8be55500e51d1c84312580e8b9410933dea6ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742286Reviewed-by:
Sean Gilhuly <sgilhuly@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#685194}
-
Lucas Furukawa Gadani authored
Bug: 955171, 984550 Change-Id: I5d8429c414e5cc4593cd7f3823da180a0cd47510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742777Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#685193}
-
Rohit Rao authored
The IncognitoView was being created with an initial frame based off of keyWindow.bounds, which returns a different value under iOS iPad multitasking and was causing the incognito view to be smaller than its superview. Setting the view's initial frame to superview.bounds fixes this bug. BUG=991560 Change-Id: I522967b9238f31b1f9b2ce2bf2f1f12f6e063490 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744328Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#685192}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bca4ad25f4fd..8e2aad881bcc git log bca4ad25f4fd..8e2aad881bcc --date=short --no-merges --format='%ad %ae %s' 2019-08-08 simonhatch@chromium.org Pinpoint - Add queue length stats to scheduler Created with: gclient setdep -r src/third_party/catapult@8e2aad881bcc The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=oysteine@google.com Bug: chromium:991306 Change-Id: I44fbe023b919aa546284340b61aa503dab9185d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743457Reviewed-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@{#685191}
-
Antonio Gomes authored
The associated TODO says to replace the use of std::list in this file by a WTF::HashSet. However, after looking at how the container is actually used in the .cc file, WTF::Deque seems like a perfect match. BUG=704136 R=guidou@chromium.org Change-Id: I731a3770c7039fcfd1520caf1277c52ffefc94d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744048Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#685190}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6e0df67d958d..07dff948a085 git log 6e0df67d958d..07dff948a085 --date=short --no-merges --format='%ad %ae %s' 2019-08-08 hjd@google.com Merge "Add uuid in perfetto_cmd" Created with: gclient setdep -r src/third_party/perfetto@07dff948a085 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Bug: None Change-Id: I830675b7388d06dac84874a0496b562f3a8921a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743460Reviewed-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@{#685189}
-
Benjamin Beaudry authored
Marked node 17 as ignored in the comments. Should have go with change https://chromium-review.googlesource.com/c/chromium/src/+/1737870 Bug: 988153 Change-Id: I6dc3da7765c54f0909e29e1134b28b36574a9c08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1739629 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#685188}
-
Lily Chen authored
This implements an (ideally temporary) intervention which allows cookies that don't specify SameSite and get defaulted into SameSite=Lax mode (under SameSiteByDefaultCookies) to be sent on requests with "unsafe" http methods (e.g. POST) in addition to the usual Lax-mode restrictions, if they are recently-created (within some threshold time delta). This adds a CookieSameSite enum value LAX_MODE_ALLOW_UNSAFE which is applied to default-Lax cookies that are recently-creatd. If a cookie has effective SameSite of LAX_MODE_ALLOW_UNSAFE, it is sent with a request if it meets all the Lax-mode requirements except for "safe" http method. Bug: 990439 Change-Id: I5a650383699562a71ddf01447d3e23c6836c6362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1734031Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#685187}
-
David Jean authored
This way all static initializers that happen before main() can be estimated. Bug: 988395 Change-Id: I95bc3edf2052d18b73f6bcf2d76c34815f282839 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730899 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#685186}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/7270a6d578f5..e86a8560f202 git log 7270a6d578f5..e86a8560f202 --date=short --no-merges --format='%ad %ae %s' 2019-08-08 syoussefi@chromium.org Vulkan: Fewer subgroup ops in seamful cubemap emulation Created with: gclient setdep -r src/third_party/angle@e86a8560f202 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Bug: None Change-Id: I18912bb38bf94b07468d2773a0ecc529636bd3e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743458Reviewed-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@{#685185}
-
A Olsen authored
Currently the dialog always prompts for both passwords (the old one once, and the new one twice). This change modifies it to only ask for passwords that were not scraped. Details: If no passwords are scraped, both prompts are show immediately. If the wrong old password is then entered, the same prompts are shown again with "Incorrect password" next to the old password prompt. If both passwords are scraped, a spinner is shown immediately. If the old password scraped then fails to unlock cryptohome, then the old-password prompt is shown as below. If only the new password is scraped, then only the old password prompt is shown. If the wrong old password is then entered, the same prompt is shown again with "Incorrect password" next to it. If only the old password is scraped, then only the new password prompt is shown. Once the new password has been entered consistently, if the old password scraped then fails to unlock cryptohome, then the dialog is reshown but now with an old password prompt added. If the old password is then entered incorrectly, then as usual, the "Incorrect password" text will be shown next to that prompt. The dialog is sized appropriately when first shown to make room for the prompts that it contains. In the case that a new prompt is added, it resizes itself. Bug: 930109 Change-Id: I89f326ce50f4b0543c5053af25cae618b0c8ee92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724080 Commit-Queue: A Olsen <olsen@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#685184}
-
Adam Raine authored
This patch adds an extra parameter to PaintWorkletInput which allows the device scale factor to be used on the worklet thread. TBR=futhark@chromium.org Bug: 980594 Change-Id: I60d281b0aeafd2d6522508b8d76bd944ba8f3140 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1701616 Commit-Queue: Adam Raine <asraine@google.com> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#685183}
-
Rayan Kanso authored
- Create a mocked contacts interface that requires user agents to set the contacts to return when queried. - Implement the mocked contacts interface for chromium. - Move chromium web_tests to the wpt folder. I've added one test and removed one test. Change-Id: I8fe518eef37eedf2908b4b0ea9bec9df9ea4938f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741915 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#685182}
-
Jonathan Backer authored
We only need to SetDrawRectangle when we are actually drawing to the surface. Passing along as a parameter instead of posting a separate task gives a nice perf win on RendererPerfTest/1.TextureQuads5x5 microbenchmark. Bug: 974359 Change-Id: I62ccac3b97b5a34745c1583695ab4cdef5b37418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717822Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#685181}
-
Henrik Grunell authored
This reverts commit e9859ad0. Reason for revert: Breaks WebRtcAudioDebugRecordingsBrowserTest on some Mac bots. See bug. Original change's description: > Add EXPECT_TRUE to NavigateToURL usage in webrtc browsertests. > > This is in preparation for requiring WARN_UNUSED_RESULT on > NavigateToURL() usage in tests. > > Bug: 425335 > Change-Id: I23137312bd945c012aee424fc43248516595cfbd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742772 > Auto-Submit: Alex Moshchuk <alexmos@chromium.org> > Reviewed-by: Tommi <tommi@chromium.org> > Commit-Queue: Alex Moshchuk <alexmos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#685098} TBR=tommi@chromium.org,alexmos@chromium.org Change-Id: I538d5cb813ee7e55cbfee8508b91d2be7b2249f0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 425335, 991935 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744346Reviewed-by:
Henrik Grunell <grunell@chromium.org> Commit-Queue: Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#685180}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/98b6993915c3..d88a2079b485 Created with: gclient setdep -r src-internal@d88a2079b485 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: Ic91e05e063fb6e892ee647f5b80a95789991f910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743016Reviewed-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@{#685179}
-
Henrik Grunell authored
This reverts commit 83d2ffd4. Reason for revert: The offending CL was found, it should be reverted instead of disabling the test. (See bug.) Original change's description: > Sheriff: Disable failing WebRTC browser tests > > TBR=alexmos@chromium.org,tommi@chromium.org > > Bug: 991935 > Change-Id: Id091cd054fd2b8aad837463bef5b7c63489cf248 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742161 > Reviewed-by: Kush Sinha <sinhak@chromium.org> > Commit-Queue: Kush Sinha <sinhak@chromium.org> > Cr-Commit-Position: refs/heads/master@{#685168} TBR=tommi@chromium.org,alexmos@chromium.org,sinhak@chromium.org Change-Id: I8eb6e73ac918d0d726962dbe677e6fc05394a585 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 991935 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743731Reviewed-by:
Henrik Grunell <grunell@chromium.org> Commit-Queue: Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#685178}
-
jonross authored
There is now a "Linux FYI SkiaRenderer Vulkan (Intel HD 630)" so this change removes the SkiaRenderer tests (both GL and Vulkan) from the "Linux FYI Experimental Release (Intel HD 630)" both Bug: 908932 Change-Id: Ia51600774ee87488aff04cab9dd2cc44450c31fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742837 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#685177}
-
Robbie Gibson authored
As an additional incognito distinguisher, design added a special background color for the omnibox in incognito mode. Bug: 976645 Change-Id: I002db2657f028ee3796d39ed9a715003f7d8a2e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744149Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#685176}
-
Paul Wankadia authored
https://chromium.googlesource.com/external/github.com/google/re2.git/+log/9d6788aeb4b2..67bce690decd $ git log 9d6788aeb..67bce690d --date=short --no-merges --format='%ad %ae %s' 2019-07-31 junyer Switch from //... to //:all when building with Bazel. 2019-07-26 junyer Get rid of StringAppendF(). 2019-07-26 junyer Get rid of SStringPrintf(). 2019-07-25 junyer Oops, missed a couple. 2019-07-25 junyer Don't make the arraysize() macro cast to int. 2019-07-24 junyer One more tweak for Python 3. 2019-07-24 junyer Get the Unicode scripts working with Python 3. 2019-07-21 junyer Update Unicode data to 12.1.0. 2019-07-07 junyer Make RE2::Set canonicalize DFA states. Created with: roll-dep src/third_party/re2/src R=mmoroz@chromium.org Change-Id: I8a99f9df9983e677229e00a76c385be2a114cfb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743453Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#685175}
-
Peter E Conn authored
Previously CustomTabBottomBarDelegate#addOverlayPanelManagerObserver was called before CompositorViewHolder had a LayoutManager. This meant that no observer was added and subsequently the bottom bar was not hidden when an overlay panel was present. Bug: 990367 Change-Id: I911e1d19347c59e6165b6d6649e709fcff418295 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1735163Reviewed-by:
Pavel Shmakov <pshmakov@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#685174}
-
Matt Menke authored
ResourcePrefetchPredictor was always using the origin of the initial page being navigated to in constructing the NetworkIsolationKey. With this CL, it uses the origin it expects the page to redirect to instead. Bug: 987735 Change-Id: Ic66c33bb5f99a9a00485ffe46c70e0947e0e430b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730782Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#685173}
-
Kevin Babbitt authored
Follow-up to address comment at http://crrev.com/c/17374393/ui/accessibility/ax_position.h#851 Rename: CreateNextTextAnchorPosition -> CreateNextLeafTextPosition CreatePreviousTextAnchorPosition -> CreatePreviousLeafTextPosition Also re-implement renames that were lost in a rebase of http://crrev.com/c/1735524: CreateNextTreeAnchorPosition -> CreateNextLeafTreePosition CreatePreviousTreeAnchorPosition -> CreatePreviousLeafTreePosition Bug: 928948 Change-Id: I77b81f51ee7160395440e401318dd633365d96dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742949 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#685172}
-
Robert Sesek authored
The old UnixDomainSocketAcceptor had an error callout on its delegate, which was removed when switching to the MachBootstrapAcceptor in 3ddc5f07. Since it appears that there are still errors that occur in the field, add this functionality to the MachBootstrapAcceptor. Bug: 984896, 272577 Change-Id: I2c009611c93b098ccbec7f43c633b57b722360f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741613 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#685171}
-
Fernando Serboncini authored
This adds a flag to disable: - window.OffscreenCanvas - Context2DCreation.desynchronize. - HTMLCanvasElement.transferControlToOffscreen Bug: 940953 Change-Id: If774e41adbaa6bef94a058f783225b27e5d0669a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736804Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#685170}
-
Javier Ernesto Flores Robles authored
Bug: 974255 Change-Id: I0315389fc618744a73bd35d44f2fb114a8ec5f6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742136Reviewed-by:
Robbie Gibson <rkgibson@google.com> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#685169}
-
Kush Sinha authored
TBR=alexmos@chromium.org,tommi@chromium.org Bug: 991935 Change-Id: Id091cd054fd2b8aad837463bef5b7c63489cf248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742161Reviewed-by:
Kush Sinha <sinhak@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#685168}
-
Antonio Gomes authored
... instead of WebLocalFrame. In order to perform this change, the header (media_stream_video_capturer_source.h) got moved out of the Blink API directory (public/web/modules/mediastream), down to renderer/modules/mediastream, now that it is used solely in Blink. Also, now MediaStreamVideoCaptureSource does not use the InternalState logic, holding itself a weak reference to LocalFrame. Last, a TODO about using void* as parameter to SetMediaStreamDispatcherHostForTesting gets removed too. BUG=704136 R=guidou@chromium.org Change-Id: Iea150242ae06bb7c2d44691887c38ca795735a3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742117 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#685167}
-
Andrei Chulkov authored
The wiring is done via a Bridge class on the Java side and a one View class on the native side, which itself is more of a Controller / Bridge. For now I don't see the need to separate the native side into multiple classes, however that might be better and / or needed later. Bug: 983445 Change-Id: I997161df9c2e377d85a5dccd335096cd05a2bb39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736362Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Andrei Chulkov <achulkov@google.com> Cr-Commit-Position: refs/heads/master@{#685166}
-
Omer Katz authored
Using same metric structure as for concurrent sweeping (https://crrev.com/c/1690970) Bug: 986235 Change-Id: Iff8b4a049f32500498c89e0b4d8f05a1958faa05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738694 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#685165}
-
Maksim Ivanov authored
Don't require the implementations of the SecurityTokenPinDialogHost interface to run any callback when CloseSecurityTokenPinDialog() is called. The caller knows anyway that the dialog is being closed, so it's just unnecessary and error-prone to rely on every implementation to notify the caller about the closing. This is a small refactoring, which should have no effect on the currently implemented behavior. This change should slightly simplify writing other implementations of the PIN dialog host - for the Login/Lock screens. Bug: 964069 Change-Id: Ied94a1e90bb3f4063081427888d8fcc566719777 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743729 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/master@{#685164}
-