- 04 Jun, 2013 3 commits
-
-
wtc@chromium.org authored
CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG to CryptAcquireCertificatePrivateKey to fix a regression in client authentication if TLS 1.2 is negotiated. If a client private key is stored in a CAPI provider of the PROV_RSA_FULL provider type, it cannot sign SHA-256 hashes. Using the private key through CNG solves this problem. R=rsleevi@chromium.org BUG=246043 TEST=See bug 246043 Review URL: https://codereview.chromium.org/16335021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203798 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 R=wez@chromium.org Review URL: https://codereview.chromium.org/15927028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203796 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch does following when Files.app is launched via "chrome://files". - Not to call chrome.app.window.current().show(). - Disable Close and Maximize button at the top-right. BUG=243414 TEST=Open chrome://files and confirm Files.app shows and the close button and the maximize button doesn't work. R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/15980009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203795 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Jun, 2013 37 commits
-
-
jianli@chromium.org authored
This is caused by always_on_top_ is set to true in PanelGtk constructor and later on calling SetPanelAlwaysOnTop become no-op. The fix is to make the window always on top in PanelGtk::Initialize. BUG=245934 TEST=Manual test by launching a docked panel and checking if it is always on top R=dimich@chromium.org Review URL: https://codereview.chromium.org/16294002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203793 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=244567 R=sky@chromium.org Review URL: https://codereview.chromium.org/16335006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203791 0039d316-1c4b-4281-b951-d872f2087c98
-
about://flagshubbe@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/16173011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203790 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
This CL also removes some event triggering. They update the default view when visible, but this is not necessary because the tray bubble itself will be closed when display configuration has changed. Also this CL cleans up messages of the tray item contents. BUG=187516, 171469 R=oshima@chromium.org, stevenjb@chromium.org TEST=manually Review URL: https://chromiumcodereview.appspot.com/16046007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203789 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/16335020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203787 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Reverting https://chromiumcodereview.appspot.com/16141003/ BUG=232426 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16336025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203784 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15927030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203783 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 TBR=ajwong@chromium.org Review URL: https://codereview.chromium.org/15836004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203782 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none NOTRY=true TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/16098016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203781 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Interrupted downloads that are being resumed will go through another cycle of filename determination. This allows ChromeDownloadManagerDelegate to properly handle path reservation and Drive downloads during resumption. TBR=joi BUG=7648 Review URL: https://chromiumcodereview.appspot.com/14640020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203780 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=nileshagrawal@chromium.org BUG=246359 Review URL: https://codereview.chromium.org/15894029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203779 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 R=avi@chromium.org Review URL: https://codereview.chromium.org/16256018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203775 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a ten-second delay between the time at which the screen is turned off due to user inactivity and the time at which it's locked. It also fixes an issue where screen wake locks (as used by video playback or by the chrome.power extension API) wouldn't clear lock delays. BUG=239486,246008 R=bartfab@chromium.org Review URL: https://codereview.chromium.org/15734010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203774 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
NOTRY=true BUG=NONE Review URL: https://chromiumcodereview.appspot.com/16057017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203773 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=ajwong@chromium.org BUG=245828 TEST=waterfall Review URL: https://codereview.chromium.org/16057020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203772 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This wasn't caught by the automated pass. BUG=245942 R=rlarocque@chromium.org Review URL: https://codereview.chromium.org/16295016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203771 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Remove IPC plumbing (and new backend impl) now that the front-end of IDBCursor just relies on IDBDatabaseBackendInterface::deleteRange() BUG=241526 R=alecflett@chromium.org Review URL: https://chromiumcodereview.appspot.com/16337010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203770 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=226406 R=noelallen@chromium.org Review URL: https://codereview.chromium.org/16140015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203767 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@chromium.org authored
Replace mutex with atomic __sync_sub_and_fetch() for NaCl builds. Fix for num_threads_ in ~ThreadPool. BUG=none TEST=run manually R=sbc@chromium.org Review URL: https://codereview.chromium.org/16266004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203765 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
NOTRY=true BUG=NONE Review URL: https://chromiumcodereview.appspot.com/16098013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203764 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Fix up deps files in src\chrome to remove incorrect and unneeded inclusions. Also comment an inclusion that needs to be fixed. R=jhawkins@chromium.org Review URL: https://codereview.chromium.org/16256015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203763 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Previously, the baseline would "watch" these system calls. BUG=245863 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16266014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203762 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
> Disable ico_image_decoder_unittest until the bad patch will be rolled out in blink > > BUG= > TBR=vollick@chromium.org > > Review URL: https://codereview.chromium.org/15927007 TBR=lushnikov@chromium.org Review URL: https://codereview.chromium.org/16140019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203761 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
A handful of headers are just redirects. Use the new canonical paths. BUG=234278 R=alecflett@chromium.org Review URL: https://codereview.chromium.org/15927017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203760 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None TEST=Ran a page cycler on linux NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15894022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203757 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
> disable ICOImageDecoderTest.Decoding on all platforms > > BUG= > TBR=vollick > > Review URL: https://codereview.chromium.org/15969011 TBR=lushnikov@chromium.org Review URL: https://codereview.chromium.org/15927022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203756 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bauerb@chromium.org BUG=246306 TEST=waterfall Review URL: https://codereview.chromium.org/16336019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203755 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16295017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203754 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Breaks page_cycler_2012Q2-netsim benchmark. BUG=246213 > Replace JSON (de)serialization of extension messages with direct Value pickling. > > BUG=55316 > R=mpcomplete@chromium.org > TBR=cdn@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/16226004 TBR=kalman@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/16336011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203753 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=244902 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/15871004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203748 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
BUG=237249 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16335009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203747 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This handles the case for clicking outside Chrome, whereas clicking inside is handled by the -windowDidResignKey: notification. R=dewittj@chromium.org, thakis@chromium.org BUG=243128 Review URL: https://chromiumcodereview.appspot.com/16098005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203746 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
R=sky@chromium.org BUG=None Review URL: https://codereview.chromium.org/16161004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203745 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 R=rlarocque@chromium.org Review URL: https://codereview.chromium.org/15806017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203740 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
The location bar no longer just vertically-centers contained labels. BUG=159105 TEST=none R=yukishiino@chromium.org Review URL: https://codereview.chromium.org/15779010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203738 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=245129,245381 TEST=manual (delete /usr/bin/crossystem on a cros device) NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15907015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203737 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=235754 TEST=manual NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15492002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203736 0039d316-1c4b-4281-b951-d872f2087c98
-