Re: [webkit-dev] Request for Position: MSE-in-Workers

2022-07-27 Thread Matt Wolenetz via webkit-dev
I've made a new request for position using the new process for this at: https://github.com/WebKit/standards-positions/issues/40 On Wed, Jun 30, 2021 at 2:37 PM Matt Wolenetz wrote: > Hi webkit-dev, > > This is a request for Webkit's position on the MSE-in-Workers fea

[webkit-dev] EWS iOS, tvOS, watchOS are updated to the latest released SDK

2021-10-20 Thread Matt Lewis via webkit-dev
Hello WebKit Devs, iOS, watchOS, and tvOS bots on build.webkit.org and ews-build.webkit.org have been updated to the latest available Xcode and SDKs: iOS 15, watchOS 8, and tvOS 15. Happy Coding, Matt Lewis ___ webkit-dev mailing list webkit-dev

[webkit-dev] Updating iOS EWS

2021-10-19 Thread Matt Lewis via webkit-dev
We are currently updating all embedded EWS hosts to iOS15 aligned releases. Expect delays and offline hosts. We appreciate your patience. Matt Lewis ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo

[webkit-dev] Request for Position: MSE-for-WebCodecs

2021-10-01 Thread Matt Wolenetz via webkit-dev
https://www.chromestatus.com/feature/5649291471224832 Draft specification: https://github.com/w3c/media-source/pull/302 TAG review: https://github.com/w3ctag/design-reviews/issues/576 Please let us know if you have any feedback! Thanks, Matt ___ webkit-dev mailing

[webkit-dev] Request for Position on Gamepad input events

2021-09-21 Thread Matt Reynolds via webkit-dev
esign doc: https://docs.google.com/document/d/1rnQ1gU0iwPXbO7OvKS6KO9gyfpSdSQvKhK9_OkzUuKE Spec change pull request: https://github.com/w3c/gamepad/pull/152 TAG design review: https://github.com/w3ctag/design-reviews/issues/662 Thanks, Matt Reynolds ___ w

[webkit-dev] Request for Position: MSE-in-Workers

2021-06-30 Thread Matt Wolenetz via webkit-dev
se-in-workers-demo/mse-in-workers-demo.html Please let us know if you have any feedback! Thanks, Matt ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Embedded EWS upgrades

2021-06-17 Thread Matt Lewis via webkit-dev
processing patches. Thanks for your patience, Matt Lewis ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Request for position: Declarative Link Capturing

2021-05-02 Thread Matt Giuca via webkit-dev
Sorry, just correcting the TAG review URL: https://github.com/w3ctag/design-reviews/issues/589 On Mon, 3 May 2021 at 14:15, Matt Giuca wrote: > > Hi WebKit developers, > > We are interested in the WebKit position on a proposed extension to > the Web App Manifest. > >

[webkit-dev] Request for position: Declarative Link Capturing

2021-05-02 Thread Matt Giuca via webkit-dev
of the installed web application when the user clicks links within its scope from a web browser or another application in the OS. Thanks Matt Giuca (Google) ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo

[webkit-dev] Announcement: Adding WebKit 2 Debug and Apple Silicon EWS Queues

2021-03-18 Thread Matt Lewis via webkit-dev
Hello WebKit, I would like to let everyone know that as of today you will see new bubbles on each of your patches. We have added support in EWS for Debug WebKit 2 and Apple Silicon. Happy Coding, Matt Lewis ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] Request for position on Badging API

2020-02-19 Thread Matt Giuca
nting AppBadge to begin with, since that is our most demanded use case. On Thu, 20 Feb 2020 at 11:37, Maciej Stachowiak wrote: > > > On Feb 19, 2020, at 4:35 PM, Maciej Stachowiak wrote: > > > > On Feb 19, 2020, at 4:31 PM, Matt Giuca wrote: > > > > On Thu, 20

Re: [webkit-dev] Request for position on Badging API

2020-02-19 Thread Matt Giuca
On Thu, 20 Feb 2020 at 11:18, Ryosuke Niwa wrote: > > On Wed, Feb 19, 2020 at 3:29 PM Matt Giuca wrote: > >> On Wed, 19 Feb 2020 at 18:14, Ryosuke Niwa wrote: >> >>> >>> On Tue, Feb 18, 2020 at 4:02 PM Matt Giuca wrote: >>> >>>> Th

Re: [webkit-dev] Request for position on Badging API

