electron/shell/browser/extensions/api
Charles Kerr d7c6fb8250
refactor: follow upstream's suggestions on when to use EmptyGURL() (#45498)
- Prefer GURL() when we want to return a non-reference empty URL.

- In ServiceWorkerMain::GetStorageKey(), use a reference instead
  of instantiating a new temporary GURL.

From url/gurl.h:

> // Returns a reference to a singleton empty GURL. This object is for
> // callers who return references but don't have anything to return in
> // some cases. If you just want an empty URL for normal use, prefer
> // GURL().
2025-02-07 13:58:31 -05:00
..
extension_action fix: modernize-use-equals-default warnings (#44935) 2024-12-03 16:25:48 -06:00
management refactor: follow upstream's suggestions on when to use EmptyGURL() (#45498) 2025-02-07 13:58:31 -05:00
pdf_viewer_private chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
resources_private chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00
runtime chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
scripting chore: update chrome.scripting.execute logic (#45369) 2025-01-30 12:56:44 +01:00
streams_private chore: bump chromium to 131.0.6734.0 (main) (#43769) 2024-09-25 06:19:39 -05:00
tabs fix: potential crash in chrome.tabs.update() (#45276) 2025-01-22 10:02:29 -06:00
BUILD.gn fix: chrome.action API registration (#40500) 2023-11-13 08:27:18 +01:00