Граф коммитов

164 Коммитов

Автор SHA1 Сообщение Дата
tommi c165feedd5 [Eraser strings] Remove flag to disable WebRTC on Android.
This flag was added years ago while we were catching up to Chrome on Desktop. Also removes related strings.

See also related cl when WebRTC was enabled by default on Android:
https://src.chromium.org/viewvc/chrome?revision=188095&view=revision

BUG=190313

Review URL: https://codereview.chromium.org/1308863002

Cr-Original-Commit-Position: refs/heads/master@{#344936}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 18dc5c50f35126d9f6310326fa2f450967bdd819
2015-08-22 00:30:13 +00:00
dbeam 04ff461a60 Remove some unused strings.
These were used to enable the "Other sessions" menu on NTP4.
This UI has already shipped AND been removed.

R=thestig@chromium.org
BUG=none

Review URL: https://codereview.chromium.org/1268433005

Cr-Original-Commit-Position: refs/heads/master@{#341935}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4ebbf2963cc7d80300b6c1ef019d4bbd0ed18722
2015-08-05 19:13:32 +00:00
henryhsu 15db832063 Enable MJPEG HW decode accelerator on Intel CrOS platforms
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
2015-07-30 07:23:39 +00:00
palmer ac6ca3918e Remove Site Information from the Origin Info Bubble.
This is a preparatory step for removing it from iOS, too. (iOS CL also in
progress.)

BUG=503212

Review URL: https://codereview.chromium.org/1238963002

Cr-Original-Commit-Position: refs/heads/master@{#339067}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 7faefa0619890affae8dce0905aaca85083aa7b8
2015-07-16 17:46:03 +00:00
jdonnelly 7370db7f37 Remove no-longer-used autofill card unmask strings from grit whitelist.
The usage of these strings was removed in
https://codereview.chromium.org/1226933004/.

BUG=484806

Review URL: https://codereview.chromium.org/1228343003

Cr-Original-Commit-Position: refs/heads/master@{#338382}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 85736428d58d053ced58a706c56dcc6cecca9db9
2015-07-10 22:31:39 +00:00
dbeam 419fdf8911 Remove i18n_template_polymer.js
"polymer-ready" was removed in the current version of Polymer (1.0).

R=michaelpg@chromium.org
BUG=425626

Review URL: https://codereview.chromium.org/1219123003

Cr-Original-Commit-Position: refs/heads/master@{#337634}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 6d7c834991ffd7b973526d574745f049cafba544
2015-07-07 17:39:50 +00:00
kcwu f7888610f8 Add flag to enable MJPEG acceleration for video capture
BUG=335778
TEST=apprtc.appspot.com on intel platform

Review URL: https://codereview.chromium.org/1153163003

Cr-Original-Commit-Position: refs/heads/master@{#336560}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 31f102404a479372d3ea4299acb0a4da2340b6af
2015-06-29 14:58:51 +00:00
danakj c3d1f3dbc3 Remove non-impl-side painting as an option for blink.
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
2015-06-11 19:26:06 +00:00
mdjones f226d63229 HTML exit reader view button
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
2015-06-10 18:11:04 +00:00
davidben 5179373ac6 Remove ERR_SSL_UNSAFE_NEGOTIATION error code.
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
2015-05-30 18:35:01 +00:00
mdjones d1628f6518 Display message when javascript is disabled
This change adds a message to the distiller results page if the user
has javascript disabled.

BUG=408231

Review URL: https://codereview.chromium.org/1140183004

Cr-Original-Commit-Position: refs/heads/master@{#331878}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 09692613826b2582d783f59aabb31892efaebc67
2015-05-28 23:27:25 +00:00
mdjones decb742bc6 Show template before distiller finishes
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
2015-05-28 21:06:49 +00:00
jdonnelly 3549fb3a9b Move card unmask interfaces and controller into the autofill component.
These will be used in an upcoming CL implementing the iOS version of the card unmask prompt view.

BUG=484806

Review URL: https://codereview.chromium.org/1138653003

Cr-Original-Commit-Position: refs/heads/master@{#330537}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 982b06f6e72d19b019676c8f51c6a8f63e580c19
2015-05-19 17:15:08 +00:00
dbeam 1474f315f0 NTP Zombie Code Slayer III, The Saga Continues: Foreign Sessions
Foreign sessions is an old feature that showed pages from other devices
on the new tab page.  It has since been removed.  It was added by a
contributor that has since left chrome (dubroy@).

What it used to look like: http://bit.ly/1PLDgea

R=estade@chromium.org
BUG=329637

Review URL: https://codereview.chromium.org/1140813003

Cr-Original-Commit-Position: refs/heads/master@{#330466}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 75883e44acc05552a69f7958684179f8cf209f1c
2015-05-19 01:34:30 +00:00
estade 89da326c00 Autofill item deletion on android
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
2015-05-18 20:51:42 +00:00
stuartmorgan 45e818b972 Upstream most of the iOS WebUI support in ios/web/
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
2015-04-29 06:02:34 +00:00
mpearson 34bb8f40fb Omnibox: Remove Hint Text Code
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
2015-04-24 23:33:26 +00:00
anujk.sharma 56161ee88b Removing --enable-carrier-switching command-line flag
It is obsolete now, so can be removed

BUG=

Review URL: https://codereview.chromium.org/827733003

Cr-Original-Commit-Position: refs/heads/master@{#325816}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 12d997aa1c0e469df8e5fc4be247ef6c1b65f451
2015-04-20 09:25:57 +00:00
pbond f8eec07315 Added device naming information to chrome://policy
Added Asset Id, Location of the device and directory API ID
to the device policy box.

BUG=464184

Review URL: https://codereview.chromium.org/1052943002

Cr-Original-Commit-Position: refs/heads/master@{#325225}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 36d002df861fc6da74af21a1c2e3974f33b1a552
2015-04-15 11:56:16 +00:00
dbeam 5be71166e4 Update iOS grit whitelist.
TBR=stuartmorgan@chromium.org
BUG=none

Review URL: https://codereview.chromium.org/1053883003

Cr-Original-Commit-Position: refs/heads/master@{#324870}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b399e75005c985a0d100a4543a77fe9855342dc2
2015-04-13 17:27:21 +00:00
jshin 6b113785aa Use the ICU syntax message for plural formatting.
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
2015-04-09 21:58:37 +00:00
cjhopman ef33e27140 Add integration of the new heuristics
This adds the trained model, the javascript core feature extraction, and simple
functions to apply the old or new heuristics to a web_contents*.

BUG=471439
TBR=blundell@chromium.org

Review URL: https://codereview.chromium.org/1047223003

Cr-Original-Commit-Position: refs/heads/master@{#323805}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: adf25383033ff5794a810f725c78e319126b6edb
2015-04-03 20:29:29 +00:00
mdjones d0d5c317a4 HTML version of distiller feedback footer
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
2015-04-03 04:55:52 +00:00
khorimoto 2ec79bf256 Add i18n_template_polymer.js, which processes translations in a WebUI page using Polymer.
The existing implementation (i18n_template2.js) was not sufficient because it did not wait until the "polymer-ready" event to fire before starting. For Polymer apps (like md-settings), this means that the nodes within the shadow DOM would be added after the i18n attributes had already been processed.

See https://docs.google.com/document/d/1Ez69MoBwliQxc_b-Kd08ppce3sfS1n_e98cEtg5RmLA/edit?usp=sharing for more details.

BUG=472677

Review URL: https://codereview.chromium.org/1049493002

Cr-Original-Commit-Position: refs/heads/master@{#323305}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 84c493e65d1fe259dcb3cbf6028f883ef7a92c89
2015-04-01 19:51:33 +00:00
eroman e65975fb56 Add an error page for net::ERR_ICANN_NAME_COLLISION.
BUG=470704

Review URL: https://codereview.chromium.org/1002283005

Cr-Original-Commit-Position: refs/heads/master@{#322658}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c32e6630654aa39144770341f70d8dcf7958a146
2015-03-27 22:19:41 +00:00
beaudoin cb8a56f3b2 [Icons NTP] Add a flag to enable large icons on the NTP.
BUG=467712

Review URL: https://codereview.chromium.org/1026053003

Cr-Original-Commit-Position: refs/heads/master@{#322392}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4e5b2bba9ab61d1c8ad282873b822379b6045f2e
2015-03-26 16:07:33 +00:00
estade 68a47c7b23 Revamp desktop Autofill settings, round 2
BUG=446698
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/1001043004

Cr-Original-Commit-Position: refs/heads/master@{#320573}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 884a7f0a7db9c0d7c95038e191a2c0d1c9920f2b
2015-03-13 21:07:00 +00:00
ttuttle b7e415b74e Revert "Revert "Async DNS: Remove toggle from about:flags""
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
2015-03-12 17:33:56 +00:00
megjablon d322318cd1 Three way experiment for "Show saved copy" button.
BUG=368049

Review URL: https://codereview.chromium.org/961443002

Cr-Original-Commit-Position: refs/heads/master@{#320113}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 78a42549731e69435c188b4eb38425af6ec7a9d5
2015-03-11 18:24:02 +00:00
dschuyler 4a440c40eb Adding query to the internal calculator results in the Suggestion drop down.
Previously on desktop platforms, entering a calculator query into the omnibox such as "3+7" would create a suggestion like "= 10".

With this change, the query will be shown in the suggestion, e.g. "3+7 = 10".

BUG=459289
TBR=oshima@chromium.org
TBR=mpearson@chromium.org

Review URL: https://codereview.chromium.org/923093004

Cr-Original-Commit-Position: refs/heads/master@{#320039}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 51c1073b0babae3e1299d9aa037f211695651dbb
2015-03-11 02:53:50 +00:00
ttuttle 737a2ce6b4 Revert "Async DNS: Remove toggle from about:flags"
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
2015-03-09 20:45:50 +00:00
estade e102d58fd3 Shorten "American Express" to "Amex" in Chrome UI.
"American Express" is still used for filling into the page.

BUG=none

Review URL: https://codereview.chromium.org/936273002

Cr-Original-Commit-Position: refs/heads/master@{#317459}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: d5c048a8f316b8bcd4971aec94e1ce19c20de3fe
2015-02-21 00:50:04 +00:00
jif d17c671ce6 Upstream iOS' Open from Clipboard component.
The component's goal is to provide omnibox suggestions based on the
clipboard's content.

BUG=None.

Review URL: https://codereview.chromium.org/930323003

Cr-Original-Commit-Position: refs/heads/master@{#317055}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 9021d87d62b29e0b1ee4625ad0006b500cc3f683
2015-02-19 15:41:00 +00:00
sdefresne d3389c9f93 Allow anyone to review changes to build/ios/grit_whitelist.txt
BUG=None

Review URL: https://codereview.chromium.org/934163005

Cr-Original-Commit-Position: refs/heads/master@{#316853}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 2aea765fa93e6109db485bc360c7e09817501300
2015-02-18 17:45:14 +00:00
megjablon 4cda526598 Data Reduction Proxy Blocking page and resources
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
2015-02-17 19:10:39 +00:00
treib f08cbf1041 Managed bookmarks for supervised users.
Design doc: https://docs.google.com/document/d/1Ms5wHyGtVzdH0MOF46olgnTj4k9opQGYzMSrk-LJckM

Based on fhorschig's https://chromereviews.googleplex.com/108977013/

BUG=443606

Review URL: https://codereview.chromium.org/769153007

Cr-Original-Commit-Position: refs/heads/master@{#315289}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 1a600c7b3fdff94fa7e00656191f37fb65dd05b1
2015-02-09 13:48:30 +00:00
tfarina d27ee78db1 Cleanup: Presubmit API is built into depot_tools.
Not in gcl, which probably these days nobody working on Chromium uses.

BUG=None
R=maruel@chromium.org
TBR=maruel@chromium.org
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/887033002

Cr-Original-Commit-Position: refs/heads/master@{#314039}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 78bb92f45822e605c46d303b66a7bddc9706b9d3
2015-01-31 00:21:47 +00:00
eugenebut e0e4a21c5e Added coverage support for all iOS targets.
build/ios/coverage.gypi is conditionaly included into build/common.gypi
for iOS platform.

BUG=441961

Review URL: https://codereview.chromium.org/867323003

Cr-Original-Commit-Position: refs/heads/master@{#312983}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f24d6e272a97eab52bc27322e07d4160ece83408
2015-01-24 00:48:07 +00:00
danakj 9b919a37ce Remove impl-side-painting from about:flags
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
2015-01-23 18:16:09 +00:00
eugenebut cc6bdc7962 Upstream //build/ios/coverage.gypi
Add OWNERS for build/ios.
Use Xcode clang compiler for coverage configuration.

BUG=450379

Review URL: https://codereview.chromium.org/853293002

Cr-Original-Commit-Position: refs/heads/master@{#312416}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 07a8e92fb99ff03230122c2341e2d3b017216757
2015-01-21 20:22:23 +00:00
hayato 8b25cf31b1 Revert "Remove impl-side-painting from about:flags"
This reverts commit a0b3c5b4bd504b6c699984149bd73ecf1fdc4e44.

Blink gardening. Looks this patch broke 2000+ layout tests again.
The previous revert was: https://codereview.chromium.org/846813002

From the dashboard, the root cause could be in the range, [r311167 : r311172].
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=virtual%2Fslimmingpaint%2Ffast%2Fmulticol%2Fcomposited-relpos-2nd-column.html%2Cvirtual%2Fslimmingpaint%2Ffast%2Fmulticol%2Fcomposited-relpos-overlapping-will-change.html%2Cvirtual%2Fslimmingpaint%2Ffast%2Fmulticol%2Fcomposited-with-child-layer-in-next-column.html%2Cvirtual%2Fslimmingpaint%2Ffast%2Fmulticol%2Fcomposited-opacity-2nd-and-3rd-column.html

r311170 is likely to a suspicious patch. Let me revert this and see what's going on.

BUG=169282
TBR=danakj@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/846213003

Cr-Original-Commit-Position: refs/heads/master@{#311232}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 5e85a7826b825b006a2d1a50c391565a036bfe06
2015-01-13 07:35:30 +00:00
danakj 250f3a410b Remove impl-side-painting from about:flags
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

Committed: https://crrev.com/c138f5dd7e317f141edf0e2f87a74c487174c172
Cr-Commit-Position: refs/heads/master@{#310895}

Review URL: https://codereview.chromium.org/830273003

Cr-Original-Commit-Position: refs/heads/master@{#311170}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: a0b3c5b4bd504b6c699984149bd73ecf1fdc4e44
2015-01-13 01:32:57 +00:00
fmalita 148a959785 Revert "Remove impl-side-painting from about:flags"
This reverts commit c138f5dd7e317f141edf0e2f87a74c487174c172.

Broke 2000+ layout tests (enabled content_shell impl-side painting
globally?).

BUG=169282
TBR=danakj@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/846813002

Cr-Original-Commit-Position: refs/heads/master@{#310990}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 56280c0b843f01f15ceba3cb952eb937b9cff198
2015-01-10 19:31:20 +00:00
danakj 4590dccee1 Remove impl-side-painting from about:flags
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
2015-01-09 23:52:52 +00:00
ttuttle ef06694539 Async DNS: Remove toggle from about:flags
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
2015-01-08 19:06:42 +00:00
droger 3ec095ec77 Upstream //ios/chrome/browser/translate
This CL upstreams the iOS translate client code, and the iOS resources
infrastructure.

TBR=asvitkine

Review URL: https://codereview.chromium.org/809333003

Cr-Original-Commit-Position: refs/heads/master@{#310513}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4b2901c16880fbab6d20beefd8a07e2633340dd8
2015-01-08 16:26:12 +00:00
rouslan 35ce440307 Bump libaddressinput version.
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
2015-01-07 23:51:14 +00:00
pkasting 80bd0e4cf2 Remove the GoogleURLTracker infobar functionality entirely.
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
2015-01-07 22:41:01 +00:00
vabr 266232a15d Move IDS_PASSWORD_MANAGER_EMPTY_LOGIN to component resources
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
2014-12-16 19:31:29 +00:00
estade 55843a3dc1 Autofill - change presentation of credit card suggestions.
Instead of *********1234, Visa - 1234.

This also affects chrome://settings/autofill

BUG=none

Review URL: https://codereview.chromium.org/770333006

Cr-Original-Commit-Position: refs/heads/master@{#308515}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 1edeff8c6a93bd7a0158f8a0e8ef83db411e3363
2014-12-16 03:00:15 +00:00