pasko
2016/09/22 18:14:05
let's name the files like:
chrome/test/data/prere
let's name the files like:
chrome/test/data/prerender/prefetch_image.html
i.e. without the leading "prerender_" in the last component of the path. Most of
other files read as if "prerender" is a verb, like "prerender_and_do_foo", so a
consistent extension to this would be "prefetch_and_do_foo", and luckily we
already have the word "prerender" in the path.
mattcary
2016/09/23 09:00:15
Yeah, I was thinking about that. I started naming
On 2016/09/22 18:14:05, pasko wrote:
> let's name the files like:
>
> chrome/test/data/prerender/prefetch_image.html
>
> i.e. without the leading "prerender_" in the last component of the path. Most
of
> other files read as if "prerender" is a verb, like "prerender_and_do_foo", so
a
> consistent extension to this would be "prefetch_and_do_foo", and luckily we
> already have the word "prerender" in the path.
Yeah, I was thinking about that. I started naming them consistently with
existing files, but all the prerender_prefetch_stuff is pretty silly.
4 -->
5 <head>
6 <title>Prefetch Page</title>
pasko
2016/09/22 18:14:05
please add consistent 2 space indentation in the n
please add consistent 2 space indentation in the new html files. I know that not
all files in this directory are doing it, but it really helps to clearly see
that something is in head and something other is in body, for example.
Not asking to do this for .cc files because .cc file names should be unique due
to [...] reasons in various build systems.
On 2016/09/22 18:14:05, pasko wrote:
> please add consistent 2 space indentation in the new html files. I know that
not
> all files in this directory are doing it, but it really helps to clearly see
> that something is in head and something other is in body, for example.
>
> Not asking to do this for .cc files because .cc file names should be unique
due
> to [...] reasons in various build systems.
Issue 2304953002: NoState Prefetch: nostate prefetch browser tests.
(Closed)
Created 4 years, 3 months ago by mattcary
Modified 4 years, 2 months ago
Reviewers: droger, pasko
Base URL:
Comments: 163