- 19 Feb, 2015 40 commits
 - 
- 
dfalcantara authored
* Adds support for tracking which domains trigger app banners. These metrics are split between native apps and web apps since developers are likely to prefer one over the other. * Changes rappor.xml to have information about the new metrics. BUG=458548 Review URL: https://codereview.chromium.org/939263002 Cr-Commit-Position: refs/heads/master@{#317158}
 - 
jyasskin authored
TBR=morrita@chromium.org BUG=460243 Review URL: https://codereview.chromium.org/941063002 Cr-Commit-Position: refs/heads/master@{#317157}
 - 
reveman authored
BUG= TBR=avi@chromium.org Review URL: https://codereview.chromium.org/938163003 Cr-Commit-Position: refs/heads/master@{#317156}
 - 
tommi authored
WebRTC 8421:8439 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/bec05b6..00316a4 Libjingle 8417:8437 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/e8e2384..92478da TBR=niklase@chromium.org Review URL: https://codereview.chromium.org/945493002 Cr-Commit-Position: refs/heads/master@{#317155}
 - 
estade authored
BUG=451286 Review URL: https://codereview.chromium.org/938143002 Cr-Commit-Position: refs/heads/master@{#317154}
 - 
kkimlabs authored
Partner bookmarks deletion don't support undo, so the undo controller should know if it's undoable. BUG=460122, 460186 Review URL: https://codereview.chromium.org/943553004 Cr-Commit-Position: refs/heads/master@{#317153}
 - 
estade authored
BUG=437116 Review URL: https://codereview.chromium.org/938003005 Cr-Commit-Position: refs/heads/master@{#317152}
 - 
quiche authored
Chrome Sync expects the various SyncableServices to properly distinguish between ACTION_ADD and ACTION_UPDATE. As such, it is an error to send an ACTION_ADD change for an item that already exists. Avoid causing errors in Chrome Sync, by tracking which items are already known to sync, and not submitting new ACTION_ADD changes for them. Support for actually updating an existing item will be provided in a later CL. BUG=chromium:431435 BUG=chromium:431438 TEST=components_unittests --gtest_filter="Wifi*" Review URL: https://codereview.chromium.org/860103002 Cr-Commit-Position: refs/heads/master@{#317151}
 - 
johannkoenig authored
Cherry pick ios/neon bugfix: https://codereview.chromium.org/940993005 Add codereview.settings: https://codereview.chromium.org/905603002 Disable LTO for AVX2: https://codereview.chromium.org/891933003 Roll/unroll (no-op - bad roll) https://codereview.chromium.org/897063002 https://codereview.chromium.org/898943004 BUG=webrtc:4190 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/942533004 Cr-Commit-Position: refs/heads/master@{#317150}
 - 
davidben authored
Tighten up the requirements for False Start. At this point, neither AES-CBC or RC4 are something that we want to use unless we're sure that the server wants to speak them. This also rolls BoringSSL in DEPS to pull in the corresponding tightening on the BoringSSL side. Full summary of changes available at: https://boringssl.googlesource.com/boringssl/+log/d306f16..b180ee9 (Original CL: https://codereview.chromium.org/662543005/) BUG=427721 Review URL: https://codereview.chromium.org/939483006 Cr-Commit-Position: refs/heads/master@{#317149}
 - 
xdai authored
The parent window's visibility change should not change its transient child's window modality property. BUG=447743 Review URL: https://codereview.chromium.org/944483002 Cr-Commit-Position: refs/heads/master@{#317148}
 - 
rileya authored
Also makes jpeg color space enum naming more correct. BUG=333619 Review URL: https://codereview.chromium.org/819713005 Cr-Commit-Position: refs/heads/master@{#317147}
 - 
jvoung authored
This will attempt to convert unspecified ports (-1) to the default at least, before checking. The check has gotten stricter and now only allows ports between 0 and N, etc. BUG=458443 TEST=manual for now (NaCl SDK websocket example) -- need to figure out how to get non-ephemeral test port Review URL: https://codereview.chromium.org/938103002 Cr-Commit-Position: refs/heads/master@{#317146}
 - 
reed authored
prereq for https://codereview.chromium.org/916103008 BUG= Review URL: https://codereview.chromium.org/937233002 Cr-Commit-Position: refs/heads/master@{#317145}
 - 
