- Dec 02, 2010
-
-
victorw@chromium.org authored
TBR=vitalyr TEST=none BUG=none Review URL: http://codereview.chromium.org/5493001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67909 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:9737 TEST=Verify fix for chromium-os:9737 Review URL: http://codereview.chromium.org/5494001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67907 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 01, 2010
-
-
vitalybuka@chromium.org authored
BUG=64967 TEST=none Review URL: http://codereview.chromium.org/5481002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67905 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Small corrections to gyp files for missing or moved headers. BUG=none TEST=unit tests and try bots. Review URL: http://codereview.chromium.org/5485001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67903 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
TBR=aa,scherkus BUG=None TEST=Official builders should sync and compile again. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67901 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/5498001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67900 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:9811 TEST=Manual Review URL: http://codereview.chromium.org/5473001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67899 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Took out web_store_icon.png from google_chrome directory, because it is supposed to come from DEPS. This reverts commit f4b669a21f11dbde983f6d1647e60753cd7fd8be. BUG=61019 TEST= TBR=laforge@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67896 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=46609 TEST=Should turn green! Review URL: http://codereview.chromium.org/5460001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67895 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/5471002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67894 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Previously we built part of base twice under different configurations. This reverts r49502 (http://codereview.chromium.org/2796002), since we don't need a separate fpic base target now that all of Linux is built with fpic. Review URL: http://codereview.chromium.org/5361011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67893 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
This reverts commit 9dac844f46dd3263a04854668a60489d8633e587. TBR=erikkay@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67892 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Switched GPU watchdog timeout to be based on main thread's user + kernel time rather than wall clock time on Windows. Only on Windows because it is the only platform 58396 appears to be happening on. My latest hairbrained theory is that it is timing out and aborting while Windows boxes are resuming from hypernation. In that case wall clock time might incorporate a lot of I/O time for paging in data from swapfile. This is an attempt to hide that I/O time, counting only active CPU time. It catches hangs like this: for (;;) { } and this: for (;;) { Sleep(0); } but not this: for (;;) { Sleep(1000); } because that just makes the thread largely idle. It also does not catch deadlocks. Also fixed null dereference in GPU watchdog termination code. BUG=64648, 58396 TEST=test GPU watchdog locally, try Review URL: http://codereview.chromium.org/5301007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67891 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=64840 TEST=With --enable-ceee, CF profiles on IE7 should not be under Temporary Internet Files. Review URL: http://codereview.chromium.org/5254012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67890 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Fix a problem with the delete-after-reboot code. Removing pending renames of files not currently on disk would fail due to calls to GetShortPathName failing for already-deleted files. Now we just attempt to keep using the long path names for the already-deleted-file case. Also test. BUG=64503 TEST=Uninstall CF while it is in use. Delete the in use files. Reinstall. Ensure that the CF files are no longer scheduled for deletion by looking at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations. Review URL: http://codereview.chromium.org/5354006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67889 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
BUG=63511 TEST=none TBR=erikkay@chromium.org Review URL: http://codereview.chromium.org/5460002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67888 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
This is a benchmarking program that times how fast a shader can color-convert and render video frames to the screen. The program takes a file with raw YUV frames, the number of frames in the file, and the dimensions of the video file as parameters and outputs the max frames per second obtained when rendering the video using various painting/shading techniques. BUG=48633 TEST=compiles Review URL: http://codereview.chromium.org/4873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67887 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
That bug is fixed on the WebKit side with: https://bugs.webkit.org/show_bug.cgi?id=49937 BUG=63774 TEST=On Mac, open a page with a select with not items (<select></select>). Click on the select, nothing should happen. Review URL: http://codereview.chromium.org/5275001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67886 0039d316-1c4b-4281-b951-d872f2087c98
-
amit@chromium.org authored
There's an issue that's seen only on this builder so far that any window.open just hangs. Disabling the selenium tests on this builder since tests opening popups fail. BUG=NONE TEST=FullTabSeleniumTest.Core Review URL: http://codereview.chromium.org/5473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67885 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
It looks like this used to be used by SSLUITest.TestHTTPSErrorWithNoNavEntry, but is not anymore. BUG=None TEST=grep'ed for it, trybots pass Review URL: http://codereview.chromium.org/5486001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67884 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
Listen for APP_TERMINATING in notification ui; close windows earlier in the process before they get clobbered by browser_shutdown leading to a potential double-close. BUG=58053 TEST=exit chrome with notifications open Review URL: http://codereview.chromium.org/5319011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67883 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=61019 TEST=Install an app on Chromium. Should see a bluish web store icon. Install on Google Chrome. Should see colorful version. Review URL: http://codereview.chromium.org/5413001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67878 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=59131 TEST=none Review URL: http://codereview.chromium.org/4723006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67877 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=sanjeevr@chromium.org BUG=64804 TEST=none Review URL: http://codereview.chromium.org/5481001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67876 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalyr@chromium.org authored
BUG=none TEST=none TBR=thakis Review URL: http://codereview.chromium.org/5462005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67873 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
This allows us to keep the original Firefox title of the bookmark. BUG=34375 TEST=Drag a bookmark from the Firefox bookmark bar to the Chrome bookmark bar. It should maintain the title instead of turning to the filename/url. Review URL: http://codereview.chromium.org/5292013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67872 0039d316-1c4b-4281-b951-d872f2087c98
-
sanjeevr@chromium.org authored
Changed the CloudPrint Proxy custom header from X-Google-CloudPrint-Proxy to X-CloudPrint-Proxy because GFE does not let the other one through. BUG=None TEST=Cloud print proxy Review URL: http://codereview.chromium.org/5470001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67870 0039d316-1c4b-4281-b951-d872f2087c98
-
mbelshe@google.com authored
if an https:// URL was attempted to be fetched across it. Also fix a bug where when two SSL connections are made, but only one is moved into a SPDY session (because the second is redundant), close the redundant connection. This had been leaking a un-verified SSL connection into the pool, which could then get re-used as though it was verified. BUG=64861 TEST=none Review URL: http://codereview.chromium.org/5409004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67869 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalyr@chromium.org authored
BUG=none TEST=none TBR=victorw Review URL: http://codereview.chromium.org/5462004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67868 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/5359009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67867 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
This converts the password manager to use the non-deprecated Autofill method on the WebKit side for showing the suggestions popup menu. BUG=none TEST=PasswordAutocompleteManagerTest.*, and manual steps of triggering password autofill popup menu. Review URL: http://codereview.chromium.org/5337011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67866 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
These still expected fixed port testserver's, but were undetected as failing since marked FLAKY. BUG=64785 TEST=browser_tests --gtest_filter="*TestUnsafeContentsInWorker*" Review URL: http://codereview.chromium.org/5472001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67864 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=64894,64918,64930 TEST=linux_valgrind trybot should become greener TBR=glider Review URL: http://codereview.chromium.org/5474001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67863 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
- fast start (handshake cutthough) if enabled, - Disable compression when falling back to TLS - various memory buffer frugality options Patches to enable some these features in OpenSSL can be found here: http://android.git.kernel.org/?p=platform/external/openssl.git;a=blob_plain;f=patches/handshake_cutthrough.patch;hb=HEAD http://android.git.kernel.org/?p=platform/external/openssl.git;a=blob_plain;f=patches/small_records.patch;hb=HEAD BUG=None TEST=None Review URL: http://codereview.chromium.org/5451001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67861 0039d316-1c4b-4281-b951-d872f2087c98
-
kathyw@chromium.org authored
I'll push this to all doc channels. BUG=59535 TEST=none Review URL: http://codereview.chromium.org/5397005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67860 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67856 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67854 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Revert previous traces and add one targeted test. My traces seem to indicate that something else than a Chrome window has focus when the test fails. Lets figure out what that is... BUG=62937 TEST=Tracking down problem in test Review URL: http://codereview.chromium.org/5463001 TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/5451002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67852 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
The ChromeNetLog is now owned by the browser process, and passed to the IOThread on creation. NetLog entries can be added from any thread. Observers must be able to handle having log entries added from any thread. Observers can add/remove themselves on any thread. BUG=63334 TEST=None, yet Review URL: http://codereview.chromium.org/4118004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67851 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Suppress SPDY Linux x64 Valgrind warnings; Remove a suppression for a fixed Singleton data race; widen a suppression for a leak #16092 BUG=64894,62801,16092 TBR=glider TEST=linux_valgrind trybot should become greener Review URL: http://codereview.chromium.org/5466001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67850 0039d316-1c4b-4281-b951-d872f2087c98
-