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

Issue 1555513003: [Android WebView] Forbid launching of two browser processes in the app (Closed)

Created:
4 years, 11 months ago by mnaganov (inactive)
Modified:
4 years, 11 months ago
Reviewers:
sgurun-gerrit only
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android WebView] Forbid launching of two browser processes in the app Use FileLock in the data directory to enforce exclusive access to it. Attempting to share the data directory between two browser processes will most likely lead to data corruption. BUG=558377 Committed: https://crrev.com/079328852c8cd8aab87d8cf6811fe371f4c65307 Cr-Commit-Position: refs/heads/master@{#367120}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -3 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java View 1 chunk +4 lines, -3 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java View 5 chunks +28 lines, -0 lines 0 comments Download
A android_webview/javatests/src/org/chromium/android_webview/test/AwSecondBrowserProcessTest.java View 1 chunk +141 lines, -0 lines 0 comments Download
M android_webview/test/shell/AndroidManifest.xml View 1 chunk +5 lines, -0 lines 0 comments Download
A android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java View 1 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
mnaganov (inactive)
PTAL! Hopefully the last code for this year :)
4 years, 11 months ago (2015-12-29 20:03:23 UTC) #2
sgurun-gerrit only
On 2015/12/29 20:03:23, mnaganov wrote: > PTAL! Hopefully the last code for this year :) ...
4 years, 11 months ago (2015-12-29 23:58:56 UTC) #3
sgurun-gerrit only
https://codereview.chromium.org/1555513003/diff/1/android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java File android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java (right): https://codereview.chromium.org/1555513003/diff/1/android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java#newcode20 android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java:20: * This is an activity for imitating a second ...
4 years, 11 months ago (2015-12-29 23:59:03 UTC) #4
mnaganov (inactive)
https://codereview.chromium.org/1555513003/diff/1/android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java File android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java (right): https://codereview.chromium.org/1555513003/diff/1/android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java#newcode20 android_webview/test/shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java:20: * This is an activity for imitating a second ...
4 years, 11 months ago (2015-12-30 00:13:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1555513003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1555513003/20001
4 years, 11 months ago (2015-12-30 00:14:06 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2015-12-30 00:37:30 UTC) #9
commit-bot: I haz the power
4 years, 11 months ago (2015-12-30 00:38:16 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/079328852c8cd8aab87d8cf6811fe371f4c65307
Cr-Commit-Position: refs/heads/master@{#367120}

Powered by Google App Engine
This is Rietveld 408576698