DevTools Commits
@DevToolsCommits
Followers
3K
Following
0
Media
0
Statuses
21K
All of the latest commits to the Chrome DevTools.
Joined July 2013
Migrate Lighthouse data-warning test from webtests to e2e
0
0
1
Add "canmakepayment" field deprecation message
github.com
Bug: 1317941, 1290492 Change-Id: Iea2b7737c3bfcbe3bf44032a742d4ed82d851608 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3700192 Reviewed-by: Simon Zünd &...
0
0
1
Make text in the ValueInterpreter selectable
github.com
Now, a user can select text in the MemoryViewer's ValueInterpreter by either double-clicking or manually highlighting the text-range. before: https://imgur.com/a/HGpUkL9 after: https://img...
0
0
1
[test] Deobfuscation of variables with super call
github.com
This adds a test for deobfuscation of a variable name in the scope view on a constructor with a super call. This currently does not work because of how the front-end parses scopes. Bug: chromium:1...
0
0
1
Add description for cssSelectorInternalMediaControlsOverlayCastButton
github.com
Bug: 1320339 Change-Id: Iad98344428a525a5003820f363e08bbbb9ed3816 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3703444 Auto-Submit: Tommy Steimel
0
0
1
Fix for devtools-frontend full checkout paths on Windows
0
0
2
Improve in-place array merges when generating the DOM pinned properti…
github.com
…es dataset Array#includes is O(n) whereas set lookups are O(1). We still O(n) to generate the set, but only happens once. Signed-off-by: Victor Porof Bug...
0
0
0
Quota: Update deprecation message for PrefixedStorageInfo
github.com
Currently the deprecation message for PrefixedStorageInfo suggests using an API that is also not recommended. This change updates the message to suggest the standardized quota API. Bug: 695586 Cha...
0
0
0
WebSQL: Non-secure context deprecation message
github.com
This change addes a new deprecation string for WebSQL used in non-secure contexts. I2D: https://groups.google.com/u/1/a/chromium.org/g/blink-dev/c/xdcl4yc8Ihk Steps: - [Done] Add feature flag (en...
0
0
0
Add a DOM pinned properties dataset generator
github.com
Signed-off-by: Victor Porof Bug: 1325812 Change-Id: I292d49d273d74d33a82e25179478405395159537 Reviewed-on: https://chromium-review.googlesource.com/c/devtoo...
0
0
0
Account for content type when doing script deduplication
github.com
Content type includes whether the script is from source maps, so this is sufficient to prevent a script from source maps from conflicting with a deployed script. ID for deduplication is now distin...
0
0
1
[debugger] Add test for scope view resolution with source map
github.com
This adds a test that deobfuscates scope view variables based on a real source map and a scope that is provided via a protocol message. As a drive-by, the CL also changes how the identifier source...
0
0
1