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

Issue 11440036: [Android] Fix AwSettingsTest AppCache test crashes. (Closed)

Created:
8 years ago by mnaganov (inactive)
Modified:
8 years ago
Reviewers:
boliu
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, android-webview-reviews_chromium.org, willchan no longer on Chromium, erikwright (departed)
Visibility:
Public.

Description

[Android] Fix AwSettingsTest AppCache test crashes. The problem was due to usage of a second cache thread. R=boliu@chromium.org BUG=163383 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171520

Patch Set 1 #

Total comments: 7

Patch Set 2 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -21 lines) Patch
M android_webview/browser/net/aw_url_request_context_getter.h View 3 chunks +5 lines, -0 lines 0 comments Download
M android_webview/browser/net/aw_url_request_context_getter.cc View 1 3 chunks +29 lines, -7 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java View 4 chunks +2 lines, -14 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mnaganov (inactive)
8 years ago (2012-12-06 12:53:12 UTC) #1
boliu
lgtm +willchan, erikwright for FYI that URLRequestContextBuilder doesn't work well with app cache. https://codereview.chromium.org/11440036/diff/1/android_webview/browser/net/aw_url_request_context_getter.cc File ...
8 years ago (2012-12-06 15:36:38 UTC) #2
mnaganov (inactive)
Thanks! https://codereview.chromium.org/11440036/diff/1/android_webview/browser/net/aw_url_request_context_getter.cc File android_webview/browser/net/aw_url_request_context_getter.cc (left): https://codereview.chromium.org/11440036/diff/1/android_webview/browser/net/aw_url_request_context_getter.cc#oldcode99 android_webview/browser/net/aw_url_request_context_getter.cc:99: browser_context_->GetPath().Append(FILE_PATH_LITERAL("Cache")), On 2012/12/06 15:36:39, boliu wrote: > Unrelated: ...
8 years ago (2012-12-06 16:44:55 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnaganov@chromium.org/11440036/9001
8 years ago (2012-12-06 16:47:57 UTC) #4
commit-bot: I haz the power
Change committed as 171520
8 years ago (2012-12-06 17:37:06 UTC) #5
boliu
8 years ago (2012-12-06 17:44:02 UTC) #6
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/11440036/diff/1/android_webview/browse...
File android_webview/browser/net/aw_url_request_context_getter.cc (left):

https://chromiumcodereview.appspot.com/11440036/diff/1/android_webview/browse...
android_webview/browser/net/aw_url_request_context_getter.cc:99:
browser_context_->GetPath().Append(FILE_PATH_LITERAL("Cache")),
On 2012/12/06 16:44:56, Mikhail Naganov (Chromium) wrote:
> On 2012/12/06 15:36:39, boliu wrote:
> > Unrelated: comma at the end of line...how did this ever compile?
> 
> That's http://en.wikipedia.org/wiki/Comma_operator ! C++ is a magic language.

Mind blown...

Powered by Google App Engine
This is Rietveld 408576698