- 22 May, 2012 40 commits
-
-
jam@chromium.org authored
Move TransferNavigationResourceThrottle to content since that's where it belongs. This is a step in getting rid of RenderViewHostDelegate usage in chrome, so that we can hide it. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10414035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138251 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
BUG=128631 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10412023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138250 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
With exception for directories. They come before any file in ascending order. BUG=126941 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10409066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138249 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This is failing on the Win(dbg) canary. BUG=129166 Review URL: https://chromiumcodereview.appspot.com/10399124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138248 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
NO CODE CHANGE git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138247 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
net/url_request/url_request_unittest.cc:1718:14: error: ‘cert_status’ may be used uninitialized in this function R=agl@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10387207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138246 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Fix crash in the accessibility code in the shared build. The problem is that the ATL module pointer hasn't been initialized in base.dll when UIATextProvider::CreateTextProvider is called. To minimize the impact on base.dll, I moved accessibility_misc_utils.* to the ui directory. BUG=128708 TEST=Build and run chrome shared, access the omni box with a tool that requires accessibility, e.g. the OSK. Review URL: https://chromiumcodereview.appspot.com/10399084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138243 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
Added menuItem icon support, and little API for menu modification BUG=126927 TEST= Review URL: https://chromiumcodereview.appspot.com/10391184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138240 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
-Add controller to ash for managing the state of High Contrast mode -Add API to shell to allow Chromium to turn the mode on and off -Add the option to the Chromium OS accessibility settings page. -Add functions to layer.cc/h to enable an inversion filter. This change breaks the build on the Windows canaries after WebKit r117864 due to a change in the the Chromium WebFilterOperation API. See http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/22082 and https://bugs.webkit.org/show_bug.cgi?id=87046. BUG=chromium-os:30678 Review URL: https://chromiumcodereview.appspot.com/10201014 TBR=zork@chromium.org Review URL: https://chromiumcodereview.appspot.com/10407089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138239 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=128410 TEST=OwnerKeyUtilsTest.ImportPublicKeyFailed Review URL: https://chromiumcodereview.appspot.com/10399104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138238 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=127072 TEST=The date column in file manager includes time and for files, modified in the last two days it has 'Today' and 'Yesterday' instead of date. Review URL: https://chromiumcodereview.appspot.com/10332272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138237 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=127529 TEST=FileWriterDelegate*, FileSystemOperationWrite* Review URL: https://chromiumcodereview.appspot.com/10387054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138236 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138235 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
The main fix here is to use the ipconfig_static_path instead of ipconfig->device_path when setting the parameters. Also added some logging and cleaned up error messages. Note that this only fixes static IP setting when flimflam is enabled: this code doesn't properly talk to shill for that operation because it still tries to create IPConfigs, which shill doesn't implement. BUG=chromium-os:29050 TEST=Ran on device, configured ethernet for static IP, and verified that it showed up in the flimflam profile. Review URL: https://chromiumcodereview.appspot.com/10412026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138233 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10388218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138231 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
BUG=None TEST=Manual test of menus on NTP, bookmarks, chrome://history. Review URL: https://chromiumcodereview.appspot.com/10389016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138230 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=123295 TEST=see the build log. Review URL: https://chromiumcodereview.appspot.com/10392194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138229 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10413012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138228 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
new cursor resource for xterm (ibeam) TBR=sky@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10392193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138227 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Properly handle accounts that don't have GMail account. 1. Me2MeHostAuthenticatorFactory now verifies that the bare JID of the remote client matches bare JID of the host. Previously it was comparing it with the user's email, which may be different from JID. 2. GaiaOAuthClient now fetches user's email. 3. SignalingConnector verifies that user's email matches the expected value stored in xmpp_login. If it doesn't, then the auth token was generated for a different account and the host treats it as an authentication error. BUG=128102 Review URL: https://chromiumcodereview.appspot.com/10332187 TBR=dharani@chromium.org Review URL: https://chromiumcodereview.appspot.com/10332285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138224 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
1. common.gypi: use_virtual_keyboard define 2. Any code controlled by that define 3. chrome/browser/ui/virtual_keyboard/* 4. chrome/browser/resources/keyboard/* 5. experimental extension APIs for virtual keyboard No user-visible changes. BUG=128295 TEST=try Review URL: https://chromiumcodereview.appspot.com/10399046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138223 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
TBR=ben@chromium.org BUG=127430 TEST=none Review URL: https://chromiumcodereview.appspot.com/10414041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138222 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Split the previous implementation into two pieces: XmppPushClient and NonBlockingPushClient. Add FakePushClient and FakePushClientObserver. Remove use of ThreadSafeObserverList. Add PushClient::CreateDefault() function, which creates a NonBlockingPushClient for an XmppPushClient. Dep-inject PushClient into P2PNotifier. Add some helper functions to notification_defines.{h,cc}. BUG=76764 TEST= Review URL: https://chromiumcodereview.appspot.com/10413014 TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138221 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=122654 TEST=browser_tests --gtest_filter='SSLUITest.TestWSSInvalidCertAndClose' Review URL: https://chromiumcodereview.appspot.com/10416007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138220 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@google.com authored
This is a continuation of the work in r137835. TBR=gene for cloud print, mpcomplete for extension BUG=123812 TEST=browser_tests --gtest_filter=PrefsTab* and ExtensionApiTest.Font* Review URL: https://chromiumcodereview.appspot.com/10409046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138219 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Split the previous implementation into two pieces: XmppPushClient and NonBlockingPushClient. Add FakePushClient and FakePushClientObserver. Remove use of ThreadSafeObserverList. Add PushClient::CreateDefault() function, which creates a NonBlockingPushClient for an XmppPushClient. Dep-inject PushClient into P2PNotifier. Add some helper functions to notification_defines.{h,cc}. BUG=76764 TEST= Review URL: https://chromiumcodereview.appspot.com/10413014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138216 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This leaves in the logging that happens in the destructor, ~NaClProcessHost(), which also logs non-crash exits. The duplication was introduced by a bad merge in r112877 ("Simplify BrowserChildProcessHost in preparation for refactoring it"). BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10389229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138215 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
-Add controller to ash for managing the state of High Contrast mode -Add API to shell to allow Chromium to turn the mode on and off -Add the option to the Chromium OS accessibility settings page. -Add functions to layer.cc/h to enable an inversion filter. BUG=chromium-os:30678 Review URL: https://chromiumcodereview.appspot.com/10201014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138212 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10408038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138211 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
Revert 137988 - VAVDA is the hardware video decode accelerator for Chrome on Linux and ChromeOS for Intel CPUs (Sandy Bridge and newer). This CL enables VAVDA acceleration for ChromeOS, both for HTML5 video and Flash. The feature is currently hidden behind a command line flag and can be enabled by adding the --enable-vaapi parameter to command line. BUG=117062 TEST=Manual runs of test streams. Change-Id: I386e16739e2ef2230f52a0a434971b33d8654699 Review URL: https://chromiumcodereview.appspot.com/9814001 This is causing crbug.com/129103 TBR=posciak@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138208 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=125621 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10412017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138207 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Switch to use USB keycode for the fix for sticky keys on Mac. BUG=101937 TEST=Build on Mac and run chromoting and press cmd+c Review URL: https://chromiumcodereview.appspot.com/10387226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138205 0039d316-1c4b-4281-b951-d872f2087c98
-
dharani@chromium.org authored
Revert 137824 - Properly handle accounts that don't have GMail account. 1. Me2MeHostAuthenticatorFactory now verifies that the bare JID of the remote client matches bare JID of the host. Previously it was comparing it with the user's email, which may be different from JID. 2. GaiaOAuthClient now fetches user's email. 3. SignalingConnector verifies that user's email matches the expected value stored in xmpp_login. If it doesn't, then the auth token was generated for a different account and the host treats it as an authentication error. BUG=128102 Review URL: https://chromiumcodereview.appspot.com/10332187 TBR=sergeyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138204 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138203 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Pick up a fix when linking webkit.dll when incremental_chrome_dll=1 on Windows (aka: when building with Ninja/supalink) BUG=128996 TEST=it compiles TBR=scottmg Review URL: https://chromiumcodereview.appspot.com/10417020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138202 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=127931 TEST=none TBR=willchan Review URL: https://chromiumcodereview.appspot.com/10383276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138199 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG= TEST=gpu bots TBR=jbates Review URL: https://chromiumcodereview.appspot.com/10332284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138192 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is a reland of r138168, which was reverted speculatively, but identified unrelated. When uploading a file with http authentication, UploadData is reused for a new UploadDataStream. Hence, we should close the files in UploadData if already opened and read, so we can reread the files from the beginning. The regression was caused by r123677. Special thanks to thomas.themel for identifying the offending patch and helping us to fix the issue. BUG=128574 TEST=added a unit test; manually confirmed that uploading a file with basic authentication, and multi-round authentication with NTLM and Negotiate worked. Review URL: https://chromiumcodereview.appspot.com/10408042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138191 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Chromium-side patch for API change in https://bugs.webkit.org/show_bug.cgi?id=87046. After the WebKit patch lands and rolls, I'll remove the #ifdef and the old branch. BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10414030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138190 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=crosbug.com/p/8288 TEST=manual and ran unit_tests Review URL: https://chromiumcodereview.appspot.com/10408040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138189 0039d316-1c4b-4281-b951-d872f2087c98
-