Following are the performance numbers for apprtc.appspot.com test
(no loopback) on Peppy.
With cpu governer = performance,
SW HW
latency(ms) 7.3 5.2
total CPU(%) 21.6 12.9
power (mWh/s) 2.2 2.2
With default cpu governer = ondemand,
SW HW
latency(ms) 10.3 5.5
total CPU(%) 27.4 22.1
power (mWh/s) 2.22 2.21
BUG=426381
TEST=test apprtc on squawks.
Review URL: https://codereview.chromium.org/1260923002
Cr-Original-Commit-Position: refs/heads/master@{#341072}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b5ab150809ca86515cf4fa3fedd2696f71dfb51f
We no longer use it in any layout tests (recently removed the deferred
per-tile-painting tests). No reason to keep this around.
BUG=413479
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1179653004
Cr-Original-Commit-Position: refs/heads/master@{#334003}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 16275d4cfd5bc6c96414d2cba629acbd6efaa3fc
This change removes the 'view original' link and replaces it with
a button that currently navigates to the original article but will
eventually slide the view out of focus.
The feedback form and close button now span the full width of a page
while content is limited to 800px wide.
BUG=428533
Review URL: https://codereview.chromium.org/1160113004
Cr-Original-Commit-Position: refs/heads/master@{#333759}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ae0286c350696ba16a8119af2af4aee2f06859e9
Let them map to the default ERR_SSL_PROTOCOL_ERROR. It was added, along with a
custom error message, in https://crrev.com/51258. The
enforcement was then removed in https://codereview.chromium.org/6792032, but
the error code and custom message remained. Prune them; the error is now
unreachable but for some codepaths in NSS (server originally supported RI and
renego without it) and the custom error message is now innaccurate.
BUG=none
Review URL: https://codereview.chromium.org/1151833004
Cr-Original-Commit-Position: refs/heads/master@{#332125}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 9a38456c11f5f6031e6710e958f7838e978ee05d
This change allows content to be shown on the page prior to the
distillation of the first page of an article having completed.
The template HTML and the loading animation will show while the
distillation completes.
BUG=
Review URL: https://codereview.chromium.org/1130703003
Cr-Original-Commit-Position: refs/heads/master@{#331852}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: efe2ac1d3e1650a1cec652566542ac492eafedb3
You can now delete things by long pressing suggestions in the dropdown (assuming it's the right kind of suggestion).
BUG=486153
Review URL: https://codereview.chromium.org/1134793004
Cr-Original-Commit-Position: refs/heads/master@{#330413}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c806c71f4a9e704d40b14df026a6ebfa0c2fcac1
This upstreams the bulk of the code necessary to support WebUI in the
iOS web layer. Much of this is forked off of the content/ versions,
which can't be used on iOS.
BUG=464810
Review URL: https://codereview.chromium.org/1110213002
Cr-Original-Commit-Position: refs/heads/master@{#327441}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f0e19f918f0d1e183d2ee35fdaca3b191e36c19b
and associated field trial and delete unused strings.
While at it, rename
IDS_OMNIBOX_EMPTY_HINT_WITH_DEFAULT_SEARCH_PROVIDER
to
IDS_SEARCH_BOX_EMPTY_HINT_WITH_DEFAULT_SEARCH_PROVIDER
TBR=kmadhusu
(for trivial rename change in chrome/browser/search/...)
BUG=447809
Review URL: https://codereview.chromium.org/1104513003
Cr-Original-Commit-Position: refs/heads/master@{#326932}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c9f46539657b1006216a026a1b5b7a6b52857f3a
Chrome trail-blazed using ICU plural format support in 2008~9. Due to the lack of support for plural in our translation pipeline, Chrome decided to use 6 strings (for each plural category) for each logical string and builds ICU's plural message pattern at run-time.
Now that we can utilize the translation pipeline that supports ICU syntax directly (as are Android and other Google products), we'd better switch to directly using ICU syntax.
That way, adding a new string requiring a plural formatting is made much simpler. And if necessary, we can add a gender support easily.
BUG=471827
TEST=ui_base_unit_tests --gtest_filter=*Format*
Review URL: https://codereview.chromium.org/1049513002
Cr-Original-Commit-Position: refs/heads/master@{#324517}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 3a6c36bbd58de11de968cea7c271d5516d320dce
This change adds a HTML/CSS version of the YES/NO feedback form that
appears at the bottom of a distilled page. This form is either at
the bottom of the page or at the bottom of the distilled article
depending on which is larger.
This change depends on:
https://codereview.chromium.org/1015463004/
BUG=
Review URL: https://codereview.chromium.org/1049043003
Cr-Original-Commit-Position: refs/heads/master@{#323582}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 87f0c35db730f3351b2da0858f4b93b5a58da33c
I'm going to disable it on Linux entirely instead of restoring the flag.
I'll merge that disable to dev/beta/stable, then write a change that
actually examines nsswitch.conf to see if the hosts config is standard.
BUG=117655
Review URL: https://codereview.chromium.org/995833003
Cr-Original-Commit-Position: refs/heads/master@{#320310}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 9687e96365b450552b101213185f32fd382d05f0
This reverts commit eabf1f5baba38d46921acd6edda594f942f7d6a1.
Removing the toggle in about:flags breaks a workaround for users who
have nonstandard nsswitch configurations for hosts.
Revert the removal until we properly check nsswitch.conf before
assuming a standard configuration.
BUG=117655
Review URL: https://codereview.chromium.org/987133003
Cr-Original-Commit-Position: refs/heads/master@{#319725}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 5f379e0e00068336aec9b4b78a49826b424152da
Adds the blocking page and resources for the Data Reduction Proxy
bypass interstitials. This intersitial is shown when the user
loads a resource that returns a data reduction proxy bypass on http.
The user can choose to continue loading the page or go back to the
previous page. If the user accepts loading the page, the intertitial
will not be shown again for another 5 minutes.
BUG=428408
Review URL: https://codereview.chromium.org/830503004
Cr-Original-Commit-Position: refs/heads/master@{#316621}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f005db94949dda29ef9273caa01216969a229c01
This has been on everywhere for m39 and m40. People should not be
turning it off by this point, it will start to break soon.
BUG=169282
Review URL: https://codereview.chromium.org/830273003
Cr-Original-Commit-Position: refs/heads/master@{#312877}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 27f39f26c1636f9f09c79ab44f86e91b114b9a61
This has been on everywhere for m39 and m40. People should not be
turning it off by this point, it will start to break soon.
R=vmpstr
BUG=169282
Review URL: https://codereview.chromium.org/830273003
Cr-Original-Commit-Position: refs/heads/master@{#310895}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c138f5dd7e317f141edf0e2f87a74c487174c172
Async DNS is fairly stable at the moment, so we don't really need the
toggle in about:flags anymore. (Note that the --enable-async-dns and
--disable-async-dns command-line flags will still work for now.)
BUG=432236
Review URL: https://codereview.chromium.org/840933003
Cr-Original-Commit-Position: refs/heads/master@{#310552}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: eabf1f5baba38d46921acd6edda594f942f7d6a1
The new version of libaddressinput fixes a crash and adds "PIN Code" as
a type of postal code used in India.
BUG=446546
Review URL: https://codereview.chromium.org/841763003
Cr-Original-Commit-Position: refs/heads/master@{#310412}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 98b86ee0d0071bdfc5ec8c301a2fb257c05eb007
Now instead of prompting the user which search domain they would like when they
perform a search after Chrome has detected a new search domain, we just accept
what searchdomaincheck tells us immediately.
If the domain changes with existing search pages open, we don't reload those
pages on the new domain, as we did with the infobar if you clicked the button to
change domains; doing so could interrupt what the user is doing and will
certainly be surprising. We just allow future searches to use the new domain.
BUG=421174
TEST=A machine moved among different countries should automatically change search domains to the local domains (on network switch or Chrome restart) without prompting the user
Review URL: https://codereview.chromium.org/808253006
Cr-Original-Commit-Position: refs/heads/master@{#310395}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: cd7c9d17c3d471e00136542092f167fb60e4244f
The string "(No username)" is currently used in the password manager bubble, but became useful also for password-field suggestions introduced by https://codereview.chromium.org/773573004/.
This CL ensures, that when a user gets a suggestions pop-up in a password field, and has an empty username saved with a password, the suggestion explicitly mentions the username is missing, instead of displaying a blank suggestion. This is consistent with the bubble.
As a side-effect, the corresponding string is moved from chrome to components resources.
BUG=442191,410963
R=vasilii@chromium.org
Review URL: https://codereview.chromium.org/785233009
Cr-Original-Commit-Position: refs/heads/master@{#308635}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 83785a165bdc1ee1c2c9809f1207a96b123e560b