WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
107363
[EFL][WK2] Implement WebInspector::localizedStringsURL() on EFL
https://bugs.webkit.org/show_bug.cgi?id=107363
Summary
[EFL][WK2] Implement WebInspector::localizedStringsURL() on EFL
Sudarsana Nagineni (babu)
Reported
2013-01-18 23:52:56 PST
Implement WebInspector::localizedStringsURL() to return the URL of the localizedStrings.js.
Attachments
patch
(1.72 KB, patch)
2013-01-19 06:28 PST
,
Sudarsana Nagineni (babu)
no flags
Details
Formatted Diff
Diff
patch
(1.72 KB, patch)
2013-01-19 08:07 PST
,
Sudarsana Nagineni (babu)
benjamin
: review-
Details
Formatted Diff
Diff
Patch
(1.57 KB, patch)
2013-01-21 15:44 PST
,
Sudarsana Nagineni (babu)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Sudarsana Nagineni (babu)
Comment 1
2013-01-19 06:28:18 PST
Created
attachment 183623
[details]
patch
Chris Dumez
Comment 2
2013-01-19 06:39:33 PST
Comment on
attachment 183623
[details]
patch Looks fine but you're not unskipping any test?
Sudarsana Nagineni (babu)
Comment 3
2013-01-19 07:00:27 PST
(In reply to
comment #2
)
> (From update of
attachment 183623
[details]
) > Looks fine but you're not unskipping any test?
Thanks Chris. Tests were unskipped already. We have 321 Web inspector tests failing on Debug bot now after
r140044
.
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r140060%20%288198%29/results.html
http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug%20WK2/builds/8198/steps/layout-test/logs/stdio
Chris Dumez
Comment 4
2013-01-19 07:03:14 PST
(In reply to
comment #3
)
> (In reply to
comment #2
) > > (From update of
attachment 183623
[details]
[details]) > > Looks fine but you're not unskipping any test? > > Thanks Chris. > > Tests were unskipped already. We have 321 Web inspector tests failing on Debug bot now after
r140044
. > >
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r140060%20%288198%29/results.html
> >
http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug%20WK2/builds/8198/steps/layout-test/logs/stdio
Oh right. All good then :)
Gyuyoung Kim
Comment 5
2013-01-19 07:04:55 PST
Comment on
attachment 183623
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=183623&action=review
> Source/WebKit2/WebProcess/WebPage/efl/WebInspectorEfl.cpp:33 > #include <wtf/text/WTFString.h>
It looks we don't need to include WTFString.h anymore, isn't it ?
Sudarsana Nagineni (babu)
Comment 6
2013-01-19 07:58:39 PST
Comment on
attachment 183623
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=183623&action=review
>> Source/WebKit2/WebProcess/WebPage/efl/WebInspectorEfl.cpp:33 >> #include <wtf/text/WTFString.h> > > It looks we don't need to include WTFString.h anymore, isn't it ?
I will check and likely remove.
Sudarsana Nagineni (babu)
Comment 7
2013-01-19 08:07:45 PST
Created
attachment 183626
[details]
patch
Gyuyoung Kim
Comment 8
2013-01-19 21:31:34 PST
Comment on
attachment 183626
[details]
patch LGTM.
Chris Dumez
Comment 9
2013-01-21 03:02:04 PST
This patch fixes about 300 failures on our build bots.
Laszlo Gombos
Comment 10
2013-01-21 07:32:17 PST
(In reply to
comment #9
)
> This patch fixes about 300 failures on our build bots.
I was confused by this so just to clarify - these failing tests are not skipped at the moment that's why the patch does not include a change in the Skipped file. This patch will bring back the bot to green. Patch looks good to me.
Chris Dumez
Comment 11
2013-01-21 07:45:18 PST
(In reply to
comment #10
)
> (In reply to
comment #9
) > > > This patch fixes about 300 failures on our build bots. > > I was confused by this so just to clarify - these failing tests are not skipped at the moment that's why the patch does not include a change in the Skipped file. This patch will bring back the bot to green. > > Patch looks good to me.
This is correct. Those tests are not skipped and failing on the WK2 EFL debug build bot.
Chris Dumez
Comment 12
2013-01-21 07:46:50 PST
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Debug%20WK2/r140330%20(8310)/results.html
Benjamin Poulain
Comment 13
2013-01-21 12:26:00 PST
Comment on
attachment 183626
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=183626&action=review
> Source/WebKit2/WebProcess/WebPage/efl/WebInspectorEfl.cpp:43 > + StringBuilder builder; > + builder.appendLiteral("file://"); > + builder.append(WebCore::inspectorResourcePath()); > + builder.appendLiteral("/localizedStrings.js"); > + > + return builder.toString();
This should be using the String Operators, not String builder.
Sudarsana Nagineni (babu)
Comment 14
2013-01-21 15:44:25 PST
Created
attachment 183841
[details]
Patch Take Benjamin's feedback into consideration.
Sudarsana Nagineni (babu)
Comment 15
2013-01-21 16:48:14 PST
Comment on
attachment 183841
[details]
Patch Thanks for review!
WebKit Review Bot
Comment 16
2013-01-21 17:06:02 PST
Comment on
attachment 183841
[details]
Patch Clearing flags on attachment: 183841 Committed
r140372
: <
http://trac.webkit.org/changeset/140372
>
WebKit Review Bot
Comment 17
2013-01-21 17:06:08 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