- 06 Aug, 2012 40 commits
-
-
garykac@chromium.org authored
This adds definitions in Chrome for the new policies required by Chromoting: HostDomain, HostRequireTwoFactor and HostTalkGadgetPrefix. These policies are read and enforced by the Chromoting host code. BUG=132345 TEST=None Review URL: https://chromiumcodereview.appspot.com/10825149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150153 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
The test was added recently and in failing since. https://chromiumcodereview.appspot.com/10844004 BUG=135165 Review URL: https://chromiumcodereview.appspot.com/10824181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150152 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
No longer required with 2010 builds, and not required (and doesn't-work-with) ninja on 2008. Deleted references to supalink here: http://code.google.com/p/chromium/wiki/WindowsIncrementalLinking R=thakis@chromium.orgo BUG=140611 Review URL: https://chromiumcodereview.appspot.com/10832161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150151 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
Last minute string changes to make them fit in various languages. BUG=140834 TEST=Visual Review URL: https://chromiumcodereview.appspot.com/10834187 Patch from "Stefan Kuhne" <skuhne@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150150 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=138860 TEST=Verify fix for 138860 and in non-guest mode apps run under the same profile as before. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150149 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=140893 TBR=hebert.christopherj@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150148 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150147 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=112155 TBR=battre@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150146 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10825207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150145 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
for tab dragging code. The StackAtTop() is unnecessary with current code and appears to cause a capture lost during tab dragging which leads to a crash. BUG=140606 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150144 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=140054 Review URL: https://chromiumcodereview.appspot.com/10829199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150143 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Revert 150135 - Enable memory profiler on Linux when TC_MALLOC is enabled. Added a tc_malloc memory extension to get bytes allocated on current thread (GetBytesAllocatedOnCurrentThread API call). R=jam@chromium.org,jar@chromium.org BUG=139667 TEST=test about:profiler after setting the env variable CHROME_PROFILER_TIME=1. In about:profiler, it will show the memory allocated per thread. This change impacts linux only. Review URL: https://chromiumcodereview.appspot.com/10820063 TBR=rtenneti@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150142 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://diagnosticshshi@chromium.org authored
BUG=139442 TEST=chrome://diagnostics Review URL: https://chromiumcodereview.appspot.com/10827148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150141 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=112525 Review URL: https://chromiumcodereview.appspot.com/10834161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150140 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Add the e-mail field to the data we post to the Verizon portal. The portal on the other end will pick it up and use it to pre-populate the field on the payment page. This data is also mandatory for 4g devices. R=zelidrag@chromium.org,nkostylev@chromium.org BUG=134596 Review URL: https://chromiumcodereview.appspot.com/10832148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150139 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
(Already added for Linux in previous CL). BUG=none TEST=Run browser on Windows, switch to Dev mode, verify drop-down menu from Reload. Review URL: https://chromiumcodereview.appspot.com/10779019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150138 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
it still return the unique URLs, not matter what the title is. BUG=http://b/6696843 TEST=AndroidProviderBackendTest, BookmarkModelTest, BookmarkModelSQLHandlerTest Review URL: https://chromiumcodereview.appspot.com/10825147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150136 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Added a tc_malloc memory extension to get bytes allocated on current thread (GetBytesAllocatedOnCurrentThread API call). R=jam@chromium.org,jar@chromium.org BUG=139667 TEST=test about:profiler after setting the env variable CHROME_PROFILER_TIME=1. In about:profiler, it will show the memory allocated per thread. This change impacts linux only. Review URL: https://chromiumcodereview.appspot.com/10820063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150135 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=140882 TBR=ivankr Review URL: https://chromiumcodereview.appspot.com/10837126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150134 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=140882 TBR=ivankr Review URL: https://chromiumcodereview.appspot.com/10829196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150132 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
Forwarded declared classes can be used as template parameters. R=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150130 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Internal-only site: http://go/videostack/engineering/dead-code-elimination Review URL: https://chromiumcodereview.appspot.com/10837118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150129 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Includes a change to sql/Connection to propagate the auto_vacuum pragma across a raze operation. Also updates test expectations. BUG=137853 Review URL: https://chromiumcodereview.appspot.com/10829062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150128 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This CL show "last modified" date of GCache in local time instead of in UTC. - Before: 2012-08-03T07:28:26.000Z - After: 2012-08-03T00:28:26.000 Review URL: https://chromiumcodereview.appspot.com/10852014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150127 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
This only supports positive tests. BUG=112155 Review URL: https://chromiumcodereview.appspot.com/10843065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150126 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
r149951 fixed some flaky/leaky behaviour and this suppression hasn't been triggered in ~100 runs. BUG=139703 TBR=thestig Review URL: https://chromiumcodereview.appspot.com/10832164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150125 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
The HTTP-based Public Key Pinning Internet Draft (tools.ietf.org/html/draft-ietf-websec-key-pinning) requires this. Per wtc, give the *Fingeprint* types more meaningful *HashValue* names. Cleaning up lint along the way. This CL reverts 149268, which reverted 149261 the previous version of this CL. It includes a fix to the compile problem that necessitated 149268. BUG=117914 TEST=net_unittests, unit_tests TransportSecurityPersisterTest Review URL: https://chromiumcodereview.appspot.com/10836062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150124 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=138672 Review URL: https://chromiumcodereview.appspot.com/10830177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150123 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
The speech input mic tray icons associated with the Linux/Chrome OS and MacOS X platforms were swapped at some point when refactoring the resources. This fixes it. BUG=140504 TEST=none Review URL: https://chromiumcodereview.appspot.com/10832158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150122 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
If we receive a data frame without a status or without a version header, we close the stream with a PROTOCOL ERROR. Small bug fix to HttpNetworkTransaction to access the ResponseHeaders only if headers are there. In SpdyStream, retrun a SPDY_PROTOCOL_ERROR if we have pending data frames, but we haven't received "status" and "version" headers. (rch: removed the DCHECK for unit tests). SpdyHttpStream's OnDataReceived used to expect that it would be called only when all required headers are received. Converted the DCHECK into an error condition and SpdyStream closes the stream with PROTOCOL ERROR if OnDataReceived returns a network error. BUG=135485 R=rch@chromium.org TEST=network unittests Review URL: https://chromiumcodereview.appspot.com/10836084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150121 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
R=scottbyer@chromium.org,shishir@chromium.org BUG=140466 Review URL: https://chromiumcodereview.appspot.com/10825188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150120 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
(Try bots currently failing on pak build. Not sure that this is the cause, but I don't see a lot of other plausible candidates. I'll revert this revert if it doesn't help.) R=scottmg,joi BUG=123026 Review URL: https://chromiumcodereview.appspot.com/10832121 TBR=iannucci@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150118 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
We had fixed race condition bugs with checnked upload in http://src.chromium.org/viewvc/chrome?view=rev&revision=146255 We had renamed all SpdyHttpStreamSpdyTest.* tests as SpdyHttpStreamSpdy2Test and SpdyHttpStreamSpdy3Test and the old suppression is not needed. We have been running SpdyHttpStreamSpdy*Test* for a while. R=rnk@chromium.org BUG=95007 TEST=valgrind unittests Review URL: https://chromiumcodereview.appspot.com/10852005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150117 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
This is the first step toward implementing crbug.com/136816 (Implement dragging window from one display to another). BUG=136816 TEST=try Review URL: https://chromiumcodereview.appspot.com/10835047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150116 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
Chrome uses "id" as the Indonesian language code while Android uses the deprecated code "in". Similarly for Yiddish. This handles translating between the two. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10701179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150115 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=139700 Review URL: https://chromiumcodereview.appspot.com/10807088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150112 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Try to get more information to track down 140054, specifically to see whether OnChannelError is being called. Review URL: https://chromiumcodereview.appspot.com/10836115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150111 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
Gyp targets shouldn't contain source with identical basenames. Fallout from http://src.chromium.org/viewvc/chrome?view=rev&revision=149842 Review URL: https://chromiumcodereview.appspot.com/10828152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150110 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
BUG=133109 R=cpu Review URL: https://chromiumcodereview.appspot.com/10853008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150109 0039d316-1c4b-4281-b951-d872f2087c98
-
mtytel@chromium.org authored
BUG=139576 Review URL: https://chromiumcodereview.appspot.com/10826132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150108 0039d316-1c4b-4281-b951-d872f2087c98
-