- 17 Nov, 2011 40 commits
-
-
dennisjeffrey@chromium.org authored
BUG=chromium-os:23108 TEST=None Review URL: http://codereview.chromium.org/8587019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110526 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=ben@chromium.org Review URL: http://codereview.chromium.org/8587013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110525 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104351 TEST=as in bug Review URL: http://codereview.chromium.org/8585010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110524 0039d316-1c4b-4281-b951-d872f2087c98
-
alicet@chromium.org authored
The test failed because LauncherIconUpdater was holding a stale TabContentsWrapper and accessing its favicon helper. Add LauncherIconUpdater::TabReplaceAt so that we know when the TabContentsWrapper goes stale. BUG=104376 TEST=the test above. Review URL: http://codereview.chromium.org/8588020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110523 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 TBR=ananta Review URL: http://codereview.chromium.org/8590033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110522 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Unit tests will be added with this cl. http://codereview.chromium.org/8533019/ Review URL: http://codereview.chromium.org/8590019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110521 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=103605 TEST=Open more tabs than process limit, then preferences, then task manager. Killing preferences shouldn't kill task manager. Review URL: http://codereview.chromium.org/8520019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110520 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Not in use yet, part of larger patch here: http://codereview.chromium.org/8345027/ (WebKit must be rolled past r100306). BUG=79050 Review URL: http://codereview.chromium.org/8570018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110519 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110518 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8586029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110517 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:19886 TEST=All chromeos tests compile and run. Review URL: http://codereview.chromium.org/8588006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110516 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
BUG=98836 TEST=Enable Open Tab syncing and sync some open tabs between two clients. Ensure that the about:sessions page displays the machine names under the sessions list. Review URL: http://codereview.chromium.org/8590031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110514 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-