- 19 Nov, 2011 13 commits
-
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8548020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110807 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Revert 110804 - Fixes bug where clock button wasn't updating in response to a timezone change. BUG=104667 TEST=none R=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8600001 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8500005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110806 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
change. BUG=104667 TEST=none R=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8600001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110804 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Get rid of last gpu_messages.h dependency in chrome by having chrome ask the GPUProcessHostUIShim to hang/crash/clean the gpu process. BUG=98716 Review URL: http://codereview.chromium.org/8548014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110802 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
This histogram will also tell us how often the server response got back too late and the timeout was reached. This CL also makes sure we always send back the file hash if the enhanced download protection is enabled. BUG=NONE TEST=Run all unit-tests under DownloadProtectionServiceTest. Review URL: http://codereview.chromium.org/8600006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110801 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
These should now be replaced by FILES.cfg in all active branches and build scripts. Review URL: http://codereview.chromium.org/8603001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110800 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
clang check for non-trivial destructors in headers. BUG=none TEST=compiles on mac clang R=varunjain@chromium.org Review URL: http://codereview.chromium.org/8558010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110799 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=wez@chromium.org Review URL: http://codereview.chromium.org/8604002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110798 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Disables OutOfProcessPPAPITest.Crypto test on ASAN. BUG=104832 TEST=ASAN bot runs green TBR=dmichael@chromium.org, noelallen@chromium.org Review URL: http://codereview.chromium.org/8549034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110797 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Currently, we have two duplicate mechanisms for telling the compositor to go into threaded mode. First, you set WebCompositor::setThread, then you pass enableCompositorThread via WebPreferences. We're moving to a global initialize/shutdown flow on the compositor. This is a breaking change on the WebKit API so this change prepares us for it. Review URL: http://codereview.chromium.org/8558030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110794 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8558032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110793 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Disables failing test on Heapcheck bots. BUG=104826 TEST=Heapcheck on Chromium OS completes the unit_tests run. TBR=rsesek@chromium.org, bauerb@chromium.org Review URL: http://codereview.chromium.org/8602011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110792 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8601011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110791 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Nov, 2011 27 commits
-
-
jamescook@chromium.org authored
The CrOS file picker closes the dialog immediately, without running the page unload handler. This meant we were leaking file watcher objects, causing a DCHECK in SelectFileDialogExtensionBrowserTest. Fixed by calling it manually when needed. Also, we need to clean up the current directory's watcher, because we don't have a directory-change event in the unload handler that we can use to look up the directory path. BUG=104692,103491 TEST=browser_tests, also verify you can open a file with control-O Review URL: http://codereview.chromium.org/8602009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110789 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
I've converted Flapper, so we don't need them any longer. However, we still need to support the C interfaces for some time (for binary compatibility). Review URL: http://codereview.chromium.org/8597018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110788 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8566052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110787 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
WebVideoRenderer was added in r40137 as part of my IPC-based video rendering experiment. I later added --enable-video-logging in r43038 which was intended to log timestamps and do logs analysis to determine playback smoothness. This again was experimental and never used. Also removed WebMediaPlayerProxy::SetRect() and VideoRendererImpl::SetRect() as they were not implemented. Review URL: http://codereview.chromium.org/8601004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110786 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Review URL: http://codereview.chromium.org/8561016 TBR=pkotwicz@chromium.org Review URL: http://codereview.chromium.org/8558033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110785 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
http://crrev.com/110761 fails check_deps on OSX 10.6 ERROR in /b/build/slave/Mac_10_6_Tests__dbg__2_/build/src/ui/views/bubble/bubble_border.cc Illegal include: "grit/ui_resources_standard.h" Because of no rule applying TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/8561032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110784 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Review URL: http://codereview.chromium.org/8561016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110783 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
BUG=102903 TEST=compile Change-Id: I5bea343f65b9db676b0f07e1b41bb59cf4f7cf38 R=oshima@chromium.org,saintlou@chromium.org,dnicoara@chromium.org Review URL: http://codereview.chromium.org/8596010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110782 0039d316-1c4b-4281-b951-d872f2087c98
-
mflodman@chromium.org authored
Review URL: http://codereview.chromium.org/8589018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110780 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=103500 TEST=browser_tests Review URL: http://codereview.chromium.org/8561030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110779 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
I previously assumed that PipelineImpl would go through a clean Pause/Flush/Stop on an error but it turns out that Stop() can be called at anytime. Fortunately a DCHECK() would catch this condition and was easily triggerable using the test case attached in bug 100434. Review URL: http://codereview.chromium.org/8561019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110778 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
dev interfaces, and we want it to go through IDL so that the PNaCl shim will know about them. There are few others dev and private interfaces not yet converted to IDL, but this is a start. TEST= ./generator.py BUG= http://code.google.com/p/chromium/issues/detail?id=89968 Review URL: http://codereview.chromium.org/8586031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110777 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
Preallocating the shared memory object saves an IPC round trip. It also makes the code path more similar for Linux and Mac. It also lays the groundwork for changing the allocation method later without having to replumb the proxying layer. BUG= http://code.google.com/p/chromium/issues/detail?id=103377 TEST= nacl still works on Linux R=mseaborn@chromium.org,jam@chromium.org Review URL: http://codereview.chromium.org/8513018 TBR=mseaborn@chromium.org Review URL: http://codereview.chromium.org/8598029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110776 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
which crashes consistently. BUG=104805 TEST=none R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/8549029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110775 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
nested loop can exit. BUG=104684 TEST=BrowserTest.CloseWithAppMenuOpen passes on aura build Review URL: http://codereview.chromium.org/8597010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110774 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
TBR=darin@chromium.org Review URL: http://codereview.chromium.org/8566047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110773 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=104636 TEST=No process swap on a link to/from a bookmark app. Review URL: http://codereview.chromium.org/8585016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110772 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
BUG=102903 TEST=compile Change-Id: I96c63b55a6be4623f8edd202a1642ae6f7a6eb7a R=mark@chromium.org,oshima@chromium.org,dnicoara@chromium.org Review URL: http://codereview.chromium.org/8561018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110771 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=103488 TEST=DownloadTests.* browser tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110765 Review URL: http://codereview.chromium.org/8585040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110770 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Disable more failing PPAPITests on Valgrind Mac bot. BUG=104535 TEST=Valgrind on Mac goes green TBR=yzshen@chromium.org Review URL: http://codereview.chromium.org/8602008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110769 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
crashes due to a NULL tabContents pointer. BUG=104751 TEST=no Review URL: http://codereview.chromium.org/8586056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110768 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds suppressions for ThreadData::TallyABirthIfActive ThreadData::TallyADeath BUG=104806 TEST=Valgrind bots go green TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8569016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110767 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=103488 TEST=DownloadTests.* browser tests Review URL: http://codereview.chromium.org/8585040 TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/8569015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110766 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=103488 TEST=DownloadTests.* browser tests Review URL: http://codereview.chromium.org/8585040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110765 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Just show the setting level bubble on the default monitor, since ChromeOS only really supports one monitor right now anyway. Code like this will end up living in aura_shell::Shell by the time we end up figuring out how to support multiple monitors. For now, this removes a USE_AURA ifdef/NOTIMPLEMENTED() and some unnecessary complexity for cros. BUG=none TEST=none Review URL: http://codereview.chromium.org/8596013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110764 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
It's definitely not something we want to expose to users. Review URL: http://codereview.chromium.org/8590011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110763 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=browser_tests, unit_tests etc. builds Review URL: http://codereview.chromium.org/8599003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110762 0039d316-1c4b-4281-b951-d872f2087c98
-