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

Issue 358003002: Additions to Activities to allow resource management (Closed)

Created:
6 years, 5 months ago by Mr4D (OOO till 08-26)
Modified:
6 years, 5 months ago
Reviewers:
oshima, Jun Mukai, sadrul
CC:
chromium-reviews, darin-cc_chromium.org, jam
Project:
chromium
Visibility:
Public.

Description

Additions to Activities to allow resource management This is by no means finished. There are plenty of things to do - but I send it out now so that you can have a look at it as it is to see what my plans are. Note: The activities management functions are not yet called. So there should be no impact on anything running yet. Please have a look! If you generally agree I will try to get it in before I go on vacation, otherwise it will have to wait until I get back. I might even work tomorrow instead of taking off as planned if needed. BUG=388085 TEST=not yet done TBR=rsesek Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282841

Patch Set 1 #

Total comments: 7

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 10

Patch Set 4 : Changed #

Total comments: 6

Patch Set 5 : Addressed #

Total comments: 2

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+332 lines, -13 lines) Patch
M athena/activity/public/activity.h View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
M athena/activity/public/activity_view_model.h View 1 2 3 2 chunks +21 lines, -2 lines 0 comments Download
M athena/content/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M athena/content/app_activity.h View 1 2 3 4 4 chunks +13 lines, -0 lines 0 comments Download
M athena/content/app_activity.cc View 1 2 3 4 2 chunks +69 lines, -1 line 0 comments Download
M athena/content/web_activity.h View 1 2 3 4 5 chunks +16 lines, -1 line 0 comments Download
M athena/content/web_activity.cc View 1 2 3 3 chunks +124 lines, -8 lines 0 comments Download
M athena/test/sample_activity.h View 1 2 3 4 5 3 chunks +10 lines, -0 lines 0 comments Download
M athena/test/sample_activity.cc View 1 2 3 4 5 3 chunks +25 lines, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
Mr4D (OOO till 08-26)
Not really ready yet, but can make it into a patch before I disappear. Note ...
6 years, 5 months ago (2014-06-26 18:24:04 UTC) #1
Jun Mukai
https://codereview.chromium.org/358003002/diff/1/athena/activity/public/activity.h File athena/activity/public/activity.h (right): https://codereview.chromium.org/358003002/diff/1/athena/activity/public/activity.h#newcode35 athena/activity/public/activity.h:35: // The activity is not visible, but it is ...
6 years, 5 months ago (2014-06-26 19:48:01 UTC) #2
Mr4D (OOO till 08-26)
A few comments before I start changing. https://codereview.chromium.org/358003002/diff/1/athena/activity/public/activity.h File athena/activity/public/activity.h (right): https://codereview.chromium.org/358003002/diff/1/athena/activity/public/activity.h#newcode35 athena/activity/public/activity.h:35: // The ...
6 years, 5 months ago (2014-06-26 20:25:39 UTC) #3
Jun Mukai
https://codereview.chromium.org/358003002/diff/1/athena/content/web_activity.cc File athena/content/web_activity.cc (right): https://codereview.chromium.org/358003002/diff/1/athena/content/web_activity.cc#newcode236 athena/content/web_activity.cc:236: web_view_->EvictContent(); On 2014/06/26 20:25:39, Mr4D wrote: > Well... WebView ...
6 years, 5 months ago (2014-06-26 21:45:26 UTC) #4
oshima
I'm currently interrupted by high dpi work but will take a look as soon as ...
6 years, 5 months ago (2014-06-26 22:46:25 UTC) #5
oshima
https://codereview.chromium.org/358003002/diff/40001/athena/activity/public/activity.h File athena/activity/public/activity.h (right): https://codereview.chromium.org/358003002/diff/40001/athena/activity/public/activity.h#newcode45 athena/activity/public/activity.h:45: }; As per discussion, I'd recommend to start with ...
6 years, 5 months ago (2014-07-11 18:02:59 UTC) #6
Mr4D (OOO till 08-26)
There are still a lot of TODO's, but here is the patch with the addressed ...
6 years, 5 months ago (2014-07-11 22:38:09 UTC) #7
oshima
can you also update sample_activity? you can build it with the target athena_shell https://codereview.chromium.org/358003002/diff/60001/athena/activity/public/activity.h File ...
6 years, 5 months ago (2014-07-11 23:45:45 UTC) #8
Mr4D (OOO till 08-26)
Done! Please have another look! https://codereview.chromium.org/358003002/diff/60001/athena/activity/public/activity.h File athena/activity/public/activity.h (right): https://codereview.chromium.org/358003002/diff/60001/athena/activity/public/activity.h#newcode34 athena/activity/public/activity.h:34: ACTIVITY_VISIBLE, Right - but ...
6 years, 5 months ago (2014-07-12 01:38:38 UTC) #9
oshima
lgtm thanks. we can revisit the name again if necessary. https://codereview.chromium.org/358003002/diff/70001/athena/test/sample_activity.cc File athena/test/sample_activity.cc (right): https://codereview.chromium.org/358003002/diff/70001/athena/test/sample_activity.cc#newcode74 ...
6 years, 5 months ago (2014-07-12 01:43:24 UTC) #10
Mr4D (OOO till 08-26)
Thanks! https://codereview.chromium.org/358003002/diff/70001/athena/test/sample_activity.cc File athena/test/sample_activity.cc (right): https://codereview.chromium.org/358003002/diff/70001/athena/test/sample_activity.cc#newcode74 athena/test/sample_activity.cc:74: return overview_mode_image_; On 2014/07/12 01:43:23, oshima wrote: > ...
6 years, 5 months ago (2014-07-12 01:46:33 UTC) #11
Mr4D (OOO till 08-26)
The CQ bit was checked by skuhne@chromium.org
6 years, 5 months ago (2014-07-12 01:46:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skuhne@chromium.org/358003002/90001
6 years, 5 months ago (2014-07-12 01:47:31 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-12 03:37:27 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-12 03:40:13 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/79573)
6 years, 5 months ago (2014-07-12 03:40:14 UTC) #16
Mr4D (OOO till 08-26)
The CQ bit was checked by skuhne@chromium.org
6 years, 5 months ago (2014-07-12 21:52:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skuhne@chromium.org/358003002/90001
6 years, 5 months ago (2014-07-12 21:53:04 UTC) #18
commit-bot: I haz the power
6 years, 5 months ago (2014-07-12 23:01:30 UTC) #19
Message was sent while issue was closed.
Change committed as 282841

Powered by Google App Engine
This is Rietveld 408576698