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

Issue 11088005: Automate more Better Session Restore tests. (Closed)

Created:
8 years, 2 months ago by marja
Modified:
8 years, 2 months ago
Reviewers:
michaeln, brettw, sky
CC:
chromium-reviews, marja+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Automate more Better Session Restore tests. This also makes libdom_storage a component instead of a static library. BUG=153260 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161951

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : don't expose commit delay but enable setting it #

Patch Set 4 : variable naming #

Patch Set 5 : unbreak the test (it was a linkage-related problem) on linux_chromes. #

Patch Set 6 : nicer api #

Total comments: 2

Patch Set 7 : code review (sky) #

Patch Set 8 : code review (jam); libdom_storage no longer a static lib. #

Patch Set 9 : expose stuff in libdom_storage #

Patch Set 10 : fix #

Patch Set 11 : fix #

Patch Set 12 : fixing unrelated brokenness #

Patch Set 13 : exporting base classes #

Patch Set 14 : more deps #

Patch Set 15 : more deps #

Patch Set 16 : gypfix #

Patch Set 17 : more unrelated fixes #

Patch Set 18 : killing default define from gypi #

Patch Set 19 : export inner #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -33 lines) Patch
M chrome/browser/sessions/better_session_restore_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +13 lines, -1 line 0 comments Download
A + chrome/test/data/session_restore/session_storage.html View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/database/webkit_database.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M webkit/dom_storage/dom_storage_area.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_area.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +9 lines, -3 lines 0 comments Download
M webkit/dom_storage/dom_storage_cached_area.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/dom_storage/dom_storage_database.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_database_adapter.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
A + webkit/dom_storage/dom_storage_export.h View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -11 lines 0 comments Download
M webkit/dom_storage/dom_storage_host.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_map.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_namespace.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_session.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M webkit/dom_storage/dom_storage_task_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -3 lines 0 comments Download
M webkit/dom_storage/local_storage_database_adapter.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M webkit/dom_storage/session_storage_database.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M webkit/dom_storage/webkit_dom_storage.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +7 lines, -1 line 0 comments Download
M webkit/gpu/webkit_gpu.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M webkit/media/webkit_media.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M webkit/support/webkit_support.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 39 (0 generated)
marja
michaeln, sky: please review. michaeln: webkit/dom_storage/ sky: chrome/browser/sessions/ & chrome/test/data/
8 years, 2 months ago (2012-10-08 14:25:22 UTC) #1
sky
LGTM
8 years, 2 months ago (2012-10-08 15:41:39 UTC) #2
marja
Patch set 3 was what sky reviewed, but I needed to modify this heavily for ...
8 years, 2 months ago (2012-10-10 15:13:36 UTC) #3
marja
Oops. s/libwebkit_support/libdom_storage/g in the previous reply.
8 years, 2 months ago (2012-10-10 15:21:38 UTC) #4
sky
You better run this by John (I added him as a reviewer). He'll have a ...
8 years, 2 months ago (2012-10-10 16:45:49 UTC) #5
jam
why make the changes to content instead of having the test call DomStorageArea directly?
8 years, 2 months ago (2012-10-10 19:38:58 UTC) #6
marja
On 2012/10/10 19:38:58, John Abd-El-Malek wrote: > why make the changes to content instead of ...
8 years, 2 months ago (2012-10-11 07:15:18 UTC) #7
marja
http://codereview.chromium.org/11088005/diff/7011/content/browser/dom_storage/dom_storage_context_impl.cc File content/browser/dom_storage/dom_storage_context_impl.cc (right): http://codereview.chromium.org/11088005/diff/7011/content/browser/dom_storage/dom_storage_context_impl.cc#newcode133 content/browser/dom_storage/dom_storage_context_impl.cc:133: void DOMStorageContextImpl::DisableCommitDelayForTesting() { On 2012/10/10 16:45:49, sky wrote: > ...
8 years, 2 months ago (2012-10-11 11:58:29 UTC) #8
jam
On 2012/10/11 07:15:18, marja wrote: > On 2012/10/10 19:38:58, John Abd-El-Malek wrote: > > why ...
8 years, 2 months ago (2012-10-11 15:56:49 UTC) #9
marja
Ok, I changed libdom_storage to be '<(component)'. LGTY assuming the tryjobs pass? The test part ...
8 years, 2 months ago (2012-10-11 16:31:14 UTC) #10
jam
On 2012/10/11 16:31:14, marja wrote: > Ok, I changed libdom_storage to be '<(component)'. LGTY assuming ...
8 years, 2 months ago (2012-10-11 16:35:01 UTC) #11
jam
On 2012/10/11 16:35:01, John Abd-El-Malek wrote: > On 2012/10/11 16:31:14, marja wrote: > > Ok, ...
8 years, 2 months ago (2012-10-11 16:35:24 UTC) #12
michaeln
The tests will need most of the classes in there exported, but the primary consumer ...
8 years, 2 months ago (2012-10-11 20:06:01 UTC) #13
marja
The latest patch set should now export everything. Can you have another look?
8 years, 2 months ago (2012-10-12 13:47:29 UTC) #14
jam
On 2012/10/12 13:47:29, marja wrote: > The latest patch set should now export everything. Can ...
8 years, 2 months ago (2012-10-12 17:12:43 UTC) #15
michaeln
lgtm!
8 years, 2 months ago (2012-10-12 20:52:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/24001
8 years, 2 months ago (2012-10-12 21:45:38 UTC) #17
commit-bot: I haz the power
Presubmit check for 11088005-24001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-12 21:45:53 UTC) #18
marja
brettw, could you review the fix in webkit/support/webkit_support.gypi; it didn't list the dependency, and that ...
8 years, 2 months ago (2012-10-12 21:56:43 UTC) #19
brettw
gypi lgtm
8 years, 2 months ago (2012-10-12 23:23:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/24001
8 years, 2 months ago (2012-10-13 13:27:17 UTC) #21
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-13 13:41:39 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/24001
8 years, 2 months ago (2012-10-13 14:41:37 UTC) #23
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-13 14:51:44 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/42003
8 years, 2 months ago (2012-10-15 08:42:25 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/36002
8 years, 2 months ago (2012-10-15 08:49:52 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/36005
8 years, 2 months ago (2012-10-15 09:11:38 UTC) #27
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-15 09:45:32 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/37026
8 years, 2 months ago (2012-10-15 09:48:06 UTC) #29
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-15 09:54:19 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/35005
8 years, 2 months ago (2012-10-15 10:03:56 UTC) #31
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-15 10:30:29 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/42012
8 years, 2 months ago (2012-10-15 10:55:39 UTC) #33
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-15 11:40:34 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/35009
8 years, 2 months ago (2012-10-15 12:51:07 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/45010
8 years, 2 months ago (2012-10-15 13:13:30 UTC) #36
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-15 14:00:45 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/11088005/40006
8 years, 2 months ago (2012-10-15 17:45:55 UTC) #38
commit-bot: I haz the power
8 years, 2 months ago (2012-10-15 20:44:53 UTC) #39
Change committed as 161951

Powered by Google App Engine
This is Rietveld 408576698