2020-02-19 Thread Matt Giuca
On Wed, 19 Feb 2020 at 18:14, Ryosuke Niwa wrote: > > On Tue, Feb 18, 2020 at 4:02 PM Matt Giuca wrote: > >> Thanks for the replies. Folding both Dean and Ryosuke's emails into one. >> >> On Mon, 17 Feb 2020 at 03:03, Dean Jackson wrote: >> >>>

Re: [webkit-dev] Request for position on Badging API

2020-02-18 Thread Matt Giuca
p is too spammy. The setClientBadge API could be used by any website to draw attention, but the user agent should make the badge sufficiently subtle that this is no more abusive than a favicon, which can already be used to show a pseudo-badge. > > - R. Niwa > > On Sun, Jan 19, 2020 at 16:

[webkit-dev] Updating iOS EWS

2020-01-31 Thread Matt Lewis
Hello, We are updating iOS ews to the newest release of Catalina with the coinciding sdk for iOS. EWS for these queues will be down temporarily. Please plan accordingly, we don't expect it to take more than an hour or so. ___ webkit-dev mailing list we

[webkit-dev] Request for position on Badging API

2020-01-19 Thread Matt Giuca
ebKit / Safari be interested in implementing the API now or in the future? We are planning to ship in Chromium soon: https://groups.google.com/a/chromium.org/g/blink-dev/c/fHc49JNFTAU/m/bJD25Yr7CAAJ Regards Matt Giuca ___ webkit-dev mailing list webki

Re: [webkit-dev] Proposal to limit the size of the captured exception stack

2017-03-29 Thread Matt Baker
> On Mar 28, 2017, at 9:55 PM, Mark Lam wrote: > > Matt, > I tested this on Firefox and Chrome and saw that Chrome captures up to 200 > frames. I don’t see Firefox capturing frames at all when not throwing an > Error. Were you looking at Error.stack for Firefox when yo

Re: [webkit-dev] Proposal to limit the size of the captured exception stack

2017-03-28 Thread Matt Baker
> On Mar 28, 2017, at 4:23 PM, Geoffrey Garen wrote: > > Does the separate exceptionStackTraceLimit mean that if a developer gets a > truncated stack trace in the Web Inspector, there’s no way for the developer > to remedy that? Is that what other browsers’ developer tools do? FireFox and Chro

[webkit-dev] Implementing Media Session API

2015-05-27 Thread Matt
tps://mediasession.spec.whatwg.org/> and my work on this will be behind a feature flag. The main Bugzilla issue tracking the implementation can be found here: https://bugs.webkit.org/show_bug.cgi?id=145411 <https://bugs.webkit.org/show_bug.cgi?id=145411> T

[webkit-dev] Feature Announcement: element

2012-07-03 Thread Matt Falkenhagen
build up from there. The master bug is <https://bugs.webkit.org/show_bug.cgi?id=84635>. Thanks, Matt ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Can you help me with a problem obtaining the size of content after a WebView has been resized?

2012-02-14 Thread Matt Mower
narrower. But they do not grow shorter in the same way leaving a big unsightly gap. Here is my test code: https://gist.github.com/7aba5c24046462284c95 If anyone can help me understand how to achieve my goal or offer me any further pointers in how to explore the problem I

Re: [webkit-dev] JavaScriptCore Debugger - Non-Browser Implementation

2012-02-10 Thread Matt Veenstra
Hi again, Does anyone have any insight here? Is this the correct place to ask? Thx, Matt On Tue, Feb 7, 2012 at 10:18 PM, Matt Veenstra wrote: > Hello, > > I am looking for a tool to help debug JavaScript code for > JavaScriptCore when NOT using a browser?  I did a bit of resear

[webkit-dev] JavaScriptCore Debugger - Non-Browser Implementation

2012-02-07 Thread Matt Veenstra
. Is this the proper list for this question? Thanks, Matt Veenstra tribalmedia ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Pages from the wiki vanished from google search results

2011-06-05 Thread Matt Falkenhagen
> Since a couple of days ago (when?), our trac/wiki is not appearing as > relevant on google search results anymore. > > I guess google blacklisted the site because of some sort of spam or a > redirect against the rules. > > Does anyone know if something changed recently? Does someone has a > googl

Re: [webkit-dev] Matching iOS versions to webkit build numbers

2011-03-07 Thread Matt Lilek
iOS 4.3 is also still under NDA. You should either file a bug at https://bugreport.apple.com and/or ask in the iOS 4.3 section of Apple's developer forums (https://devforums.apple.com). - Matt On Mar 7, 2011, at 7:33 PM, Sam Gentle wrote: > Hi, > > I'm trying to hunt

[webkit-dev] Could someone explain a bit on document fragments?

