Groups
Groups
Sign in
Groups
Groups
platform-architecture-dev
Conversations
About
Send feedback
Help
platform-architecture-dev
1–30 of 712
Mark all as read
Report group
0 selected
Daniel Cheng
,
Michael Lippautz
3
Aug 26
NaCl cleanup in shared memory gone wrong
On Mon, 25 Aug 2025 at 01:08, Michael Lippautz <mlip...@chromium.org> wrote: Sigh... We
unread,
NaCl cleanup in shared memory gone wrong
On Mon, 25 Aug 2025 at 01:08, Michael Lippautz <mlip...@chromium.org> wrote: Sigh... We
Aug 26
TAMURA, Kent
, …
Omer Katz (chromium.org)
8
Jul 26
Proposal: Remove "WTF" namespace
Kent is already handling that in crrev.com/c/6786468. On Sat, Jul 26, 2025 at 10:49 AM Michael
unread,
Proposal: Remove "WTF" namespace
Kent is already handling that in crrev.com/c/6786468. On Sat, Jul 26, 2025 at 10:49 AM Michael
Jul 26
Michael Lippautz
,
Kentaro Hara
3
Jul 7
PSA: Adding wrapper types for GarbageCollected Blink heap collections
Heads-up: This work is now done and prevents certain types of bugs where on-stack data structures
unread,
PSA: Adding wrapper types for GarbageCollected Blink heap collections
Heads-up: This work is now done and prevents certain types of bugs where on-stack data structures
Jul 7
Jack Franklin
, …
Stephen Nusko
4
Jul 3
Question on creating a stable alternative to Node->DebugName()
Hi both, Thank you for your input and suggestions. I tried `HumanReadableName`, but this is what is
unread,
Question on creating a stable alternative to Node->DebugName()
Hi both, Thank you for your input and suggestions. I tried `HumanReadableName`, but this is what is
Jul 3
Daniel Cheng
,
TAMURA, Kent
2
Jun 11
WTF::String and spans / std::string_views
On Fri, Jun 6, 2025 at 9:53 AM Daniel Cheng <dch...@chromium.org> wrote: I've been
unread,
WTF::String and spans / std::string_views
On Fri, Jun 6, 2025 at 9:53 AM Daniel Cheng <dch...@chromium.org> wrote: I've been
Jun 11
Daniel Cheng
Jun 6
CrossThreadCopier: do we still need it?
Now that String (and AtomicString and KURL) are thread-safe, do we still need CrossThreadCopier? Many
unread,
CrossThreadCopier: do we still need it?
Now that String (and AtomicString and KURL) are thread-safe, do we still need CrossThreadCopier? Many
Jun 6
Colin Blundell
, …
Michael Lippautz
10
Jun 4
How much of //third_party/blink/renderer/platform/wtf is still necessary?
On Wed, Jun 4, 2025 at 5:10 PM Daniel Cheng <dch...@chromium.org> wrote: +1 to what's
unread,
How much of //third_party/blink/renderer/platform/wtf is still necessary?
On Wed, Jun 4, 2025 at 5:10 PM Daniel Cheng <dch...@chromium.org> wrote: +1 to what's
Jun 4
Anton Bikineev
, …
Michael Lippautz
7
Apr 9
CRC32 for short atomic strings
LGTM. While this is some complexity it's well encapsulated and doesn't affect anything
unread,
CRC32 for short atomic strings
LGTM. While this is some complexity it's well encapsulated and doesn't affect anything
Apr 9
Daniel Cheng
, …
Ryan Tarpine
19
Apr 2
Death tests, sqlite exclusive locking, and best practices
You're right that the part of the test run twice is basically wasted time. Browser A can't do
unread,
Death tests, sqlite exclusive locking, and best practices
You're right that the part of the test run twice is basically wasted time. Browser A can't do
Apr 2
Colin Blundell
, …
Xianzhu Wang
4
Feb 10
Advice on transitioning a wtf::HashMap of max 50 elems to be keyed off gfx::Size
Thanks, both! Steinar, that was my intuition as well. I'll go in that direction. It's even
unread,
Advice on transitioning a wtf::HashMap of max 50 elems to be keyed off gfx::Size
Thanks, both! Steinar, that was my intuition as well. I'll go in that direction. It's even
Feb 10
Colin Blundell
, …
vikas soni
6
Jan 28
Assistance diagnosing linker failure with Blink mojo bindings in VR service on WIP CL?
Thanks Daniel/Marjin for helping. I have been trying to update shared_typemap in build files to
unread,
Assistance diagnosing linker failure with Blink mojo bindings in VR service on WIP CL?
Thanks Daniel/Marjin for helping. I have been trying to update shared_typemap in build files to
Jan 28
Camille Lamy
,
Kentaro Hara
2
Jan 14
Including non-Blink interface in SW's CrossOriginResourcePolicyChecker
LGTM On Wed, Jan 15, 2025 at 2:29 AM Camille Lamy <cl...@chromium.org> wrote: Hi Platform-
unread,
Including non-Blink interface in SW's CrossOriginResourcePolicyChecker
LGTM On Wed, Jan 15, 2025 at 2:29 AM Camille Lamy <cl...@chromium.org> wrote: Hi Platform-
Jan 14
Daniel Cheng
,
Kentaro Hara
2
10/9/24
Re: Seeking advice: avoiding disallowed types in Blink
I agree that Option 3 is okay. > - define C++ types in //third_party/blink/public/common I think
unread,
Re: Seeking advice: avoiding disallowed types in Blink
I agree that Option 3 is okay. > - define C++ types in //third_party/blink/public/common I think
10/9/24
Xiaocheng Hu
, …
TAMURA, Kent
10
9/30/24
A wild idea to parallelize the main thread
On Mon, Sep 30, 2024 at 11:20 AM Kentaro Hara <har...@chromium.org> wrote: Thanks Xiaocheng
unread,
A wild idea to parallelize the main thread
On Mon, Sep 30, 2024 at 11:20 AM Kentaro Hara <har...@chromium.org> wrote: Thanks Xiaocheng
9/30/24
Daniel Cheng
, …
Traian Captan
24
9/20/24
Re: Blocking window.print() while loading resources for print
Hi Morten, On Thu, Sep 19, 2024 at 1:05 AM Morten Stenshorne <mste...@chromium.org> wrote:
unread,
Re: Blocking window.print() while loading resources for print
Hi Morten, On Thu, Sep 19, 2024 at 1:05 AM Morten Stenshorne <mste...@chromium.org> wrote:
9/20/24
Dave Tapuska
, …
Ian Kilpatrick
13
9/11/24
Doubly created strings on Hashtable insert from const char*
Ah ya, of course.. face palm. With the corrected code of course there are a number of things that
unread,
Doubly created strings on Hashtable insert from const char*
Ah ya, of course.. face palm. With the corrected code of course there are a number of things that
9/11/24
Kentaro Hara
, …
danakj
7
9/6/24
Re: Make WTF::Vector safer by default
On Fri, Sep 6, 2024 at 9:57 AM TAMURA, Kent <tk...@chromium.org> wrote: On Wed, Sep 4, 2024 at
unread,
Re: Make WTF::Vector safer by default
On Fri, Sep 6, 2024 at 9:57 AM TAMURA, Kent <tk...@chromium.org> wrote: On Wed, Sep 4, 2024 at
9/6/24
Xiaocheng Hu
, …
Michael Lippautz
5
8/14/24
Is it memory safe to use on-stack raw pointers for cross-thread objects?
Just to confirm your observations: - Yes, CrossThreadPersistent doesn't have a thread-safe way to
unread,
Is it memory safe to use on-stack raw pointers for cross-thread objects?
Just to confirm your observations: - Yes, CrossThreadPersistent doesn't have a thread-safe way to
8/14/24
Omer Katz
, …
danakj
12
7/16/24
Supporting multiple instances of --js-flags
On Tue, Jul 16, 2024 at 5:12 PM danakj <dan...@chromium.org> wrote: On Tue, Jul 16, 2024 at 11:
unread,
Supporting multiple instances of --js-flags
On Tue, Jul 16, 2024 at 5:12 PM danakj <dan...@chromium.org> wrote: On Tue, Jul 16, 2024 at 11:
7/16/24
Rune Lillesveen
, …
Dave Tapuska
3
7/8/24
Fwd: [sesse@google.com: [sesse@google.com: Replacing StringHasher with rapidhash]]
Webkit moved to wyhash (which appears to be the predecessor to rapidhash) last year only for MacOS,
unread,
Fwd: [sesse@google.com: [sesse@google.com: Replacing StringHasher with rapidhash]]
Webkit moved to wyhash (which appears to be the predecessor to rapidhash) last year only for MacOS,
7/8/24
Colin Blundell
, …
Omer Katz
14
6/24/24
Guidance on best way to port a WTF::BindOnce() call passing a WeakPtr to be passed a GC-d object
(from the right address) Awesome, as an Oilpan newbie this is very helpful! On Fri, Jun 21, 2024 at 3
unread,
Guidance on best way to port a WTF::BindOnce() call passing a WeakPtr to be passed a GC-d object
(from the right address) Awesome, as an Oilpan newbie this is very helpful! On Fri, Jun 21, 2024 at 3
6/24/24
Daniel Cheng
, …
Jeremy Roman
3
6/3/24
Re: Why do the Blink mojo types exist?
And Blink's use of bespoke types internally has decreased, but remains. std::string isn't a
unread,
Re: Why do the Blink mojo types exist?
And Blink's use of bespoke types internally has decreased, but remains. std::string isn't a
6/3/24
Gabriel Reis Lopes
5/27/24
Resultat LOTO° /Tirage du lundi 27 mai 2024
unread,
Resultat LOTO° /Tirage du lundi 27 mai 2024
5/27/24
Ferhat Arslan
5/24/24
lijep pozdrav za vas!
Dobar dan! Ja sam odvjetnik Ferhat Arslan, ponovno šaljem ovu poruku jer niste odgovorili na moju
unread,
lijep pozdrav za vas!
Dobar dan! Ja sam odvjetnik Ferhat Arslan, ponovno šaljem ovu poruku jer niste odgovorili na moju
5/24/24
Muhammad Rizwan
5/23/24
My menag I'd Jaaz kesh Neem
Muhmada...@gmail.com 03054618086 my Open account payment on pkR for you and your all world aap
unread,
My menag I'd Jaaz kesh Neem
Muhmada...@gmail.com 03054618086 my Open account payment on pkR for you and your all world aap
5/23/24
Jonn Oof
5/20/24
،عزهرخر
unread,
،عزهرخر
5/20/24
Mr Mongoose
5/9/24
Vous avez essayé le célèbre massage de rue français?
Peu de choses dont je me souviens de mon voyage à Paris, comme leur fameux "massage de rue"
unread,
Vous avez essayé le célèbre massage de rue français?
Peu de choses dont je me souviens de mon voyage à Paris, comme leur fameux "massage de rue"
5/9/24
Andreii Krikys
5/2/24
😘😘😘😘
unread,
😘😘😘😘
5/2/24
Bryan Sellere
, …
İBRAHİM KAYA
3
4/22/24
Xperia sony l1
unread,
Xperia sony l1
4/22/24
Zillur Rahaman Juwel
4/4/24
Redmi phone device Google service.
01788479373...@gmail.com
unread,
Redmi phone device Google service.
01788479373...@gmail.com
4/4/24