- Sep 22, 2010
-
-
caseq@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3452019/show TBR=atwilson@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60212 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/3387010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60210 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3412016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60208 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=50278 TEST=none Review URL: http://codereview.chromium.org/3455009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60207 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
BUG=56455 TEST=start chrome with --enable-accelerated-2d-canvas, open bookmark manager, verify there is no GPU process Review URL: http://codereview.chromium.org/3413027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60206 0039d316-1c4b-4281-b951-d872f2087c98
-
sanjeevr@chromium.org authored
Added code in the browser process to display a Cloud Print token expired desktop notification. Also added a command-line switch to show this UI. BUG=None TEST=None for now. Review URL: http://codereview.chromium.org/3436019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60205 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3448019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60204 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3455014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60201 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3413029 TBR=atwilson@chromium.org Review URL: http://codereview.chromium.org/3398019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60200 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
This should speed up testserver-based unit tests considerably and make them less flakey. R=agl,cpu,phajdan,wtc BUG=49680 TEST=net_unittests Review URL: http://codereview.chromium.org/3368012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60199 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/3437011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60196 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Use BrowserProcess's local_state as a cache to users settings; - Update login code to use the cached users settings per chromium-os:6789 BUG=chromium-os:6789 TEST=Verify fix for chromium-os:6789. Review URL: http://codereview.chromium.org/3413021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60195 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3413029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60194 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Also remove skia from svn:ignore in src/third_party. src/third_party/skia became versioned in r59564. NO CODE CHANGE. TBR=pawel TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60193 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
If a chrome test that uses a testserver were to crash, the testserver process ends up being orphaned, potentially affecting subsequent tests. This patch causes child processes of a test case to be killed along with the test case if it were to be abruptly terminated. BUG=55808 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3423012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60192 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
showing and you pressed control-w. BUG=54833 TEST=none Review URL: http://codereview.chromium.org/3453016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60191 0039d316-1c4b-4281-b951-d872f2087c98
-
cmasone@google.com authored
These are meant to wrap and replace large chunks of code in GoogleAuthenticator, once I rewrite that code to do offline and online login at the same time. That's why there's some code that's still in GoogleAuthenticator that's refactored into some of these classes. Essentially, one creates an AuthAttemptState object, which will only allow its mutable contents to be read/written on the IO thread. Then, you pass it to an OnlineAttempt which, when done, stores results in the AuthAttemptState. You can do the same thing with the various CryptohomeOp classes. They call out over DBus to asynchronously do stuff with the user's cryptohome and then, when the callbacks come in, these object post a call over to the IO thread to update the contents of the AuthAttemptState instance they're holding on to. BUG=chromium-os:4929 TEST=unit testss Review URL: http://codereview.chromium.org/3407008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60190 0039d316-1c4b-4281-b951-d872f2087c98
-
ctguil@chromium.org authored
This test doesn't pass on the interactive_ui_tests builder, but always passes locally. BUG=54220 TEST=none TBR=dmazzoni@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60189 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/3420004/showrobertshield@chromium.org authored
Original description: - added detection of IE9 for ChromeFrame.IEVersion metric - replaced ChromeFrame.FullTabLaunchType metric with ChromeFrame.LaunchType metric, which logs more info regarding how it came to be that GCF rendered a page (but only for the CTransaction patch) BUG=43885 TEST=none Review URL: http://codereview.chromium.org/3443017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60188 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
And bump up CppVariant::ToStringVector limit from 100 to 60000 so that we can pass more arguments through chrome.send. BUG=chromium-os:6827 TEST=Verify proxy setting values entered are sent to CrosSettingsProviderProxy. Review URL: http://codereview.chromium.org/3386009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60184 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
without --single-process. (Yes, this means we need to make our test coverage better in the near future.) TEST=none BUG=none Review URL: http://codereview.chromium.org/3487003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60181 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60178 0039d316-1c4b-4281-b951-d872f2087c98
-
glotov@chromium.org authored
BUG=chromium-os:5176 TEST=Volume bubble should appear horizontally centered. Review URL: http://codereview.chromium.org/3488002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60176 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Adds Winsock service providers to log dumps, and converts a couple of their numeric values to strings. Also adds the OS version from the user-agent string to the top of the log dump. TEST=manual BUG=53474 BUG=54302 Review URL: http://codereview.chromium.org/3416015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60175 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
BUG=none TEST=none TBR=atwilson Review URL: http://codereview.chromium.org/3437014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60174 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=56511 TBR=glider TEST=unit_tests should become 10-15% faster under TSan. Review URL: http://codereview.chromium.org/3443016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60173 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
Marked IndexedDBBrowserTest.{CursorTest,IndexTest,KeyPathTest} as FAIL under linux. BUG=none TEST=none TBR=atwilson,jorlow Review URL: http://codereview.chromium.org/3437014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60172 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Rather than modifying the PasswordForm to have a username_element and password_element, change the logic in PasswordFormManager::HasValidPasswordForm to only care about empty username_element and password_element for HTML-form based PasswordForms. BUG=5236,49894 TEST=unit_tests --gtest_filter="*TestValidForms*". Manual: Start Chrome with fresh profile, go to a Digest authenticating proxy or server and enter a username+password. After page loads successfully, click "save password" in the infobar. Restart chrome with the same profile, and make sure username+password dialog prompt is filled in. Review URL: http://codereview.chromium.org/3419011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60171 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
BUG=54955 TEST=PrefChangeRegistrarTest.* Review URL: http://codereview.chromium.org/3304015 TBR=danno@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60170 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
BUG=54955 TEST=PrefChangeRegistrarTest.* Review URL: http://codereview.chromium.org/3304015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60169 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3382015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60168 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
BUG=chromium-os:6028 TEST=Go BWSI session, open at least 2 tabs, notice item "Bookmark all tabs" is disabled. Review URL: http://codereview.chromium.org/3440008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60167 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
by using a unique directory for disk cache tests. BUG=54098 TEST=run net_unittests using tools/parallel_launcher/parallel_launcher.py Review URL: http://codereview.chromium.org/3410008 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3387012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60166 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
by using a unique directory for disk cache tests. BUG=54098 TEST=run net_unittests using tools/parallel_launcher/parallel_launcher.py Review URL: http://codereview.chromium.org/3410008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60165 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
DOMStorageTest.RootLayoutTests) Add suppression for bug 56495 (Leak in SavePackage::Init()) BUG=56495,50297 TBR=hbono Review URL: http://codereview.chromium.org/3382016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60164 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
The patch was prepared by Eugeniy Stepanov (eugenis@) and orignally reviewed as http://codereview.chromium.org/3436022 TBR=glider TEST=./tools/valgrind/chrome_tests.sh -t <test> [--tool={tsan,tsan_rv,memcheck}] ... Review URL: http://codereview.chromium.org/3389023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60163 0039d316-1c4b-4281-b951-d872f2087c98
-
dilmah@chromium.org authored
Added IDR_MENU_DROPARROW_SHARP with more transparent background. BUG=http://crosbug.com/6568 TEST=Manual Review URL: http://codereview.chromium.org/3479002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60162 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=53407 TEST=SwitchUtilsTest.AddRemoveSwitches Review URL: http://codereview.chromium.org/3307024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60161 0039d316-1c4b-4281-b951-d872f2087c98
-
gfeher@chromium.org authored
This is necessary because the Windows Group Policy editor does not support setting a list to empty, but if the list is in a separate policy, then it can be set to disabled or not configured. BUG=55722 TEST=AdmWriterUnittest.* Review URL: http://codereview.chromium.org/3436013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60160 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=50089 TEST=none Review URL: http://codereview.chromium.org/3467008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60159 0039d316-1c4b-4281-b951-d872f2087c98
-