- 22 May, 2012 40 commits
-
-
simonmorris@chromium.org authored
BUG=126491 Review URL: https://chromiumcodereview.appspot.com/10409017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138275 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
..\..\third_party\tcmalloc\chromium\src\windows\port.cc(38) : warning C4005: 'NOMINMAX' : macro redefinition command-line arguments : see previous definition of 'NOMINMAX' R=jar@chromium.org BUG=126483 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10413034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138274 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=125106 TEST=none Review URL: https://chromiumcodereview.appspot.com/10416017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138273 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Was added in wrong location in https://chromiumcodereview.appspot.com/10384092/ and apparently not very thoroughly tested. :/ R=thakis@chromium.org BUG=126483 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10414027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138272 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts r138265 as it broke something that the commit bot didn't pick up on. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138271 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The magic number "7" was used across source files to denote the file descriptor for the dummy fd. BUG=None TEST=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10392176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138269 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Now that r138256 is in, we can remove it since nobody outside chrome/browser/ui/views/ includes it. BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138267 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
BUG=None TEST=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10417028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138266 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Allows unpacked extensions to contain symlinks to resources located outside of the extension's directory. BUG=27185 TEST=ExtensionServiceTest.UnpackedExtensionMayContainSymlinkedFiles Patch-by: francoisk777@gmail.com https://chromiumcodereview.appspot.com/10387035/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138265 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
This effectively reverts r121506. BUG=123150 TEST=net_unittests. Username/passwords specified in URLs work. XmlHttpRequests() with credentials passed as arguments work. Review URL: https://chromiumcodereview.appspot.com/10412025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138264 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Also, add impl method that lets us reuse logic in another place that was doing the same calculation. BUG=126132 Review URL: https://chromiumcodereview.appspot.com/10399074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138263 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
We broke when NaCl DEPS were rolled, giving us this change: r8650: (mseaborn) libpthread: Make pthread_t a pointer instead of a small integer ID BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10417026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138261 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
Reason: - Remove some complexity from file_manager.js - Let FileTransferManager to mount gdata not having dependancy on FileManager. BUG=127216 TEST= Review URL: https://chromiumcodereview.appspot.com/10310163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138260 0039d316-1c4b-4281-b951-d872f2087c98
-
pnihalani@chromium.org authored
-Changed list of files being checked for NaCl sdk installer. -Changed Download and unziping of nacl_sdk folder on all the platforms(Used Zipfile module). -Changed installation of NaCl SDK. -Removed Hello world examples from test case. -Added new examples like Input Events, Dynamic Library(Magic * ball), Load progress, Multi-threaded input events, Web socket -Fixed pepper and chrome version verification Made changes to run examples only when they match and print a "Incompatibility version" message otherwise. Code Cleanup: -Removed unused methods and pre-defined global variables. -Removed pre-release gallery test.test(method-testNaClSDK) of new installation process of NaCl sdk. -Re-factored code by following DRY(Donot Repeat yourself) principle and by removing redundancies in the code. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10399078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138259 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138257 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10419002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138256 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove a bunch of RenderViewHostDelegate usage in chrome. I added a WebContents::FromRenderViewHost which can be used instead of RenderViewHost::GetDelegate()->GetAsWebContents(). BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10416026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138254 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138253 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This patch is about to be removed in another change but, for the sake of code history, this change corrects the URL. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138252 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-