2010-08-20 Thread Matt 'Murph' Finnicum
I see, for a large page, that a document is created and then a number of fragments. Are these fragments all then merged into that document? Or are they merged into one another, forming a new document somehow? Where is that done? What would be a acceptable way to measure the total time spent parsin

Re: [webkit-dev] How to properly create some element nodes within webcore?

2010-07-07 Thread Matt 'Murph' Finnicum
That was it. Thanks a million! On Wed, Jul 7, 2010 at 12:34 PM, Sam Weinig wrote: > > > On Wed, Jul 7, 2010 at 8:30 AM, Matt 'Murph' Finnicum > wrote: >> >> I know this sounds a bit silly, but it's a simplified version of what i'm >> doing.

[webkit-dev] How to properly create some element nodes within webcore?

2010-07-07 Thread Matt 'Murph' Finnicum
I know this sounds a bit silly, but it's a simplified version of what i'm doing. Let's say I decided to replace every webpage with "hello world". I decided to do this from finishedParsing() within dom/Document.cpp: void Document::finishedParsing() { ExceptionCode ec = 0; HTMLBodyElement*

Re: [webkit-dev] Why so many text nodes in the DOM? (especially ones with just whitespace)

2010-06-17 Thread Matt 'Murph' Finnicum
On Thu, Jun 17, 2010 at 4:19 PM, David Hyatt wrote: > On Jun 17, 2010, at 2:45 PM, Gustavo Sverzut Barbieri wrote: > > > David, it's bit more than annoying, it's fragmenting memory for no > > good. In the long run on systems will small memory it does make a > > difference :-/ > > > > I'd like to

Re: [webkit-dev] Why so many text nodes in the DOM? (especially ones with just whitespace)

2010-06-17 Thread Matt 'Murph' Finnicum
Is there a good way to tell which ones will affect rendering? On Thu, Jun 17, 2010 at 1:51 PM, David Hyatt wrote: > Although it's annoying that these extra whitespace nodes are in the DOM, we > do at least make sure not to create renderers for them most of the time. > > dave > > On Jun 17, 2010,

[webkit-dev] Why so many text nodes in the DOM? (especially ones with just whitespace)

2010-06-14 Thread Matt 'Murph' Finnicum
Why are there so many Text nodes in the DOM? I had a look at the initial DOM tree from rendering slashdot, and there are 1959 Text nodes. Of those 1959, 1246 were whitespace-only nodes. Does there need to be this many nodes? Why can't whitespace be combined with the nodes next to it? Thanks, --Mu

[webkit-dev] Accessibility: Status of MSAA implementation?

2009-09-10 Thread Matt Campbell
a, but I don't want to duplicate effort. So is anyone else currently working on the MSAA implementation? Thanks. -- Matt Campbell Lead Programmer Serotek Corporation www.serotek.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org htt

Re: [webkit-dev] Build issue on Fedora 10

2009-06-24 Thread Matt Bockt
http://fedoraproject.org/ > > On Jun 24, 2009, at 0:51, Matt Bockt wrote: > > Hi, > > Does anyone have that kind of issue in building Webkit ? Or any idea of the > error that could be? > > Thank you. > > Regards, > > > On Fri, Jun 19, 2009 at 11:12 AM,

Re: [webkit-dev] Build issue on Fedora 10

2009-06-24 Thread Matt Bockt
Hi, Does anyone have that kind of issue in building Webkit ? Or any idea of the error that could be? Thank you. Regards, On Fri, Jun 19, 2009 at 11:12 AM, Matt Bockt wrote: > Hi, > > I'm trying to build WebKit on Fedora10, using the given autogen and make > files. >

[webkit-dev] Build issue on Fedora 10

2009-06-19 Thread Matt Bockt
What could be the problem ? Thank for your help ! Regards, -- matt build_configuration Description: Binary data ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Multithread issue

2009-05-27 Thread Matt Bockt
8 since g_threads must be initialized. But I can't figure out why it doesn't work. Any suggestions or specific rules to follow about multi-threading, gtk and webkit ? Thank you for your help. -- matt ___ webkit-dev mailing list webkit-dev@lists

Re: [webkit-dev] JavaScript memory management question

2008-12-04 Thread Matt Fischer
On Thu, Dec 4, 2008 at 3:06 PM, Maciej Stachowiak <[EMAIL PROTECTED]> wrote: > > On Dec 4, 2008, at 12:55 PM, Matt Fischer wrote: > > I'm working on an embedded product which uses a WebKit-based browser, and > I've been tracking down some memory leaks we'

[webkit-dev] JavaScript memory management question

