Re: [blink-dev] Blink version

2024-04-22 Thread Dave Tapuska
Chrome://version will tell you the chromium version. Blink is in the main repository and is not versioned separately. On Mon, Apr 22, 2024, 10:43 AM Alexander Low wrote: > May I know is there any information about Blink? I try to find it but I > could not manage to make it. Is there any method

Re: [blink-dev] Re: Chromium’s migration to the new issue tracker begins Feb 2

2024-01-31 Thread Dave Tapuska
It's issue-tracker-support at chromium.org On Wed, Jan 31, 2024, 8:31 PM David Dabbs wrote: > Thank you for the reminder Joe. > My digest message does not include a full e-mail address: > >You can reach out at any time to issue-trac...@chromium.org > with

Re: [blink-dev] Intent to Prototype: Call stacks in crash reports from unresponsive web pages

2024-01-25 Thread Dave Tapuska
shing only under the >> presence of extension-injected code in the main world, then that's critical >> information for the site owner to know from a customer support perspective. >> >> Rick >> >> On Wed, Jan 24, 2024 at 3:10 PM Dave Tapuska >> wrote: &g

Re: [blink-dev] Intent to Prototype: Call stacks in crash reports from unresponsive web pages

2024-01-24 Thread Dave Tapuska
Just a few thoughts... I haven't seen a proposed implementation but I presume you are going to restrict this only to execution stacks in the main world? If you get an extension executing scripts in the main world how will you prevent the endpoint from knowing about the agent's execution

Re: [blink-dev] Intent to Prototype: Partitioning :visited links history

2023-06-28 Thread Dave Tapuska
I look forward to this. Will this include an implementation whereby the visited links are only sent to the relevant AgentSchedulingGroup/SiteInstanceGroup? My recollection is that the visited link map was propagated to each renderer unconditionally. Dave On Wed, Jun 28, 2023, 3:21 AM Yoav Weiss

Re: [blink-dev] Allow Navigator.registerProtocolHandler to register "payto"

2023-04-14 Thread Dave Tapuska
I feel the chromestatus is a bit misleading on the Mozilla position. It indicates "Worth Prototyping" with a link to the Mozilla positions github issue. But no one from Mozilla has indicated a position. dave. On Thu, Apr 13, 2023 at 3:05 PM Rastislav Vašička < rastislav.vasi...@codetech.cc>

Re: [blink-dev] Intent to Ship: Send Mouse Events to Disabled Form Controls

2022-10-17 Thread Dave Tapuska
So the initial attempt was problematic for interop due to mouseup, and mousedown being displaced for the entire event path. I had removed my request to ship in order to address the concerns of other vendors (proposed another 3 milestones to collect more data). It appears this attempt does fix that

Re: [blink-dev] Debugging compressed pointers in Blink

2022-10-11 Thread Dave Tapuska
Anton, can you add this to https://source.chromium.org/chromium/chromium/src/+/main:docs/linux/debugging.md ? On Tue, Oct 11, 2022 at 10:19 AM Anton Bikineev wrote: > I'm now submitting a CL > that adds > some quick gdb helpers: > >

Re: [blink-dev] Intent to Ship: Prerender2 for Desktop

2022-09-06 Thread Dave Tapuska
extension stores, look for > patterns that would be affected by this change and notify the extension's > authors ahead of time? > > On Thu, Sep 1, 2022 at 4:23 PM Dave Tapuska wrote: > >> I drafted a blog post highlighting the additions/changes to the extension >> APIs. It

Re: [blink-dev] Intent to Ship: Prerender2 for Desktop

2022-09-01 Thread Dave Tapuska
I drafted a blog post highlighting the additions/changes to the extension APIs. It is just going through reviews before being posted to developer.chrome.com, hopefully sometime next week. dave. On Thu, Sep 1, 2022 at 2:49 AM Yoav Weiss wrote: > > > On Thu, Sep 1, 2022 at 8:24 AM Takashi

Re: [blink-dev] Intent to Experiment: Align Timers (including DOM timers) at 125 Hz

