- 19 Feb, 2015 40 commits
-
-
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}
-
sergeyu authored
policy_component doesn't need to depend on autofill_core_browser. Also added dependency on gfx_geometry in favicon_base. policy_component was failing to compile without it. BUG=458581 Review URL: https://codereview.chromium.org/926093002 Cr-Commit-Position: refs/heads/master@{#317118}
-
wfh authored
The component updater now only uses bsdiff so courgete diffs no longer have to forwards and backwards compatible, since Chrome always ships the correct version of the courgette patcher with the courgette diff. However, bsdiff generated diffs still have to be version compatible. This CL adds a test for the forwards compatible case. BUG=459505 Review URL: https://codereview.chromium.org/918403003 Cr-Commit-Position: refs/heads/master@{#317117}
-
tedchoc authored
BUG=459773 Review URL: https://codereview.chromium.org/932703006 Cr-Commit-Position: refs/heads/master@{#317116}
-
enne authored
This is redundant with the UpdateDrawProperties that happens during CommitComplete. One pixel test was amusingly changing draw properties after the commit and update, so modify it to do the update earlier. Review URL: https://codereview.chromium.org/935143002 Cr-Commit-Position: refs/heads/master@{#317115}
-
JF Bastien authored
This recently came up on our mailing list, and isn't quite obvious. R=sbc@chromium.org BUG= none Review URL: https://codereview.chromium.org/940503003 Cr-Commit-Position: refs/heads/master@{#317114}
-
paulmeyer authored
The issue involved a discrepancy between sizes specified in logical versus physical pixels. See https://codereview.chromium.org/939443002/ for an explanation on a very similar bugfix, which this CL utilizes. BUG=459266 Review URL: https://codereview.chromium.org/934303003 Cr-Commit-Position: refs/heads/master@{#317113}
-
erikchen authored
This CL creates two subclasses of FastNavigationProfileExtender: CookieProfileExtender and HistoryProfilerExtender. The former performs up to 500 navigations, with the goal of filling up the Cookie Database but not overfilling it (which is possible, unfortunately). The latter performs a large number ~20,000 navigations to URIs pointing at the local file system to fill up the History Database. The run these profile extenders, this CL adds the class LargeProfileCreator. This new class intentionally contains minimal logic, since the existing profile_creator.py file is pretty hacky, and the goal is to eventually move away from it entirely. BUG=442546 Review URL: https://codereview.chromium.org/914253005 Cr-Commit-Position: refs/heads/master@{#317112}
-
Adam Langley authored
net: a batch of manual HSTS updates. Cr-Commit-Position: refs/heads/master@{#317111} -
mikecase authored
BUG=448030 Review URL: https://codereview.chromium.org/831173005 Cr-Commit-Position: refs/heads/master@{#317110}
-
tbansal authored
Also, fixed variable names to comply with style guide. BUG=459426 Review URL: https://codereview.chromium.org/939083003 Cr-Commit-Position: refs/heads/master@{#317109}
-