newt authored
On L+ devices, button text should use Roboto Medium ("sans-serif-medium"). On earlier devices, the button text should be bold. BUG=459794 Review URL: https://codereview.chromium.org/945483002 Cr-Commit-Position: refs/heads/master@{#317144} - 
https://codereview.chromium.org/932153002/bauerb authored
BUG=none Review URL: https://codereview.chromium.org/938623004 Cr-Commit-Position: refs/heads/master@{#317143}
 - 
estade authored
BUG=342426 Review URL: https://codereview.chromium.org/931363003 Cr-Commit-Position: refs/heads/master@{#317142}
 - 
isherman authored
BUG=442826 TEST=none R=tengs@chromium.org Review URL: https://codereview.chromium.org/922353003 Cr-Commit-Position: refs/heads/master@{#317141}
 - 
holte authored
BUG=455898 Review URL: https://codereview.chromium.org/932313002 Cr-Commit-Position: refs/heads/master@{#317140}
 - 
mukai authored
This is derived from crrev.com/867003002. RenderText::background_is_transparent() field does not directly mean the background color is transparent. This is a flag to control the subpixel rendering (see canvas_skia.cc) and can be set for various reasons. Considering this situation, it is clearer to rename the field to subpixel_rendering_enabled(). R=msw@chromium.org TEST=no functional changes, build succeeds BUG=None Review URL: https://codereview.chromium.org/941523002 Cr-Commit-Position: refs/heads/master@{#317139}
 - 
