- 17 Nov, 2011 40 commits
-
-
dmichael@chromium.org authored
I added some JavaScript code to test_case.html that previously would have made PostMessage not function (which I verified). This depends on the following WebKit issue: https://bugs.webkit.org/show_bug.cgi?id=71478 BUG=82604 TEST=N/A Review URL: http://codereview.chromium.org/8437093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110513 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
This maps the behavior of the old compositor. BUG=None TEST=Resize window with accelerated content. Observe no "trailing" of the content on the borders. Review URL: http://codereview.chromium.org/8590021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110512 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
These were checked in executable, which is probably not what Andy wanted. He blames visual studio, self. No review URL, since its just a props change and our git cl fu is weak. TBR=ahendrickson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110511 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
This allows for using a MockClientSocketPoolManager. The default implementation has been moved into ClientSocketPoolManagerImpl. This allows HttpNetworkSessionPeer to replace the whole ClientSocketPoolManager rather than individual socket pools, which is necessary because socket pools will become more integrated in the future. BUG=none TEST=none Review URL: http://codereview.chromium.org/8572041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110510 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=104582 Review URL: http://codereview.chromium.org/8591020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110509 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This creates a chromeos::InitialBrowserWindowObserver class for Aura that replicates some behavior for tests that's currently performed by the X window manager: when the first browser window is created, /var/run/state/windowmanager/initial-chrome-window-mapped is touched (the window manager actually writes the window's ID to the file, but that doesn't make sense under Aura and luckily doesn't appear to be depended on by any tests). This fixes Chrome OS's security_ProfilePermissions.BWSI and security_ProfilePermissions.login autotests, which otherwise time out when run against an Aura build. I'm also moving existing X-window-manager-related files that are currently in the chromeos/ directory to chromeos/legacy_window_manager/. BUG=chromium-os:22974,chromium-os:22896 TEST=manual: observed that tests no longer time out Review URL: http://codereview.chromium.org/8539051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110508 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=Manual: compiles with component=shared_library without Aura Review URL: http://codereview.chromium.org/8586022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110507 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
The external delegate IPC calls in autofill_agent are setup so that a future change that adds an external delegate should already have its code called at the correct times and with the correct values. BUG=51644 TEST= Review URL: http://codereview.chromium.org/8490017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110506 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
This used to be reported as ERR_CONNECTION_CLOSED. Unfortunately, there are a number of misconfigured servers on the web which report a Content-Length completely divorced from reality. Other browsers display whatever data was received without reporting errors in this case, and Chrome now does the same. An earlier CL simply removed error reporting for this case. However, some uses may want to still treat this like an error (such as URLFetcher), or could eventually treat the case as an error and recover (such as downloads). Data received will be populated in the disk cache as a truncated entry, if the server advertises byte range support. WebURLLoaderImpl ignores this for all async and sync resource loads. At some point it may want to selectively do this based on content type. Downloads ignore the error, but no longer ignore ERR_CONNECTION_CLOSED. Other uses will treat this like an error. BUG=52847 TEST=Manually, go to a site that advertises a large content-length and closes the connection before writing so many bytes, and notice that the page now displays. Automatic: HttpNetworkTransactionTest.LargeContentLengthThenClose, URLRequestTestHttp.GetZippedTest Review URL: http://codereview.chromium.org/8496016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110505 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110504 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
This is not really part of the JSON standard but a common practice and is harmless in most of the cases so we can enable it for JSON policy files. BUG=101141 TEST=none Review URL: http://codereview.chromium.org/8423079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110503 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This picks up a single change: http://src.chromium.org/viewvc/chrome?view=rev&revision=110423 BUG=101600 TEST=none Review URL: http://codereview.chromium.org/8587020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110502 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
In the File Manager list view icons are moved to the name column. Checkbox column made unsortable. +bugfixes. BUG=chromium-os:20156 TEST=None Review URL: http://codereview.chromium.org/8585027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110501 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
Replace SetContentSetting method of the content_settings::Provider interface with GetWebsiteSetting. This is part of a series of cleanup CLs to make all content settings Providers and the HostContentSetting map use only |Values| instead of |ContentSettings|. The HostContentSettingsMap should only contain conveniences methods that take |ContentSetting| parameters. BUG=102637 TEST=HostContentSettingsMapTest*, PrefProviderTest*, PolicyProviderTest*, DefaultProviderTest*, ExtensionProviderTest* Review URL: http://codereview.chromium.org/8539004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110500 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
Bug=None Test=None Review URL: http://codereview.chromium.org/8351052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110499 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Fixed the problem that sort didn't work correctly when some rows are "N/A". BUG=none TEST=manually Review URL: http://codereview.chromium.org/8486014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110498 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8590007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110497 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=ben@chromium.org Review URL: http://codereview.chromium.org/8584001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110496 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8590004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110495 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=102804 TEST=Manual Review URL: http://codereview.chromium.org/8586023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110494 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Ran with --gtest_repeat=500 and unable to get it to fail. BUG=70960 Review URL: http://codereview.chromium.org/8581001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110493 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This is preparation for implementation Mozc suggest window fix. TEST=emerge chromeos-chrome and run unit_tests BUG=None Review URL: http://codereview.chromium.org/8573035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110492 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Some users fall off the update train. We don't want to build up a non-trival population of people who have pins that we might want to change. BUG=103283 TEST=Check that https://pinningtest.appspot.com fails in official builds. http://codereview.chromium.org/8467031/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110491 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
This reverts r110456. These tests have been failing on the Mac10.6 Sync builder since this was landed: ManyClientBookmarksSyncTest.Sanity ManyClientPasswordsSyncTest.Sanity ManyClientPreferencesSyncTest.Sanity BUG= TEST= Review URL: http://codereview.chromium.org/8590030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110490 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
TBR=sky@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/8589024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110489 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=104582 Review URL: http://codereview.chromium.org/8588031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110488 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
This patch is 3rd part of 3 splitted patches made from http://codereview.chromium.org/8386031 BUG=chromium-os:16556 TEST=build success Review URL: http://codereview.chromium.org/8499009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110486 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@chromium.org authored
- marked most callbacks as optional; - merged PanelWithSidebars into ElementsPanel; - more specific description for most of the callbacks; - misc puntuation fixes;^H. BUG=none TEST=none Review URL: http://codereview.chromium.org/8538005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110485 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110482 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110480 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
TBR=danno Review URL: http://codereview.chromium.org/8591016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110479 0039d316-1c4b-4281-b951-d872f2087c98
-
droger@google.com authored
BUG=NONE TEST=NONE Follow up on: Review URL: http://codereview.chromium.org/8465022 Then reverted by: http://codereview.chromium.org/8571008/ Review URL: http://codereview.chromium.org/8468010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110476 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
BUG=104496 TEST=Opening a Panel in debug mode with Youtube frame embedded right after launching chromium. Review URL: http://codereview.chromium.org/8581004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110475 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=80308 Review URL: http://codereview.chromium.org/8585005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110472 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=None TEST=emerge chromeos-chrome passed. Review URL: http://codereview.chromium.org/8585022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110471 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
The in-browser crash tests used to be flaky, but this was fixed some time ago. More recently, the inbrowser_crash_in_syscall test got broken by a change that caused the Breakpad handler to get run twice per crash, but this has now been fixed too. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2173 TEST=nacl_integration Review URL: http://codereview.chromium.org/8573023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110470 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
This patch is 2nd part of 3 splitted patches made from http://codereview.chromium.org/8386031 BUG=chromium-os:16556 TEST=Confirm that removable disk is correctly mounted Review URL: http://codereview.chromium.org/8497007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110469 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
SearchEngineManagerWebUITest.testOpenSearchEngineManager fails when run on a ChromeOS VM for the first time, all subsequent runs pass. Marking it as flaky. See crosbug.com/22673 BUG=chromium-os:22673 TEST=Confirmed that the test doesn't cause a fail on ChromeOS VM's. Review URL: http://codereview.chromium.org/8495025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110468 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is part 1 of the UpdateLibrary to UpdateEngineClient migration. The new files are added but not used from Chrome yet. The new code is based on update_library.cc and chromeos_update_engine.cc, and the new code will replace the them. For code review, please refer to the files below: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/chromeos/cros/update_library.h?view=markup http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/chromeos/cros/update_library.cc?view=markup http://git.chromium.org/gitweb/?p=chromiumos/platform/cros.git;a=blob;f=chromeos_update_engine.h;hb=HEAD http://git.chromium.org/gitweb/?p=chromiumos/platform/cros.git;a=blob;f=chromeos_update_engine.cc;hb=HEAD BUG=chromium-os:16564 TEST=chrome and tests build. Review URL: http://codereview.chromium.org/8572020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110467 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=100879 TEST=Visually confirm that when entering fullscreen, the exit bubble has a drop shadow. Review URL: http://codereview.chromium.org/8565034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110465 0039d316-1c4b-4281-b951-d872f2087c98
-