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

Issue 1442433003: Add "Show saved copy" button in dino page when there's offline copy (Closed)

Created:
5 years, 1 month ago by jianli
Modified:
5 years ago
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add "Show saved copy" button in dino page when there's offline copy When there is offline copy for the page, "Show saved copy" will be shown. Otherwise when there is offline copy for other pages, "Show all saved pages" will be shown. BUG=559354 Committed: https://crrev.com/4bc70b49a4d47fa390b64c93a1dc1c5d99f14c0a Cr-Commit-Position: refs/heads/master@{#361305}

Patch Set 1 : Patch #

Total comments: 2

Patch Set 2 : Some minor fixes #

Total comments: 8

Patch Set 3 : Address feedback #

Patch Set 4 : Add more comments #

Total comments: 23

Patch Set 5 : Rebase #

Patch Set 6 : Address more feedback #

Total comments: 6

Patch Set 7 : Add error page check #

Patch Set 8 : Address more feedback #

Patch Set 9 : Fix trybots #

Total comments: 20

Patch Set 10 : Address mmenke's feedback #

Total comments: 9

Patch Set 11 : Change to pass offline page status only #

Patch Set 12 : Fix trybots #

Total comments: 11

Patch Set 13 : Address feedback #

Patch Set 14 : Fix trybots #

Total comments: 8

Patch Set 15 : Address thestig's feedback #

Total comments: 12

Patch Set 16 : Address nasko's comment + reformat #

Total comments: 3

Patch Set 17 : Address thestig's more feedback #

Patch Set 18 : Make sure IPC coming from main frame #

