Groups
Groups
Sign in
Groups
Groups
content-owners
Conversations
About
Send feedback
Help
content-owners
1–30 of 91
Mark all as read
Report group
0 selected
Abhijith Nair
,
Stefan Zager
2
Jul 18
WebView Startup Optimisation
//content is pretty complicated, and it encompasses a large portion of the overall functionality of
unread,
WebView Startup Optimisation
//content is pretty complicated, and it encompasses a large portion of the overall functionality of
Jul 18
Kelvin Jiang
May 29
Fwd: Adding SetUpBrowserContextKeyedServices (current in InProcessBrowserTest) to AndroidBrowserTest?
---------- Forwarded message --------- From: Kelvin Jiang <kelvi...@google.com> Date: Wed,
unread,
Fwd: Adding SetUpBrowserContextKeyedServices (current in InProcessBrowserTest) to AndroidBrowserTest?
---------- Forwarded message --------- From: Kelvin Jiang <kelvi...@google.com> Date: Wed,
May 29
Rakina Zata Amni
, …
Peter Conn
15
May 23
Exposing potentially-nullable NavigationHandle in new Android WebView API
Thanks Peter for summarizing and have a good OOO, I'll let Charlie comment on the re-entrancy
unread,
Exposing potentially-nullable NavigationHandle in new Android WebView API
Thanks Peter for summarizing and have a good OOO, I'll let Charlie comment on the re-entrancy
May 23
Addison Luh
, …
Avi Drissman
4
May 22
About content/browser dependency on absl library
No worries, we've all gotten bitten by that auto-include feature of VSCode. It's awesome
unread,
About content/browser dependency on absl library
No worries, we've all gotten bitten by that auto-include feature of VSCode. It's awesome
May 22
Nasko Oskov
, …
Aaron Leventhal
5
Mar 6
Re: Adding a11y owners to content/public/browser/OWNERS
Hi, we are ok with the plan. The nominees are: - Myself — I've read the guidelines and they seem
unread,
Re: Adding a11y owners to content/public/browser/OWNERS
Hi, we are ok with the plan. The nominees are: - Myself — I've read the guidelines and they seem
Mar 6
Avi Drissman
2
Mar 4
Can we finally use const in the content API?
I guess I forgot https://chromium-review.googlesource.com/c/chromium/src/+/5677113 whereupon we had
unread,
Can we finally use const in the content API?
I guess I forgot https://chromium-review.googlesource.com/c/chromium/src/+/5677113 whereupon we had
Mar 4
Raphael Kubo da Costa
,
Dave Tapuska
2
Feb 25
Adding components/embedder_support headers to content/browser/DEPS
I already lgtmd the first patch. Content is allowed to depend on //components. I think the second CL
unread,
Adding components/embedder_support headers to content/browser/DEPS
I already lgtmd the first patch. Content is allowed to depend on //components. I think the second CL
Feb 25
Nancy Xiao
,
Charlie Reis
2
Feb 13
Aura owners for code under //content/browser/web_contents
Thanks for checking! In general, if there aren't specific owners for files or a directory, you
unread,
Aura owners for code under //content/browser/web_contents
Thanks for checking! In general, if there aren't specific owners for files or a directory, you
Feb 13
Daniel Rubery
Jan 29
New DEPS entry for //components/unexportable_keys
Hello, I'd like to add a new entry in //content/browser/DEPS for //components/unexportable_keys.
unread,
New DEPS entry for //components/unexportable_keys
Hello, I'd like to add a new entry in //content/browser/DEPS for //components/unexportable_keys.
Jan 29
Ramin Halavati
, …
Lei Zhang
9
Jan 14
Any concerns on adding WebContentsImpl::SaveFrame with specified file name?
Thank you Lei, I thought the same, but since this approach seemed neater, I wanted to ensure first
unread,
Any concerns on adding WebContentsImpl::SaveFrame with specified file name?
Thank you Lei, I thought the same, but since this approach seemed neater, I wanted to ensure first
Jan 14
Avi Drissman
5
12/19/24
Solution for browser tests outside of //chrome?
I'm trying to get my head around the dependencies. My CL is https://crrev.com/c/6105882 wherein I
unread,
Solution for browser tests outside of //chrome?
I'm trying to get my head around the dependencies. My CL is https://crrev.com/c/6105882 wherein I
12/19/24
Alex Yang
2
12/3/24
Seeking feedback: changing URLLoaderFactory dispatch in WebUI renderer process
+WebUI Everywhere On Mon, Dec 2, 2024 at 11:02 AM Alex Yang <ayc...@chromium.org> wrote: We
unread,
Seeking feedback: changing URLLoaderFactory dispatch in WebUI renderer process
+WebUI Everywhere On Mon, Dec 2, 2024 at 11:02 AM Alex Yang <ayc...@chromium.org> wrote: We
12/3/24
Elias Klim
, …
Arthur Sonzogni
5
11/25/24
Re: New //component deps in //content/public
Thanks Elias and Christian, it looks like everyone agrees. > Do we have any time estimate on when
unread,
Re: New //component deps in //content/public
Thanks Elias and Christian, it looks like everyone agrees. > Do we have any time estimate on when
11/25/24
Daniel Cheng
, …
Fergal Daly
8
10/29/24
Re: representing execution context on the browser side
For the record, the problem I was trying to solve turned out to be solvable without introducing this
unread,
Re: representing execution context on the browser side
For the record, the problem I was trying to solve turned out to be solvable without introducing this
10/29/24
danakj
,
Charlie Reis
2
10/11/24
Fwd: [chromium-dev] PSA: OWNERS Reviews being Removed for DEPS "include_rules" Additions
Thanks for noticing! Fortunately, dtapuska@ already landed https://chromium-review.googlesource.com/c
unread,
Fwd: [chromium-dev] PSA: OWNERS Reviews being Removed for DEPS "include_rules" Additions
Thanks for noticing! Fortunately, dtapuska@ already landed https://chromium-review.googlesource.com/c
10/11/24
Daniel Cheng
, …
Alex Yang
5
10/10/24
Re: Seeking advice: avoiding disallowed types in Blink
Thanks for the input Daniel and Kentaro! We'll go with option 3. On Wed, Oct 9, 2024 at 4:58 PM
unread,
Re: Seeking advice: avoiding disallowed types in Blink
Thanks for the input Daniel and Kentaro! We'll go with option 3. On Wed, Oct 9, 2024 at 4:58 PM
10/10/24
Ryan Tarpine
,
Dave Tapuska
4
9/25/24
Migrating code that will use ContentClient
As the Content API stores just as a static global you'll have to add one. I'm just saying you
unread,
Migrating code that will use ContentClient
As the Content API stores just as a static global you'll have to add one. I'm just saying you
9/25/24
Daniel Cheng
2
8/19/24
//content public API and use-after-destroy fixes
Actually... I think I need to look into this a bit more. WebContentsDestroyed should have already
unread,
//content public API and use-after-destroy fixes
Actually... I think I need to look into this a bit more. WebContentsDestroyed should have already
8/19/24
Avi Drissman
, …
Marijn Kruisselbrink
5
7/3/24
Re: Chrome Mac OOM + Reporting API
My apologies. We do avoid mixing them; I got confused as to their statuses. On Wed, Jul 3, 2024 at 11
unread,
Re: Chrome Mac OOM + Reporting API
My apologies. We do avoid mixing them; I got confused as to their statuses. On Wed, Jul 3, 2024 at 11
7/3/24
Christian Biesinger
, …
danakj
10
5/29/24
Adding a content dependency on components/image_fetcher
Cool :) On Wed, May 29, 2024 at 2:42 PM Christian Biesinger <cbies...@google.com> wrote:
unread,
Adding a content dependency on components/image_fetcher
Cool :) On Wed, May 29, 2024 at 2:42 PM Christian Biesinger <cbies...@google.com> wrote:
5/29/24
KKE
5/6/24
Wow fucking really can't believe it
unread,
Wow fucking really can't believe it
5/6/24
Peter Kasting
, …
Avi Drissman
10
5/2/24
Proposal: eliminate content-specific guidance on use of `const`
On Friday, April 12, 2024 at 7:14:23 PM UTC-7 Peter Kasting wrote: Friendly ping. Are there other
unread,
Proposal: eliminate content-specific guidance on use of `const`
On Friday, April 12, 2024 at 7:14:23 PM UTC-7 Peter Kasting wrote: Friendly ping. Are there other
5/2/24
Arthur Sonzogni
, …
Arthur Sonzogni
9
3/18/24
WebContents Unique identifier proposal - Addressing Dangling Pointers
This is saying that the WebContents object pointed to by content.web_contents may have been freed. I
unread,
WebContents Unique identifier proposal - Addressing Dangling Pointers
This is saying that the WebContents object pointed to by content.web_contents may have been freed. I
3/18/24
Arthur Sonzogni
, …
Huanpo Lin
3
3/6/24
Plumbing NavigationHandle in WebContents::OpenURL.
Thanks for the feedback. It seems that the option 4: adding a callback parameter is supported by the
unread,
Plumbing NavigationHandle in WebContents::OpenURL.
Thanks for the feedback. It seems that the option 4: adding a callback parameter is supported by the
3/6/24
Abigail Klein
, …
Colin Blundell
5
2/27/24
Requesting adding components/services/screen_ai/public/mojom to content/renderer/DEPS
+Avi Drissman for context on this move to services. John--added you as a review to https://chromium-
unread,
Requesting adding components/services/screen_ai/public/mojom to content/renderer/DEPS
+Avi Drissman for context on this move to services. John--added you as a review to https://chromium-
2/27/24
John Abd-El-Malek
,
Takuto Ikuta
9
2/15/24
wrapper for web_contents_impl CLs
On Wed, Feb 14, 2024 at 2:25 AM John Abd-El-Malek <j...@chromium.org> wrote: On Mon, Feb 12,
unread,
wrapper for web_contents_impl CLs
On Wed, Feb 14, 2024 at 2:25 AM John Abd-El-Malek <j...@chromium.org> wrote: On Mon, Feb 12,
2/15/24
Avi Drissman
,
John Abd-El-Malek
3
2/5/24
Who knows CrOS and Lacros?
OK, thanks. On Mon, Feb 5, 2024 at 2:13 PM John Abd-El-Malek <j...@chromium.org> wrote: +Ken who
unread,
Who knows CrOS and Lacros?
OK, thanks. On Mon, Feb 5, 2024 at 2:13 PM John Abd-El-Malek <j...@chromium.org> wrote: +Ken who
2/5/24
Dibyajyoti Pal
1/29/24
Integrating link capturing with window.open() flows
Hello content-owners@, I'm Dibya from the dPWA team. I am currently working on a project to
unread,
Integrating link capturing with window.open() flows
Hello content-owners@, I'm Dibya from the dPWA team. I am currently working on a project to
1/29/24
Avi Drissman
2
1/18/24
Time to kill WebContentsGetter?
Huh, I think I was inspired by seeing something about the Getter fly past my review stream, but it
unread,
Time to kill WebContentsGetter?
Huh, I think I was inspired by seeing something about the Getter fly past my review stream, but it
1/18/24
Dave Tapuska
, …
Kentaro Hara
5
1/5/24
Content OWNERS Nomination
Congrats, Dave!! 2024年1月6日(土) 4:11 Dana Jansens <dan...@chromium.org>: Congrats Dave :) And
unread,
Content OWNERS Nomination
Congrats, Dave!! 2024年1月6日(土) 4:11 Dana Jansens <dan...@chromium.org>: Congrats Dave :) And
1/5/24