dyen authored
BUG=459778 TEST=trybots Review URL: https://codereview.chromium.org/942573002 Cr-Commit-Position: refs/heads/master@{#317138}
 - 
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b696572d..e0110920 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/935843008 Cr-Commit-Position: refs/heads/master@{#317137}
 - 
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/297aaf9..90c6bc4 NOTRY=true The failing test is not caused by Skia. CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=scroggo@google.com Review URL: https://codereview.chromium.org/943683002 Cr-Commit-Position: refs/heads/master@{#317136}
 - 
waltercacau authored
BUG= Review URL: https://codereview.chromium.org/943733002 Cr-Commit-Position: refs/heads/master@{#317135}
 - 
skobes authored
Reduces stderr log spam from content_shell on Linux. Review URL: https://codereview.chromium.org/923893004 Cr-Commit-Position: refs/heads/master@{#317134}
 - 
tbarzic authored
Also, a small update to the documentation in idl file. BUG=408772 TEST=Checked out server2/preview.py Review URL: https://codereview.chromium.org/933353002 Cr-Commit-Position: refs/heads/master@{#317133}
 - 
kenobi authored
The import status column currently shows up everywhere, which is undesirable. Disable it until this problem is fixed. BUG=460135 Review URL: https://codereview.chromium.org/943693003 Cr-Commit-Position: refs/heads/master@{#317132}
 - 
tfarina authored
* Makes use make_scoped_ptr() when possible (less typing/noise). Entries found with the following command line: $ git grep -E '(=|\breturn)\s*scoped_ptr<.*?>([^)]+)' ui/ BUG=None R=sky@chromium.org Review URL: https://codereview.chromium.org/922923002 Cr-Commit-Position: refs/heads/master@{#317131}
 - 
jdduke authored
Change the RendererScheduler's |ShouldYieldForHighPriorityWork| query to always return true if we are awaiting touchstart response, regardless of whether any high-priority work has been queued. This should facilitate more aggressive yielding immediately after touchstart, reducing the risk of long-running tasks interrupting dispatch of the subsequent touchmove. BUG=452956 Review URL: https://codereview.chromium.org/933293004 Cr-Commit-Position: refs/heads/master@{#317130}
 - 
jeremyim authored
The main construct provided is the DataReductionProxyTextContext, which is able to create real/test/mock versions of several DRP classes, and is also able to link them together. This simplifies many of the unit tests by removing boilerplate construction of dependencies. BUG=452773 Review URL: https://codereview.chromium.org/932993002 Cr-Commit-Position: refs/heads/master@{#317129}
 - 
isherman authored
Among other things, this silences a compiler warning. BUG=none TEST=none R=tengs@chromium.org Review URL: https://codereview.chromium.org/913193004 Cr-Commit-Position: refs/heads/master@{#317128}
 - 
dtseng authored
Previous attempts: https://codereview.chromium.org/880063002 https://codereview.chromium.org/895623003/ https://codereview.chromium.org/890013006/ https://codereview.chromium.org/907973004/ https://codereview.chromium.org/940763002/ Marks all flakey tests as MANUAL. The tests appear to be taking longer than the timeout on buildbots. BUG=460150 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/943693002 Cr-Commit-Position: refs/heads/master@{#317127}
 - 
jam authored
We don't need it anymore since WebURLLoaderImpl is in content. This is based on https://codereview.chromium.org/226273005. BUG=338338 Review URL: https://codereview.chromium.org/938933002 Cr-Commit-Position: refs/heads/master@{#317126}
 - 
mvanouwerkerk authored
Use the fetcher to populate the single website preferences screen if it is given only a url string. This also enables showing the Notifications settings by default. Based on Sasha's old downstream patch. BUG=430345 Review URL: https://codereview.chromium.org/927763003 Cr-Commit-Position: refs/heads/master@{#317125}
 - 
weitaosu authored
I didn't intend to remove all the remnants of NPAPI from the webapp. I only made the minimum change needed to removed the inapplicable daemon states. BUG=453172 Review URL: https://codereview.chromium.org/897313005 Cr-Commit-Position: refs/heads/master@{#317124}
 - 
stevenjb authored
Maintaining the test expectations across two very different implementations is challenging at best. Separate the test expectations. BUG=371442 Review URL: https://codereview.chromium.org/929793007 Cr-Commit-Position: refs/heads/master@{#317123}
 - 
mukai authored
AutoLaunchCanceled() is called much more frequently than we've thought. We need to record the UMA action only when the auto launch is actually canceled by the user. BUG=459848 R=mgiuca@chromium.org Review URL: https://codereview.chromium.org/938723003 Cr-Commit-Position: refs/heads/master@{#317122}
 - 
chrome://extensionshcarmona authored
BUG=460000 Review URL: https://codereview.chromium.org/943713002 Cr-Commit-Position: refs/heads/master@{#317121}
 - 
dpranke authored
NaCl and V8 have more complicated requirements for handling architectures than GN could previously handle. This CL reworks things to meet their needs. NaCl occasionally has the need to be able to override build_cpu_arch. This comes up when they want to use a 32-bit host toolchain (i.e., build 32-bit "host" objects) on a 64-bit kernel. In addition, it is conceivable that other projects will need this functionality on systems capable of building for running programs for multiple architectures (any system that can run both 32-bit and 64-bit binaries), and there is no way that GN can always correctly guess which arch to use by default. V8 has the need to be able to run a host toolchain that knows what the requested target cpu_arch is; we can not use the existing "cpu_arch" for this because that needs to be the cpu_arch of the current toolchain. The concrete example is running a host binary on Linux x86 that needs to get specific flags to target arm (rather than x86), for example. We could solve this in the build configs by passing custom variables across the toolchain, but this suggests that we should have a general solution to track these things, which is what this CL does. This CL introduces two new predefined variables -- target_cpu and target_os -- and renames cpu_arch and os to to 'current_cpu' and 'current_os', and renames build_cpu_arch and build_os to host_cpu and host_os for consistency. current_cpu and target_cpu default to the same value as host_cpu, and current_os and target_os default to the same value as host_os. Any of these variables is (and should be) overridable on the command line or in a build config file. We want them to be overridable because (a) it's conceivable that some projects might always want fixed values for target_os and target_cpu_arch regardless of what platform GN is running on, and (b) we might want to set the values based on other values (i.e., have target_cpu_arch default to "arm" if target_os == "android"). Due to the renaming of "os" and "cpu_arch", this CL is likely to break any and all existing project builds; projects will need to update their build configs when rolling in the new binary. R=brettw@chromium.org BUG=344767 Review URL: https://codereview.chromium.org/914873002 Cr-Commit-Position: refs/heads/master@{#317120}
 - 
jlklein authored
Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necessary third_party bits. R=cpu, dzhioev BUG=424574 Review URL: https://codereview.chromium.org/917523002 Cr-Commit-Position: refs/heads/master@{#317119}
 
 -