summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Options: Listen to the 'click' event since the 'change' event does not firejhawkins@chromium.org2011-03-152-8/+11
| | | | | | | | | | | | | | when the selection is changed using the keyboard. Also fixed radio grouping of the password radios. BUG=73798 TEST=none R=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/6697009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78144 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SelectFontDialogestade@chromium.org2011-03-156-265/+29
| | | | | | | | | | | this code is no longer used now that native options are gone BUG=72658 TEST=compile Review URL: http://codereview.chromium.org/6696004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78143 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in client_side_detection_host_unittestdhollowa@chromium.org2011-03-151-1/+5
| | | | | | | | | BUG= TEST=Ran ClientSideDetectionHostTest with heapchecking enabled. Review URL: http://codereview.chromium.org/6677032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78142 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos - delete special internet options page CSSestade@chromium.org2011-03-153-28/+6
| | | | | | | | | | | this makes it look the same as all other pages (I believe the CSS predated the current look, as indicated by the deleted TODO) BUG=none TEST=visual Review URL: http://codereview.chromium.org/6677026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78141 0039d316-1c4b-4281-b951-d872f2087c98
* Renaming TabRendererData::off_the_record to TabRendererData::incognitovipul.bhasin@gmail.com2011-03-154-8/+6
| | | | | | | | | | BUG=3333 TEST=NONE Review URL: http://codereview.chromium.org/6681026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78140 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r78134+r78136dcheng@chromium.org2011-03-152-12/+7
| | | | | | | | | | BUG=none TEST=none TBR=levin@chromium.org Review URL: http://codereview.chromium.org/6698011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78139 0039d316-1c4b-4281-b951-d872f2087c98
* touch: Fix compile (broken by r78102).sadrul@chromium.org2011-03-152-1/+6
| | | | | | | | BUG=none TEST=touch compiles TBR=ben@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78135 0039d316-1c4b-4281-b951-d872f2087c98
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-152-7/+12
| | | | | | | | | BUG=75237 TEST=none Review URL: http://codereview.chromium.org/6625075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78134 0039d316-1c4b-4281-b951-d872f2087c98
* Currently BrowserWindowGtk does a lot of work in the constructor making itprasadt@chromium.org2011-03-143-7/+14
| | | | | | | | | | | | | | | | | | | difficult for a derived class to customize it. We need that ability for panel windows which will derive from BrowserWindowGtk. Doing a minor refactor to get the code out of the constructor and moving it into a virtual Init() function. BUG=73936 TEST=none modified: chrome/browser/ui/gtk/browser_window_factory_gtk.cc modified: chrome/browser/ui/gtk/browser_window_gtk.cc modified: chrome/browser/ui/gtk/browser_window_gtk.h R=erg@chromium.org Review URL: http://codereview.chromium.org/6682035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78130 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-1417-213/+160
| | | | | | | | | Revert 78062 - Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin and their delegate interfaces. BUG=72040 TEST=none Review URL: http://codereview.chromium.org/6683007 TBR=ben@chromium.org Review URL: http://codereview.chromium.org/6686059 Review URL: http://codereview.chromium.org/6677029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78129 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 77345 - Speculative fix for Chrome launch issues in Citrix environment.joshia@google.com2011-03-141-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reverting since Further debugging proved that this is not relevant at all. Several bugs and user fourm threads like: https://groups.google.com/group/google-chrome-frame/browse_thread/thread/9aa7c3296861a2cd?pli=1 point to Chrome startup issues with Citrix. Based on the user feedback, it appears that browser process is hung trying to launch renderer that comes briefly and exits. Further investigation revealed 3 DLLs that get injected in every process in Citrix environment. This speculative fix adds those DLLs to the problem DLL list for sandbox. BUG=2423,63195,55875 TEST=run chrome or Chrome Frame via citrix published app shortcut. Review URL: http://codereview.chromium.org/6623064 TBR=joshia@google.com Review URL: http://codereview.chromium.org/6694006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78126 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS] Add stubs for StorePolicy/RetrievePolicycmasone@chromium.org2011-03-143-0/+143
| | | | | | | | | | | | | | Stub out the API for setting and retrieving device policies on Chrome OS. These methods don't do anything real, they just return as though success occurred. BUG=chromium-os:13071 TEST=unit tests STATUS=Fixed R=davemoore@chromium.org Review URL: http://codereview.chromium.org/6686052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78125 0039d316-1c4b-4281-b951-d872f2087c98
* Convert hash explicitly to string with the size of the char array. lzheng@chromium.org2011-03-144-3/+12
| | | | | | | | | TEST=safe_browsing_util_unittest BUG=76013 Review URL: http://codereview.chromium.org/6679046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78124 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up some event code:msw@chromium.org2011-03-1416-94/+109
| | | | | | | | | | | Update some RootView event construction. Fixup some *MouseExited/OnLeaveNotify codepaths. Normalize event argument names. Move View::ConvertPoint*Ancestor defs to private section. Review URL: http://codereview.chromium.org/6685018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78121 0039d316-1c4b-4281-b951-d872f2087c98
* Use IsKeyboardLayout() instead of hard coding "xkb:".satorux@chromium.org2011-03-141-6/+2
| | | | | | | | | | | This is minor cleanup. TEST=sceen locker works as before BUG=none Review URL: http://codereview.chromium.org/6656022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78117 0039d316-1c4b-4281-b951-d872f2087c98
* Throttle TouchMove events the same as MouseMove events for the purposesrjkroege@chromium.org2011-03-141-1/+2
| | | | | | | | | | | of painting. BUG=None TEST=None Review URL: http://codereview.chromium.org/6684010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78116 0039d316-1c4b-4281-b951-d872f2087c98
* Move injection_test_dll.h to content\common to get rid of a dependency on ↵jam@chromium.org2011-03-146-33/+5
| | | | | | | | | chrome in plugin. TBR=nsylvain Review URL: http://codereview.chromium.org/6695002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78112 0039d316-1c4b-4281-b951-d872f2087c98
* Printing: Always pass in the WebNode.thestig@chromium.org2011-03-145-19/+24
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6683021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78108 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes regression from r68069. If the tab context menu was canceled wesky@chromium.org2011-03-141-5/+10
| | | | | | | | | | | would continue highlighting the tabs. BUG=75456 TEST=see bug Review URL: http://codereview.chromium.org/6690022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78107 0039d316-1c4b-4281-b951-d872f2087c98
* Move cache and report checking to before classification is run.gcasto@chromium.org2011-03-146-116/+179
| | | | | | | | | | | | This change also makes it so that a positive cache hit will immediately show a warning page without running classification. BUG= TEST=Ran ClientSideDetectionServiceTest and ClientSideDetectionHostTest Review URL: http://codereview.chromium.org/6652013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78106 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Added code to handle invalid page range text.kmadhusu@chromium.org2011-03-145-41/+149
| | | | | | | | | BUG=none TEST=Enter an invalid text in page range textbox. Shift the focus out of page range textbox. An invalid warning icon is displayed on the textbox. The title text of the textbox displays an error message. Review URL: http://codereview.chromium.org/6665010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78105 0039d316-1c4b-4281-b951-d872f2087c98