Re: [blink-dev] Intent to Deprecate and Remove: Gesture Scroll DOM events

2022-06-09 Thread K. Moon
It's not quite true that plugins aren't Web-exposed anymore; PDF support still appears as a plugin. Is there any impact to PDF viewers? On Thu, Jun 9, 2022, 9:48 AM Daniel Bratell wrote: > LGTM3 > > /Daniel > On 2022-06-09 18:20, Chris Harrelson wrote: > > LGTM2 > > On Thu, Jun 9, 2022 at 9:18 A

Re: [blink-dev] Intent to Deprecate and Remove: Gesture Scroll DOM events

2022-06-09 Thread K. Moon
r.ts> > based on wheel and touch events. > > (There has also been some discussion of adapting the PDF viewer to use > "native" scrolling. This change doesn't create any roadblocks for that > effort, since the gesture scroll events would be handled in C++ and not in &g

Re: [chromium-dev] Re: [blink-dev] Inactive OWNERS cleanup

2022-07-28 Thread K. Moon
I think our owner-suggesting tooling really needs to be better about deprioritizing owners who are on leave (as well as better load balancing). I'm not sure periodically removing and re-adding owners is the right long-term fix, but it could be acceptable if we're working on better infrastructure in

Re: [chromium-dev] Re: [blink-dev] Inactive OWNERS cleanup

2022-07-28 Thread K. Moon
and not > overloaded and want to help with the review load, please put something like > "fast" or "more reviews plz" in your Gerrit status to encourage more > reviews your way (me inspired by ellyjones@ here). Encourage others to do > the same and reward this as a comm

Re: [chromium-dev] Re: [blink-dev] Inactive OWNERS cleanup

2022-08-01 Thread K. Moon
Hara >>> wrote: >>> >>>> +1 to improving the tool to handle OOO owners. >>>> >>>> Let's step back. The problem I'm solving now is: currently OWNERS files >>>> contain many long-time inactive, non-OOO owners. The goal is to re

Re: [blink-dev] Re: Abseil now allowed in Chromium code

2022-12-12 Thread K. Moon
You should start a new thread for this kind of question, rather than replying to this one. Additionally, if you're modifying Abseil, I don't think this question has anything to do with Chromium. You could try asking on an Abseil discussion group, but I suspect you're on your own, since you're modi

Re: [blink-dev] SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure removed from Chrome 94

2021-09-29 Thread K. Moon
All chrome://flags are temporary, and should never be relied on as permanent controls over behavior: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/docs/flag_expiry.md#Do-Not-Depend-On-Flags On Wed, Sep 29, 2021 at 8:39 AM Luca Fabbri wrote: > From https://www.chromium.org/

Re: [blink-dev] SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure removed from Chrome 94

2021-09-29 Thread K. Moon
Flags come and go as a natural part of the development process; they're almost an internal thing. If you found a particular flag useful, though, consider filing a feature request for a more well-engineered version of the functionality; a permanent fix often looks quite different from a "temporarily

Re: [blink-dev] HTTP return code of iframe?

2021-11-17 Thread K. Moon
This would violate the same-origin policy, so I don't think you can do this within Blink, but given this is a chrome: page, maybe you could add some code in the browser to give this information to you. On Tue, Nov 16, 2021, 4:40 PM Tibor Goldschwendt wrote: > Hi Blink Dev! > > Is there any way t

Re: [blink-dev] HTTP return code of iframe?

2021-11-17 Thread K. Moon
listeners. Is the >>> exact HTTP error needed? Or does the feature just need to know if it >>> succeed or not? >>> >>> Daniel >>> >>> On Wed, 17 Nov 2021 at 11:19, Tibor Goldschwendt >>> wrote: >>> >>>> +Nasko Os

Re: [blink-dev] Fwd: V8 typeof(Function(str)) is undefined

2022-01-13 Thread K. Moon
I see you cross-posted this question to the v8-dev mailing list, which probably is a better venue for asking this question. Blink refers to the HTML engine in Chromium, and is not directly related to JavaScript execution. On Thu, Jan 13, 2022 at 9:35 AM victoria yang wrote: > > > Hi, > Recentl

[blink-dev] Re: How to debug flaky Mojo binding

2022-02-08 Thread K. Moon
Not an expert on any of this, but it sounds to me like the lifetime of your Mojo interface vis-à-vis the state of the renderer isn't well-defined, which is why you're running into problems with frame creation vs. navigation. Maybe it'd help to link to a WIP change or design or something, and someon

Re: [blink-dev] Intent to Ship: Scroll To Text Fragment

2023-10-05 Thread K. Moon
If your complaint is about the URLs (and the resulting behavior), isn't that a site authoring issue, not a Chrome issue? On Thu, Oct 5, 2023, 10:25 AM Adam Semenenko wrote: > Sorry Thomas, I should have specified that I am using Android. From what I > can tell there's no way to disable this anti

Re: [blink-dev] Intent to Ship: Scroll To Text Fragment

2023-10-05 Thread K. Moon
sure what you mean. I only get usability issues related to > this feature in Chrome, which to me indicates it's a Chrome issue > > On Fri, 6 Oct 2023, 07:53 K. Moon, wrote: > >> If your complaint is about the URLs (and the resulting behavior), isn't >> that a si

Re: [blink-dev] Intent to Ship: Scroll To Text Fragment

2023-10-05 Thread K. Moon
(Incidentally, it appears Safari 16+ also supports this feature, further illustrating that this is not a Chrome-specific concern.) https://caniuse.com/url-scroll-to-text-fragment On Thu, Oct 5, 2023, 12:01 PM K. Moon wrote: > If the URL doesn't contain a scroll-to-text fragment, t

Re: [blink-dev] Intent to Ship: Scroll To Text Fragment

2023-10-05 Thread K. Moon
, 12:10 PM Adam Semenenko wrote: > The feature can be disabled in Safari > https://www.reddit.com/r/MacOS/comments/14l1gcu/how_to_disable_safari_automatically_highlighting/, > so it's a Chrome specific issue that it can't be disabled > > On Fri, 6 Oct 2023, 08:06 K. Moon

Re: [blink-dev] Intent to Ship: Scroll To Text Fragment

2023-10-07 Thread K. Moon
es Chrome, thank you for highlighting the very >> first sentence. However could I cope without you. >> >> 2. A random sentence halfway through the page is highlighted. This is >> never what I want: I always want to read the page so that I can understand >> the sentence

Re: [blink-dev] Intent to Ship: Scroll To Text Fragment

2023-10-18 Thread K. Moon
Please stop posting this kind of feedback to this thread; you've been informed multiple times by multiple individuals that this is not the right forum for Chrome product feedback. Continuing to persist in doing so may lead to intervention, like blocking your ability to post entirely. On Tue, Oct

Re: [blink-dev] Re: List decorators on Chrome Status

2023-01-11 Thread K. Moon
My best guess would be https://github.com/tc39/proposal-decorators, but that'd be a V8 question, not a Blink question. On Wed, Jan 11, 2023 at 7:43 AM 'Jason Robbins' via blink-dev < blink-dev@chromium.org> wrote: > What do you mean by "decorators"? > > On Tuesday, January 10, 2023 at 5:54:04 PM

Re: [blink-dev] Intent to Ship: Deprecate module size limit for WebAssembly.Module()

2023-04-21 Thread K. Moon
I don't have any authority here, but my two cents: Given there's a synchronous and an asynchronous API already, why not let the page author decide the right trade-off for themselves? I know in general we'd like to discourage authors from blocking the renderer main thread, but there already seem to

Re: [blink-dev] Send data from renderer to cefclient application

2023-05-10 Thread K. Moon
This sounds like it'd be a better question to address to the CEF developers. CEF isn't part of the Chromium project. On Wed, May 10, 2023 at 7:22 AM jungle panda wrote: > I have basic understanding of chromium/blink and cef. > I want to send tree data from blink chromium code to cef client > app

Re: [blink-dev] Re: Question about Web Crypto API and BoringSSL usage

2023-07-20 Thread K. Moon
Code Search (source.chromium.org) can answer this question for you. On Thu, Jul 20, 2023, 6:05 AM Иван Кобзарь wrote: > Hello, Could you please provide a link to the methods where the BoringSSL > cryptography library is invoked in the implementation of WebCrypto in > Chromium? > Thanks > > четве