WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109183
Web Inspector: [Regression] breakpoint condition not editable
https://bugs.webkit.org/show_bug.cgi?id=109183
Summary
Web Inspector: [Regression] breakpoint condition not editable
Andrey Lushnikov
Reported
2013-02-07 06:01:44 PST
It's impossible to set up a selection inside breakpoint condition editbox.
Attachments
Patch
(3.64 KB, patch)
2013-02-07 06:31 PST
,
Andrey Lushnikov
no flags
Details
Formatted Diff
Diff
Patch
(1.95 KB, patch)
2013-02-07 06:55 PST
,
Andrey Lushnikov
no flags
Details
Formatted Diff
Diff
Patch
(3.13 KB, patch)
2013-02-07 07:17 PST
,
Andrey Lushnikov
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Andrey Lushnikov
Comment 1
2013-02-07 06:31:56 PST
Created
attachment 187089
[details]
Patch
Vsevolod Vlasov
Comment 2
2013-02-07 06:50:07 PST
Comment on
attachment 187089
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=187089&action=review
> Source/WebCore/inspector/front-end/DefaultTextEditor.js:2096 > + for(var i = 0; i < this._decorationElements; ++i) {
Traversing all decorations element seems not quite efficient. You can tyr using the fact that all decorations are stored in the div with "webkit-line-decorations" class.
Andrey Lushnikov
Comment 3
2013-02-07 06:55:36 PST
Created
attachment 187097
[details]
Patch
Andrey Lushnikov
Comment 4
2013-02-07 07:17:45 PST
Created
attachment 187103
[details]
Patch
WebKit Review Bot
Comment 5
2013-02-07 09:19:02 PST
Comment on
attachment 187103
[details]
Patch Clearing flags on attachment: 187103 Committed
r142138
: <
http://trac.webkit.org/changeset/142138
>
WebKit Review Bot
Comment 6
2013-02-07 09:19:06 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug