- 30 Aug, 2016 40 commits
-
-
aboxhall authored
BUG=390254 Review-Url: https://codereview.chromium.org/2292723002 Cr-Commit-Position: refs/heads/master@{#415223}
-
rdsmith authored
BUG=637407 R=rch@chromium.org Review-Url: https://codereview.chromium.org/2286373002 Cr-Commit-Position: refs/heads/master@{#415222}
-
shenghuazhang authored
Linked with CL: https://codereview.chromium.org/2269303002/ BUG=640368 Review-Url: https://codereview.chromium.org/2283083002 Cr-Commit-Position: refs/heads/master@{#415221}
-
changwan authored
In the delayed activation of input connection, we call requestFocus() on proxy view, and this triggers HwSecImmHelper.isPasswordInputType() on Huawei phone, which in turn calls View#onCreateInputConnection() so there is an infinite loop, which eventually causes stackoverflow. Presumably isPasswordInputType() is only concerned about whether onCreateInputConnection()'s outAttrs.inputType is password type or not, so we fill out outAttrs.inputType and early out when there is a reentrance. BUG=636197 Review-Url: https://codereview.chromium.org/2246833002 Cr-Commit-Position: refs/heads/master@{#415220}
-
srirama.m authored
Review-Url: https://codereview.chromium.org/2285143003 Cr-Commit-Position: refs/heads/master@{#415219}
-
halliwell authored
This allows playback to be blocked based on certain conditions including video resolution (see linked bug + internal CL). BUG=internal b/31055542 Review-Url: https://codereview.chromium.org/2277853002 Cr-Commit-Position: refs/heads/master@{#415218}
-
qyearsley authored
Originally generated Wed Aug 24. Import wpt@526656f814ac1acfdb8e3f93592ea36eced6a278 Using update-w3c-deps in Chromium 44ce3017. Review-Url: https://codereview.chromium.org/2273143002 Cr-Commit-Position: refs/heads/master@{#415217}
-
bsep authored
The recently removed client edge on Windows 10 made the status bubble overlap the window edge. This patch clips out the bubble border when the bubble is docked, and leaves it unchanged when it's floating. Also made the border always 1 pixel even at hidpi to make it look more consistent with the material UI. BUG=636479 Review-Url: https://codereview.chromium.org/2247563002 Cr-Commit-Position: refs/heads/master@{#415216}
-
dalecurtis authored
I'm surprised we didn't already have these metrics, they are pretty key to evaluating improvements to our pipeline. Possibly they were harder to add prior to chcunningham@'s recent work to expose the BUFFERING_HAVE_NOTHING state to WMPI. BUG=641633 TEST=manual. Review-Url: https://codereview.chromium.org/2286843003 Cr-Commit-Position: refs/heads/master@{#415215}
-
tsergeant authored
BUG=425625 Review-Url: https://codereview.chromium.org/2291433002 Cr-Commit-Position: refs/heads/master@{#415214}
-
zengster authored
BUG= Review-Url: https://codereview.chromium.org/2203583002 Cr-Commit-Position: refs/heads/master@{#415213}
-
bashi authored
Currently ChildMemoryCoordinator is owned by RenderThreadImpl but some other components (like cc) would want to become clients of ChildMemoryCoordinator. Add a static getter to provide access to ChildMemoryCoordinator. BUG=617492 Review-Url: https://codereview.chromium.org/2291473002 Cr-Commit-Position: refs/heads/master@{#415212}
-
pke authored
BUG=628198 Review-Url: https://codereview.chromium.org/2279223002 Cr-Commit-Position: refs/heads/master@{#415211}
-
esprehn authored
You get an owner, and you get an owner, everyone has an owner! :D BUG=642096 Review-Url: https://codereview.chromium.org/2293493003 Cr-Commit-Position: refs/heads/master@{#415210}
-
jdufault authored
TEST=manual BUG=638994 Review-Url: https://codereview.chromium.org/2280293002 Cr-Commit-Position: refs/heads/master@{#415209}
-
ejcaruso authored
Compiling a debug build in the chromeos chroot fails because we can't link libseccomp_bpf_helpers.so. The failure occurs because both seccomp_bpf and seccomp_bpf_helpers use SANDBOX_EXPORT but are in different components and so the symbols are visible but undefined in some circumstances. BUG=None TEST=Build Review-Url: https://codereview.chromium.org/2291783002 Cr-Commit-Position: refs/heads/master@{#415208}
-
olivierrobin authored
This provider will provide the response from another provider after a delay. BUG= Review-Url: https://codereview.chromium.org/2282463002 Cr-Commit-Position: refs/heads/master@{#415207}
-
tsergeant authored
This fixes incorrect padding in the toolbar search field for RTL languages. BUG=642169 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2294613002 Cr-Commit-Position: refs/heads/master@{#415206}
-
boliu authored
BUG=641343 Review-Url: https://codereview.chromium.org/2289963002 Cr-Commit-Position: refs/heads/master@{#415205}
-
cbentzel authored
BUG=612223 Review-Url: https://codereview.chromium.org/2280383002 Cr-Commit-Position: refs/heads/master@{#415204}
-
dpranke authored
I forgot to change these two entries before the M54 branch, unfortunately, and this means that the M54 beta builder is still trying to use GYP. TBR=brettw@chromium.org NOTRY=true BUG=641634 Review-Url: https://codereview.chromium.org/2291903002 Cr-Commit-Position: refs/heads/master@{#415203}
-
melandory authored
Make PassphraseType a "enum class" instead of "enum" which enable forward declaration. BUG=638963 Review-Url: https://codereview.chromium.org/2279713002 Cr-Commit-Position: refs/heads/master@{#415202}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/1172deb8d41f50d53cd8e95c688b45d20e51632f Roll recipe dependencies (trivial). (recipe-roller@chromium.org) https://crrev.com/088ceed09b750064a44e7d8a062bb3a39d9aab9c Remove GYP-related bits from the PDFium receipe. (thestig@chromium.org) https://crrev.com/59a238ef7b257e8a6bbe1583774cc2d84b4ced72 Do not exclude the last revision in the range returned by gitiles. (robertocn@google.com) https://crrev.com/2b3a88aed2c7dcf25aabefeadb8ab392035945ef Stop referencing svn urls in gclient recipe configs (agable@chromium.org) https://crrev.com/2c6c54e39fb2b7dbdf7f02be853571c6893b8f6f Roll recipe dependencies (trivial). (recipe-roller@chromium.org) https://crrev.com/c68d6ae954062559802aa1a41b7a31a923f7e732 Make it obvious when perf tryjob builds fail. (robertocn@chromium.org) https://crrev.com/c9228562bbb8b4f46fd95840ba1967475deebdaf Update bisect-related OWNERS. (dtu@chromium.org) https://crrev.com/a2520c004dca0398fcb7174012e0ee2a0a8cec17 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/96ebc1d0e100021990312072e6eda6b8a0a81ee5 Delete roll-dep-svn (agable@chromium.org) https://crrev.com/074beb2e46fbefdf85a6ba2526ad7079dd3ceb04 Add --stat option to git-cl diff (thomasanderson@google.com) https://crrev.com/9741c590a4d4aa65006da2cf764cce6b9d18c0b1 Remove defunct SVN-based gclient configs (agable@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=641581,642050,pdfium:559,475320,641133,640251 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2283363006 Cr-Commit-Position: refs/heads/master@{#415201}
-
rdevlin.cronin authored
When user scripts are updated in the renderer, all old scripts are invalidated. Ensure that we don't UAF and have a valid user script object in the injector after the update. BUG=None Review-Url: https://codereview.chromium.org/2277373002 Cr-Commit-Position: refs/heads/master@{#415200}
-
qiangchen authored
In this CL, we display the window icon with the window source on the picker window for desktop capture. BUG=631604 Review-Url: https://codereview.chromium.org/2270543003 Cr-Commit-Position: refs/heads/master@{#415199}
-
yosin authored
This patch converts "editing/inserting/paragraph-separator-0[123].html" to use w3c test harness to simplify test script for improving readability, and consolidates into "insert_paragraph_separator.html" since these files are in same patch at beginning. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2287283002 Cr-Commit-Position: refs/heads/master@{#415198}
-
varkha authored
After https://codereview.chromium.org/2283583003 the text color (dark) no longer matches the background (dark). Fix that by removing the text color override for the login manager warnings. BUG=641855 TEST=with the steps in the bug the color scheme for warnings should match the tooltips in web-ui (0.87 alpha white on 0.8 opacity black). CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2286403003 Cr-Commit-Position: refs/heads/master@{#415197}
-
haraken authored
The check was added in https://codereview.chromium.org/2258003003/ but is no longer needed because I already removed blink::shutdown from renderer's shutdown sequence. BUG=637949 Review-Url: https://codereview.chromium.org/2276433003 Cr-Commit-Position: refs/heads/master@{#415196}
-
jbroman authored
There is further refactoring to be done to clean this up, but this is sufficient to make things mostly work. Notably this still does a copy into a 16-bit WTF::String because at present there is a significant amount of other code that assumes this. BUG=148757 Review-Url: https://codereview.chromium.org/2277403002 Cr-Commit-Position: refs/heads/master@{#415195}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0672ab2c7c2f..14f70933ab02 $ git log 0672ab2c7..14f70933a --date=short --no-merges --format='%ad %ae %s' 2016-08-29 nednguyen Revert of Update android stable chrome reference builds. (patchset #1 id:1 of https://codereview.chromium.org/2283943002/ ) 2016-08-29 sullivan Disable notifications on deleted tests from mapreduce. 2016-08-29 oysteine Fixed a few Closure errors 2016-08-29 eakuefner [TBMv2] Add test for adding value from dict with sample diagnostic 2016-08-29 nednguyen Improve list_telemetry_unittests script to also output test's total time 2016-08-29 afakhry Disable WebviewInExtensionTest.testWebviewInExtension on all platforms 2016-08-29 nednguyen Fix csv_pivot_table_output_formatter_unittest's flakiness 2016-08-29 benjhayden Fix tracing_metric_test.diagnostics. 2016-08-29 benjhayden Migrate hazardMetric from ScalarNumeric to Histogram 2016-08-29 benjhayden Migrate tracing_metric from ScalarNumeric to Histograms BUG=642202,641934,508325,642145 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2293773002 Cr-Commit-Position: refs/heads/master@{#415194}
-
horo authored
To verify that ServiceWorkerProcessManager doesn't prevent render process hosts from shutting down. BUG=639193,636377 Review-Url: https://codereview.chromium.org/2289003002 Cr-Commit-Position: refs/heads/master@{#415193}
-
enne authored
This is just some clean up before I make InProcessContextFactory also use unique ptr of a struct. Review-Url: https://codereview.chromium.org/2297473002 Cr-Commit-Position: refs/heads/master@{#415192}
-
yosin authored
This patch converts "editing/inserting/insert-thai-characters-001.html" to use w3c test harness to simplify test script for improving readability. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2288703002 Cr-Commit-Position: refs/heads/master@{#415191}
-
cblume authored
I want to remove SkImage::DeferredTextureImageUsageParams' default ctor. Before I make that change in Skia, I want to update Chrome to no longer call it. The default ctor did not initialize all of the members, which lead to surprises. We could simply initialize all the values to some weird state. But a better option would be to not allow the object to be created unless it can be in a valid state. BUG=2242883004 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2285013003 Cr-Commit-Position: refs/heads/master@{#415190}
-
falken authored
This DCHECK contradicts the DCHECK above it, so it's obsolete. Review-Url: https://codereview.chromium.org/2286243002 Cr-Commit-Position: refs/heads/master@{#415189}
-
slan authored
Recently, lint wanrnings were made fatal for Android builds: https://codereview.chromium.org/2241233002 A number of internal files for the Chromecast Android build have lint errors, breaking the build at compile time. b/31140436 has been assigned to clean up these files. In the meantime, we need to supress these errors without leaking internal details about Cast code. Use the following regexes where necessary to suppress errors: * "chromecast/internal" * "com/android/tv" * "com/google/android/apps/cast" * "com/google/android/apps/mediashell" The changes introduced in this CL will be reverted as they are cleaned up. BUG= internal b/31140436 Review-Url: https://codereview.chromium.org/2285083003 Cr-Commit-Position: refs/heads/master@{#415188}
-
dalecurtis authored
Without these fixes DCHECKs are triggered indicated that the resources are missing. Likely this also means the mobile view is not quite the same as if it was actually on mobile. See style sheets used in LayoutThemeMobile.cpp for details: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp BUG=none TEST=manual Review-Url: https://codereview.chromium.org/2291883002 Cr-Commit-Position: refs/heads/master@{#415187}
-
jam authored
Don't use SSLStatus from FrameHostMsg_DidCommitProvisionalLoad and instead cache it on the browser side. This is along the earlier patchsets of stopping to send SSLStatus to the renderer. This will help network service (since currently it's what sends this data, and it shouldn't know about UI state) and PlzNavigate (since this is a cursor for removing cert_ids which depend on having a renderer process during navigate). After this change, there's only one use left in the renderer that (devtools). BUG=598073, 504347 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2239273002 Cr-Commit-Position: refs/heads/master@{#415186}
-
pennymac authored
...when reporting policy enforced. R=robertshield@chromium.org BUG=641540 Review-Url: https://codereview.chromium.org/2282143002 Cr-Commit-Position: refs/heads/master@{#415185}
-
estade authored
BUG=none Review-Url: https://codereview.chromium.org/2285003002 Cr-Commit-Position: refs/heads/master@{#415184}
-