summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Adds some histograms from various omnibox queries. I'm doing this assky@chromium.org2011-03-152-0/+21
| | | | | | | | | | | | with the quick provider enabled the omnibox feels a bit sluggish and I would like to quantify that. I'll update the xml file separately. BUG=none TEST=none Review URL: http://codereview.chromium.org/6679049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78263 0039d316-1c4b-4281-b951-d872f2087c98
* Printing: MockPrinter should return valid default printer settings.thestig@chromium.org2011-03-153-26/+27
| | | | | | Review URL: http://codereview.chromium.org/6673038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78262 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 9: chrome/browser/historyavi@chromium.org2011-03-1539-157/+156
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6696027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78261 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove a needless wchar_t that is ASCIIevan@chromium.org2011-03-158-15/+15
| | | | | | | | | | | While I'm at it, remove kNotSignedInID. This was added in 2007 (!) and appears to be unused. BUG=76112 Review URL: http://codereview.chromium.org/6695004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78260 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove some deprecated functions that are no longer usedevan@chromium.org2011-03-152-67/+0
| | | | | | | | BUG=76112 Review URL: http://codereview.chromium.org/6693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78259 0039d316-1c4b-4281-b951-d872f2087c98
* Move collected cookies url constants into ChromeOS specific part.xiyuan@chromium.org2011-03-152-4/+4
| | | | | | | | | | | Because they are only used in ChromeOS. BUG=none. TEST=Expect no change in build and behavior. Review URL: http://codereview.chromium.org/6673046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78258 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 8: content/avi@chromium.org2011-03-158-20/+20
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6677051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78256 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 696karen@chromium.org2011-03-15153-14384/+30541
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78254 0039d316-1c4b-4281-b951-d872f2087c98
* Convert service messages to new format, remove internal.h file.tsepez@chromium.org2011-03-155-143/+65
| | | | | | Review URL: http://codereview.chromium.org/6694029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78252 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Tighter restrictions on NSException raises.shess@chromium.org2011-03-151-4/+19
| | | | | | | | | | | | | | | | | On the crash server, almost all NSInvalidArgumentException cases are due to sending a bad selector to an object. Most likely cause is a stale pointer which has been reallocated to another object, or memory stompers. Also start tracking uncaught NSInternalInconsistencyException, which is the most popular exception on the crash servers. BUG=24462 TEST=none Review URL: http://codereview.chromium.org/6698002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78249 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove some simple uses of FromWStringHackevan@chromium.org2011-03-152-3/+2
| | | | | | | | BUG=76112 Review URL: http://codereview.chromium.org/6695008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78247 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 'off the record' references from ChromeURLContext.vipul.bhasin@gmail.com2011-03-155-10/+10
| | | | | | | | | | BUG=3333 TEST=NONE Review URL: http://codereview.chromium.org/6697012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78246 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a couple of tests on ChromeOS while investigation continues.sadrul@chromium.org2011-03-152-1/+6
| | | | | | | | | BUG=76217 TEST=BrowserTestCanLaunchWithOSMesa, UITestCanLaunchWithOSMesa Review URL: http://codereview.chromium.org/6693024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78242 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window ↵ben@chromium.org2011-03-154-15/+13
| | | | | | | | | | | | | | | where we wouldn't let the window be closed from the X. BUG=72040 TEST=none TBR=sky Review URL: http://codereview.chromium.org/6697016 TBR=ben@chromium.org Review URL: http://codereview.chromium.org/6695028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78241 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!)jam@chromium.org2011-03-1529-382/+249
| | | | | | | | | | | | | | This is an extension of http://codereview.chromium.org/6280018 that provides a proxy configuration which respects command line parameters and policies BUG=67232,70732 TEST=Start chrome, observe two PROXY_CONFIG_CHANGED events in about:net-internals (if you are on a corporate network with PAC configurations), observe that everything behaves as usual. In particular the https://www.google.com/searchdomaincheck?format=domain&type=chrome request should not fail as it uses the new system URLRequestContext. Review URL: http://codereview.chromium.org/6292017 TBR=battre@chromium.org Review URL: http://codereview.chromium.org/6693023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78240 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Remove credit card number obfuscation from the cc editor.jhawkins@chromium.org2011-03-152-33/+5
| | | | | | | | | | | BUG=71183 TEST=none R=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/6698016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78237 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 7: FavIconID -> FaviconIDavi@chromium.org2011-03-1511-89/+89
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6698031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78236 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround for GDK bug where gdk_keyval_to_unicode(keyval) incorrectly returnsvarunjain@chromium.org2011-03-152-0/+21
| | | | | | | | | | | 0 when keyval is GDK_Return. BUG=http://code.google.com/p/chromium/issues/detail?id=75779 TEST=none Review URL: http://codereview.chromium.org/6694026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78235 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78231 - Change cloud print dialog and command line switches for cloud ↵scottbyer@chromium.org2011-03-159-94/+49
| | | | | | | | | | | | | | print dialog to support more than just PDF files. Review URL: http://codereview.chromium.org/6685014 Patch from abodenha1 <abodenha@chromium.org>. TBR=scottbyer@chromium.org Review URL: http://codereview.chromium.org/6698038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78234 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 6: GetFavIcon* -> GetFavicon*avi@chromium.org2011-03-1526-58/+58
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6694027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78233 0039d316-1c4b-4281-b951-d872f2087c98
* Change cloud print dialog and command line switches for cloud print dialog ↵scottbyer@chromium.org2011-03-159-49/+94
| | | | | | | | | | | to support more than just PDF files. Review URL: http://codereview.chromium.org/6685014 Patch from abodenha1 <abodenha@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78231 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 5: fav_icon -> faviconavi@chromium.org2011-03-1539-216/+216
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6693021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78230 0039d316-1c4b-4281-b951-d872f2087c98
* Extended: Add "system" URLRequestContext (not ready for use!)battre@chromium.org2011-03-1529-249/+382
| | | | | | | | | | | This is an extension of http://codereview.chromium.org/6280018 that provides a proxy configuration which respects command line parameters and policies BUG=67232,70732 TEST=Start chrome, observe two PROXY_CONFIG_CHANGED events in about:net-internals (if you are on a corporate network with PAC configurations), observe that everything behaves as usual. In particular the https://www.google.com/searchdomaincheck?format=domain&type=chrome request should not fail as it uses the new system URLRequestContext. Review URL: http://codereview.chromium.org/6292017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78228 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround for MSVS2005 build problem with inheriting nested classes.caseq@google.com2011-03-153-2/+5
| | | | | | | | | BUG=none TEST=successfull build under MSVS2005 TBR=scottbyer git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78226 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, ↵jam@chromium.org2011-03-159-182/+162
| | | | | | | | and derive from BrowserMessageFilter for easier filtering and replying. Review URL: http://codereview.chromium.org/6695009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78225 0039d316-1c4b-4281-b951-d872f2087c98
* Add native capture API to Widget, and fix a bug in Window where we wouldn't ↵ben@chromium.org2011-03-154-13/+15
| | | | | | | | | | | | let the window be closed from the X. BUG=72040 TEST=none TBR=sky Review URL: http://codereview.chromium.org/6697016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78222 0039d316-1c4b-4281-b951-d872f2087c98
* Decouple TabRestoreService from Browserbulach@chromium.org2011-03-1511-119/+371
| | | | | | | | | | | | | | | Introduce a delegate interface to decouple TabRestoreService from Browser/BrowserList. Also clean up dependency on TabStripModel in the process. (on behalf of torne@google.com, http://codereview.chromium.org/6660028/) BUG= TEST= Review URL: http://codereview.chromium.org/6677042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78218 0039d316-1c4b-4281-b951-d872f2087c98
* Some minor sync cleanup and aftermath. Mostly just removing unused headers ↵andybons@chromium.org2011-03-1522-16/+28
| | | | | | | | | | | and adding others into the proper impl files. BUG=none TEST=none Review URL: http://codereview.chromium.org/6690016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78215 0039d316-1c4b-4281-b951-d872f2087c98
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-1530-96/+231
| | | | | | | | | | | | | | | | | behavior. The choices are: . immediately (current behavior and is the default). . delayed (transitions to autocompleted after a delay). . never (only show the suggestion, but never autocomplete it). I'm doing this so we can collect some data to help understand which is the less error prone of the 3. The data collection is all done on the server side. BUG=none TEST=none Review URL: http://codereview.chromium.org/6685002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78211 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*avi@chromium.org2011-03-1535-99/+99
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6683052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78210 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-1516-50/+50
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6681041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78209 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 2: GetFavIcon -> GetFaviconavi@chromium.org2011-03-1541-75/+75
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6685059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78208 0039d316-1c4b-4281-b951-d872f2087c98
* Adds OVERRIDE to the appropriate places insky@chromium.org2011-03-1510-89/+101
| | | | | | | | | | | | chrome/browser/ui/views/tabs. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/6698007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78206 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Display roaming status for cellular network.nkostylev@chromium.org2011-03-154-7/+46
| | | | | | | | | | | Still waiting for "R" badge resource. BUG=chromium-os:12010 TEST=manual Review URL: http://codereview.chromium.org/6686044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78204 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA logging to the NTP promo. Log whenever the NTP is created with the ↵mirandac@chromium.org2011-03-152-0/+3
| | | | | | | | | | | promo shown. BUG=76063 TEST=none Review URL: http://codereview.chromium.org/6681036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78203 0039d316-1c4b-4281-b951-d872f2087c98
* Adding fake param to picture URL to avoid caching it on cros settings page.avayvod@chromium.org2011-03-152-3/+16
| | | | | | | | | | | BUG=chromium-os:2348 TEST=Change user picture on personal settings page and verify that the image is immediately redrawn. R=altimofeev@chromium.org Review URL: http://codereview.chromium.org/6693018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78202 0039d316-1c4b-4281-b951-d872f2087c98
* Use copies of canned browsing data helpers to populate the cookies tree model.jochen@chromium.org2011-03-1510-12/+82
| | | | | | | | | | | If the fetching of data is cancelled, the helpers might not be ready yet to be reused, triggering an assertion. BUG=62311 TEST=interactive ui tests:CollectedCookies.* Review URL: http://codereview.chromium.org/6670033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78198 0039d316-1c4b-4281-b951-d872f2087c98
* Use PreferenceTransformerInterface in extension preference APIs.bauerb@chromium.org2011-03-157-122/+104
| | | | | | | | | | | This allows us to get rid of custom preference API functions for the proxy extension API. BUG=73994 TEST=ProxyApiTest.*:ExtensionApiTest.* Review URL: http://codereview.chromium.org/6683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78197 0039d316-1c4b-4281-b951-d872f2087c98
* Show the speech input bubble immediately after user clicks.satish@chromium.org2011-03-151-4/+1
| | | | | | | | | | | | Earlier we were waiting for background noise estimation to complete (in a few hundred milliseconds) before displaying the bubble. Based on UX feedback I'm removing that wait now. BUG=none TEST=manual, check that bubble shows up instantly on clicking the mic button. Review URL: http://codereview.chromium.org/6673043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78196 0039d316-1c4b-4281-b951-d872f2087c98
* Increase ranges for some prerender-based histograms.cbentzel@chromium.org2011-03-151-7/+16
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6690017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78195 0039d316-1c4b-4281-b951-d872f2087c98
* Move FilePath <-> Value conversions into a separate file.bauerb@chromium.org2011-03-153-8/+7
| | | | | | | | | BUG=75276 TEST=none Review URL: http://codereview.chromium.org/6691011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78182 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 704.0 to 705.0chrome-release@google.com2011-03-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78178 0039d316-1c4b-4281-b951-d872f2087c98
* A quick fix for Bug 60643.hbono@chromium.org2011-03-151-9/+8
| | | | | | | | | | This change just moves the initialization code of |bdict_file_path_| from SpellCheckHostImpl::SpellCheckHostImpl() (running on the UI thread) to SpellCheckHostImpl::InitializeDictionaryLocation() (running on the FILE thread) so we can initialize it without assertions. BUG=60643 TEST=Run Chrome without crashes. Review URL: http://codereview.chromium.org/6646042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78176 0039d316-1c4b-4281-b951-d872f2087c98
* Keep expired and file: cookies when using the cookie monster as dumb data storejochen@chromium.org2011-03-151-0/+4
| | | | | | | | | BUG=none TEST=net_unittests Review URL: http://codereview.chromium.org/6626071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78174 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround deadlock with password sync/GNOME Keyring by re-enabling passwordatwilson@chromium.org2011-03-156-31/+4
| | | | | | | | | | | | sync and using the old default password store by default. This is temporary until we're able to land a real fix for the deadlock. BUG=72499 TEST=Run chrome on linux, see passwords get synced. Review URL: http://codereview.chromium.org/6696009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78170 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused APIs: GetAutoRepeatEnabled and GetAutoRepeatRate.yusukes@google.com2011-03-154-40/+0
| | | | | | | | | BUG=chromium-os:13106 TEST=ran try Review URL: http://codereview.chromium.org/6696011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78165 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Pepper audio delegate properly use the I/O thread for manipulating thebrettw@chromium.org2011-03-151-36/+84
| | | | | | | | | | | | audio message filter's delegates. This required moving the start and stop commands to the I/O thread as well since now the routing_id is only available on the I/O thread. BUG=75495 Review URL: http://codereview.chromium.org/6694002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78163 0039d316-1c4b-4281-b951-d872f2087c98
* Remove colons and fix some title/sentence casing.estade@chromium.org2011-03-1510-132/+82
| | | | | | | | | | | We don't need the colons any more now that native options are gone. I put the group names that are a single word into ifdef titlecase blocks because they may translate into multiple words in other locales. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6696008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78155 0039d316-1c4b-4281-b951-d872f2087c98
* Convert importer messges to new format.tsepez@chromium.org2011-03-154-88/+106
| | | | | | Review URL: http://codereview.chromium.org/6698005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78153 0039d316-1c4b-4281-b951-d872f2087c98
* Removes 'foreground' parameter tosky@chromium.org2011-03-1510-32/+19
| | | | | | | | | | | | | | BaseTabStrip::StartInsertTabAnimation as its not used. Also removes TabStrip::IsTabSelected override as its covered by BaseTabStrip implementation. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/6695005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78150 0039d316-1c4b-4281-b951-d872f2087c98