WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
44423
Password manager suggestion for WebCore
https://bugs.webkit.org/show_bug.cgi?id=44423
Summary
Password manager suggestion for WebCore
Grzegorz Czajkowski
Reported
2010-08-23 07:30:07 PDT
This patch allows to grab user name and password when user has clicked submit button. I would like to know your opinion about it.
Attachments
Password manager - suggestion for WebCore
(4.95 KB, patch)
2010-08-23 07:53 PDT
,
Grzegorz Czajkowski
no flags
Details
Formatted Diff
Diff
Password manager - suggestion for WebCore
(5.01 KB, patch)
2010-08-24 23:41 PDT
,
Grzegorz Czajkowski
no flags
Details
Formatted Diff
Diff
Password manager - suggestion for WebCore
(5.04 KB, patch)
2010-08-24 23:54 PDT
,
Grzegorz Czajkowski
darin
: review-
darin
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Grzegorz Czajkowski
Comment 1
2010-08-23 07:53:18 PDT
Created
attachment 65119
[details]
Password manager - suggestion for WebCore
Gyuyoung Kim
Comment 2
2010-08-24 00:54:31 PDT
Please add this bug's title and url to Changelog as below, 2010-08-22 Rafael Antognolli <
antognolli@profusion.mobi
> 2 3 Reviewed by Antonio Gomes. 4 5 [EFL] Remove duplicated include entry from default theme. 6
https://bugs.webkit.org/show_bug.cgi?id=44345
7 8 This used to create the group webkit/widget/entry twice in 9 the theme. It's leading to a bug with the newer versions of 10 EFL. 11 12 * DefaultTheme/default.edc:
Grzegorz Czajkowski
Comment 3
2010-08-24 23:41:06 PDT
Created
attachment 65377
[details]
Password manager - suggestion for WebCore
Grzegorz Czajkowski
Comment 4
2010-08-24 23:54:30 PDT
Created
attachment 65379
[details]
Password manager - suggestion for WebCore
Rafael Antognolli
Comment 5
2010-08-27 12:08:28 PDT
(In reply to
comment #4
)
> Created an attachment (id=65379) [details] > Password manager - suggestion for WebCore
Adding some reviewers that did most of the work on this function. I would also suggest that you should use the PassRefPtr on this PersonalData, and have a method create() on it instead of the default constructor, but not sure about that.
Darin Adler
Comment 6
2010-08-28 20:12:52 PDT
Comment on
attachment 65379
[details]
Password manager - suggestion for WebCore Please don't add this to WebKit. This is the type of behavior that belongs in applications using WebKit, not WebKit itself, and WebKit already provides convenient hooks to make this possible. As proof of concept, both Safari and Chrome implement this type of feature.
Grzegorz Czajkowski
Comment 7
2010-11-09 07:09:17 PST
(In reply to
comment #6
)
> (From update of
attachment 65379
[details]
) > Please don't add this to WebKit. This is the type of behavior that belongs in applications using WebKit, not WebKit itself, and WebKit already provides convenient hooks to make this possible. As proof of concept, both Safari and Chrome implement this type of feature.
What is a finall decission about this patch? As you can see the patch blocks 44496. Is there any chance to put this patch into WebKit? If not please give me an advise how I can customize it (or patch for WebKit-Efl) to a present password manager of WebKit. Thank you.
Darin Adler
Comment 8
2010-11-09 09:58:36 PST
(In reply to
comment #7
)
> (In reply to
comment #6
) > > Please don't add this to WebKit. This is the type of behavior that belongs in applications using WebKit, not WebKit itself, and WebKit already provides convenient hooks to make this possible. As proof of concept, both Safari and Chrome implement this type of feature. > > What is a finall decission about this patch?
My above comment is final as far as I’m concerned.
> As you can see the patch blocks 44496. Is there any chance to put this patch into WebKit? If not please give me an advise how I can customize it (or patch for WebKit-Efl) to a present password manager of WebKit.
Putting a “password manager” into WebKit is not appropriate. Instead this should be built into applications using WebKit as has been done in the past. Perhaps WebKit-EFL does not yet provide the appropriate hooks, and if so, then feel free to work with the maintainers of the WebKit-EFL API to add those hooks.
Alexey Proskuryakov
Comment 9
2010-11-09 15:24:22 PST
Marking WONTFIX to close the loop.
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