- 28 May, 2014 29 commits
-
-
vmiura@chromium.org authored
BUG=373098 NOTRY=true R=kbr@chromium.org Review URL: https://codereview.chromium.org/303503009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273109 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bit installs. GCAPI configuration parameters also use these same accesses since they read/write the same data. Also, force installation of Win64 into C:\Program Files (x86) until the code is added to support moving the files to the right place during upgrade and downgrade. Uninstall information will remain stored in the 32-bit registry (even on 64-bit) until the installation location is changed. This fixes system installs on Win64. BUG=338706 R=grt@chromium.org Review URL: https://codereview.chromium.org/300593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273108 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
BUG=355735 Review URL: https://codereview.chromium.org/296873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273107 0039d316-1c4b-4281-b951-d872f2087c98
-
penghu@tencent.com authored
glBufferSubData 's second argument type is GLintptr, not GLint. And the third argument type is GLsizeiptr, not GLsizei. A mistake in glBufferData and glBufferSubData 's arguments. BUG= Review URL: https://codereview.chromium.org/291493005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273106 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=364141, 330264 Review URL: https://codereview.chromium.org/297183010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273105 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
protocol servers. ++ Net.AlternateProtocolUsage.200Truncated ++ Net.AlternateProtocolUsage.1000Truncated R=jar@chromium.org Review URL: https://codereview.chromium.org/301743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273103 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL adds some extra overloads for CalculateKMeanColorOfBitmap and CalculateKMeanColorOfPNG to provide a more convenient API. More specifically, it provides both parameterized and unparameterized versions of both functions. BUG=376613 Review URL: https://codereview.chromium.org/291653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273102 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
This CL adds the utilities needed for using the current WebContents when distilling web pages. BUG=361939 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272611 Review URL: https://codereview.chromium.org/266073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273101 0039d316-1c4b-4281-b951-d872f2087c98
-
holte@chromium.org authored
Change the default parameters for ETLD+1 Rappor metrics. Allow number of cohorts to be set per metric. Modify metric names to distinguish from reports with old parameters. BUG=370599 Review URL: https://codereview.chromium.org/264123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273100 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=xhwang@chromium.org Review URL: https://codereview.chromium.org/286883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273099 0039d316-1c4b-4281-b951-d872f2087c98
-
awoloszyn@chromium.org authored
When applying animations we squash the transforms and therefore end up applying them in reverse order. When we have to calculate bounds we end up applying them one at a time, so we also have to apply this in reverse order. Also modified how we calculate bounds for arcs to simplify the derivation. R=ajuma@chromium.org Review URL: https://codereview.chromium.org/297163010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273098 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
BUG=377555 Review URL: https://codereview.chromium.org/302463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273097 0039d316-1c4b-4281-b951-d872f2087c98
-
noel@chromium.org authored
Address a TODO: the GetColorProfile() routine is declared but has no definition and is thus unused, remove it. BUG=368694 Review URL: https://codereview.chromium.org/300033005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273096 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/293353007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273095 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Picked up changes: 2c57b49 Make debug output a run-time configuration instead of compile-time. 88806c2 Fix final content and title extraction. aab9dc9 Revert https://codereview.chromium.org/290993004/ 8c95c16 Restore Title identification. b98b574 Add debug output for each stage of Boilerpipe. BUG=367243,375443,375449 Review URL: https://codereview.chromium.org/302553009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273094 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/291843009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273093 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Simple fixes first. First if GPU thread is already executing GL, then don't schedule and just make sure the GPU flushes before finishing executing said GL. Then make sure we don't send repeated and unnecessary RequestDrawGL. BUG=344087 Review URL: https://codereview.chromium.org/299363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273092 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Operations are tested outside of the ProvidedFileSystem class. This CL moves the last operation which was tested in the deprecated way. TEST=unit_tests: *FileSystemProviderOperations*Unmount BUG=373165 Review URL: https://codereview.chromium.org/301633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273091 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This should make timeouts more actionable. BUG=370668 Review URL: https://codereview.chromium.org/296403008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273090 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
The only protocol we need enabled over USB is adb. Anything else is just a potential source of problems. BUG= Review URL: https://codereview.chromium.org/294253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273089 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch does two things. (1) Always runs callbacks via a PostTask, (2) fixes an incorrect expression in EOF detection. TEST=unit_tests, browser_tests: *FileSystemProvider* BUG=373165 Review URL: https://codereview.chromium.org/307463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273088 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@google.com authored
This implements an extensions API to abort a stream that has been started. Aborting the stream will cause the original URL request to be cancelled, which may be desired if the client of the API wants to cancel the request before it is completely downloaded. BUG=348464,303491 R=jam@chromium.org, kalman@chromium.org, mpearson@chromium.org, zork@chromium.org Review URL: https://codereview.chromium.org/281513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273087 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
> Add content renderer to the GN build > > Also adds ui/native_theme, third_party/npapi, and some required mojo stuff to make it build. > > BUG= > R=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/299113002 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/302443010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273086 0039d316-1c4b-4281-b951-d872f2087c98
-
pschmidt@google.com authored
R=friedman@google.com, navabi@google.com Review URL: https://codereview.chromium.org/302553010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273085 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/298993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273084 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
Replace "launch" with "try" for launching ephemeral apps via search results in the app launcher. BUG=377353 Review URL: https://codereview.chromium.org/300083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273083 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Mojo: Move message pipe types/constants/functions from mojo/public/c/system/core.h to .../message_pipe.h. R=sky@chromium.org Review URL: https://codereview.chromium.org/298273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273082 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
When width or height of a widget is changed to a value less than 64 pixels, it is rounded up to 64 pixels (see crbug.com/286609). This might cause the actual HWND size remain the same while changing size of the widget. In this case, we need to force message handler to update window region since we are not receiving resize messages form the OS. BUG=376329 Review URL: https://codereview.chromium.org/300163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273081 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Also adds ui/native_theme, third_party/npapi, and some required mojo stuff to make it build. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/299113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273079 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 May, 2014 11 commits
-
-
mlamouri@chromium.org authored
This call the WebView API to notify the pages that the accept languages has changed and setup the test runner to allow Blink to change the accept languages for test purposes. Depends on https://codereview.chromium.org/284793003/ BUG=365123 Review URL: https://codereview.chromium.org/280953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273076 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
This change moves include_next outside of the include guard. On PNaCl, including <stdlib.h> will include usr/include/stdlib.h. Naclports copies this file to toolchain/linux_pnacl/usr/local/include/stdlib.h, which will be included next. Since it uses the same include guard, the real stdlib.h won't be included. This change fixes the linux SDK builder: voronoi.cc:48:37: error: use of undeclared identifier 'rand_r' return static_cast<unsigned char>(rand_r(&g_rand_state) & 255); ^ BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/293403010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273075 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
StatsHistograms is the only "external" subclass of base::Histogram and as such it often requires extra considerations when modifying the base class. On the other hand, almost the same data can be gathered by using a regular log histogram with a specific range. This CL does that, generating a 75 bucket histogram to map the 27 buckets from the original data. Most of the buckets will be empty, and a couple of buckets will be merged on the new histogram, but the compromise looks good enough. BUG=377936 Review URL: https://codereview.chromium.org/295913014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273074 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
Remove the use of MediaStreamClient and move creation of MediaStream specific renderers to MediaStreamRendererFactory. This cleans up RenderFrameImpl as well as moving renderer code out of MediaStreamImpl. MediaStreamImpl should in the end only implement methods necessary for blink::WebUserMediaClient and be renamed to UserMediaClientImpl. BUG= 323223 Review URL: https://codereview.chromium.org/294043015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273073 0039d316-1c4b-4281-b951-d872f2087c98
-
jiangj@opera.com authored
The only client of InMemoryURLIndex::HistoryItemsForTerms is //chrome/browser/autocomplete/history_quick_provider.cc which has access to the constant. So pass the constant to the history component instead of having the dependency. BUG=374730 TBR=thakis // For OWNERS at chrome/browser/autocomplete/history_quick_provider.cc Review URL: https://codereview.chromium.org/296743009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273072 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
(Does not yet address AES-KW, which is currently only exposed for wrapping/unwrapping of 'raw' format). BUG=373555,245025 Review URL: https://codereview.chromium.org/299843014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273071 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=376648 Review URL: https://codereview.chromium.org/297853006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273070 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
BUG=332115,342562 Review URL: https://codereview.chromium.org/265773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273068 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
Once in trunk this needs to be picked up to M36 beta branch. Once picked up by the branch, this needs to be reverted on trunk. BUG=378025 NOTRY=True Review URL: https://codereview.chromium.org/294393008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273067 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
- Add metrics for ad injector install location. - Add metrics for injected ad type. - Ignore added elements that have a src of the current page. BUG=357204 Review URL: https://codereview.chromium.org/292313006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273066 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
R=rch@chromium.org BUG= Review URL: https://codereview.chromium.org/299313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273065 0039d316-1c4b-4281-b951-d872f2087c98
-