Bug 126096 - Rename PlugInAutoStartProvider's ...EntriesAddedBeforeTime facility to ...EntriesAddedAfterTime
Summary: Rename PlugInAutoStartProvider's ...EntriesAddedBeforeTime facility to ...Ent...
Status: RESOLVED DUPLICATE of bug 126078
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 17:04 PST by David Kilzer (:ddkilzer)
Modified: 2014-07-12 19:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (6.86 KB, patch)
2013-12-20 17:04 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2013-12-20 17:04:32 PST
Created attachment 219813 [details]
Patch

https://bugs.webkit.org/show_bug.cgi?id=126078

Patch by Ricky Mondello <rmondello@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::setAutoStartOriginsFilteringOutEntriesAddedAfterTime):
* 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(-)
Comment 1 Daniel Bates 2013-12-23 15:11:08 PST
Did you mean to upload Ricky Mondello's patch for bug #126078?
Comment 2 Darin Adler 2014-07-12 19:02:10 PDT

*** This bug has been marked as a duplicate of bug 126078 ***