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

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)

Created:
3 years, 10 months ago by Pete Williamson
Modified:
3 years, 7 months ago
CC:
asanka, cbentzel+watch_chromium.org, chili+watch_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dewittj+watch_chromium.org, dimich+watch_chromium.org, fgorski+watch_chromium.org, gavinp+prer_chromium.org, jam, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, petewil+watch_chromium.org, romax+watch_chromium.org, tburkard+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Get signals working in the EXTRA_DATA section of MHTML The intent of this change is to add some signal data to the bottom of a MHTML file when generating an offline file if the new OfflinePagesLoadSignalCollecting flag is set. The signal data will be analyzed to find a better time to take snapshots, and will eventually be used to decide at runtime when to take snapshots. Design docs here: https://docs.google.com/document/d/1AcoZOIb81V68_KDSOCatFSYYMLOTSYj6resg-VAxLgo BUG=706628 Review-Url: https://codereview.chromium.org/2683493002 Cr-Commit-Position: refs/heads/master@{#463407} Committed: https://chromium.googlesource.com/chromium/src/+/2abcf0413069159c73bceba72f0b6f124021bca5

Patch Set 1 #

Total comments: 7

Patch Set 2 : Approach for writing to the file afterwards instead. #

Total comments: 18

Patch Set 3 : Third approach - write MHTML from browser side. #

Patch Set 4 : FIx tests, add unit test #

Total comments: 6

Patch Set 5 : Using WebContents::SupportsUserData #

Total comments: 1

Patch Set 6 : Don't forget the new .h file #

Total comments: 27

Patch Set 7 : Add Arbitrary extra data sections to MHTML. #

Total comments: 17

Patch Set 8 : Dimich CR fixes #

Total comments: 8

Patch Set 9 : Fix build and tests #

Patch Set 10 : CR feedback per FGorski #

Patch Set 11 : Tentative Compile Fix #

Patch Set 12 : Another attempted link fix for the tests. #

Patch Set 13 : Another link test. #

Patch Set 14 : Move MHTMLExtraData and MHTMLExtraPart out of the .h file #

Total comments: 2

Patch Set 15 : Remove build rule that we probably don't need. #

Patch Set 16 : Move content interface to content/public #

Patch Set 17 : Attempt to clear trybots. #

Total comments: 20

Patch Set 18 : CR Feedback per FGorski #

Total comments: 28

Patch Set 19 : CR feedback per Dimich #

Total comments: 17

Patch Set 20 : Dimich and DTrainor CR fixes #

Total comments: 4

Patch Set 21 : Fix AboutFlagsHistogramTest for new chrome flag #

Patch Set 22 : Even more Dimich CR fixes #

Total comments: 1

Patch Set 23 : Add headers from the prerendering side. #

Total comments: 4

Patch Set 24 : Change header for our data to be X-Chrome- instead of Chromium- #

Total comments: 24

Patch Set 25 : FGorski CR feedback #

Total comments: 3

Patch Set 26 : Fix compile on platforms where lld is not 64 bit int. #

Patch Set 27 : Merge changelist with tip of tree #