Patch Set 19 : Update button color for "Show all saved pages" per UI review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+490 lines, -176 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/android/tab_android.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/android/tab_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +47 lines, -15 lines 0 comments Download
M chrome/browser/net/net_error_tab_helper.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/net/net_error_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +65 lines, -14 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/localized_error.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/localized_error.cc View 1 2 3 4 5 6 7 8 9 3 chunks +24 lines, -11 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +14 lines, -6 lines 0 comments Download
M chrome/renderer/net/net_error_helper.h View 1 2 3 4 5 6 7 10 4 chunks +14 lines, -7 lines 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 2 3 4 5 6 7 10 7 chunks +46 lines, -31 lines 0 comments Download
M chrome/renderer/net/net_error_page_controller.h View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/renderer/net/net_error_page_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +12 lines, -8 lines 0 comments Download
M chrome/renderer/resources/neterror.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +6 lines, -1 line 0 comments Download
M chrome/renderer/resources/neterror.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +9 lines, -3 lines 0 comments Download
M chrome/renderer/resources/neterror.js View 1 4 chunks +25 lines, -15 lines 0 comments Download
M components/error_page.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M components/error_page/common/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M components/error_page/common/net_error_info.h View 1 chunk +7 lines, -4 lines 0 comments Download
A components/error_page/common/offline_page_types.h View 1 2 3 4 5 6 7 8 9 1 chunk +24 lines, -0 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 8 chunks +24 lines, -11 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.cc View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +45 lines, -18 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 9 chunks +45 lines, -23 lines 0 comments Download
M components/offline_pages/offline_page_model.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +15 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +35 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 87 (21 generated)
jianli
5 years, 1 month ago (2015-11-12 02:27:21 UTC) #3
mmenke
https://codereview.chromium.org/1442433003/diff/40001/chrome/common/localized_error.cc File chrome/common/localized_error.cc (right): https://codereview.chromium.org/1442433003/diff/40001/chrome/common/localized_error.cc#newcode777 chrome/common/localized_error.cc:777: error_strings->Set("showOfflineCopyButton", show_offline_copy_button); What's the difference between an offline copy ...
5 years, 1 month ago (2015-11-12 19:55:18 UTC) #6
jianli
https://codereview.chromium.org/1442433003/diff/40001/chrome/common/localized_error.cc File chrome/common/localized_error.cc (right): https://codereview.chromium.org/1442433003/diff/40001/chrome/common/localized_error.cc#newcode777 chrome/common/localized_error.cc:777: error_strings->Set("showOfflineCopyButton", show_offline_copy_button); On 2015/11/12 19:55:18, mmenke (OOO Nov 11 ...
5 years, 1 month ago (2015-11-12 21:16:16 UTC) #7
jianli
rkaplow for UMA dcheng for new IPC message
5 years, 1 month ago (2015-11-13 01:39:51 UTC) #9
newt (away)
https://codereview.chromium.org/1442433003/diff/60001/chrome/browser/android/tab_android.cc File chrome/browser/android/tab_android.cc (right): https://codereview.chromium.org/1442433003/diff/60001/chrome/browser/android/tab_android.cc#newcode290 chrome/browser/android/tab_android.cc:290: bool TabAndroid::HasOfflinePages() const { All the methods related to ...
5 years, 1 month ago (2015-11-13 19:20:19 UTC) #10
dcheng
Punting the IPC review to nasko@, since this potentially involves navigation/fetching that I don't have ...
5 years, 1 month ago (2015-11-13 19:40:25 UTC) #12
jianli
https://codereview.chromium.org/1442433003/diff/60001/chrome/browser/android/tab_android.cc File chrome/browser/android/tab_android.cc (right): https://codereview.chromium.org/1442433003/diff/60001/chrome/browser/android/tab_android.cc#newcode290 chrome/browser/android/tab_android.cc:290: bool TabAndroid::HasOfflinePages() const { On 2015/11/13 19:20:19, newt wrote: ...
5 years, 1 month ago (2015-11-13 22:32:13 UTC) #13
newt (away)
tab_android lgtm
5 years, 1 month ago (2015-11-13 23:13:11 UTC) #14
nasko
https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/android/tab_android.cc File chrome/browser/android/tab_android.cc (right): https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/android/tab_android.cc#newcode820 chrome/browser/android/tab_android.cc:820: void TabAndroid::LoadOfflineCopy(const GURL& url) { This parameter doesn't seem ...
5 years, 1 month ago (2015-11-13 23:55:14 UTC) #15
jianli
https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/android/tab_android.cc File chrome/browser/android/tab_android.cc (right): https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/android/tab_android.cc#newcode820 chrome/browser/android/tab_android.cc:820: void TabAndroid::LoadOfflineCopy(const GURL& url) { On 2015/11/13 23:55:13, nasko ...
5 years, 1 month ago (2015-11-14 00:26:05 UTC) #16
mmenke
https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc#newcode313 chrome/browser/net/net_error_tab_helper.cc:313: void NetErrorTabHelper::LoadOfflineCopy(const GURL& url) { On 2015/11/14 00:26:05, jianli ...
5 years, 1 month ago (2015-11-14 00:41:11 UTC) #17
nasko
https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc#newcode313 chrome/browser/net/net_error_tab_helper.cc:313: void NetErrorTabHelper::LoadOfflineCopy(const GURL& url) { On 2015/11/14 00:26:05, jianli ...
5 years, 1 month ago (2015-11-14 00:43:49 UTC) #18
jianli
https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc#newcode313 chrome/browser/net/net_error_tab_helper.cc:313: void NetErrorTabHelper::LoadOfflineCopy(const GURL& url) { On 2015/11/14 00:43:49, nasko ...
5 years, 1 month ago (2015-11-14 00:46:05 UTC) #19
nasko
On 2015/11/14 00:46:05, jianli wrote: > https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc > File chrome/browser/net/net_error_tab_helper.cc (right): > > https://codereview.chromium.org/1442433003/diff/100001/chrome/browser/net/net_error_tab_helper.cc#newcode313 > ...
5 years, 1 month ago (2015-11-14 00:48:31 UTC) #20
Ilya Sherman
https://codereview.chromium.org/1442433003/diff/140001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/1442433003/diff/140001/tools/metrics/histograms/histograms.xml#oldcode68092 tools/metrics/histograms/histograms.xml:68092: - <int value="20" label="Show Saved Pages Button Click Load ...
5 years, 1 month ago (2015-11-14 00:50:13 UTC) #22
Ilya Sherman
https://codereview.chromium.org/1442433003/diff/140001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (left): https://codereview.chromium.org/1442433003/diff/140001/tools/metrics/histograms/histograms.xml#oldcode68092 tools/metrics/histograms/histograms.xml:68092: - <int value="20" label="Show Saved Pages Button Click Load ...
5 years, 1 month ago (2015-11-14 00:53:38 UTC) #23
mmenke
On 2015/11/14 00:48:31, nasko (slow to review) wrote: > On 2015/11/14 00:46:05, jianli wrote: > ...
5 years, 1 month ago (2015-11-14 00:58:28 UTC) #24
jianli
estark, can you review this new IPC message from the security perspective? thanks.
5 years, 1 month ago (2015-11-14 01:07:26 UTC) #26
nasko
On 2015/11/14 01:07:26, jianli wrote: > estark, can you review this new IPC message from ...
5 years, 1 month ago (2015-11-14 01:51:45 UTC) #27
mmenke
On 2015/11/14 01:51:45, nasko (slow to review) wrote: > On 2015/11/14 01:07:26, jianli wrote: > ...
5 years, 1 month ago (2015-11-14 02:06:10 UTC) #28
jianli
On 2015/11/14 01:51:45, nasko (slow to review) wrote: > On 2015/11/14 01:07:26, jianli wrote: > ...
5 years, 1 month ago (2015-11-14 06:43:12 UTC) #29
nasko
On 2015/11/14 06:43:12, jianli wrote: > On 2015/11/14 01:51:45, nasko (slow to review) wrote: > ...
5 years, 1 month ago (2015-11-16 16:39:16 UTC) #30
mmenke
On 2015/11/16 16:39:16, nasko (slow to review) wrote: > On 2015/11/14 06:43:12, jianli wrote: > ...
5 years, 1 month ago (2015-11-16 17:15:07 UTC) #31
nasko
On 2015/11/16 17:15:07, mmenke (OOO Nov 11 - Nov 15) wrote: > On 2015/11/16 16:39:16, ...
5 years, 1 month ago (2015-11-16 18:29:43 UTC) #32
jianli
Also added check for coming from error page per your suggested. If there is anything ...
5 years, 1 month ago (2015-11-17 00:06:49 UTC) #33
nasko
Thank you for working through adding the needed security checks! LGTM with a couple of ...
5 years, 1 month ago (2015-11-17 16:42:24 UTC) #34
mmenke
On 2015/11/16 18:29:43, nasko (slow to review) wrote: > On 2015/11/16 17:15:07, mmenke (OOO Nov ...
5 years, 1 month ago (2015-11-17 17:42:04 UTC) #35
mmenke
On 2015/11/17 17:42:04, mmenke wrote: > On 2015/11/16 18:29:43, nasko (slow to review) wrote: > ...
5 years, 1 month ago (2015-11-17 17:45:20 UTC) #36
mmenke
On 2015/11/17 17:45:20, mmenke wrote: > On 2015/11/17 17:42:04, mmenke wrote: > > On 2015/11/16 ...
5 years, 1 month ago (2015-11-17 17:47:00 UTC) #37
nasko
On 2015/11/17 17:47:00, mmenke wrote: > On 2015/11/17 17:45:20, mmenke wrote: > > On 2015/11/17 ...
5 years, 1 month ago (2015-11-17 18:00:32 UTC) #38
mmenke
On 2015/11/17 18:00:32, nasko (slow to review) wrote: > On 2015/11/17 17:47:00, mmenke wrote: > ...
5 years, 1 month ago (2015-11-17 18:06:45 UTC) #39
nasko
On 2015/11/17 18:06:45, mmenke wrote: > On 2015/11/17 18:00:32, nasko (slow to review) wrote: > ...
5 years, 1 month ago (2015-11-17 18:13:35 UTC) #40
mmenke
Should we have an integration test for this, make sure everything's hooked up correctly? Or ...
5 years, 1 month ago (2015-11-17 21:02:16 UTC) #41
jianli
https://codereview.chromium.org/1442433003/diff/200001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/200001/chrome/browser/net/net_error_tab_helper.cc#newcode317 chrome/browser/net/net_error_tab_helper.cc:317: return; On 2015/11/17 21:02:15, mmenke wrote: > Should we ...
5 years, 1 month ago (2015-11-19 02:23:46 UTC) #42
nasko
Sending all cached URLs to the renderer not LGTM. We should not be leaking such ...
5 years, 1 month ago (2015-11-19 15:11:41 UTC) #43
mmenke
https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc#newcode325 chrome/browser/net/net_error_tab_helper.cc:325: if (validated_url != web_contents()->GetVisibleURL()) On 2015/11/19 15:11:41, nasko wrote: ...
5 years, 1 month ago (2015-11-19 17:39:12 UTC) #44
nasko
https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc#newcode325 chrome/browser/net/net_error_tab_helper.cc:325: if (validated_url != web_contents()->GetVisibleURL()) On 2015/11/19 17:39:12, mmenke wrote: ...
5 years, 1 month ago (2015-11-19 17:52:53 UTC) #45
mmenke
On 2015/11/19 17:52:53, nasko wrote: > https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc > File chrome/browser/net/net_error_tab_helper.cc (right): > > https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc#newcode325 > ...
5 years, 1 month ago (2015-11-19 17:57:15 UTC) #46
nasko
On 2015/11/19 17:57:15, mmenke wrote: > On 2015/11/19 17:52:53, nasko wrote: > > > https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc ...
5 years, 1 month ago (2015-11-19 18:10:54 UTC) #47
jianli
https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/net/net_error_tab_helper.cc#newcode325 chrome/browser/net/net_error_tab_helper.cc:325: if (validated_url != web_contents()->GetVisibleURL()) On 2015/11/19 17:39:12, mmenke wrote: ...
5 years, 1 month ago (2015-11-19 23:28:08 UTC) #48
mmenke
https://codereview.chromium.org/1442433003/diff/220001/chrome/common/render_messages.h File chrome/common/render_messages.h (right): https://codereview.chromium.org/1442433003/diff/220001/chrome/common/render_messages.h#newcode330 chrome/common/render_messages.h:330: std::vector<GURL> /* urls of pages that have offline version ...
5 years, 1 month ago (2015-11-19 23:41:32 UTC) #49
Dmitry Titov
Small nit, drive-by: https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/android/tab_android.cc File chrome/browser/android/tab_android.cc (right): https://codereview.chromium.org/1442433003/diff/220001/chrome/browser/android/tab_android.cc#newcode799 chrome/browser/android/tab_android.cc:799: void TabAndroid::GetAllOfflinePageURLS( URLS->URLs
5 years, 1 month ago (2015-11-20 01:53:40 UTC) #53
jianli
I found out there was a bug in previous patch that only passed the offline ...
5 years, 1 month ago (2015-11-20 02:51:12 UTC) #57
fgorski
offline_pages lgtm, but please clean up the test. https://codereview.chromium.org/1442433003/diff/320001/components/offline_pages/offline_page_model_unittest.cc File components/offline_pages/offline_page_model_unittest.cc (right): https://codereview.chromium.org/1442433003/diff/320001/components/offline_pages/offline_page_model_unittest.cc#newcode857 components/offline_pages/offline_page_model_unittest.cc:857: GURL ...
5 years, 1 month ago (2015-11-20 23:09:46 UTC) #60
mmenke
Sorry for slowness, this LGTM. I assume you have gone through, or will go through ...
5 years, 1 month ago (2015-11-23 19:54:26 UTC) #61
mmenke
https://codereview.chromium.org/1442433003/diff/320001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/320001/chrome/browser/net/net_error_tab_helper.cc#newcode302 chrome/browser/net/net_error_tab_helper.cc:302: return; nit: Suggest blank lines after this return and ...
5 years, 1 month ago (2015-11-23 19:55:22 UTC) #62
jianli
https://codereview.chromium.org/1442433003/diff/320001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/320001/chrome/browser/net/net_error_tab_helper.cc#newcode302 chrome/browser/net/net_error_tab_helper.cc:302: return; On 2015/11/23 19:55:22, mmenke wrote: > nit: Suggest ...
5 years, 1 month ago (2015-11-23 22:08:34 UTC) #63
jianli
Adding thestig for approval for general changes under chrome.
5 years, 1 month ago (2015-11-23 22:13:13 UTC) #65
mmenke
https://codereview.chromium.org/1442433003/diff/320001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/320001/chrome/browser/net/net_error_tab_helper.cc#newcode334 chrome/browser/net/net_error_tab_helper.cc:334: GURL validated_url(url); On 2015/11/23 22:08:34, jianli wrote: > On ...
5 years, 1 month ago (2015-11-23 22:15:15 UTC) #66
Lei Zhang
nasko: Have your concerns been addressed? https://codereview.chromium.org/1442433003/diff/360001/chrome/common/BUILD.gn File chrome/common/BUILD.gn (right): https://codereview.chromium.org/1442433003/diff/360001/chrome/common/BUILD.gn#newcode74 chrome/common/BUILD.gn:74: "//components/error_page/common", This is: ...
5 years, 1 month ago (2015-11-23 22:50:21 UTC) #67
jianli
Just had a talk with nasko to clear things. He is looking into this now. ...
5 years, 1 month ago (2015-11-23 23:25:04 UTC) #68
nasko
https://codereview.chromium.org/1442433003/diff/360001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/360001/chrome/browser/net/net_error_tab_helper.cc#newcode299 chrome/browser/net/net_error_tab_helper.cc:299: content::RenderFrameHost* render_frame_host, const GURL& url) { Each parameter should ...
5 years, 1 month ago (2015-11-23 23:29:09 UTC) #69
jianli
https://codereview.chromium.org/1442433003/diff/360001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/360001/chrome/browser/net/net_error_tab_helper.cc#newcode299 chrome/browser/net/net_error_tab_helper.cc:299: content::RenderFrameHost* render_frame_host, const GURL& url) { On 2015/11/23 23:29:08, ...
5 years, 1 month ago (2015-11-23 23:37:02 UTC) #70
Lei Zhang
https://codereview.chromium.org/1442433003/diff/370028/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/370028/chrome/browser/net/net_error_tab_helper.cc#newcode305 chrome/browser/net/net_error_tab_helper.cc:305: offline_pages::OfflinePageModelFactory::GetForBrowserContext( Why are we doing a BrowserContext -> Profile ...
5 years, 1 month ago (2015-11-23 23:43:37 UTC) #71
nasko
https://codereview.chromium.org/1442433003/diff/390001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/390001/chrome/browser/net/net_error_tab_helper.cc#newcode338 chrome/browser/net/net_error_tab_helper.cc:338: if (!validated_url.is_valid()) A note for future people looking at ...
5 years, 1 month ago (2015-11-23 23:47:06 UTC) #72
jianli
https://codereview.chromium.org/1442433003/diff/370028/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/370028/chrome/browser/net/net_error_tab_helper.cc#newcode305 chrome/browser/net/net_error_tab_helper.cc:305: offline_pages::OfflinePageModelFactory::GetForBrowserContext( On 2015/11/23 23:43:37, Lei Zhang wrote: > Why ...
5 years, 1 month ago (2015-11-23 23:49:50 UTC) #73
jianli
https://codereview.chromium.org/1442433003/diff/390001/chrome/browser/net/net_error_tab_helper.cc File chrome/browser/net/net_error_tab_helper.cc (right): https://codereview.chromium.org/1442433003/diff/390001/chrome/browser/net/net_error_tab_helper.cc#newcode342 chrome/browser/net/net_error_tab_helper.cc:342: if (validated_url != web_contents()->GetLastCommittedURL()) On 2015/11/23 23:47:05, nasko wrote: ...
5 years, 1 month ago (2015-11-24 00:10:26 UTC) #74
nasko
LGTM, assuming mmenke@ is ok with the main frame check in OnMessageReceived.
5 years, 1 month ago (2015-11-24 00:15:24 UTC) #75
Lei Zhang
lgtm if all the other reviewers are happy.
5 years, 1 month ago (2015-11-24 00:26:17 UTC) #76
mmenke
On 2015/11/24 00:26:17, Lei Zhang wrote: > lgtm if all the other reviewers are happy. ...
5 years, 1 month ago (2015-11-24 00:58:45 UTC) #77
jianli
Talked with mmenke@ and he was fine with adding main frame check. Also, per UI ...
5 years, 1 month ago (2015-11-24 00:59:05 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1442433003/450001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1442433003/450001
5 years, 1 month ago (2015-11-24 01:34:52 UTC) #81
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/133302)
5 years, 1 month ago (2015-11-24 04:16:51 UTC) #83
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1442433003/450001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1442433003/450001
5 years ago (2015-11-24 09:17:14 UTC) #85
commit-bot: I haz the power
Committed patchset #19 (id:450001)
5 years ago (2015-11-24 10:29:28 UTC) #86
commit-bot: I haz the power
5 years ago (2015-11-24 10:30:09 UTC) #87
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/4bc70b49a4d47fa390b64c93a1dc1c5d99f14c0a
Cr-Commit-Position: refs/heads/master@{#361305}

Powered by Google App Engine
This is Rietveld 408576698