Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Issue 5278001: Add a preference to clear Flash LSO data in the Clear Browsing Data dialog. (Closed)

Created:
10 years, 1 month ago by Bernhard Bauer
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ncarter (slow), ben+cc_chromium.org, Raghu Simha, idana, jam, stuartmorgan+watch_chromium.org, tim (not reviewing), darin-cc_chromium.org
Visibility:
Public.

Description

Add a preference to clear Flash LSO data in the Clear Browsing Data dialog. The preference defaults to false, so without UI it should do nothing. BUG=58235 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69268

Patch Set 1 #

Total comments: 14

Patch Set 2 : rebview #

Patch Set 3 : sync 'n' fix #

Patch Set 4 : move clearing lso data on shutdown to browser_shutdown #

Patch Set 5 : formatting #

Total comments: 3

Patch Set 6 : review #

Patch Set 7 : Update pref if a plugin is enabled/disabled #

Patch Set 8 : foo #

Patch Set 9 : sync #

Patch Set 10 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -4 lines) Patch
M chrome/browser/browsing_data_remover.h View 1 2 3 4 5 6 7 8 9 6 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data_remover.cc View 1 2 3 4 5 6 7 8 4 chunks +19 lines, -1 line 0 comments Download
A chrome/browser/plugin_data_remover_helper.h View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/plugin_data_remover_helper.cc View 1 2 3 4 5 6 1 chunk +89 lines, -0 lines 0 comments Download
M chrome/browser/plugin_service.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/synchronized_preferences.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/options/options_util.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
Bernhard Bauer
Please review. John: There aren't many plug-in related changes in here, so I just cc'd ...
10 years, 1 month ago (2010-11-24 18:13:19 UTC) #1
jochen (gone - plz use gerrit)
http://codereview.chromium.org/5278001/diff/1/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): http://codereview.chromium.org/5278001/diff/1/chrome/browser/browser_process_impl.cc#newcode131 chrome/browser/browser_process_impl.cc:131: MessageLoop::current()->Run(); i think this is the wrong place to ...
10 years, 1 month ago (2010-11-24 19:03:06 UTC) #2
Bernhard Bauer
http://codereview.chromium.org/5278001/diff/1/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): http://codereview.chromium.org/5278001/diff/1/chrome/browser/browser_process_impl.cc#newcode131 chrome/browser/browser_process_impl.cc:131: MessageLoop::current()->Run(); On 2010/11/24 19:03:07, jochen wrote: > i think ...
10 years ago (2010-11-29 10:45:23 UTC) #3
Bernhard Bauer
After (offline) discussions with Jochen, I moved the code to delete LSO data on shutdown ...
10 years ago (2010-11-29 12:28:12 UTC) #4
darin (slow to review)
We should be able to know when all plugin processes are shutdown. /me looks to ...
10 years ago (2010-11-29 17:06:45 UTC) #5
darin (slow to review)
Oh... but what if Flash is running in a separate browser? Doesn't it use a ...
10 years ago (2010-11-29 17:07:34 UTC) #6
jam
http://codereview.chromium.org/5278001/diff/22018/chrome/browser/browser_shutdown.cc File chrome/browser/browser_shutdown.cc (right): http://codereview.chromium.org/5278001/diff/22018/chrome/browser/browser_shutdown.cc#newcode142 chrome/browser/browser_shutdown.cc:142: remover.StartRemoving(base::Time(), new MessageLoop::QuitTask()); I have a big concern about ...
10 years ago (2010-11-29 17:14:08 UTC) #7
jam
On Mon, Nov 29, 2010 at 9:14 AM, <jam@chromium.org> wrote: > > > http://codereview.chromium.org/5278001/diff/22018/chrome/browser/browser_shutdown.cc > ...
10 years ago (2010-11-29 17:21:23 UTC) #8
jam
On Mon, Nov 29, 2010 at 9:21 AM, John Abd-El-Malek <jam@chromium.org> wrote: > > > ...
10 years ago (2010-11-29 17:28:16 UTC) #9
Bernhard Bauer
On 2010/11/29 17:07:34, darin wrote: > Oh... but what if Flash is running in a ...
10 years ago (2010-11-29 17:31:23 UTC) #10
Bernhard Bauer
On 2010/11/29 17:28:16, John Abd-El-Malek wrote: > On Mon, Nov 29, 2010 at 9:21 AM, ...
10 years ago (2010-11-29 17:44:26 UTC) #11
jam
On Mon, Nov 29, 2010 at 9:44 AM, <bauerb@chromium.org> wrote: > On 2010/11/29 17:28:16, John ...
10 years ago (2010-11-29 18:28:31 UTC) #12
Bernhard Bauer
On Mon, Nov 29, 2010 at 19:28, John Abd-El-Malek <jam@chromium.org> wrote: > > > On ...
10 years ago (2010-11-29 20:17:05 UTC) #13
jam
On Mon, Nov 29, 2010 at 12:16 PM, Bernhard Bauer <bauerb@chromium.org> wrote: > On Mon, ...
10 years ago (2010-11-29 20:42:16 UTC) #14
Bernhard Bauer
On Mon, Nov 29, 2010 at 21:42, John Abd-El-Malek <jam@chromium.org> wrote: > > > On ...
10 years ago (2010-11-29 20:57:08 UTC) #15
jam
On Mon, Nov 29, 2010 at 12:56 PM, Bernhard Bauer <bauerb@chromium.org>wrote: > On Mon, Nov ...
10 years ago (2010-11-29 21:43:26 UTC) #16
darin (slow to review)
On Mon, Nov 29, 2010 at 9:31 AM, <bauerb@chromium.org> wrote: > On 2010/11/29 17:07:34, darin ...
10 years ago (2010-11-29 23:45:38 UTC) #17
jam
another idea: can we get the filename from the Flash plugin when we're using it, ...
10 years ago (2010-11-30 00:19:00 UTC) #18
Bernhard Bauer
On Tue, Nov 30, 2010 at 01:18, John Abd-El-Malek <jam@chromium.org> wrote: > another idea: can ...
10 years ago (2010-11-30 15:52:25 UTC) #19
jam
one more: the locations of the LSOs on disk are well known: http://en.wikipedia.org/wiki/Local_Shared_Object#File_locations, we can ...
10 years ago (2010-12-01 17:03:13 UTC) #20
jam
after our discussion, I am ok with starting the process if it's not running as ...
10 years ago (2010-12-01 19:12:05 UTC) #21
Bernhard Bauer
On Wed, Dec 1, 2010 at 20:11, John Abd-El-Malek <jam@chromium.org> wrote: > after our discussion, ...
10 years ago (2010-12-02 23:32:11 UTC) #22
Bernhard Bauer
On 2010/12/02 23:32:11, Bernhard Bauer wrote: > On Wed, Dec 1, 2010 at 20:11, John ...
10 years ago (2010-12-03 17:47:56 UTC) #23
Bernhard Bauer
John/Darin, any thoughts? I currently don't see any other way than starting up the Flash ...
10 years ago (2010-12-05 16:23:56 UTC) #24
jam
That sounds a little better yes. Did you track the code where it shuts down ...
10 years ago (2010-12-06 07:32:12 UTC) #25
darin (slow to review)
I'm okay with deferring browser shutdown until the plugin process has finished. Since this feature ...
10 years ago (2010-12-06 16:54:55 UTC) #26
brettw
On Mon, Dec 6, 2010 at 8:54 AM, Darin Fisher <darin@chromium.org> wrote: > I'm okay ...
10 years ago (2010-12-06 18:12:23 UTC) #27
Bernhard Bauer
John, can you take a look at this CL?
10 years ago (2010-12-09 13:49:40 UTC) #28
jam
10 years ago (2010-12-09 17:12:26 UTC) #29
lgtm, let's keep a close eye over the UMA stat :)

On Thu, Dec 9, 2010 at 5:49 AM, <bauerb@chromium.org> wrote:

> John, can you take a look at this CL?
>
>
> http://codereview.chromium.org/5278001/
>

Powered by Google App Engine
This is Rietveld 408576698