Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(11783)

Issue 1670050: Wait AppCache download complete when fetching list of cache entries

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by viarheichyk
Modified:
13 years, 9 months ago
CC:
webdriver-mobile-eng_google.com
Base URL:
http://webkitdriver.googlecode.com/svn/trunk/hlwk/
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Timeout for appcache download #

Patch Set 3 : Timeout for appcache download #

Patch Set 4 : Timeout for appcache download #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -2 lines) Patch
M ../driver/src/java/org/openqa/selenium/webkit/WebKitDriver.java View 3 chunks +14 lines, -2 lines 0 comments Download
M WebKit/hl/JavaBindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M WebKit/hl/JavaBindings.cpp View 1 1 chunk +13 lines, -0 lines 1 comment Download

Messages

Total messages: 7
viarheichyk
13 years, 10 months ago (2010-07-07 10:03:28 UTC) #1
Eran
http://codereview.appspot.com/1670050/diff/1/2 File WebKit/hl/JavaBindings.cpp (right): http://codereview.appspot.com/1670050/diff/1/2#newcode1966 WebKit/hl/JavaBindings.cpp:1966: while(cached->status() == ApplicationCacheHost::CHECKING || cached->status() == ApplicationCacheHost::DOWNLOADING) 1. Braces ...
13 years, 9 months ago (2010-07-07 16:24:02 UTC) #2
viarheichyk
http://codereview.appspot.com/1670050/diff/1/2 File WebKit/hl/JavaBindings.cpp (right): http://codereview.appspot.com/1670050/diff/1/2#newcode1966 WebKit/hl/JavaBindings.cpp:1966: while(cached->status() == ApplicationCacheHost::CHECKING || cached->status() == ApplicationCacheHost::DOWNLOADING) > 2. ...
13 years, 9 months ago (2010-07-08 13:49:55 UTC) #3
viarheichyk
13 years, 9 months ago (2010-07-08 14:14:54 UTC) #4
viarheichyk
13 years, 9 months ago (2010-07-08 14:15:45 UTC) #5
viarheichyk
13 years, 9 months ago (2010-07-08 14:16:19 UTC) #6
baran
13 years, 9 months ago (2010-07-14 10:34:21 UTC) #7
LGTM

http://codereview.appspot.com/1670050/diff/13001/14001
File WebKit/hl/JavaBindings.cpp (right):

http://codereview.appspot.com/1670050/diff/13001/14001#newcode1968
WebKit/hl/JavaBindings.cpp:1968: || cached->status() ==
ApplicationCacheHost::DOWNLOADING) {
|| is indented to far, make it two tabs.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b