summaryrefslogtreecommitdiffstats
path: root/chrome/app
Commit message (Collapse)AuthorAgeFilesLines
* Adding new page info bubble image.finnur@chromium.org2011-06-091-0/+0
| | | | | | | | | | | TBR-ing, since there is no code change and I'm checking in so I can use the try servers. TBR=jcivelli BUG=80694 TEST=None Review URL: http://codereview.chromium.org/7141001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88532 0039d316-1c4b-4281-b951-d872f2087c98
* ntp4: add a notification areaestade@chromium.org2011-06-081-0/+4
| | | | | | | | | | | | | This is basically a port of the ntp3 notification area, except it allows multiple links. I think there are currently some minor bugs around most visited deletion and undo; think of this changeset as just a new piece of UI, and I will improve the functionality later. BUG=none TEST=[x] a most visited thumbnail and then undo Review URL: http://codereview.chromium.org/7124002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88442 0039d316-1c4b-4281-b951-d872f2087c98
* Disable scalling of InfoBar iconsail@chromium.org2011-06-081-1/+1
| | | | | | | | | | | | This change disables scaling of infobar icons. With this change it should be easier to catch clipping issues due to incorrectly sized infobar icons. BUG=80432 TEST=Try jobs pending. Review URL: http://codereview.chromium.org/7134024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88424 0039d316-1c4b-4281-b951-d872f2087c98
* Adding chrome://sessions webui for prototyping tab sync NTP stuff.asvitkine@chromium.org2011-06-081-0/+17
| | | | | | | | | | | | This adds the necessary plumbing for chrome://sessions webui page which shows a hierarchy of sessions and their windows and tabs as well as a "magic" list of suggested tabs. The magic list is currently just the last 10 tabs by timestamp for now - but can later be changed to prototype other heuristics. BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88334 Review URL: http://codereview.chromium.org/6969016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88364 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Adding chrome://sessions webui for prototyping tab sync NTP stuff."agl@chromium.org2011-06-081-17/+0
| | | | | | This reverts commit r88334. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88336 0039d316-1c4b-4281-b951-d872f2087c98
* Adding chrome://sessions webui for prototyping tab sync NTP stuff.asvitkine@chromium.org2011-06-081-0/+17
| | | | | | | | | | | This adds the necessary plumbing for chrome://sessions webui page which shows a hierarchy of sessions and their windows and tabs as well as a "magic" list of suggested tabs. The magic list is currently just the last 10 tabs by timestamp for now - but can later be changed to prototype other heuristics. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6969016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88334 0039d316-1c4b-4281-b951-d872f2087c98
* Rename "Languages and Input" to "Languages" on Chrome.falken@chromium.org2011-06-081-0/+3
| | | | | | | | | | | Input method settings are in Chrome OS only. BUG=chromium:85153 TEST=manually Review URL: http://codereview.chromium.org/7121005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88277 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS - Remove user cert "none" option for Wi-Fi EAP-TLSjamescook@chromium.org2011-06-072-6/+3
| | | | | | | | | | | | | * Removed the "none" option and string. * If no user certs are installed, show an error asking the user to install one. * Share the string with VPN config, which requires the same sort of certificates. BUG=chromium-os:16031 TEST=Uninstall all user certificates with certificate manager. Open network menu > Other Wi-Fi network and click "Advanced". Select EAP-TLS as the method. Verify the "user certificate" field says "none installed", there is an error message at the bottom, and the connect button is disabled. Install a user certificate with certificate manager. Verify it now appears in the dialog, you can select it, and the connect button is enabled. Review URL: http://codereview.chromium.org/7046026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88236 0039d316-1c4b-4281-b951-d872f2087c98
* New infobar icons sail@chromium.org2011-06-0729-12/+2
| | | | | | | | | | | | | | | | | | | | | | | Changes are: - all icons are 32x32. Previously icons were 26x26, 32x32 or some even bigger - all icons are gray scale - the chromium/google version of the translate icon has been replaced by a single common one Once this is checked in there will be a few more changes coming: - make the icon view in the infobar 32x32 with no scaling - change the infobar background gradient to grayscale (currently it's blue on windows, yellow on mac, and gray in a translate) Screenshots: http://www.dropmocks.com/mV7FH Ran pngcrush -brute -reduce on new icons. chrome/app/themes size: - before: 8602624 bytes - after: 8605184 bytes BUG=80432 TEST=Compiled and ran on Mac. Review URL: http://codereview.chromium.org/7031069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88152 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Fix the Sync steady state summary.jhawkins@chromium.org2011-06-071-2/+1
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6976052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88135 0039d316-1c4b-4281-b951-d872f2087c98
* Removed the code that checks the tab number.shinyak@google.com2011-06-071-79/+24
| | | | | | | | | | | | | | | | | | | | 'Close Window' can be used even if a window has single tab. NOTE: Cmd+w closes a window even if there is a single tab. XIB Changes: * Make the default key equivalent of 'Close Tab' Cmd+w * Make the default key equivalent of 'Close Window' Cmd+Shift+w * Remove the referencing outlets from 'Close Tab' and 'Close Window' No other changes are made. BUG=20569 TEST=press Cmd+Shift+w on a window having only one tab. Review URL: http://codereview.chromium.org/7065054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88133 0039d316-1c4b-4281-b951-d872f2087c98
* Change old theme galleries link to point to the theme gallery in the Web Store.mirandac@chromium.org2011-06-075-1/+1
| | | | | | | | | | | Change NTP thumbnail to show web store theme gallery. Change NTP favicons to new Chrome logo and new Web Store logo. BUG=65930, 79588 TEST=theme links to web gallery, NTP displays web store gallery image. Review URL: http://codereview.chromium.org/6999017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88120 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 88086 - New infobar iconssail@chromium.org2011-06-0727-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes are: - all icons are 32x32. Previously icons were 26x26, 32x32 or some even bigger - all icons are gray scale - the chromium/google version of the translate icon has been replaced by a single common one Once this is checked in there will be a few more changes coming: - make the icon view in the infobar 32x32 with no scaling - change the infobar background gradient to grayscale (currently it's blue on windows, yellow on mac, and gray in a translate) Screenshots: http://www.dropmocks.com/mV7FH Ran pngcrush -brute -reduce on new icons. chrome/app/themes size: - before: 8602624 bytes - after: 8605184 bytes BUG=80432 TEST=Compiled and ran on Mac. Review URL: http://codereview.chromium.org/7031069 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/7124003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88089 0039d316-1c4b-4281-b951-d872f2087c98
* New infobar iconssail@chromium.org2011-06-0727-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Changes are: - all icons are 32x32. Previously icons were 26x26, 32x32 or some even bigger - all icons are gray scale - the chromium/google version of the translate icon has been replaced by a single common one Once this is checked in there will be a few more changes coming: - make the icon view in the infobar 32x32 with no scaling - change the infobar background gradient to grayscale (currently it's blue on windows, yellow on mac, and gray in a translate) Screenshots: http://www.dropmocks.com/mV7FH Ran pngcrush -brute -reduce on new icons. chrome/app/themes size: - before: 8602624 bytes - after: 8605184 bytes BUG=80432 TEST=Compiled and ran on Mac. Review URL: http://codereview.chromium.org/7031069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88086 0039d316-1c4b-4281-b951-d872f2087c98
* Replace IPSec with IPsec in VPN UI.stevenjb@google.com2011-06-071-4/+4
| | | | | | | | | BUG=chromium-os:16028 TEST=Check Provider type options in Network Menu > Private networks > Add private network" Review URL: http://codereview.chromium.org/7031070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88074 0039d316-1c4b-4281-b951-d872f2087c98
* Split the policy refresh rate preference into user- and device-policy ↵sfeuz@chromium.org2011-06-061-4/+18
| | | | | | | | | | | | | | refresh rate. This is an effort towards removing dependencies of the ProfilePolicyConnector on Profile. BUG=none TEST=Verify that user- and device-refresh rate are set correctly when specified by policy. Review URL: http://codereview.chromium.org/7014036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88003 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce one of the implicit dependencies of src\content on chrome\renderer by ↵ananta@chromium.org2011-06-051-4/+13
| | | | | | | | | | | | | | | | | | moving the custom nacl ppapi interface PPB_NACL_PRIVATE_INTERFACE to chrome\renderer. This interface is returned via a factory which is registered in the renderer process, when the render thread is created. This CL is intended to eventually help build src\content as an independent dll. I also changed the ChromeContentRendererClient and ChromeContentPluginClient instances to be lazy instances to fix some asserts i was seeing while running browser_tests. BUG=82454 Review URL: http://codereview.chromium.org/7066069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87943 0039d316-1c4b-4281-b951-d872f2087c98
* file manager: String cleanups for Save As title and New folder button.rginda@chromium.org2011-06-031-3/+3
| | | | | | | | | BUG=chromium-os:15140 TEST=manual testing on chromeos-chrome on linux Review URL: http://codereview.chromium.org/7056053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87897 0039d316-1c4b-4281-b951-d872f2087c98
* Update Panel UI looks on Windows.jianli@chromium.org2011-06-022-23/+0
| | | | | | | | | | | | 1) Add back wrench menu. 2) Remove about panel bubble. 3) Differentiate active and inactive panel by using different chrome theme. BUG=none TEST=panel_browser_view_browsertest Review URL: http://codereview.chromium.org/6975062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87703 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome os wording.chocobo@chromium.org2011-06-021-4/+4
| | | | | | | | BUG=chromium-os:14872,chromium-os:15318 TEST=None Review URL: http://codereview.chromium.org/7109021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87698 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-06-02100-305/+16280
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87564 0039d316-1c4b-4281-b951-d872f2087c98
* Replace WPA and RSN with PSK in Other Wi-Fi network UI.stevenjb@google.com2011-06-021-8/+2
| | | | | | | | | BUG=chromium-os:13333 TEST=Network Menu > Other Wi-Fi Network > Security should have WEP and PSK. Both should still work. PSK should work for both RSN and WPA networks. Review URL: http://codereview.chromium.org/7107005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87557 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Remove the passphrase page and inline passphrase input in the ↵jhawkins@chromium.org2011-06-011-4/+1
| | | | | | | | | | | | | Customize screen. Recommit of 87509 with fix for grd string. BUG=none TEST=none Review URL: http://codereview.chromium.org/7027037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87518 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 87509 - Sync: Remove the passphrase page and inline passphrase input ↵joi@chromium.org2011-06-011-1/+4
| | | | | | | | | | | | | | in the Customize screen. BUG=none TEST=none Review URL: http://codereview.chromium.org/7076025 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/7020042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87514 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Remove the passphrase page and inline passphrase input in the ↵jhawkins@chromium.org2011-06-011-4/+1
| | | | | | | | | | | Customize screen. BUG=none TEST=none Review URL: http://codereview.chromium.org/7076025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87509 0039d316-1c4b-4281-b951-d872f2087c98
* Change "Save" to "Keep" in dangerous download confirmation prompt.mattm@chromium.org2011-06-011-4/+4
| | | | | | | | | | BUG=80338 TEST=manual Review URL: http://codereview.chromium.org/7070001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87435 0039d316-1c4b-4281-b951-d872f2087c98
* Preload Instant search when omnibox is focused.sreeram@chromium.org2011-06-011-0/+6
| | | | | | | | | | | | Start preloading the default search engine's Instant URL when the omnibox is focused, in anticipation of the user typing a query (controlled by a new --preload-instant-search flag). BUG=69197 TEST=Focus the omnibox, see (through a network trace) that google.com/webhp gets loaded. Review URL: http://codereview.chromium.org/6990015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87420 0039d316-1c4b-4281-b951-d872f2087c98
* Fix height of the chevron button (aka the OffTheSideButton) to be 24.0 which ↵maf@chromium.org2011-05-311-1/+1
| | | | | | | | | | | is bookmarks::kBookmarkFolderButtonHeight. The .xib change should be sufficient but for mysterious reasons is not, so height is also set in [BookmarkBarController positionOffTheSideButton]. R=mrossetti@chromium.org BUG=82736 Review URL: http://codereview.chromium.org/7020005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87377 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r228tony@chromium.org2011-05-315-0/+17
| | | | | | | | | | This includes a new lang: Armenian (hy) Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7100004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87376 0039d316-1c4b-4281-b951-d872f2087c98
* Change Mimetype to MIME type.koz@chromium.org2011-05-311-1/+1
| | | | | | TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87374 0039d316-1c4b-4281-b951-d872f2087c98
* Upgrade all multi-install products present on the system when the installer ↵grt@chromium.org2011-05-312-0/+6
| | | | | | | | | | | is run with only the --multi-install switch. This will allow us to greatly simplify the Google Update server config for the Chrome binaries app id, as it will no longer need to call out every permutation of product installations. BUG=76695 TEST=On a system with one or more multi-install products installed, run the installer with --multi-install [ --system-level ] [ --verbose-logging ] and notice that all multi-install products are updated. Run it on a system with no multi-install products and notice that it returns 15 (CHROME_NOT_INSTALLED) and puts the proper error info into the Chrome binaries' ClientState key. Review URL: http://codereview.chromium.org/7087030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87314 0039d316-1c4b-4281-b951-d872f2087c98
* Add portal detection for all types of connections.ers@chromium.org2011-05-311-0/+15
| | | | | | | | | | | | | | | | | | | | | This changes keeps the UI in sync with changes to flimflam in which "portal" and "online" are now services states instead of being a separate connectivity state. They are also reported for all services (except VPN). See also: http://codereview.chromium.org/6833009/ BUG=chromium-os:3281 TEST=run activation for Verizon using real modem and mock modem. Submitting on behalf of jglasgow@chromium.org, original CL: http://codereview.chromium.org/6899062 R=ers@chromium.org Review URL: http://codereview.chromium.org/7054040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87307 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Initial implementation for OOBE WebUI.nkostylev@chromium.org2011-05-314-4/+16
| | | | | | | | | | | Only C++ part and trivial HTML/CSS files. BUG=chromium-os:15632 TEST=Manual. Navigated to chrome://oobe. Review URL: http://codereview.chromium.org/7076014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87293 0039d316-1c4b-4281-b951-d872f2087c98
* Quota InfoBarkinuko@chromium.org2011-05-311-0/+12
| | | | | | | | | | | | | For persistent storage request we need to show 'request quota' infoBar if the requested storage size (or requested new quota size) is greater than the current quota, and to show an infoBar we need to let the browser know which render view is requesting the storage. This patch includes necessary plumbing to send render process_id/view_id to the browser process and the info bar implementation itself. BUG=61676 TEST=none Review URL: http://codereview.chromium.org/6976026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87275 0039d316-1c4b-4281-b951-d872f2087c98
* Add Private Network list to Internet Options; slight refactoring of icon ↵stevenjb@google.com2011-05-301-4/+10
| | | | | | | | | | | generation. BUG=chromium-os:12667 TEST=Connect to a Private Network, ensure network shows up in settings/internet. Clicking on 'options' should bring up details. Review URL: http://codereview.chromium.org/7086018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87260 0039d316-1c4b-4281-b951-d872f2087c98
* Support multiple flimflam profiles and UI for sharing networks.stevenjb@google.com2011-05-301-0/+6
| | | | | | | | | BUG=chromium-os:14393 TEST=See issue for detailed testing notes. Review URL: http://codereview.chromium.org/7048014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87252 0039d316-1c4b-4281-b951-d872f2087c98
* mac: turn download shelf link into a buttonthakis@chromium.org2011-05-301-105/+44
| | | | | | | | | | | | | | | | | | | | | | xib changes: * Change button cell from HyperlinkButtonCell to DownloadShowAllCell * Disconnect |showAllCell_| * Change button text from IDS_SHOW_ALL_DOWNLOADS to IDS_SHOW_ALL * Make button higher * Give button class DownloadShowAllButton * Remove NSImageView as the image is now on the button * Reduce padding between "show all" button and close button by 2 DownloadShowAllCell is a new class that looks like a button with an icon. Some common logic with the download items has been extracted. BUG=79502 TEST=Download something, look at bottom right corner. With several downloads, the new button should interact with the download items in a sane way on window resize. It should look right with themes. Review URL: http://codereview.chromium.org/7084009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87232 0039d316-1c4b-4281-b951-d872f2087c98
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them ↵chromium@hybridsource.org2011-05-281-2/+2
| | | | | | | | apply to non-linux Unix also. Non-linux Unices tested are the BSDs and Solaris. Review URL: http://codereview.chromium.org/3556009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87156 0039d316-1c4b-4281-b951-d872f2087c98
* Use arcs for wifidavemoore@chromium.org2011-05-2810-9/+0
| | | | | | | | | BUG=chromium-os:15279 TEST=connect to wifi..status icons should be arcs Review URL: http://codereview.chromium.org/7082023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87147 0039d316-1c4b-4281-b951-d872f2087c98
* Add UI for configuring static IP addresses.chocobo@chromium.org2011-05-281-0/+6
| | | | | | | | BUG=chromium-os:569 TEST=configure static IP addresses Review URL: http://codereview.chromium.org/6979016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87128 0039d316-1c4b-4281-b951-d872f2087c98
* Makes Bookmarks have an accelerator.sky@chromium.org2011-05-271-1/+1
| | | | | | | | | | BUG=83559 TEST=see bug R=ben@chromium.org,maf@chromium.org Review URL: http://codereview.chromium.org/7082011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87104 0039d316-1c4b-4281-b951-d872f2087c98
* Show basic data about local filesystems via chrome://settings/cookiesmkwst@chromium.org2011-05-271-0/+12
| | | | | | | | | BUG=63703 TEST=none Review URL: http://codereview.chromium.org/6992065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87021 0039d316-1c4b-4281-b951-d872f2087c98
* Wrapping blocked filesystems into TabSpecificContentSettingsmkwst@chromium.org2011-05-271-0/+3
| | | | | | | | | | BUG=63703 TEST=TabSpecificContentSettings* in `unit_tests` Review URL: http://codereview.chromium.org/6966036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87006 0039d316-1c4b-4281-b951-d872f2087c98
* Moving mediaplayer to the chrome filebrowser. Observable behaviour should ↵serya@google.com2011-05-271-0/+3
| | | | | | | | | | | not change. BUG=chromium-os:14880 TEST=Click "play" button on an audion file in the file browser. Check that the mediaplayer panel has popped up. Click on another file. Check that the mediaplayer playlist panel has popped up and contains 2 items. Review URL: http://codereview.chromium.org/7067020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87002 0039d316-1c4b-4281-b951-d872f2087c98
* Add "Show All" stringthakis@chromium.org2011-05-271-0/+6
| | | | | | | | | | BUG=79502 TEST=none Review URL: http://codereview.chromium.org/7071033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86980 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Removing page range suggestions.dpapad@chromium.org2011-05-261-3/+0
| | | | | | | | | | BUG=83255 TEST=See bug description. Review URL: http://codereview.chromium.org/7076003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86905 0039d316-1c4b-4281-b951-d872f2087c98
* Make --allow-cross-domain-auth-prompt equivalent to a preference.tsepez@chromium.org2011-05-261-1/+11
| | | | | | Review URL: http://codereview.chromium.org/6992081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86903 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."yfriedman@chromium.org2011-05-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | Second attempt to land this change. Fixes memory leak (82186), deleted bookmarks (82273) and crash on add bookmarks in windows (82349). Original desscription: Mostly ensures that sycned bookmarks are correctly treated as an immutable folder. Some of the UI-bits maybe incomplete. For example, if enable-synced-bookmarks-folder is set, then synced bookmarks will appear in the bookmark manager page and some components of the UI but it's not on the bookmark bar or anything like that. This change also ensures that the synced bookmark folder matches a sync folder if one is available. BUG= TEST=test bookmark addition/moving around in combination with sync Review URL: http://codereview.chromium.org/7012005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86902 0039d316-1c4b-4281-b951-d872f2087c98
* Add FPS column to Task Manager.jbates@chromium.org2011-05-261-0/+3
| | | | | | | | | BUG=73206 TEST=open task manager and view FPS column. Review URL: http://codereview.chromium.org/7063014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86887 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent registerProtocolHandler from nagging the user after they say no.koz@chromium.org2011-05-261-1/+4
| | | | | | | | | | | | | | Currently if a user visits a site that calls registerProtocolHandler(), and they deny that sites request, then the next time they visit the site it will ask them again. This patch changes the semantics of denying a request from doing nothing to remembering the site, but not registering it as the default. Handlers retained in this way can still be removed from the settings screen. TEST=Unit tests provided. Review URL: http://codereview.chromium.org/6976018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86880 0039d316-1c4b-4281-b951-d872f2087c98