2022-08-05 Thread Dave Tapuska
Stefan, this was just for "non-zero delay" timers? Are there still potential issues there? On Fri, Aug 5, 2022 at 1:19 PM Stefan Zager wrote: > This is a common programming pattern: > > requestAnimationFrame(() => { > setTimeout(() => { > // At this point, it's very likely that layout is

Re: [blink-dev] Re: Intent to Ship: Element.isVisible method

2022-05-20 Thread Dave Tapuska
t; for RemoteFrames would probably have security/privacy considerations. > > On Thu, May 19, 2022 at 5:17 PM Dave Tapuska > wrote: > >> So how does this method work for iframes that have their visibility >> hidden? Is it intended to work for that? >> >> >>

Re: [blink-dev] Re: Intent to Ship: Element.isVisible method

2022-05-19 Thread Dave Tapuska
So how does this method work for iframes that have their visibility hidden? Is it intended to work for that? div's isVisible will always be true. Perhaps isVisible needs a caveat that it only works for the current document. Oh that is what was debated here

Re: [blink-dev] Intent to Ship: Same-origin prerendering triggered by the speculation rules API

2022-04-22 Thread Dave Tapuska
This intent is for Android only, correct? Will there be another Intent to Ship on Desktop? Presumably desktop is blocked on extensions and the compatibility risk regarding those. (I recently discussed this at the WECG

Re: [blink-dev] Fwd: Can't run Web Tests locally on MacOS 12 device

2021-12-16 Thread Dave Tapuska
FYI... Seems PHP was removed in macOS Monterey. Nico sounds like we need to revert your patch. dave On Thu, Dec 16, 2021 at 5:20 PM Dave Tapuska wrote: > I get it too.. I wonder if > https://source.chromium.org/chromium/chromium/src/+/1156f94e35e73182126f17cf52c45f70a8d4c45b > is

Re: [blink-dev] Fwd: Can't run Web Tests locally on MacOS 12 device

2021-12-16 Thread Dave Tapuska
I get it too.. I wonder if https://source.chromium.org/chromium/chromium/src/+/1156f94e35e73182126f17cf52c45f70a8d4c45b is the cause because my default system http conf doesn't have a PHP library. Nico? dave. On Thu, Dec 16, 2021 at 5:01 PM 'Alexis Hétu' via blink-dev < blink-dev@chromium.org>

Re: [blink-dev] RE: [EXTERNAL] Re: Intent to Implement and Ship: Feature policy for Keyboard API

2021-10-27 Thread Dave Tapuska
ough, then please let me know! > > > > *From:* Dave Tapuska > *Sent:* Wednesday, October 27, 2021 2:27 PM > *To:* Anupam Snigdha > *Cc:* slightly...@chromium.org; blink-dev@chromium.org; > yoavwe...@chromium.org; Bo Cupp ; Scott Low < > sc...@microsoft.com>; gary

Re: [blink-dev] RE: [EXTERNAL] Re: Intent to Implement and Ship: Feature policy for Keyboard API

2021-10-27 Thread Dave Tapuska
I was looking at the implementation of this. Is it possible to move the check of the policy to be based in the browser when the map is fetched? As of right now the policy enforcement is on the renderer side, so a compromised renderer can request the keyboard map. dave. On Wed, Oct 27, 2021 at

[webkit-dev] Request for Position on document-access proposal

2020-08-13 Thread Dave Tapuska
Hi Webkit-Dev, I'd like to request an official position from webkit on the document-access proposal. This proposal allows a frame tree to give up the requirement that same-origin frames might be in the same event loop via an attribute. TAG discussion

[v8-dev] Re: An update on WTF::ArrayBuffer

2020-03-23 Thread Dave Tapuska
Wouldn't it be possible to set it per partition? All of these allocations currently come from the ArrayBuffer partition.

[v8-dev] Re: An update on WTF::ArrayBuffer

2020-03-20 Thread Dave Tapuska
Yes this is great. It seems the allocations are still going through partition alloc. Are there plans to remove this dependence on partition alloc or are there plans for partition alloc to support > 2GB +1 page allocations? dave. On Fri, Mar 20, 2020 at 11:29 AM Kentaro Hara wrote: > This is a

[GNC] AlphaVantage Stock Quotes

2018-05-31 Thread Dave Tapuska
So I've constantly run into issues getting quotes for stocks I have listed. Sometimes it loads some of them, and it seems completely random. I'm using 3.0-118-gd2ef5fd0f+ (2018-04-28) with Finance Quote 1.47. I had a closer look at why the individual requests were taking so long. (Upwards of 1s

[Bug 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-11-20 Thread Dave Tapuska
Since this bug is closed; should maverick-updates contain a samba package? I can't seem to find the package this bug is fixed in. -- Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares https://bugs.launchpad.net/bugs/458637 You received this bug notification because you

[Bug 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-11-20 Thread Dave Tapuska
Since this bug is closed; should maverick-updates contain a samba package? I can't seem to find the package this bug is fixed in. -- Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares https://bugs.launchpad.net/bugs/458637 You received this bug notification because you

Sarge - Minimum System Requirements

2004-08-23 Thread Dave Tapuska
I had the main distribution installed on my P166 with 64mb of RAM running for the longest time. With a crash of the harddrive; I installed Sarge being that it very close to going gold. Running the machine for the past few days I am frequently experiencing out of memory errors in perl. So I