| Summary: | Web Inspector: Make Getter/Setter RemoteObject property and ObjectPreview handling consistent | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | burg, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2015-02-13 19:29:58 PST
Created attachment 247263 [details]
[PATCH] Proposed Fix
Comment on attachment 247263 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=247263&action=review > Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.cpp:189 > + ScriptDebugServer::PauseOnExceptionsState previousPauseOnExceptionsState = setPauseOnExceptionsState(m_scriptDebugServer, ScriptDebugServer::DontPauseOnExceptions); A helper for this would be useful, something like muteConsole or combined with that. > Source/WebInspectorUI/UserInterface/Models/PropertyDescriptor.js:122 > + get isNativeGetterValue() We usually drop the is prefix for getters. Is Value suffix needed? > > Source/WebInspectorUI/UserInterface/Models/PropertyDescriptor.js:122
> > + get isNativeGetterValue()
>
> We usually drop the is prefix for getters. Is Value suffix needed?
I'll drop both. I wanted to avoid possible confusion with types but it shouldn't be too bad.
Did this land with another change? |