- Dec 02, 2010
-
-
morrita@chromium.org authored
to allow the dump including the heap memory. TEST=none BUG=none Review URL: http://codereview.chromium.org/5262011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67925 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/5520001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67924 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
BUG=61771 Review URL: http://codereview.chromium.org/5334003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67923 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67922 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
BUG=62865 TEST=none Review URL: http://codereview.chromium.org/5406004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67920 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
TEST=None BUG=None Review URL: http://codereview.chromium.org/5310011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67918 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=64850 TEST=Verify that associated crash goes away in Canary Review URL: http://codereview.chromium.org/5490001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67917 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Per the UI mocks. BUG=63810 TEST=DOMUI pref structural widths should match mocks Review URL: http://codereview.chromium.org/5521001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67916 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
TBR=ojan Review URL: http://codereview.chromium.org/5534001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67915 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
are now doubles (to match Safari). This was done in http://trac.webkit.org/changeset/72974 BUG=64874 Review URL: http://codereview.chromium.org/5482002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67914 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
There is a new crash report but not caught by the CHECKS. (http://crash/reportdetail?reportid=accf4c24431527ce#crashing_thread) This could be because this ifdef generates two different objects of this template function and linker may be picking bad one. BUG=chromium-os:7327 TEST=none Review URL: http://codereview.chromium.org/5405003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67913 0039d316-1c4b-4281-b951-d872f2087c98
-
maf@chromium.org authored
Review URL: http://codereview.chromium.org/5526001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67912 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@google.com authored
BUG=none TEST=Run on trybot-windows.txt, \base\ remains that way in the first warning. Review URL: http://codereview.chromium.org/5298012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67911 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@google.com authored
- shm handle uint64_t -> int - more unification of shm size from int32_t -> uint32_t - GetNativeMemoryHandle() -> GetSharedMemory() BUG=none TEST=src/ppapi/examples/ Review URL: http://codereview.chromium.org/5410001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67910 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-