2008-12-04 Thread Matt Fischer
ely apparent reason why this wouldn't be happening? I.e., is there something else that would be holding a reference to an object created by this type of script code, or is something other than the GC responsible for freeing it, etc? My apologies if this turns out to be a stupid question--I'm just trying to get some context for where I ought to focus next. Thanks, Matt ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] loading webkit Visual Studio 2005 project file error

2008-11-25 Thread Matt Lilek
Did you set the WEBKITOUTPUTDIR and WEBKITLIBRARIESDIR environment variables? See http://trac.webkit.org/wiki/BuildingOnWindows#BuildingfromwithinVisualStudio - Matt On Tue, Nov 25, 2008 at 10:14 AM, Jack Wootton <[EMAIL PROTECTED]>wrote: > Hello, > > I attempted to load the f

Re: [webkit-dev] CSS Animation

2008-07-10 Thread Matt Lilek
On Jul 10, 2008, at 11:55 PM, Shakti Ashirvad wrote: Hi, I have gone through the blog "CSS Animation" and want to explore more about it. Where can I find the detailed CSS spec for Webkit CSS extentions. http://webkit.org/blog/138/css-animation/ I have gone through this link and want to

Re: [webkit-dev] need a sample of how to use webkit on windows

2008-07-02 Thread Matt Lilek
WebKitTools/WinLauncher in your checkout should have what you're looking for. - Matt On Wed, Jul 2, 2008 at 2:21 AM, tyl <[EMAIL PROTECTED]> wrote: > > Thanks for the reply! > > I want to use the webkit to build a very simple brower on windows, can you > help me? >

Re: [webkit-dev] Get SquirrelFish for Webkit in linux

2008-06-08 Thread Matt Lilek
t; > Can you please tell me if i get the latest JavaScript engine > (SquirrelFish) in Webkit? > > Thank you. What you downloaded will have SquirrelFish, which was merged to trunk a couple weeks ago. - Matt ___ webkit-dev mai

Re: [webkit-dev] Drosera

2008-05-30 Thread Matt Lilek
to set a breakpoint there. > Is there something similar to this in the webkit debugger? > > Is there a more valid place than this list to discuss about the debugger, > except in the bug reports? > > 28 maj 2008 kl. 23.56 skrev Matt Lilek: > > > To hopefully help anyone com

Re: [webkit-dev] Drosera

2008-05-28 Thread Matt Lilek
To hopefully help anyone coming across this in the future, I just updated the wiki page on Drosera to point people to the inspector. - Matt On May 28, 2008, at 4:14 PM, Oliver Hunt wrote: > Drosera is dead. The WebInspector now has debugging support > integrated directly into

Re: [webkit-dev] Turning off blue borders on input elements in Safari?

2008-04-10 Thread Matt Lilek
On Thu, Apr 10, 2008 at 3:46 AM, Johan Lund <[EMAIL PROTECTED]> wrote: > How can I turn off the blue borders that Safari adds around input > elements? > > Regards > Johan Lund Add outline: none; ___ webkit-dev mailing list webkit-dev@lists.webkit.org h

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-19 Thread Matt Lilek
jects/webkit/wiki/BuildingOnWindows and open the WebKit/win/WebKit.vcproj/WebKit.sln file to build from the GUI. Once you've got a good build, you can always rebuild individual projects, but building via the script or the GUI is *MUCH* saner. - Matt On 2/19/08, [EMAIL PROTECTED] <[EMAIL PROT

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-19 Thread Matt Lilek
ually built. Also, as Brent alluded to earlier, you may need to remove your WebKitBuild folder and start from scratch if the errors stem from generated files. - Matt On 2/19/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Brent > >I appreciate your help. I installe

Re: [webkit-dev] How to debug webkit source on windows platform

2007-10-23 Thread Matt Lilek
nstructions at the bottom of <http://webkit.org/building/debug.html>. I know in VC++ Express there's an "Attach to Process" option in one of the menus that you can use to debug - what the equivalent of that is in regular Visual Studio, I'm not sure (if it's different).

Re: [webkit-dev] Branch Plan

2007-10-10 Thread Matt Lilek
rom trunk/. > > Perhaps "safari-3-branch" could be named "safari-3-apple" and then have an identical "safari-3-public" or "safari-3-ports" branch. This way all the branching would happen in one fell swoop and all the porters are on the same

[webkit-dev] Platform improvements to the layout tests

2007-08-14 Thread Matt Lilek
nd define the $platform variable in run-webkit-tests to point to it. Hopefully this clears up any confusion anyone may have. Happy hacking! - Matt ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev