summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace change to trigger the bots.viettrungluu@chromium.org2010-08-169-9/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3167013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56188 0039d316-1c4b-4281-b951-d872f2087c98
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-1642-476/+486
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3117017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56187 0039d316-1c4b-4281-b951-d872f2087c98
* cros/input_method_library clean up.yusukes@chromium.org2010-08-162-5/+5
| | | | | | | | | | | | | - Remove unused variable kDefaultKeyboardLayout. - Fix bad indent. - Add comment to SetImeConfig(). BUG=none TEST=manually Review URL: http://codereview.chromium.org/3148014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56186 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix compilation on Linux: initialize fields in the same order as ↵yurys@chromium.org2010-08-161-1/+1
| | | | | | | | they are declared. Review URL: http://codereview.chromium.org/3156015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56185 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: support dispatching devtools commands when there is a tight loop ↵yurys@chromium.org2010-08-166-19/+42
| | | | | | | | in JavaScript Review URL: http://codereview.chromium.org/3152011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56184 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where clicking on the configure button caused the input method to ↵satorux@chromium.org2010-08-161-0/+4
| | | | | | | | | | | | | | be disabled. This bug was caused as the button click event was propagated to the checkbox click handler. TEST=manually BUG=chromium-os:5687 Review URL: http://codereview.chromium.org/3156014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56179 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leaks in OwnerKeyUtilscmasone@google.com2010-08-151-64/+3
| | | | | | | | | | | | I wasn't freeing some memory I caused to be allocated down in NSS. It turns out I didn't even need the data structures I was allocating anymore :-) BUG=52181 TEST=Valgrind the unit_tests Review URL: http://codereview.chromium.org/3106013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56174 0039d316-1c4b-4281-b951-d872f2087c98
* Close NTP when launching an app (fix regression)rafaelw@chromium.org2010-08-151-6/+1
| | | | | | | | | BUG=51157 TEST=none Review URL: http://codereview.chromium.org/3159017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56173 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land just the project file changes from r55416. This makes projects that usebrettw@chromium.org2010-08-151-0/+3
| | | | | | | | | base test files dependent on test_support_base. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56172 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-15155-279/+62
| | | | | | | | | BUG=none TEST=builds Review URL: http://codereview.chromium.org/3179017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56171 0039d316-1c4b-4281-b951-d872f2087c98
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-155-59/+68
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3136012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56170 0039d316-1c4b-4281-b951-d872f2087c98
* Move some cleanup code to the destructor. If the user closes the Chrome ↵mirandac@chromium.org2010-08-151-4/+1
| | | | | | | | | | | | | | browser window while the first run bubble is showing, the First Run Bubble will close before the cleanup code has had a chance to fire. This change fixes that. BUG=none TEST=none Review URL: http://codereview.chromium.org/3120013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56165 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up PLT histograms for a move to navigator_state.ccjar@chromium.org2010-08-152-107/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up PLT gathering in preparation for moving it to take place in navigation_state.cc, during the instance destructor. This CL should have almost no semantic impact, and I'm submitting it separately so that when I move large blocks, I can mostly move them unchanged. Add a bunch of DCHECKs to be sure that finish and finish_doc times are only set once, and that they are set only in the correct order. In a future CL, I expect to push a lot of the time-gathering code into navigation_state.cc, along with the generation of the final histograms. The challenge is to mark the NavigationState instances that are worthy of recording (which looks like it MAY be done by marking the state with the boolean to indicate it is part of an HTTP or HTTPS connection), and make sure we have good numbers throughout. bug=48970 r=mbelshe Review URL: http://codereview.chromium.org/2993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56164 0039d316-1c4b-4281-b951-d872f2087c98
* Intercept navigations, not DNS resolutions, to predict startupjar@chromium.org2010-08-158-128/+105
| | | | | | | | | | | | | Transition from using a DNS observer, to using the TCP/IP connection interceptor (which is used for preconneciton and pre-resolution) to acquire the list of hosts to resolve at startup. BUG=42694 r=mbelshe Review URL: http://codereview.chromium.org/3169006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56163 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 495.0 to 496.0chrome-release@google.com2010-08-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56161 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two calls to font.height to font.GetHeight.mal@google.com2010-08-141-2/+2
| | | | | | | | | | | | | | | | | | This is a follow on to r56040, "Rework gfx::Font by moving platform-specific code into inner classes" These two lines are inside #if defined(GOOGLE_CHROME_BUILD) and only get compiled for Google Chrome official builds (which have been broken for Windows and ChromeOS since r56040). TBR= ben BUG= none TEST= Google Chrome builders pass http://build.chromium.org/buildbot/waterfall.fyi/waterfall?builder=Google%20Chrome%20ChromeOS http://build.chromium.org/buildbot/waterfall.fyi/waterfall?builder=Google%20Chrome%20XP Review URL: http://codereview.chromium.org/3161019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56150 0039d316-1c4b-4281-b951-d872f2087c98
* Make a pref test more robust.nirnimesh@chromium.org2010-08-141-1/+1
| | | | | | | | | | | | | Ignore errors when cleaning up. shutil.rmtree() works by os.listdir() followed by rm'ing each entry. If a file goes missing after os.listdir(), a os.remove will be attempted for it resulting in an exception. In this case it might happen so (in once in a blue moon) because chrome creates temp files while downloading and cleans them up. Review URL: http://codereview.chromium.org/3143017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56149 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Use 'Preferences' instead of 'Options' in wrench menu.tfarina@chromium.org2010-08-141-0/+13
| | | | | | | | | | BUG=17870 TEST=launch chrome, open the wrench menu, see if the 'Preferences' menu is in there instead of the 'Options' menu. Review URL: http://codereview.chromium.org/3060050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56148 0039d316-1c4b-4281-b951-d872f2087c98
* Made download location hidden on ChromeOS, fixed a JS error due to a related ↵zelidrag@chromium.org2010-08-143-13/+18
| | | | | | | | | | | change BUG=chromium-os:5539 TEST=make sure there are no JS errors on chrome:options page and that download location can't be changed Review URL: http://codereview.chromium.org/3167012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56147 0039d316-1c4b-4281-b951-d872f2087c98
* Made IsGalleryDownloadURL() compare based on spec and made it aakalin@chromium.org2010-08-142-9/+8
| | | | | | | | | | | static function. BUG=52067 TEST=none Review URL: http://codereview.chromium.org/3175012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56146 0039d316-1c4b-4281-b951-d872f2087c98
* Convert remaining wide extension_automation_constants keys.viettrungluu@chromium.org2010-08-143-32/+32
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3187003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56143 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the ERROR_TYPE from InfoBarDelegate.tfarina@chromium.org2010-08-147-28/+10
| | | | | | | | | | | | | | | Reason: This type is not really used and is just adding duplicated code. We are using the same color scheme for both WARNING_TYPE and ERROR_TYPE, so there is no really reason to both exists. Staing with WARNING_TYPE because it used more than ERROR_TYPE and looks like it captures the idea better than ERROR_TYPE. BUG=39102 TEST=trybots Review URL: http://codereview.chromium.org/3128007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56142 0039d316-1c4b-4281-b951-d872f2087c98
* Convert more wide strings in browser/extensions.viettrungluu@chromium.org2010-08-148-125/+125
| | | | | | | | | | | | I think this kills off the remaining uses of the now-deprecated wstring DictionaryValue methods. BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3125010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56141 0039d316-1c4b-4281-b951-d872f2087c98
* Convert some obvious wide strings in browser/cocoa.viettrungluu@chromium.org2010-08-143-39/+40
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3124023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56140 0039d316-1c4b-4281-b951-d872f2087c98
* Convert wide strings in WebResourceService.viettrungluu@chromium.org2010-08-142-14/+14
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3130020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56139 0039d316-1c4b-4281-b951-d872f2087c98
* Convert Task Manager to string16 from wstring, part 1.viettrungluu@chromium.org2010-08-147-114/+114
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3108019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56138 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 494.0 to 495.0chrome-release@google.com2010-08-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56132 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger the bots.viettrungluu@chromium.org2010-08-141-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/3133015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56130 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed bug preventing gallery apps from being autoupdated/synced.akalin@chromium.org2010-08-141-1/+0
| | | | | | | | | BUG=none TEST=manual Review URL: http://codereview.chromium.org/3146015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56129 0039d316-1c4b-4281-b951-d872f2087c98
* Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion().viettrungluu@chromium.org2010-08-144-6/+4
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3121017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56128 0039d316-1c4b-4281-b951-d872f2087c98
* Remove remaining deprecated wstring ↵viettrungluu@chromium.org2010-08-143-10/+6
| | | | | | | | | | | DictionaryValue::Get...WithoutPathExpansion()s. BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3116013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56124 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-1412-28/+32
| | | | | | | | | | | | - Remove the default arguments from the constructor. - Add a empty constructor to handle the case of the default arguments were used. BUG=44644 TEST=trybots Review URL: http://codereview.chromium.org/3172009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56123 0039d316-1c4b-4281-b951-d872f2087c98
* Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8.viettrungluu@chromium.org2010-08-141-1/+1
| | | | | | | | | BUG=none TEST=builds and passes tests Review URL: http://codereview.chromium.org/3142011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56122 0039d316-1c4b-4281-b951-d872f2087c98
* Remove deprecated wstring ↵viettrungluu@chromium.org2010-08-143-5/+5
| | | | | | | | | | | DictionaryValue::Get{Dictionary,List}WithoutPathExpansion() overloads. BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3163015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56121 0039d316-1c4b-4281-b951-d872f2087c98
* Revert my last two changes.evan@chromium.org2010-08-141-2/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56116 0039d316-1c4b-4281-b951-d872f2087c98
* Noticed when I crashed while running in RTL mode that the crash string had ↵pkasting@chromium.org2010-08-141-11/+11
| | | | | | | | | | its punctuation messed up. BUG=none TEST=Force a browser crash while running with --lang=he and look at the "Woah!" string in the popup Review URL: http://codereview.chromium.org/3187001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56115 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix.evan@chromium.org2010-08-131-7/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56111 0039d316-1c4b-4281-b951-d872f2087c98
* Misc. cleanup: simplify some code, add a few commentspkasting@chromium.org2010-08-135-49/+20
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3143016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56106 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some issues with the New Tab Page:pkasting@chromium.org2010-08-133-2/+4
| | | | | | | | | | | | * In RTL, the options dropmarker button was still on the right (overlaying the Chrome logo and opposite where the dropdown menu would actually appear) * Missing a <head> tag * Made the "attribution" block at the bottom corner of the NTP be at the end rather than always on the right BUG=none TEST=Use NTP with --lang=he and check dropmarker and custom theme attribution position Review URL: http://codereview.chromium.org/3122015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56103 0039d316-1c4b-4281-b951-d872f2087c98
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-1312-31/+28
| | | | | | | | Instead use AppendArg variants which accept a FilePath or an ASCII string. Review URL: http://codereview.chromium.org/3134008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56100 0039d316-1c4b-4281-b951-d872f2087c98
* Grant ChromeApplications unlimited appcache and database storage if requested.michaeln@chromium.org2010-08-136-16/+167
| | | | | | | | | BUG=49227,49993 TEST=ExtensionsServiceTest.InstallAppsWithUnlimtedStorage Review URL: http://codereview.chromium.org/3053048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56099 0039d316-1c4b-4281-b951-d872f2087c98
* Overwrite a list to display the passwords.sargrass@google.com2010-08-137-24/+241
| | | | | | | | | BUG=49093 TEST=None Review URL: http://codereview.chromium.org/3161012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56097 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bad line ending in sync_resource_handler.cc.jhawkins@chromium.org2010-08-131-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3185002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56094 0039d316-1c4b-4281-b951-d872f2087c98
* Fix suggested save file name for title-less pages.estade@chromium.org2010-08-133-61/+95
| | | | | | | | | | | regressed in r48691 BUG=51963 TEST=TODO Review URL: http://codereview.chromium.org/3150012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56091 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the extension manifest key "unlimited_storage" to "unlimitedStorage"asargent@chromium.org2010-08-1311-40/+101
| | | | | | | | | | | | | But, still accept the old value for backwards compatability. BUG=51970 TEST=Extensions should get unlimited storage quota for localStorage and web databases using either "unlimitedStorage" or "unlimited_storage" in their manifest's permissions key. Review URL: http://codereview.chromium.org/3109013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56090 0039d316-1c4b-4281-b951-d872f2087c98
* Disable two tests to green up tree after webkit mergejar@chromium.org2010-08-131-2/+5
| | | | | | | | BUG=52086 tbr=japhet Review URL: http://codereview.chromium.org/3132009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56088 0039d316-1c4b-4281-b951-d872f2087c98
* Simple offline startup integration test.skrul@chromium.org2010-08-136-10/+191
| | | | | | | | | | This is a simple offline startup integration test. This change also includes the groundwork for more complex offline startup test cases, including the ability to enable and disable network connectivity as well as configure the mock sync server with a username. BUG=47918 Review URL: http://codereview.chromium.org/3078031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56087 0039d316-1c4b-4281-b951-d872f2087c98
* Mark scrollbar test flaky on Mac.brettw@chromium.org2010-08-131-3/+3
| | | | | | | TEST=none BUG=48544 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56086 0039d316-1c4b-4281-b951-d872f2087c98
* Update latest secure version of Quicktime for Windows. See ↵panayiotis@google.com2010-08-131-2/+1
| | | | | | | | | | | http://support.apple.com/kb/HT4290 BUG=None TEST=unit_tests Review URL: http://codereview.chromium.org/3159016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56083 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Mark the Read methods in the IPC subsystem as noinline.erg@google.com2010-08-131-3/+3
| | | | | | | | | | | | | | | | This forces all the ReadParam template junk to expand once in the *_messages.cc file, instead of at every Read() call site. Without the compiler-specific annotation, this builds and links in debug mode, but doesn't link in release mode because the individual Read() methods generated were inlined into the subclass Log() methods, causing disaster on the release builders, but not on the trybots or locally. BUG=51411 TEST=none Review URL: http://codereview.chromium.org/3160008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56081 0039d316-1c4b-4281-b951-d872f2087c98