[webkit-reviews] review requested: [Bug 126096] Rename PlugInAutoStartProvider's ...EntriesAddedBeforeTime facility to ...EntriesAddedAfterTime : [Attachment 219813] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 20 17:06:30 PST 2013


David Kilzer (:ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 126096: Rename PlugInAutoStartProvider's ...EntriesAddedBeforeTime facility
to ...EntriesAddedAfterTime
https://bugs.webkit.org/show_bug.cgi?id=126096

Attachment 219813: Patch
https://bugs.webkit.org/attachment.cgi?id=219813&action=review

------- Additional Comments from David Kilzer (:ddkilzer) <ddkilzer at webkit.org>
https://bugs.webkit.org/show_bug.cgi?id=126078

Patch by Ricky Mondello <rmondello at apple.com> on 2013-12-20
Reviewed by Anders Carlsson.

r160922 accidentally named a facility for filtering out data added after a
certain time,
"...FilteringOutEntriesAddedBeforeTime", which was incorrect. This patch
renames those instances
to "...FilteringOutEntriesAddedAfterTime".

* UIProcess/API/C/WKContext.cpp:
(WKContextSetPlugInAutoStartOriginsFilteringOutEntriesAddedAfterTime):
* UIProcess/API/C/WKContext.h:
* UIProcess/Plugins/PlugInAutoStartProvider.cpp:
(WebKit::PlugInAutoStartProvider::setAutoStartOriginsFilteringOutEntriesAddedAf
terTime):
* UIProcess/Plugins/PlugInAutoStartProvider.h:
* UIProcess/WebContext.cpp:
(WebKit::WebContext::setPlugInAutoStartOriginsFilteringOutEntriesAddedAfterTime
):
* UIProcess/WebContext.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160940
268f45cc-cd09-0410-ab3c-d52691b4dbfc
---
 7 files changed, 29 insertions(+), 8 deletions(-)


More information about the webkit-reviews mailing list