- 30 Aug, 2016 40 commits
-
-
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}
-
brettw authored
Inlines the sources from ppapi_sources.gypi into the respective BUILD.gn files. Previously the cpp sources were compiled into two targets, one in //ppapi:ppapi_cpp_sources (referenced only from nacl), and one in //ppapi/cpp (referenced only from trusted). This patch merges them into the cpp directory, which now morphs as required for the build type. R=bbudge TBR=bradnelson (chrome/test/data/nacl) Review-Url: https://codereview.chromium.org/2289983002 Cr-Commit-Position: refs/heads/master@{#415183}
-
thestig authored
And a base/message_loop/message_loop.h include as well. Also fix lint issues. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=aboxhall@chromium.org,asanka@chromium.org,finnur@chromium.org,jochen@chromium.org Review-Url: https://codereview.chromium.org/2231533003 Cr-Commit-Position: refs/heads/master@{#415182}
-
thakis authored
BUG=641454 Review-Url: https://codereview.chromium.org/2290713002 Cr-Commit-Position: refs/heads/master@{#415181}
-
jkarlin authored
Due to issues with the MemoryCache backend QueryCache wasn't allowed to read cache entries as it iterated them. That's been fixed, so now it's safe to filter entries as they're iterated, which is more resource friendly. BUG=634428 Review-Url: https://codereview.chromium.org/2281983003 Cr-Commit-Position: refs/heads/master@{#415180}
-
melandory authored
BUG=609747, 641035 Review-Url: https://codereview.chromium.org/2243863002 Cr-Commit-Position: refs/heads/master@{#415179}
-
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/9b6db57c0d56330b02420d5a2f771d68ddd47aa1 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/81665dcf76d0e2cb0497e64ab23ab885e96f3bf6 Add more debugging in presubmit owners check for Gerrit. (tandrii@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=641384 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2287423002 Cr-Commit-Position: refs/heads/master@{#415178}
-
calamity authored
This CL makes the SiteEngagementService available in incognito. When in incognito mode, the service will initialize values from the original profile and then subsequently maintain its own independent copy. Incognito profiles will not record periodic metrics. BUG=640863 TBR=dbeam@chromium.org,rdevlin.cronin@chromium.org,dtrainor@chromium.org Review-Url: https://codereview.chromium.org/2274973003 Cr-Commit-Position: refs/heads/master@{#415177}
-
azurewei authored
Based on UI reviewer's comments, the setting button on opt-in IME menu should be update as only text when there's only one button. BUG=641300 TEST=Verified on local build. Review-Url: https://codereview.chromium.org/2287953002 Cr-Commit-Position: refs/heads/master@{#415176}
-
jbauman authored
It's possible hardware_gpu_enabled_ is true (because the GPU is blacklisted and hasn't crashed at all) even when using Swiftshader. In this case, the code incorrectly tried to launch the GPU process even if it had already crashed too much. Review-Url: https://codereview.chromium.org/2281253002 Cr-Commit-Position: refs/heads/master@{#415175}
-
chrishtr authored
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2288613004 Cr-Commit-Position: refs/heads/master@{#415174}
-
thestig authored
Review-Url: https://codereview.chromium.org/2287223003 Cr-Commit-Position: refs/heads/master@{#415173}
-