- 22 Mar, 2012 40 commits
-
-
dmazzoni@chromium.org authored
appropriate is announced when it's focused. BUG=119238 TEST=enable accessibility, click on system tray Review URL: http://codereview.chromium.org/9815027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128173 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
With this split, CertVerifyProc is responsible for interacting with the underlying PKIX path building and verification library, while X509Certificate is responsible for parsing certificates with the underlying crypto library and exposing a common interface for higher-level code such as UI. BUG=114343 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/9691054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128172 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This is the DOMUI part of removing experimental sync promo layouts. With this change we keep layout 3 and remove all the other layouts. The C++ part of this work is here: http://codereview.chromium.org/9730021/ BUG=119014 TEST= Review URL: https://chromiumcodereview.appspot.com/9741001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128171 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@google.com authored
BUG=111587,105550 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9813017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128170 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
Porting changes from server. BUG=119221 R=rch TEST=network unit tests Review URL: https://chromiumcodereview.appspot.com/9814025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128169 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:27686, chromium-os:27597 TEST=GDataParserTest.DocumentEntryXmlParser Review URL: https://chromiumcodereview.appspot.com/9769012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128168 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=114156 TEST=none Review URL: http://codereview.chromium.org/9810034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128167 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This is a Fitt's Law tweak - allow clicks along the edge of the screen to hit the content area (scroll bars on the right) for maximized windows, rather than stealing the click for the resize handle. It makes it much easier to scroll. Also removed an unused function from window_util.cc/h BUG=119383 TEST=manual, maximized window, load a long page, verify click on screen edge scrolls bar R=sky@chromium.org Review URL: http://codereview.chromium.org/9817025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128166 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=118132 TEST=unittest passed locally Review URL: https://chromiumcodereview.appspot.com/9722035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128165 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=tbreisacher@chromium.org,estade@chromium.org BUG=113202 TEST=:not(blah):not(blee):first-of-type doesn't look like multiple rules NOTRY=true Review URL: http://codereview.chromium.org/9802002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128164 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Created a new class SpdyTestStateHelper to serve as a helper to manage the state of a number of SPDY global variables. Review URL: http://codereview.chromium.org/9817014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128163 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
auto-hidden to use an EventFilter as well as whether the status area is showing a bubble. The old code didn't work right because the status is a separate widget, meaning a mouse exit always gets dispatched. I'm also fixing a bug in LayerAnimator. Getting the target value was only looking at the running animation state, not the queued animations. This was causing confusion because the workspace animations queue up a couple of animations. BUG=119296 TEST=see bug, covered by tests too. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9817026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128162 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org,tbreisacher@chromium.org TEST=No presubmit errors when <if> or <include> in CSS. BUG=118508 NOTRY=true Review URL: http://codereview.chromium.org/9808002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128161 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Metrics changes for new art. * Allow clicks in the shadow above each tab (4 pixels) to drag the window if the window is restored. This maintains a large click target for dragging. When the window is maximized, let that area select the tab since the window cannot be dragged. * Remove some unused constants. BUG=117431 TEST=Open multiple tabs and check visual appearance for normal window, incognito window, maximized window. Also apply a theme and check again. R=sky@chromium.org Review URL: http://codereview.chromium.org/9814013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128160 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This will replace position_in_parent, which has only 64 bytes of resolution. Add detailed comments explaining how ordinal_in_parent should be set. BUG=112201 TEST= Review URL: http://codereview.chromium.org/9369005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128159 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
better for the compiler to catch it. Review URL: http://codereview.chromium.org/9829010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128158 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=112620 Review URL: http://codereview.chromium.org/9805004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128157 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
BUG=113412 R=jstritar@chromium.org Review URL: http://codereview.chromium.org/9717011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128156 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
This was discussed in https://chromiumcodereview.appspot.com/9693065/#msg11 BUG= TEST= Review URL: http://codereview.chromium.org/9820005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128155 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
BUG=118956 TEST=manual Review URL: http://codereview.chromium.org/9764011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128154 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=117497 TEST=WebIntentPickerControllerIncognitoBrowserTest.* Review URL: http://codereview.chromium.org/9805005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128153 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://chromeyusukes@chromium.org authored
BUG=118348 TEST=manually checked the following configurations: 1) Google Chrome for Chromebook (with USE=chrome_internal), 2) Chromium for Goobuntu with GYP_DEFINES=chromeos=1, 3) Chromium for Goobuntu without the GYP_DEFINES. Review URL: http://codereview.chromium.org/9705092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128152 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=none TEST=make sure OOBE is back on your workstation Review URL: https://chromiumcodereview.appspot.com/9812039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128151 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
In preparation for moving certificate path building and verification out of X509Certificate, introduce a CertVerifierProc that can be used by the MultiThreadedCertVerifier to verify certificates using the underlying system store. Unit tests previously coded against X509Certificate are now coded against the CertVerifierProc, as future CLs will shift verification into this interface. This was originally reviewed as http://codereview.chromium.org/9584041/ and http://codereview.chromium.org/9553014/ , and has been combined in order to preserve SVN history. BUG=114343 TEST=net_unittests R=wtc Review URL: https://chromiumcodereview.appspot.com/9812035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128150 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
- About 100 lines shorter and several sections consolidated. BUG=none TEST=none Review URL: http://codereview.chromium.org/9827004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128149 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=none TEST= Review URL: http://codereview.chromium.org/9764010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128148 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Chromoting host plugin uses a class that accesses CommandLine::ForCurrentProcess() which returns NULL because it is not initialized Avoid this crash by having a different static constructor that creates a DesktopEnvironment not using this class. BUG=118003 TEST=Load the latest plugin, generate access code without crash Review URL: http://codereview.chromium.org/9829006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128147 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
BUG=117407 TEST= Review URL: http://codereview.chromium.org/9814014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128146 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
Revert 127855 - Revert 127835 - Make sure to add rescheduled message when we have unprocessed commands and there's no error. Doing this only when the stub is unscheduled causes dropped commands (and hangs) when it's rescheduled due to a timeout. BUG=119219 TEST= Review URL: https://chromiumcodereview.appspot.com/9726014 TBR=jbauman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9768008 TBR=zmo@google.com Review URL: https://chromiumcodereview.appspot.com/9814032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128145 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
sandbox. Needed for running a packaged Chrome installation in some environments with no root access and no pre-installed Chrome. BUG=none TEST=none Review URL: http://codereview.chromium.org/9811010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128144 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
There are no trybots for 32-bit Windows, so I want to enable the test there separately from implementing 64-bit Windows support to avoid any surprises later. The test for 64-bit Windows is copied from NaCl's buildbot_nacl_integration.py script. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2651 TEST=run_inbrowser_exception_test in nacl_integration Review URL: https://chromiumcodereview.appspot.com/9815026 TBR=mseaborn@chromium.org Review URL: https://chromiumcodereview.appspot.com/9812038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128143 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=119293 Review URL: https://chromiumcodereview.appspot.com/9810022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128142 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Driver related info would be included into PrinterBasicInfo::options so it would be uploaded to cloud print backend. BUG=118797 TEST=none Review URL: http://codereview.chromium.org/9812002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128141 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
Interface name was originally checked with an inconsistent name, so we need to force it to the old name. Review URL: http://codereview.chromium.org/9811027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128140 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
There are no trybots for 32-bit Windows, so I want to enable the test there separately from implementing 64-bit Windows support to avoid any surprises later. The test for 64-bit Windows is copied from NaCl's buildbot_nacl_integration.py script. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2651 TEST=run_inbrowser_exception_test in nacl_integration Review URL: https://chromiumcodereview.appspot.com/9815026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128139 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=117213 TEST=None. Review URL: http://codereview.chromium.org/9813020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128138 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Alos, do not show 'Battery: 100% 0h00m' when battery is full and plugged in. BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9810030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128137 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/9358076 TBR=vandebo@chromium.org Review URL: https://chromiumcodereview.appspot.com/9812036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128136 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/9794008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128135 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: http://codereview.chromium.org/9831002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128134 0039d316-1c4b-4281-b951-d872f2087c98
-