- 02c6c94 autofocus IDL attribute should be exposed on all HTML or SVG elements by cdumez@apple.com · 3 years, 3 months ago
- 627abd5 [JSC] Enable Array#findLast method by ysuzuki@apple.com · 3 years, 5 months ago
- 9a7c4bf Partly implement Function.prototype.{caller,arguments} reflection proposal by shvaikalesh@gmail.com · 3 years, 6 months ago
- 147bb8d Remove className() and toStringName() from the method table by shvaikalesh@gmail.com · 3 years, 10 months ago
- e0939102 Web Inspector: implement the basics for showing/hiding grid overlays by bburg@apple.com · 4 years ago
- dd9a563 [JSC] Add @ in Error.stack if URL exists by ysuzuki@apple.com · 4 years ago
- d63feb0 Disable Options:useAtMethod because of compatibility issue. by mark.lam@apple.com · 4 years ago
- da6b161 Web Inspector: Show current properties for font in new Elements sidebar Font panel by pangle@apple.com · 4 years, 2 months ago
- d34bd6f [JSC] Enable "at" methods https://bugs.webkit.org/show_bug.cgi?id=219631 by ysuzuki@apple.com · 4 years, 2 months ago
- 82da738 [JSC] Rename item() to at() and move it behind a flag by ross.kirsling@sony.com · 4 years, 3 months ago
- 7dddf21 [JSC] Implement item method proposal by ross.kirsling@sony.com · 4 years, 4 months ago
- 8d3bc3b DataView instances should not have own "byteLength" and "byteOffset" properties by shvaikalesh@gmail.com · 4 years, 4 months ago
- 33026e3 Web Inspector: Audit: should be able to create/edit imported audits by drousso@apple.com · 4 years, 5 months ago
- a7536d6 [WebIDL] Interface prototype objects should define @@toStringTag by shvaikalesh@gmail.com · 4 years, 9 months ago
- 0b839a3 StructuredClone algorithm should be aware of BigInt by ysuzuki@apple.com · 4 years, 9 months ago
- ddcb508 Changes to shared testing JS files should not cause test failures due to console message line numbers changing by drousso@apple.com · 4 years, 10 months ago
- dec854a Web Inspector: CSS: create visual editor for `box-shadow` by drousso@apple.com · 4 years, 10 months ago
- 0ac4b9d [JSC] Introduce JSArrayIterator https://bugs.webkit.org/show_bug.cgi?id=204043 by keith_miller@apple.com · 5 years ago
- 88da11f [JSC] Improve our bound function implementation by ysuzuki@apple.com · 5 years ago
- 39191e0 Web Inspector: Uncaught Exception: Missing node for given nodeId by drousso@apple.com · 5 years ago
- 47d751f Web Inspector: Provide UI to convert between sRGB and p3 color spaces by nvasilyev@apple.com · 5 years ago
- 2afc787 Web Inspector: Outline sRGB-safe areas on P3 color picker by nvasilyev@apple.com · 5 years ago
- ebbc66d Web Inspector: inspector/model/remote-object-weak-collection.html is failing by drousso@apple.com · 5 years ago
- bfa516c Web Inspector: REGRESSION(r250087): inspector/model/remote-object.html is timing out by drousso@apple.com · 5 years ago
- d7f13c9 Web Inspector: Display color picker for p3 colors by nvasilyev@apple.com · 5 years ago
- 5544e26 Web Inspector: Display color swatches for p3 colors by nvasilyev@apple.com · 5 years ago
- b58d805 Web Inspector: Color picker: incorrect saturation when selecting color on color square by nvasilyev@apple.com · 5 years ago
- b96bf75 [GTK] LayoutTests/inspector tests timeout by yurys@chromium.org · 5 years ago
- eb74803 Web Inspector: Better handling for large arrays and collections in Object Trees by drousso@apple.com · 5 years ago
- 1460fb2 Unreviewed test gardening, rebaseline inspector/model/remote-object.html after r249808. by ryanhaddad@apple.com · 5 years ago
- c2339ed Web Inspector: implement blackboxing of script resources by drousso@apple.com · 5 years ago
- be1946a Web Inspector: Support for JavaScript BigInt by pecoraro@apple.com · 5 years ago
- 5f8254f Web Inspector: Update Esprima to support modern JavaScript language features by pecoraro@apple.com · 5 years ago
- 17b3f7e Web Inspector: Update Esprima to trunk (minor fixes) by joepeck@webkit.org · 5 years ago
- c772489 Web Inspector: Audit: there should be a default test for WebInspectorAudit.Resources functionality by drousso@apple.com · 6 years ago
- 8e0a4c3 Rebaseline inspector/model/remote-object.html after r245288 by tsavell@apple.com · 6 years ago
- 6acf35f Web Inspector: Audit: there should be a centralized place for reusable code by drousso@apple.com · 6 years ago
- e1b98f6e Web Inspector: handle CSS Color 4 color syntaxes by drousso@apple.com · 6 years ago
- 47d4b35 Web Inspector: improve invalid Audit/Recording JSON error messages by drousso@apple.com · 6 years ago
- 1fa5cdb Unreviewed, test fix after r239976. by drousso@apple.com · 6 years ago
- 3a3286d Web Inspector: Audit: create new IDL type for exposing special functionality in test context by drousso@apple.com · 6 years ago
- f563070 Web Inspector: conic-gradient color picker doesn't accurately show color when saturation value is not 100% by drousso@apple.com · 6 years ago
- 8a0bc01 Web Inspector: Audit: tests should support async operations by drousso@apple.com · 6 years ago
- 298739e Web Inspector: Canvas: send a call stack with each action instead of an array of call frames by drousso@apple.com · 6 years ago
- b92b728 Web Inspector: Audit: attempt to re-link DOM nodes for imported results by drousso@apple.com · 6 years ago
- 400408f Web Inspector: Audit: show metadata for results by drousso@apple.com · 6 years ago
- fc989ab Web Inspector: Audit: create Audit Tab by drousso@apple.com · 6 years ago
- 050c459 Web Inspector: refactor code for getting properties via WI.RemoteObject by drousso@apple.com · 6 years ago
- 798f34d Web Inspector: Canvas: capture previously saved states and add them to the recording payload by drousso@apple.com · 6 years ago
- 0120201 Web Inspector: rename frontend managers to be more consistent with backend agents by drousso@apple.com · 6 years ago
- 5124407 [JSC] Rename Array#flatten to flat by utatane.tea@gmail.com · 7 years ago
- ca4600a Web Inspector: simplify the WI.Collection interface by webkit@devinrousso.com · 7 years ago
- 8a88467 [JSC] Implement Array.prototype.flatMap and Array.prototype.flatten by utatane.tea@gmail.com · 7 years ago
- 22f2b5a Object.getOwnPropertyNames includes "arguments" and "caller" for bound functions by utatane.tea@gmail.com · 7 years ago
- 948fbb6 Web Inspector: add RemoteObject.fetchProperties and some basic tests for RemoteObject API by bburg@apple.com · 7 years ago
- 6e68730 Web Inspector: Write script syntax tree tests for template literals and default parameter values by commit-queue@webkit.org · 7 years ago
- 1079c66 Web Inspector: Canvas2D Profiling: highlight expensive context commands in the captured command log by webkit@devinrousso.com · 7 years ago
- 6e1fa28 Web Inspector: Add autocompletion suggestions for CSS attr based on the selected element's attributes by webkit@devinrousso.com · 7 years ago
- d5f89ec Web Inspector: Canvas: recording parameters that include colors should show an InlineSwatch (2D canvas) by mattbaker@apple.com · 7 years ago
- 6db1c7e Web Inspector: Color created from an RGB/HSL triplet returns bad component arrays by mattbaker@apple.com · 7 years ago
- 5e08c92 Web Inspector: Support overloaded CanvasRenderingContext2D actions with identical parameter counts by webkit@devinrousso.com · 7 years ago
- 530485e Web Inspector: add stack trace information for each RecordingAction by drousso@apple.com · 7 years ago
- 0b21e4c Web Inspector: simplify WebInspector with WI by drousso@apple.com · 7 years ago
- b9f22de Web Inspector: create protocol for recording Canvas contexts by drousso@apple.com · 8 years ago
- 73c7cf9 DOMException should not have its own toString() by cdumez@apple.com · 8 years ago
- 1b85cec Web Inspector: Modernize InjectedScriptSource by joepeck@webkit.org · 8 years ago
- 5cea348 Rebaseline inspector/model/remote-object.html. by jlewis3@apple.com · 8 years ago
- 89fe8b2 Web Inspector: Cleanup RemoteObject tests by joepeck@webkit.org · 8 years ago
- 3643ecb Web Inspector: Crash generating object preview for ArrayIterator by joepeck@webkit.org · 8 years ago
- b2e8853 Remove Reflect.enumerate https://bugs.webkit.org/show_bug.cgi?id=173806 by commit-queue@webkit.org · 8 years ago
- cb8a198 Reformat / clean up Event.idl https://bugs.webkit.org/show_bug.cgi?id=171675 by cdumez@apple.com · 8 years ago
- fa7fe5d Web Inspector: Uint8ClampedArray should be treated like an array, not an object by commit-queue@webkit.org · 8 years ago
- 431c231 Web Inspector: gradient editor should allow switching the units of the 'angle' parameter by commit-queue@webkit.org · 8 years ago
- d3e89ea Web Inspector: Upgrade Esprima to the latest one to support dynamic import by utatane.tea@gmail.com · 8 years ago
- c138874 Drop legacy constants on Event interface by cdumez@apple.com · 8 years ago
- 7241464 JavaScript for-of does not work on a lot of collection types (e.g. HTMLCollection) by cdumez@apple.com · 8 years ago
- 12c6e6d [WebIDL] Remove custom bindings for HTMLInputElement, HTMLFrameElement, HTMLMediaElement and HTMLOptionsCollection by commit-queue@webkit.org · 8 years ago
- 04d692e Web Inspector: Fix some typos and style in LayoutTests/inspector by commit-queue@webkit.org · 8 years ago
- 43f14d3 Web Inspector: Add ability to distinguish if a Script was parsed as a module by joepeck@webkit.org · 8 years ago
- d9d77bc Web Inspector: Update Esprima to support new features / syntax (**, async/await, trailing comma) by joepeck@webkit.org · 8 years ago
- 800af60 Web Inspector: Shift clicking on named color value only shows its hex form by commit-queue@webkit.org · 8 years ago
- b26589d Web Inspector: Include DebuggerAgent in Workers - see, pause, and step through scripts by joepeck@webkit.org · 8 years ago
- 1edb4dc Web Inspector: Replace sublists inside DOM-related model objects with WI.Collection by commit-queue@webkit.org · 8 years ago
- bd7aa25 Web Inspector: Include RuntimeAgent in Workers - evaluate in Worker context by joepeck@webkit.org · 8 years ago
- b95b51f Web Inspector: Scope chain shouldn't show empty Closure sections by commit-queue@webkit.org · 8 years ago
- 83710f5 Web Inspector: Improve support for logging Proxy objects in console by joepeck@webkit.org · 8 years ago
- a7d6ccf Add support for ClipboardEvent https://bugs.webkit.org/show_bug.cgi?id=163164 by cdumez@apple.com · 8 years ago
- 4b441a2 Web Inspector: adopt Object.awaitEvent in LayoutTests/inspector/model by commit-queue@webkit.org · 8 years ago
- 3d69e42 REGRESSION(r202568): Web Inspector: Expanding Array Prototype in Console shows no properties by commit-queue@webkit.org · 8 years ago
- 3e9ac89 Web Inspector: rebase inspector/model/remote-object-get-properties.html and unskip by sbarati@apple.com · 8 years ago
- a55c748 Update DOMCoreException to use the description in toString(). by beidson@apple.com · 9 years ago
- 4c11002 Replace scoped flag in Event by composed flag by rniwa@webkit.org · 9 years ago
- cd4bef4 Web Inspector: Wrong function name next to scope by commit-queue@webkit.org · 9 years ago
- 58f868f Web Inspector: selectElement.options shows unexpected entries in console (named indexes beyond collection length) by commit-queue@webkit.org · 9 years ago
- 02bc93f REGRESSION: Web Inspector: Should be able to evaluate "{a:1, b:2}" in the console by commit-queue@webkit.org · 9 years ago
- 07e212f Rebaseline failing LayoutTests after r200580 by ryanhaddad@apple.com · 9 years ago
- d0e74fb Web Inspector: Console: Variables defined with let/const aren't accessible outside of console's scope by commit-queue@webkit.org · 9 years ago
- 62fb2b2 Web Inspector: React.js JSXTransformer produces bogus error locations by joepeck@webkit.org · 9 years ago
- a993fd7 Rebaselining inspector/model/stack-trace.html after r199897 by ryanhaddad@apple.com · 9 years ago
- 1cb2227 Web Inspector: sourceMappingURL not loaded in generated script by commit-queue@webkit.org · 9 years ago