Unified diffs Side-by-side diffs Delta from patch set Stats (+490 lines, -24 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_loader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_loader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 6 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_offliner.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_offliner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +40 lines, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/prerendering_offliner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 7 chunks +64 lines, -5 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +8 lines, -0 lines 0 comments Download
M components/offline_pages/core/offline_page_feature.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -0 lines 0 comments Download
M components/offline_pages/core/offline_page_feature.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +7 lines, -0 lines 0 comments Download
M components/offline_pages/core/offline_page_model_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +11 lines, -0 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -0 lines 0 comments Download
A content/browser/download/mhtml_extra_parts_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +47 lines, -0 lines 0 comments Download
A content/browser/download/mhtml_extra_parts_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +51 lines, -0 lines 0 comments Download
M content/browser/download/mhtml_generation_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +41 lines, -0 lines 0 comments Download
M content/browser/download/mhtml_generation_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +112 lines, -15 lines 0 comments Download
M content/public/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -0 lines 0 comments Download
A content/public/browser/mhtml_extra_parts.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +35 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 161 (101 generated)
Pete Williamson
Dimich - Does this approach look correct to you?
3 years, 10 months ago (2017-02-07 20:51:21 UTC) #2
fgorski
drive-by: From the perspective of extending the interface to SavePage it looks good. (with comments). ...
3 years, 10 months ago (2017-02-07 22:06:08 UTC) #4
Dmitry Titov
https://codereview.chromium.org/2683493002/diff/1/chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc File chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc (right): https://codereview.chromium.org/2683493002/diff/1/chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc#newcode61 chrome/browser/android/offline_pages/offline_page_mhtml_archiver.cc:61: signal_data_ = signal_data; On 2017/02/07 22:06:07, fgorski wrote: > ...
3 years, 10 months ago (2017-02-14 20:39:59 UTC) #5
Dmitry Titov
I wonder if we can avoid passing a vector of strings to Blink over IPC ...
3 years, 10 months ago (2017-02-14 20:47:20 UTC) #6
Pete Williamson
Can you do a quick check and see if you like this approach better? This ...
3 years, 9 months ago (2017-02-27 22:49:14 UTC) #7
fgorski
On 2017/02/27 22:49:14, Pete Williamson wrote: > Can you do a quick check and see ...
3 years, 9 months ago (2017-02-28 00:08:55 UTC) #8
dewittj
On 2017/02/28 00:08:55, fgorski wrote: > On 2017/02/27 22:49:14, Pete Williamson wrote: > > Can ...
3 years, 9 months ago (2017-02-28 00:45:07 UTC) #9
Dmitry Titov
On 2017/02/28 00:45:07, dewittj wrote: > On 2017/02/28 00:08:55, fgorski wrote: > > On 2017/02/27 ...
3 years, 9 months ago (2017-02-28 04:12:30 UTC) #10
Pete Williamson
We discussed this in person, and decided on the following approach: The signal data will ...
3 years, 9 months ago (2017-02-28 19:13:15 UTC) #11
Dmitry Titov
Considering this is taking some time, please feel free to ping explicitly when the updated ...
3 years, 9 months ago (2017-03-08 00:46:58 UTC) #12
fgorski
https://codereview.chromium.org/2683493002/diff/20001/chrome/browser/android/offline_pages/prerendering_loader.cc File chrome/browser/android/offline_pages/prerendering_loader.cc (right): https://codereview.chromium.org/2683493002/diff/20001/chrome/browser/android/offline_pages/prerendering_loader.cc#newcode157 chrome/browser/android/offline_pages/prerendering_loader.cc:157: signal_data_.push_back(std::string("OnLoad signal seen")); OnLoad,time_ms Please :) https://codereview.chromium.org/2683493002/diff/20001/chrome/browser/android/offline_pages/prerendering_loader.cc#newcode176 chrome/browser/android/offline_pages/prerendering_loader.cc:176: signal_data_.push_back(std::string("Dom ...
3 years, 9 months ago (2017-03-08 18:56:43 UTC) #13
fgorski
Just realized that Pete didn't upload a new patch, but Dmitry made a comment. There ...
3 years, 9 months ago (2017-03-08 18:57:30 UTC) #14
Pete Williamson
On 2017/03/08 18:57:30, fgorski wrote: > Just realized that Pete didn't upload a new patch, ...
3 years, 9 months ago (2017-03-08 21:01:44 UTC) #15
Pete Williamson
OK, Third approach, this should meet with our discussion. Does this approach look reasonable?
3 years, 9 months ago (2017-03-13 20:30:27 UTC) #17
Dmitry Titov
Yes, looks much better! Thanks for doing changes. I have couple of comments, one is ...
3 years, 9 months ago (2017-03-14 01:16:02 UTC) #26
romax
https://codereview.chromium.org/2683493002/diff/60001/content/browser/download/mhtml_generation_manager.cc File content/browser/download/mhtml_generation_manager.cc (right): https://codereview.chromium.org/2683493002/diff/60001/content/browser/download/mhtml_generation_manager.cc#newcode459 content/browser/download/mhtml_generation_manager.cc:459: base::StringPrintf("--%s--\r\n%s\r\n%s\r\n", boundary.c_str(), is it possible to have some kind ...
3 years, 9 months ago (2017-03-14 19:08:06 UTC) #27
Pete Williamson
Next patch, addressing all open concerns. I have added a few concerns of my own ...
3 years, 9 months ago (2017-03-15 22:38:23 UTC) #28
Dmitry Titov
https://codereview.chromium.org/2683493002/diff/100001/chrome/browser/android/offline_pages/prerendering_loader.h File chrome/browser/android/offline_pages/prerendering_loader.h (right): https://codereview.chromium.org/2683493002/diff/100001/chrome/browser/android/offline_pages/prerendering_loader.h#newcode87 chrome/browser/android/offline_pages/prerendering_loader.h:87: const std::vector<std::string>& GetSignalData() { return signal_data_; } "Signal" is ...
3 years, 9 months ago (2017-03-16 02:28:21 UTC) #33
fgorski
https://codereview.chromium.org/2683493002/diff/100001/content/browser/download/mhtml_extra_data.h File content/browser/download/mhtml_extra_data.h (right): https://codereview.chromium.org/2683493002/diff/100001/content/browser/download/mhtml_extra_data.h#newcode13 content/browser/download/mhtml_extra_data.h:13: const void* kMHTMLExtraDataKey = (void*)0x14725138; On 2017/03/16 02:28:20, Dmitry ...
3 years, 9 months ago (2017-03-16 17:46:32 UTC) #35
Pete Williamson
Latest version. Based on an offline chat with Dimich, we agreed to put the extra ...
3 years, 9 months ago (2017-03-17 23:28:33 UTC) #38
Dmitry Titov
This is moving in right direction. Please think through who, when triggers the creation of ...
3 years, 9 months ago (2017-03-18 00:58:34 UTC) #41
Pete Williamson
Fixed unit tests (by checking for a nullptr), and addressed Dimich's comments. https://codereview.chromium.org/2683493002/diff/120001/chrome/browser/android/offline_pages/prerendering_loader.h File chrome/browser/android/offline_pages/prerendering_loader.h ...
3 years, 9 months ago (2017-03-20 18:26:53 UTC) #42
fgorski
https://codereview.chromium.org/2683493002/diff/140001/chrome/browser/android/offline_pages/prerendering_loader.cc File chrome/browser/android/offline_pages/prerendering_loader.cc (right): https://codereview.chromium.org/2683493002/diff/140001/chrome/browser/android/offline_pages/prerendering_loader.cc#newcode102 chrome/browser/android/offline_pages/prerendering_loader.cc:102: // Add this signal to signal_data_. Consider extracting a ...
3 years, 9 months ago (2017-03-20 20:43:24 UTC) #47
Pete Williamson
Forgot to build one of the targets originally, this fixes the build. https://codereview.chromium.org/2683493002/diff/120001/chrome/browser/android/offline_pages/prerendering_loader.h File chrome/browser/android/offline_pages/prerendering_loader.h ...
3 years, 9 months ago (2017-03-20 20:46:44 UTC) #48
Pete Williamson
Addressed CR feedback per FGorski. I also added a #ifndef NDEBUG wrapper around the call ...
3 years, 9 months ago (2017-03-20 21:43:52 UTC) #49
Dmitry Titov
I think the design of the classes/lifetime here is still not nailed, we could discuss ...
3 years, 9 months ago (2017-03-21 00:06:02 UTC) #56
Pete Williamson
On 2017/03/21 00:06:02, Dmitry Titov wrote: > I think the design of the classes/lifetime here ...
3 years, 9 months ago (2017-03-22 18:08:26 UTC) #67
Dmitry Titov
https://codereview.chromium.org/2683493002/diff/260001/content/browser/BUILD.gn File content/browser/BUILD.gn (right): https://codereview.chromium.org/2683493002/diff/260001/content/browser/BUILD.gn#newcode21 content/browser/BUILD.gn:21: "//content/browser/download:*", This is a strange dependency, runs counter the ...
3 years, 9 months ago (2017-03-23 17:34:10 UTC) #70
Pete Williamson
https://codereview.chromium.org/2683493002/diff/260001/content/browser/BUILD.gn File content/browser/BUILD.gn (right): https://codereview.chromium.org/2683493002/diff/260001/content/browser/BUILD.gn#newcode21 content/browser/BUILD.gn:21: "//content/browser/download:*", On 2017/03/23 17:34:10, Dmitry Titov wrote: > This ...
3 years, 9 months ago (2017-03-23 20:26:39 UTC) #79
romax
I think it's more like a FYI for me so no LGTM from me. However ...
3 years, 9 months ago (2017-03-24 23:16:58 UTC) #80
Pete Williamson
Dimich and I discussed in person the best way to expose the interface in content/public, ...
3 years, 9 months ago (2017-03-24 23:47:48 UTC) #83
fgorski
https://codereview.chromium.org/2683493002/diff/320001/content/browser/download/mhtml_extra_data_impl.h File content/browser/download/mhtml_extra_data_impl.h (right): https://codereview.chromium.org/2683493002/diff/320001/content/browser/download/mhtml_extra_data_impl.h#newcode1 content/browser/download/mhtml_extra_data_impl.h:1: // Copyright (c) 2017 The Chromium Authors. All rights ...
3 years, 8 months ago (2017-03-28 17:01:11 UTC) #90
fgorski
https://codereview.chromium.org/2683493002/diff/320001/content/browser/download/mhtml_extra_data_impl.h File content/browser/download/mhtml_extra_data_impl.h (right): https://codereview.chromium.org/2683493002/diff/320001/content/browser/download/mhtml_extra_data_impl.h#newcode1 content/browser/download/mhtml_extra_data_impl.h:1: // Copyright (c) 2017 The Chromium Authors. All rights ...
3 years, 8 months ago (2017-03-28 17:01:12 UTC) #91
Pete Williamson
https://codereview.chromium.org/2683493002/diff/320001/content/browser/download/mhtml_extra_data_impl.h File content/browser/download/mhtml_extra_data_impl.h (right): https://codereview.chromium.org/2683493002/diff/320001/content/browser/download/mhtml_extra_data_impl.h#newcode1 content/browser/download/mhtml_extra_data_impl.h:1: // Copyright (c) 2017 The Chromium Authors. All rights ...
3 years, 8 months ago (2017-03-28 18:01:59 UTC) #92
Dmitry Titov
Thanks for changes! BackgroundLoader does not call the AddExtraMHTMLPart method... I also recommend to ping ...
3 years, 8 months ago (2017-03-29 18:53:07 UTC) #97
Pete Williamson
https://codereview.chromium.org/2683493002/diff/340001/chrome/browser/android/offline_pages/prerendering_loader.cc File chrome/browser/android/offline_pages/prerendering_loader.cc (right): https://codereview.chromium.org/2683493002/diff/340001/chrome/browser/android/offline_pages/prerendering_loader.cc#newcode96 chrome/browser/android/offline_pages/prerendering_loader.cc:96: signal += std::to_string(base::Time::Now().ToJavaTime()); On 2017/03/29 18:53:06, Dmitry Titov wrote: ...
3 years, 8 months ago (2017-03-29 22:05:43 UTC) #98
Pete Williamson
+dtrainor for files under content. DTrainor, the intent of this change is to add some ...
3 years, 8 months ago (2017-03-29 22:12:49 UTC) #100
Dmitry Titov
Please add bug number to the CL. I don't think surrounding the section with #ifdef ...
3 years, 8 months ago (2017-03-29 23:26:29 UTC) #103
David Trainor- moved to gerrit
I liked the description you put in the comment where you added me to the ...
3 years, 8 months ago (2017-03-30 05:26:40 UTC) #107
Pete Williamson
https://codereview.chromium.org/2683493002/diff/340001/chrome/browser/android/offline_pages/prerendering_offliner.cc File chrome/browser/android/offline_pages/prerendering_offliner.cc (right): https://codereview.chromium.org/2683493002/diff/340001/chrome/browser/android/offline_pages/prerendering_offliner.cc#newcode91 chrome/browser/android/offline_pages/prerendering_offliner.cc:91: #ifndef NDEBUG On 2017/03/29 23:26:29, Dmitry Titov wrote: > ...
3 years, 8 months ago (2017-03-31 00:29:49 UTC) #111
Dmitry Titov
I wish we had design doc on this. Significant part of discussions in this CL ...
3 years, 8 months ago (2017-03-31 18:05:53 UTC) #116
dewittj
On 2017/03/31 18:05:53, Dmitry Titov wrote: > For test/plain, it's just text. it can contain ...
3 years, 8 months ago (2017-03-31 18:10:54 UTC) #117
Pete Williamson
Fixes as suggested by Dimich and DewittJ https://codereview.chromium.org/2683493002/diff/340001/chrome/browser/android/offline_pages/prerendering_offliner.cc File chrome/browser/android/offline_pages/prerendering_offliner.cc (right): https://codereview.chromium.org/2683493002/diff/340001/chrome/browser/android/offline_pages/prerendering_offliner.cc#newcode125 chrome/browser/android/offline_pages/prerendering_offliner.cc:125: signal_string += ...
3 years, 8 months ago (2017-03-31 21:58:04 UTC) #122
Pete Williamson
https://codereview.chromium.org/2683493002/diff/420001/content/browser/download/mhtml_generation_manager.cc File content/browser/download/mhtml_generation_manager.cc (right): https://codereview.chromium.org/2683493002/diff/420001/content/browser/download/mhtml_generation_manager.cc#newcode501 content/browser/download/mhtml_generation_manager.cc:501: part.content_type.c_str(), kContentTransferEncodingBinary, Thinking about this just a bit more, ...
3 years, 8 months ago (2017-04-01 01:02:58 UTC) #125
Pete Williamson
This version of the patch fixes my own comment that we should put the ContentTransferEncoding ...
3 years, 8 months ago (2017-04-04 20:41:50 UTC) #126
Pete Williamson
+jochen: Please provide an OWNERS review for the following files: content/browser/BUILD.gn content/public/browser/BUILD.gn content/public/browser/mhtml_extra_parts.h tools/metrics/histograms/histograms.xml MHTMLExtraParts ...
3 years, 8 months ago (2017-04-04 20:47:20 UTC) #128
Dmitry Titov
lgtm with nits: https://codereview.chromium.org/2683493002/diff/440001/chrome/browser/android/offline_pages/prerendering_offliner.cc File chrome/browser/android/offline_pages/prerendering_offliner.cc (right): https://codereview.chromium.org/2683493002/diff/440001/chrome/browser/android/offline_pages/prerendering_offliner.cc#newcode27 chrome/browser/android/offline_pages/prerendering_offliner.cc:27: const char kXHeaderForSignals[] = "Chromium-Loading-Metrics-Data: 1"; ...
3 years, 8 months ago (2017-04-05 00:18:07 UTC) #129
jochen (gone - plz use gerrit)
content stuff looks good, however, I can't approve general histograms.xml changes (see the comment in ...
3 years, 8 months ago (2017-04-05 08:27:25 UTC) #130
Pete Williamson
+holte for histograms.xml - The histogram change is due to adding a new flag to ...
3 years, 8 months ago (2017-04-05 18:29:46 UTC) #132
fgorski
mostly looks good. A few comments to address thou. https://codereview.chromium.org/2683493002/diff/460001/chrome/browser/android/offline_pages/prerendering_offliner.cc File chrome/browser/android/offline_pages/prerendering_offliner.cc (right): https://codereview.chromium.org/2683493002/diff/460001/chrome/browser/android/offline_pages/prerendering_offliner.cc#newcode102 chrome/browser/android/offline_pages/prerendering_offliner.cc:102: ...
3 years, 8 months ago (2017-04-05 18:59:13 UTC) #135
Pete Williamson
+ryansturm for metrics (Jochen suggested I loop in the metrics team). This is for gathering ...
3 years, 8 months ago (2017-04-05 22:11:30 UTC) #139
fgorski
lgtm with extra comment. https://codereview.chromium.org/2683493002/diff/460001/chrome/browser/android/offline_pages/prerendering_offliner.cc File chrome/browser/android/offline_pages/prerendering_offliner.cc (right): https://codereview.chromium.org/2683493002/diff/460001/chrome/browser/android/offline_pages/prerendering_offliner.cc#newcode108 chrome/browser/android/offline_pages/prerendering_offliner.cc:108: DCHECK(extra_parts); On 2017/04/05 22:11:30, Pete ...
3 years, 8 months ago (2017-04-05 22:42:38 UTC) #140
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2683493002/diff/480001/chrome/browser/android/offline_pages/prerendering_offliner.cc File chrome/browser/android/offline_pages/prerendering_offliner.cc (right): https://codereview.chromium.org/2683493002/diff/480001/chrome/browser/android/offline_pages/prerendering_offliner.cc#newcode99 chrome/browser/android/offline_pages/prerendering_offliner.cc:99: kXHeaderForSignals); will this header actually hit the network, or ...
3 years, 8 months ago (2017-04-06 13:02:04 UTC) #141
Pete Williamson
https://codereview.chromium.org/2683493002/diff/480001/chrome/browser/android/offline_pages/prerendering_offliner.cc File chrome/browser/android/offline_pages/prerendering_offliner.cc (right): https://codereview.chromium.org/2683493002/diff/480001/chrome/browser/android/offline_pages/prerendering_offliner.cc#newcode99 chrome/browser/android/offline_pages/prerendering_offliner.cc:99: kXHeaderForSignals); On 2017/04/06 13:02:03, jochen wrote: > will this ...
3 years, 8 months ago (2017-04-06 16:10:59 UTC) #142
Steven Holte
histograms lgtm
3 years, 8 months ago (2017-04-06 22:44:34 UTC) #149
jochen (gone - plz use gerrit)
lgtm
3 years, 8 months ago (2017-04-07 07:00:35 UTC) #152
Pete Williamson
+bcmcquace for looking at from a PageLoadMetrics point of view. This is for offline pages. ...
3 years, 8 months ago (2017-04-07 18:10:52 UTC) #154
Bryan McQuade
On 2017/04/07 at 18:10:52, petewil wrote: > +bcmcquace for looking at from a PageLoadMetrics point ...
3 years, 8 months ago (2017-04-10 13:45:28 UTC) #155
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2683493002/520001
3 years, 8 months ago (2017-04-10 20:32:38 UTC) #158
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 21:45:58 UTC) #161
Message was sent while issue was closed.
Committed patchset #27 (id:520001) as
https://chromium.googlesource.com/chromium/src/+/2abcf0413069159c73bceba72f0b...

Powered by Google App Engine
This is Rietveld 408576698