7 Commits
Author SHA1 Message Date
Claudio DeSouza 6f0b4b515c [devtools-frontend][cr140] grd_files_debug_sources => grd_files_unbundled_sources
This is a simple renaming, and some of our own gn values is being
renamed as well to follow the same pattern.

Chromium change:
https://chromium.googlesource.com/devtools/devtools-frontend/+/5eca8573263b446a05d8ba32b55fdd5967de9119

commit 5eca8573263b446a05d8ba32b55fdd5967de9119
Author: Simon Zünd <szuend@chromium.org>
Date:   Fri Jun 27 07:19:05 2025 +0200

    [build] Rename grd_files_(release|debug)_sources and update docs

    R=alexrudenko@chromium.org

    Fixed: 427899682
    Change-Id: I32a5b83c0c2da96ff396ee237f9adaa0fdd18e85
    Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6683178
    Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>
    Auto-Submit: Simon Zünd <szuend@chromium.org>
    Commit-Queue: Alex Rudenko <alexrudenko@chromium.org
2025-08-19 19:54:17 +01:00
Max Karolinskiy 6b83002ed6 [cr137] Removes unused TS import.
TypeScript compilation failed. Used tsconfig gen/third_party/devtools-frontend/src/front_end/panels/network/network-tsconfig.json

 third_party/devtools-frontend/src/front_end/panels/network/RequestAdblockView.ts(6,1): error TS6133: 'i18n' is declared but its value is never read.
2025-05-13 15:53:18 -04:00
Emerick Rogul f5a65e7dc0 LitHtml and library files shortened to just Lit
Chromium change:
https://github.com/ChromeDevTools/devtools-frontend/commit/6e53408a5ee9891ed1505aba65d2202a40549c50

commit 6e53408a5ee9891ed1505aba65d2202a40549c50
Author: Benedikt Meurer <bmeurer@chromium.org>
Date:   Wed Jan 29 11:36:02 2025 +0100

    [cleanup] Shorten `LitHtml` to `Lit` (`lit-html` to `lit`).

    There's no benefit in the long version and the underlying package is
    also just called `lit` these days, and `LitHtml` is really annoying
    on the eyes.

    Bug: 301364727
2025-02-18 12:46:59 +00:00
mkarolin cab56677f9 [cr133] RenderCoordinator methods are exposed as functions.
Chromium change:

https://source.chromium.org/chromium/_/chromium/devtools/devtools-frontend/+/328b3a7c2d447b988e7e26e87af1d6ba30848894

[cleanup] Expose `RenderCoordinator` methods as functions.

This is step one to making the `RenderCoordinator` more ergonomic to use
(and our codebase slightly more readable): Instead of going via the
singleton all the time, just expose the `RenderCoordinator` methods as
functions on the `RenderCoordinator` module. That makes code shorter and
easier on the eyes, and also doesn't leave the engineer wondering why on
earth the `RenderCoordinator` is a class.

The second step will be to replace the implementation of the render
coordinator with just functions instead of the singleton.

Bug: 387186170
2025-01-27 09:41:44 -05:00
mkarolin 312ddd2f0f [cr133][Devtools] custom implementation of lit/static-html was removed
Chromium change:

https://source.chromium.org/chromium/_/chromium/devtools/devtools-frontend/+/8d94a72e2fad3764dd347ff6c755b5613caae03d

commit 8d94a72e2fad3764dd347ff6c755b5613caae03d (origin/chromium/6934)
Author: Benedikt Meurer <bmeurer@chromium.org>
Date:   Thu Jan 2 14:00:42 2025 +0100

    [cleanup] Remove our custom implementation of `lit/static-html`.

    When we were using `litTagName` heavily, we rolled our own custom
    implementation of `lit/static-html`, which was optimized for the
    common case in our codebase. With the removal of `litTagName` we
    are left with only one place in the codebase where we use, and in
    this particular code path our optimization is useless (and even
    costs us more), since the `litTagName` changes in every loop
    iteration.

    Use the upstream `lit/static-html` module instead and remove our
    custom logic. This makes all regular calls to `html` faster in
    DevTools, since we no longer preprocess the template string
    looking for potential static parts.

    Drive-by-fix: Fix the build for `front_end/third_party/lit`.

    Bug: 370734442
2025-01-27 09:41:39 -05:00
Emerick Rogul 1387c29769 FinishedLoading -> FINISHED_LOADING in devtools-frontend
Chromium change:
https://github.com/ChromeDevTools/devtools-frontend/commit/b7d85047a37533a9edce584f957f5c993066dac6

commit b7d85047a37533a9edce584f957f5c993066dac6
Author: Benedikt Meurer <bmeurer@chromium.org>
Date:   Fri Aug 23 15:38:32 2024 +0200

    [eslint] Migrate front_end/core/ to CONSTANT_CASE enum values.

    Note that this only migrates the code, but doesn't yet change the
    ESLint configuration, since other folders are still pending.

    Bug: 361720369
2024-10-03 17:06:28 +01:00
Pavel Beloborodov 09558152d8 Added adblock info tab. (#25490)
* Added adblock info tab.
2024-09-17 08:01:27 +02:00