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

Issue 11785011: Remove incognito parameter from AwContents (Closed)

Created:
7 years, 11 months ago by Kristian Monsen
Modified:
7 years, 11 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Visibility:
Public.

Description

Remove incognito parameter from AwContents It is always false and not planned to be supported BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175887

Patch Set 1 #

Total comments: 4

Patch Set 2 : Reorder constructors #

Patch Set 3 : Prepared test code #

Patch Set 4 : Fixed indentation #

Total comments: 2

Patch Set 5 : Started cleaning up tests #

Patch Set 6 : Removed duplicate tests #

Total comments: 2

Patch Set 7 : Changed Normal test name suffix to WithTwoViews #

Patch Set 8 : Removed an old unused variable, findbugs error #

Patch Set 9 : removed obsolete findbugs entry #

Patch Set 10 : Rebase from broken build #

Patch Set 11 : Fixing crash in ArchieveTest #

Patch Set 12 : Rebaselining findbugs, my fix removed a bug entry #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -477 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 3 chunks +13 lines, -5 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java View 1 2 3 4 5 6 7 3 chunks +5 lines, -15 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/ArchiveTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java View 1 2 3 4 5 6 26 chunks +48 lines, -430 lines 0 comments Download
M android_webview/lib/aw_browser_dependency_factory_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/lib/aw_browser_dependency_factory_impl.cc View 2 chunks +4 lines, -9 lines 0 comments Download
M android_webview/native/aw_browser_dependency_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/native/aw_contents.h View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M android_webview/native/aw_contents.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -7 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Kristian Monsen
7 years, 11 months ago (2013-01-05 04:06:18 UTC) #1
boliu
joth@ We are not supporting incognito in v1 but not sure about future plans? I ...
7 years, 11 months ago (2013-01-05 04:54:04 UTC) #2
Kristian Monsen
Updated constructors. Will run the bots just to check it works upstream. https://codereview.chromium.org/11785011/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java ...
7 years, 11 months ago (2013-01-05 05:25:47 UTC) #3
boliu
https://codereview.chromium.org/11785011/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/11785011/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode267 android_webview/java/src/org/chromium/android_webview/AwContents.java:267: public AwContents(ViewGroup containerView, On 2013/01/05 05:25:47, Kristian Monsen wrote: ...
7 years, 11 months ago (2013-01-05 05:31:42 UTC) #4
Kristian Monsen
https://codereview.chromium.org/11785011/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/11785011/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode267 android_webview/java/src/org/chromium/android_webview/AwContents.java:267: public AwContents(ViewGroup containerView, On 2013/01/05 05:31:42, boliu wrote: > ...
7 years, 11 months ago (2013-01-05 08:15:25 UTC) #5
boliu
https://codereview.chromium.org/11785011/diff/2010/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java File android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java (right): https://codereview.chromium.org/11785011/diff/2010/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java#newcode229 android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java:229: final boolean incognito, Will be more work to remove ...
7 years, 11 months ago (2013-01-05 09:11:13 UTC) #6
mnaganov (inactive)
On 2013/01/05 04:54:04, boliu wrote: > joth@ We are not supporting incognito in v1 but ...
7 years, 11 months ago (2013-01-07 09:44:08 UTC) #7
Kristian Monsen
https://codereview.chromium.org/11785011/diff/2010/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java File android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java (right): https://codereview.chromium.org/11785011/diff/2010/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java#newcode229 android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java:229: final boolean incognito, On 2013/01/05 09:11:14, boliu wrote: > ...
7 years, 11 months ago (2013-01-07 17:35:00 UTC) #8
boliu
lgtm but wait for Mikhail wow that's a lot of tests removed https://codereview.chromium.org/11785011/diff/1009/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java File android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java ...
7 years, 11 months ago (2013-01-07 18:00:15 UTC) #9
Kristian Monsen
Joth: As this is a large change, I'd like to know if you think this ...
7 years, 11 months ago (2013-01-07 19:37:49 UTC) #10
joth
lgtm
7 years, 11 months ago (2013-01-07 19:46:27 UTC) #11
mnaganov (inactive)
lgtm
7 years, 11 months ago (2013-01-08 09:45:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kristianm@chromium.org/11785011/17007
7 years, 11 months ago (2013-01-09 05:27:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kristianm@chromium.org/11785011/24003
7 years, 11 months ago (2013-01-09 08:05:24 UTC) #14
Kristian Monsen
The last patch set fixes a crash in ArchiveTest that was there since getActivity was ...
7 years, 11 months ago (2013-01-09 08:07:02 UTC) #15
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) build
7 years, 11 months ago (2013-01-09 08:52:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kristianm@chromium.org/11785011/29003
7 years, 11 months ago (2013-01-09 19:02:00 UTC) #17
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 21:15:16 UTC) #18
Message was sent while issue was closed.
Change committed as 175887

Powered by Google App Engine
This is Rietveld 408576698