- 06 Aug, 2012 40 commits
-
-
dimich@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 TBR=palmer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150166 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=110823 Review URL: https://chromiumcodereview.appspot.com/10823193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150164 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This CL supports wrapping the cursor between primary and secondary monitors. The behavior is described at comment #1 of crbug.com/139766. BUG=139766 Review URL: https://chromiumcodereview.appspot.com/10837092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150163 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
This is basically a revert of half of this CL: https://chromiumcodereview.appspot.com/10779023/ BUG=140366 TBR=viettrungluu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150162 0039d316-1c4b-4281-b951-d872f2087c98
-
https://chromiumcodereview.appspot.com/10800095/saintlou@chromium.org authored
(except for file ash/accelerators/accelerator_table.cc which was an unrelated fix) BUG=140822 Review URL: https://chromiumcodereview.appspot.com/10827184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150161 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=112525 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150160 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The apps and extensions templates are now in separate directories. I didn't customize the intros (like removing sections marked class="doc-family apps"), because the conversion script will have to do that. Unfortunately, it looks like the current docs system just uses a list of non-apps APIs to tell the difference between apps and extensions APIs: http://code.google.com/searchframe#OAMlx_jo-ck/src/chrome/common/extensions/docs/js/api_page_generator.js&exact_package=chromium&q=listChromeAPI&type=cs&l=546 BUG=139897, 140251, 140270 Review URL: https://chromiumcodereview.appspot.com/10834144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150159 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
NOTRY=true BUG=139978 Test= manual, go to https://apprtc.appspot.com and make sure there is no divider line at the top of the drop down options menu. Review URL: https://chromiumcodereview.appspot.com/10836111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150158 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=127856 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10830178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150157 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=139165 Review URL: https://chromiumcodereview.appspot.com/10825204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150156 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@chromium.org authored
This fixes a bug where the context menu would display on the wrong monitor if the plugin was in full screen and not on the primary monitor. The coordinates to |ShowContextMenu| are expected to be relative to the window position. However, the coordinates given by |windowRect| includes the screen offset so we need to correct for that. BUG=139641 TEST=Tested context menu on win flapper on both the primary and secondary monitors. Mac context menus use the mouse coordinates. Linux fullscreen for multiple monitors is currently broken. TBR=brettw NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10837117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150155 0039d316-1c4b-4281-b951-d872f2087c98
-
ihf@chromium.org authored
Also update corresponding tests. BUG=chromium-os:31955 TEST=Played on linux CrOS build. Review URL: https://chromiumcodereview.appspot.com/10452004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150154 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-