- 12 Jul, 2012 35 commits
-
-
kochi@chromium.org authored
This is for preparation for adding new Drive V2 API parser. BUG=chromium:127728 TEST=compile Review URL: https://chromiumcodereview.appspot.com/10692152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146291 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Created CanvasImageSource utility class to simplify the image creating using canvas. BUG=122992 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10702136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146290 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch. BUG=121479 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146038 Review URL: https://chromiumcodereview.appspot.com/10704073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146289 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change adds a yet another suppression rule for the leak in PosixDynamicThreadPool::AddTask(). (As written in Bug 16089, PlatformThread::CreateNonJoinable() does not delete WorkerThread objects created by PosixDynamicThreadPool::AddTask().) TBR=dhollowa BUG=16089 TEST=make the "Linux Tests (valgrind)(4)" bot and the "Chromium OS Tests (valgrind)(5)" bot green. Review URL: https://chromiumcodereview.appspot.com/10700181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146288 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146287 0039d316-1c4b-4281-b951-d872f2087c98
-
hayato@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10703161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146286 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
This file will be used in an end to end test for client cert auth. Firstly, submit this binary file to avoid try bots failures. BUG=136950 TEST=none (new items will be added to browser_tests) Review URL: https://chromiumcodereview.appspot.com/10702140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146285 0039d316-1c4b-4281-b951-d872f2087c98
-
fdeng@chromium.org authored
Previously a pyauto functional test tries to restart itself with a correct version of python(i.e. 2.6) if it finds out the current python version is not 2.6. Make changes to pyauto_functional.py so that it will check the value of an environment variable DO_NOT_RESTART_PYTHON_FOR_PYAUTO when the test starts. If DO_NOT_RESTART_PYTHON_FOR_PYAUTO is set (to any value), it will not try to restart itself regardless what the current python version is. This is to allow users to run PyAuto with python 2.7. Users of python 2.7 can now run PyAuto functional tests by setting this environment variable (to any value). BUG=None TEST=Ran test_basic.py with DO_NOT_RESTART_PYTHON_FOR_PYAUTO set and unset. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10694077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146284 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10694127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146283 0039d316-1c4b-4281-b951-d872f2087c98
-
tedvessenes@gmail.com authored
R=akalin@chromium.org BUG=108171 TEST= Review URL: https://chromiumcodereview.appspot.com/10689157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146282 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
This is the cache miss equivalent of r118386. We were unnecessarily posting a task to restart the HTTP request on a cache miss. On pages with heavy activity this can delay the load until the task can get executed. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10700125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146281 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is in preparation for replacing GDataCacheEntry with a proto. BUG=136921 TEST=out/Release/unit_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10736045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146280 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=136629 TEST= TBR=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10703158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146279 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@chromium.org authored
Adds logic to transfer the waiting-for-next-keyframe state to the split range if necessary. BUG=NONE TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/10703125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146274 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
Convert PyAuto's NavigateToURL, GetActiveTabIndex, Refresh, RefreshActiveTab, and AppendTab to the JSON interface. BUG=132794 TEST=chrome/test/functional/browser.py, chrome/test/functional/navigation.py Review URL: https://chromiumcodereview.appspot.com/10692067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146273 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG=118109 TEST=Manually verify that all monitors are remoted when connecting to a multi-monitor Windows host, even if one or more monitors are configured to the left or above the primary monitor. Review URL: https://chromiumcodereview.appspot.com/10699046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146272 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
TEST=added BUG=132616 Review URL: https://chromiumcodereview.appspot.com/10695161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146271 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Non 7-bit ASCII characters confused the hell out of try bots and scripts and led to hard to track bugs. BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10696187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146270 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
BUG=101244 Review URL: https://chromiumcodereview.appspot.com/10762006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146269 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change updates the suppression rule for Bug 111186 <http://crbug.com/111186> to catch up with r140100 <http://crrev.com/140100>. TBR=dhollowa BUG=111186 TEST=make the "Linux Tests (valgrind)(5)" bot and the "Chromium OS Tests (valgrind)(5)" bot greener. Review URL: https://chromiumcodereview.appspot.com/10704177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146267 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=135258 TEST=Manual, made sure that the tab background was fully tinted with several themes Review URL: https://chromiumcodereview.appspot.com/10690115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146266 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10692141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146265 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@chromium.org authored
We saw a Chrome crash on changing the device volume in Guest mode if Accessibility has been turned on. This automation test will catch this type of crash. TEST=None BUG=129218 Review URL: https://chromiumcodereview.appspot.com/10696169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146263 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Relanding with improved tests and support for cleaning up partial nigori. The original patch was reverted due to users who needed to download a new nigori node, but who had since been migrated. We do not handle migration before the backend is initialized, so we now go ahead and detect+delete partial nigori nodes before redownloading them. By blowing away the old progress marker, we're no longer at risk of receiving the migration done response. In order to test this the SyncBackendHost unit tests have been substantially upgraded. original review at: https://chromiumcodereview.appspot.com/10483015 BUG=129665,133061,133219 TEST=unit/integration tests Review URL: https://chromiumcodereview.appspot.com/10701085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146262 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change suppresses a leak in base::PlatformThread::SetName() shown in the heapchecker bots. (Even though this std::string is created by tracked_object and it may be a duplicate of Bug 102327 <http://crbug.com/102327>, I do not have any ideas why this stack does not include tracked_objects.) TBR=dhollowa BUG=136936 TEST=make the "Linux Heapcheck" bot and the "Chromium OS Heapcheck" bot green. Review URL: https://chromiumcodereview.appspot.com/10694149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146259 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10698147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146258 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Display separate dialog if there are neither installed nor suggested services. BUG=129005 TEST=bring up intent picker without any intents installed, and none in CWS. (Easier in Chromium, since CWS suggestions are disabled there) R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10703121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146257 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
in SendBody instead of SendBodyComplete. SpdyHttpStream inherits from ChunkCallback (SpdyStream doesn't inherit from ChunkCallback). OnChunkAvailable is handled by SpdyHttpStream. In unit tests, added new tests (similar to http_stream_parser_unittest for chunked uploads), to delay sending of chunked data. Also added sending of window_update during chunk uploads. Verified that these tests fail with the old code and run ok with the new changes. This change also fixed chunked uploads hanging (or stalling) for speech recgonition. Many many thanks to sleevi for suggesting the way to clean up the SpdyHttpStream's SendBody and SendBodyComplete code. R=rch@chromium.org, rsleevi@chromium.org TEST=network unit tests BUG=113107, 136044 Review URL: https://chromiumcodereview.appspot.com/10689034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146255 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Wraps the SincResampler for multichannel use. Can't land until after https://chromiumcodereview.appspot.com/10702050/ lands. Since the SincResampler unit tests focus on accuracy, the multi channel resampling tests just ensure the wrapper functions as expected with a single resampling frequency and a constant fill value. BUG=133637 TEST=MultiChannelResampler Unittests. Review URL: https://chromiumcodereview.appspot.com/10701049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146254 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146253 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Though it's not documented in the function comment, UpdateCache() had ability to remove an existing cache entry. This is more like a surprising behavior. This patch removes the behavior. Along the way, rename the function to be more descriptive. Also rename RemoveFromCache() to RemoveCacheEntry(). BUG=136921 TEST=out/Release/unit_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10690154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146251 0039d316-1c4b-4281-b951-d872f2087c98
-
rbultje@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10736040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146250 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is part of the unit_tests linking effort. Review URL: https://chromiumcodereview.appspot.com/10698095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146249 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@chromium.org authored
If a browser is running, and the service process is running the connector, the connector will occasionally start up a chromium process to check the connector enablement policy. The flag to do so would get passed to a running browser, if present, and there is a path through the policy check code that could cause the browser to quit. This patch prevents the policy check flag from being passed on; the started process will be very short lived and does a silent launch. BUG=134252 TEST=None Review URL: https://chromiumcodereview.appspot.com/10666010 TBR=scottbyer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10703157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146248 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=136803 TEST=none, unittests Review URL: https://chromiumcodereview.appspot.com/10693153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146246 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jul, 2012 5 commits
-
-
scherkus@chromium.org authored
Duplicating ~100 lines of code for the ~5 lines of code that are different isn't worth it. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10735016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146242 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
It depends on ManagaedMode (which is excluded on android). BUG=117407 TEST= Review URL: https://chromiumcodereview.appspot.com/10735043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146240 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Clicking in the Omnibox (without prior focus or selection) should select-all in reverse to show the leading text. Note: OmniboxViewViews selection differs from OmniboxViewWin in other tangentially related ways (retention and display of unfocused selection, tracked in crbug.com/134701). BUG=134762,134701 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10694140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146239 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10704166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146238 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove browser::FindTabbedBrowser from old_panel_browsertest.cc by deleting the tests now that use it. These tests are going to be deleted soon anyways. This matches a subset of r145215. BUG=129187 Review URL: https://chromiumcodereview.appspot.com/10694145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146237 0039d316-1c4b-4281-b951-d872f2087c98
-