- Nov 03, 2010
-
-
stevenjb@chromium.org authored
BUG=http://code.google.com/p/chromium-os/issues/detail?id=8641 TEST=Disable cellular; enable cellular; activate cellular network. Verify no crash. Review URL: http://codereview.chromium.org/4374003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64962 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=60211 Review URL: http://codereview.chromium.org/4222005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64960 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Adding reliability suppression for crash in ICU's unicodestring::toutf8 called from CLD's NormalizeText routine. BUG=61800 TEST=None TBR=rafaelw Review URL: http://codereview.chromium.org/4415001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64959 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Incur a delay of 5 seconds to reduce probability of of blocking shutdown on an http request. This is intended to be a temporary workaround hack. BUG=8429 TEST=none Review URL: http://codereview.chromium.org/4347003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64958 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=59146 TEST= Review URL: http://codereview.chromium.org/4327001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64957 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Re-disable ExtensionGalleryInstallApiTest.InstallAndUninstall that looks like it got accidentally re-enabled in r64517. BUG=55642 TEST=None Review URL: http://codereview.chromium.org/4311003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64956 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
don't build by themselves, this is part of a larger patch. You can see most of the serialization mechanics already checked in to the same directory. TEST=none BUG=none Review URL: http://codereview.chromium.org/4369001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64955 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
(This copies one line I missed during my previous incognito man patch.) BUG=61596 TEST=no gap between the tabs and toolbar as described in bug. Review URL: http://codereview.chromium.org/4387001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64954 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
The Snap Start code in NSS worked like the prototype implementation in tlsclient. This had the library take care of resending the application data in the event of a mispredict. However, that was safe because it did certificate verification as the message was received. However, in Chrome, it's possible that a mispret could be triggered by the server having a different certificate and NSS would resend the application data before Chrome verified the certificate. This change removes that behaviour from NSS and makes the retransmission the job of ssl_client_socket_nss.cc. BUG=none TEST=none http://codereview.chromium.org/4213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64953 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=49551 Review URL: http://codereview.chromium.org/4365001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64952 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=61585 TBR=glider Review URL: http://codereview.chromium.org/4339003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64951 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/4262001/showhansl@google.com authored
The r64883 broke most unit tests in CEEE that relied on disabling logs while testing error paths. BUG=None TEST=None Review URL: http://codereview.chromium.org/4390001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64948 0039d316-1c4b-4281-b951-d872f2087c98
-
hansl@google.com authored
Verify that we don't receive a NULL pointer for the session_id. This check will be removed as soon as getSessionId is implemented in ChromeFrame. Also, it is not needed for the other code path as ChromeFrame does make the check in it. BUG=3161153 TEST=None Review URL: http://codereview.chromium.org/4321007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64947 0039d316-1c4b-4281-b951-d872f2087c98
-
chocobo@chromium.org authored
BUG=chromium-os:5612 TEST=None TBR=ers@chromium.org Review URL: http://codereview.chromium.org/4399001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64946 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
* Now there's a class named MasterPreferences that owns the json dictionary and supports methods that previously were global. * There's now a global object for the current process' master preference object, which avoids parsing the preference file multiple times. * Refactored the tests to be more data driven TEST=Run the installer util unit tests. Set the filter to *MasterPref* if you only want to run the tests affected by this change. BUG=none Review URL: http://codereview.chromium.org/4342001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64945 0039d316-1c4b-4281-b951-d872f2087c98
-
ctguil@chromium.org authored
BUG=59890 TEST=Manual. Inspect32. Review URL: http://codereview.chromium.org/4292001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64943 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@google.com authored
causing this DCHECK to trigger because it was still checking for the old number of arguments. Changed the DCHECK condition to test for the correct number. BUG=0 TEST=None Review URL: http://codereview.chromium.org/4343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64942 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is an attempt to fix this valgrind error: http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20(valgrind)(2)/builds/210/steps/memory%20test:%20ui_1/logs/stdio It appears mmap might have been trying to map libosmesa.so to a fixed address. TEST=try BUG=61601 Review URL: http://codereview.chromium.org/4318005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64941 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
There appears to also be problems in ANGLE which have not been addressed yet, specifically GL_RGB textures are allocated D3DFMT_A8R8G8B8 instead of D3DFMT_X8R8G8B8. Prevent saved and target offscreen resources from being destroyed if we don't have a context. TEST=try, run demos locally BUG=61441 Review URL: http://codereview.chromium.org/4246001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64940 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
BUG=http://crbug.com/61717 TEST=Build on VS 2005 Review URL: http://codereview.chromium.org/4271003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64939 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This should make svn sync again this directory. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64933 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
DO NOT SYNC TO THAT REVISION. Trying to workaround bug introduced in 64923. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64932 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
NO CODE CHANGE git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64930 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
NO CODE CHANGE. TBR=robertshield TEST=none BUG=none Review URL: http://codereview.chromium.org/4334003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64929 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=fbarchard TEST=none BUG=none Review URL: http://codereview.chromium.org/4386002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64928 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
BUG=55165 TEST=tools/licenses.py Review URL: http://codereview.chromium.org/4345001 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/4365002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64927 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:8465 TEST=Verify progress bar has new look now per chromium-os:8465. Review URL: http://codereview.chromium.org/4236001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64924 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=55165 TEST=tools/licenses.py Review URL: http://codereview.chromium.org/4345001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64923 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
The window size handling in PanelBrowserView::Init seems no longer needed and would cause problem now. BUG=chromium-os:8258 TEST=Verify fix for chromium-os:8258. Review URL: http://codereview.chromium.org/4170010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64922 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider BUG=61753 Review URL: http://codereview.chromium.org/4383001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64921 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=27786,60591 TEST=Enable 'Confirm to Quit' in about:flags. When you press Cmd+Q, it brings up the floaty panel telling you to hold the key combo. When you do, it quits after 1.5 seconds. Review URL: http://codereview.chromium.org/4220005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64920 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/4146012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64919 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64917 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
TBR=thakis BUG=48521 TEST= Review URL: http://codereview.chromium.org/4264004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64916 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
BUG=chromium-os:8161 TEST=manual Review URL: http://codereview.chromium.org/4332002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64915 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
Marking two OptionsUITests (TwoCommandsOneTab & CommandAgainGoesBackToOptionsTab) as DISALBED because of linux/views crashes TBR=csilv BUG=48521 TEST= Review URL: http://codereview.chromium.org/4370003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64914 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This adds a device management backend implementation running over HTTP. BUG=None TEST=unit tests in device_management_backend_impl_unittest.cc Review URL: http://codereview.chromium.org/4098004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64912 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
TBR=rafaelw Review URL: http://codereview.chromium.org/4352003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64911 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Marking animations/suspend-resume-animation-events.html as failing, it appears to crash on Mac quite a bit. BUG=61739 TEST=None TBR=rolandsteiner, rafaelw Review URL: http://codereview.chromium.org/4372002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64910 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=61737 TBR=antonm Review URL: http://codereview.chromium.org/4374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64909 0039d316-1c4b-4281-b951-d872f2087c98
-