summaryrefslogtreecommitdiffstats
path: root/chrome/browser/defaults.cc
Commit message (Collapse)AuthorAgeFilesLines
* GTK: Linux builds should show the close button.erg@chromium.org2012-01-191-3/+5
| | | | | | | | | | | GNOME 3 no longer shows an X button on dialogs, so we must show a close button. BUG=102883 Review URL: http://codereview.chromium.org/9251028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118229 0039d316-1c4b-4281-b951-d872f2087c98
* sync: take two on removing cros_user parameter from ProfileSyncService.tim@chromium.org2011-12-211-2/+2
| | | | | | | | | | | | | | | This time without bustedness on Chrome OS. Original patch: http://codereview.chromium.org/8910003/ TBR=mirandac@chromium.org BUG=88109,93922,107160, chromium-os:24389 TEST=most scenarios with CrOS UI displaying the username, including signin dialogs Review URL: http://codereview.chromium.org/9005016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115337 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "sync: remove cros_user parameter from ProfileSyncService"nkostylev@chromium.org2011-12-191-2/+2
| | | | | | | | | | | | | | Reason: crash on sign in + constant crashing inside user session. Latter not consistent. This reverts commit 1aba27d06e8a0e748d671e682fe610a85b3829b3. TBR=tim@chromium.org BUG=chromium-os24389 TEST=No crash on sign in or any constant crashing inside user session. Review URL: http://codereview.chromium.org/8995010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114995 0039d316-1c4b-4281-b951-d872f2087c98
* sync: remove cros_user parameter from ProfileSyncServicetim@chromium.org2011-12-161-2/+2
| | | | | | | | | | | | | | Instead use SigninManager to store this information. TBR=mirandac@chromium.org BUG=88109,93922, 107160 TEST=most scenarios with CrOS UI displaying the username, including signin dialogs Review URL: http://codereview.chromium.org/8910003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114880 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove an unused variable.thestig@chromium.org2011-12-011-2/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8651005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112510 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up kMaxTabCount that was added for TOUCH_UI.alicet@chromium.org2011-11-301-1/+0
| | | | | | | | | | | | | | essentially reverting cl: http://codereview.chromium.org/8115017/ and http://codereview.chromium.org/8177016/ yay. BUG=None TEST=None Review URL: http://codereview.chromium.org/8734010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112120 0039d316-1c4b-4281-b951-d872f2087c98
* Touch constants and dead code removal.saintlou@chromium.org2011-11-231-16/+0
| | | | | | | | | | BUG=105046 TEST=none Review URL: http://codereview.chromium.org/8678015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111415 0039d316-1c4b-4281-b951-d872f2087c98
* Grab-bag:ben@chromium.org2011-11-151-2/+6
| | | | | | | | | | | | | | . Avoid trying to layout the desktop when its size is set to 0x0 when minimized on Windows. . Don't show the "Default Browser" UI in Aura either. . Don't flash the active window inactive briefly when clicking on launcher items. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109966 Review URL: http://codereview.chromium.org/8565015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110116 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109966 - Grab-bag:ben@chromium.org2011-11-141-6/+2
| | | | | | | | | | | | | | | . Avoid trying to layout the desktop when its size is set to 0x0 when minimized on Windows. . Don't show the "Default Browser" UI in Aura either. . Don't flash the active window inactive briefly when clicking on launcher items. BUG=none TEST=none Review URL: http://codereview.chromium.org/8565015 TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8564030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109972 0039d316-1c4b-4281-b951-d872f2087c98
* Grab-bag:ben@chromium.org2011-11-141-2/+6
| | | | | | | | | | | | . Avoid trying to layout the desktop when its size is set to 0x0 when minimized on Windows. . Don't show the "Default Browser" UI in Aura either. . Don't flash the active window inactive briefly when clicking on launcher items. BUG=none TEST=none Review URL: http://codereview.chromium.org/8565015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109966 0039d316-1c4b-4281-b951-d872f2087c98
* fix touchui max tab count and navigation problem when max tab count is hit.alicet@chromium.org2011-10-071-1/+1
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8177016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104539 0039d316-1c4b-4281-b951-d872f2087c98
* limit number of tabs allowed in touch ui.alicet@chromium.org2011-10-061-0/+3
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8115017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104230 0039d316-1c4b-4281-b951-d872f2087c98
* Do not restore popups on ChromeOSstevenjb@google.com2011-07-291-1/+1
| | | | | | | | | | | | Restoring popups introduces some strange behaviors with extensions. Until a good heuristic can be establised for when to restore popups on ChromeOS, and the behavior thoroughly tested, disable this feature. BUG=chromium-os:11152,chromium-os:16898 TEST=See issues. Popups and panels should no longer be restored when starting ChromeOS. Review URL: http://codereview.chromium.org/7533009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94723 0039d316-1c4b-4281-b951-d872f2087c98
* Move infobar button padding constant to browser_defaults.rhashimoto@chromium.org2011-07-151-6/+12
| | | | | | | | | | BUG=none TEST=everything compiles, infobars look okay for touch and non-touch Review URL: http://codereview.chromium.org/7380005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92707 0039d316-1c4b-4281-b951-d872f2087c98
* Use large bold font for associated network on touch.rhashimoto@chromium.org2011-06-171-0/+8
| | | | | | | | | | | | The CrOS network menu shows the associated network in bold face and non-associated networks in regular face. The size of these fonts matches for non-touch builds but are different for touch builds. BUG=none TEST=on touch build, open network menu and check if all items are the same size Review URL: http://codereview.chromium.org/7044121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89427 0039d316-1c4b-4281-b951-d872f2087c98
* Add #ifdef TOUCH_UI configuration of the bookmark bar height.rhashimoto@chromium.org2011-06-071-0/+8
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7014023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88062 0039d316-1c4b-4281-b951-d872f2087c98
* Adapt to new icon interface from WebFramemichaelbai@google.com2011-05-171-2/+0
| | | | | | | | | | | | | | | | - Adapt to the new icon methods from both WebFrame and WebFrameClient. - Touch icons will be fetched and stored if kEnableTouchIcon=1, Currently it is disabled by default. - Moved the kEnableTouchIcon definition to chrome_constants so it could be seen in both browser and renderer code. BUG=71571 TEST=Tested by existent unit test. Review URL: http://codereview.chromium.org/7032013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85651 0039d316-1c4b-4281-b951-d872f2087c98
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-121-0/+2
| | | | | | | | | | | | | b.ViewHostMsg_UpdateFaviconURL can update multiple icon urls BUG=71571 TEST=Tested with existing unit test and add 2 new unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81158 Review URL: http://codereview.chromium.org/6672065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81258 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 81158 due to memory bots - a Downloaded or retrieved favicon and ↵erg@google.com2011-04-111-2/+0
| | | | | | | | | touch in FaviconHelper.b.ViewHostMsg_UpdateFaviconURL can update multiple icon urlsBUG=71571TEST=Tested with existing unit test and add 2 new unit testsReview URL: http://codereview.chromium.org/6672065 TBR=michaelbai@google.com Review URL: http://codereview.chromium.org/6820054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81167 0039d316-1c4b-4281-b951-d872f2087c98
* a Downloaded or retrieved favicon and touch in FaviconHelper.michaelbai@google.com2011-04-111-0/+2
| | | | | | | | | | | b.ViewHostMsg_UpdateFaviconURL can update multiple icon urls BUG=71571 TEST=Tested with existing unit test and add 2 new unit tests Review URL: http://codereview.chromium.org/6672065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81158 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Tweak omnibox and tab font sizes.derat@chromium.org2011-03-281-3/+3
| | | | | | | | | | | | | | This makes tab titles a bit smaller (13->12 px) and the omnibox text a bit larger (13->14 px). The omnibox text size is only changed when a non-GTK+ theme is being used; we continue using GTK+'s default font otherwise. BUG=77285 TEST=manual: built it and checked that the font sizes are changed as specified above Review URL: http://codereview.chromium.org/6711089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79560 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Show the About Chromium menu item in the Wrench menu.rsesek@chromium.org2011-03-021-3/+0
| | | | | | | | | BUG=73941 TEST=Open Wrench menu. See About Chromium and selecting it brings up the about panel. Review URL: http://codereview.chromium.org/6591102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76636 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Make PlatformFontGtk deal only in pixels.derat@chromium.org2011-01-281-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gfx::Font deals with pixels (at least, its GetFontSize() method is documented as returning them and that's what all of the metrics-related methods return; I'm assuming that the |font_size| argument in its constructors deals with the same units). PlatformFontGtk's constructor treated |font_size| as points, though, and mostly used points internally. This change makes PlatformFontGtk use pixels internally and renames all of the variables to describe their units. It also changes the size of the omnibox suggestion text: - on Chrome OS, it matches the size of the omnibox text - on Linux, it's slightly smaller (similar to Windows) It also makes us update the suggestion text size when switching between standard and GTK+ themes (the omnibox itself already handled this correctly). Tested with the following configurations in a regular GTK+ build: 120 DPI, GTK+ theme: - 13-pixel tab text - 16-pixel omnibox text - 13-pixel omnibox popup text - 16-pixel popup location text 96 DPI, GTK+ theme: - 13-pixel tab text - 13-pixel omnibox popup text - 12-pixel omnibox popup text - 13-pixel popup location text 72 DPI, GTK+ theme: - 13-pixel tab text - 9-pixel omnibox popup text - 9-pixel omnibox popup text - 9-pixel popup location text 120 DPI, Classic theme: - 13-pixel tab text - 13-pixel omnibox text - 12-pixel omnibox popup text - 10-pixel popup location text 96 DPI, Classic theme: - 13-pixel tab text - 13-pixel omnibox text - 12-pixel omnibox popup text - 10-pixel popup location text 72 DPI, Classic theme: - 13-pixel tab text - 13-pixel omnibox text - 12-pixel omnibox popup text - 10-pixel popup location text Put more simply: - Regular themes use hardcoded font sizes. - The GTK+ theme uses a hardcoded font size for tabs and sizes based on the DPI for the omnibox. BUG=61433,26354,chromium-os:8658 TEST=see above. also took screenshots and checked that the onscreen font size matches that passed to gfx::Font and that the computed metrics are correct, and built a Chrome OS image to verify that things look reasonable, and verified that text isn't clipped on the "Aw, Snap!" page Review URL: http://codereview.chromium.org/6378007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72985 0039d316-1c4b-4281-b951-d872f2087c98
* Make HelpApp component extension.dpolukhin@chromium.org2011-01-251-0/+2
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=6923 TEST=manual Review URL: http://codereview.chromium.org/5758002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72473 0039d316-1c4b-4281-b951-d872f2087c98
* Skip restoring tabs on first time logindavemoore@chromium.org2010-11-111-0/+2
| | | | | | | | | | | | | | | | | Add timings for first owner login This is a redo of a previously lgtm'd cl but on the right branch. TBR:sky@chromium.org BUG=chromium-os:8670 TEST=On a new machine login. When picture screen appears skip immediately before this change that could block for 10+ seconds. Now it should show the browser w/in 2 seconds Review URL: http://codereview.chromium.org/4767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65800 0039d316-1c4b-4281-b951-d872f2087c98
* Add a cancel button to Task Manager.yusukes@google.com2010-11-111-0/+2
| | | | | | | | | BUG=chromium-os:8740 TEST=manually done. Review URL: http://codereview.chromium.org/4651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65776 0039d316-1c4b-4281-b951-d872f2087c98
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-2/+0
| | | | | | | | | | | Also get rid of the type enum passed to TabReplacedAt since it can only be one option after phantom tabs are removed. BUG=none TEST=compile? good. pass tests? good. Review URL: http://codereview.chromium.org/3539010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61303 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Increase omnibox font size.derat@chromium.org2010-09-031-2/+4
| | | | | | | | | | | | | | This change makes it two points larger than the popup and tab text. I am hesitant to make a similar change to the GTK version, at least in this change, since there have already been a bunch of omnibox-font-sizing problems there. BUG=50568 TEST=built and tried it Review URL: http://codereview.chromium.org/3181023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58524 0039d316-1c4b-4281-b951-d872f2087c98
* Issue 6248: popup windows have tiny url textstevenjb@chromium.org2010-09-031-1/+4
| | | | | | | | | BUG=chromium-os:6248 TEST=Open a popup window. URL should be readable (10 point font instead of 7). Review URL: http://codereview.chromium.org/3338005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58443 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 56669: Initial change that allows to disable bookmarksdpolukhin@chromium.org2010-08-231-0/+2
| | | | | | | | | | | | | | | | Original CL: http://codereview.chromium.org/3191007 Initial change that allows to disable bookmarks in Chrome for Chrome OS (BWSI mode). Added disable-bookmarks flag and disabled some UI elements. BUG=chromium-os:4302 TEST=Run Chrome build for Chrome OS with --disable-bookmarks flag and verify that the corresponding UI is disabled. Verify that BWSI mode runs with this flag. Review URL: http://codereview.chromium.org/3156035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57033 0039d316-1c4b-4281-b951-d872f2087c98
* TBR:skydpolukhin@chromium.org2010-08-191-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56676 0039d316-1c4b-4281-b951-d872f2087c98
* Land 3122014 for Anton: Initial change that allows to disable bookmarksdpolukhin@chromium.org2010-08-191-0/+2
| | | | | | | | | | | | | | | | Original CL: http://codereview.chromium.org/3122014 Initial change that allows to disable bookmarks in Chrome for Chrome OS (BWSI mode). Added disable-bookmarks flag and disabled some UI elements. BUG=chromium-os:4302 TEST=Run Chrome build for Chrome OS with --disable-bookmarks flag and verify that the corresponding UI is disabled. Verify that BWSI mode runs with this flag. Review URL: http://codereview.chromium.org/3191007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56669 0039d316-1c4b-4281-b951-d872f2087c98
* Disables phantom tabs. I'm not nuking all the code as Nicholas/Glen thought ↵sky@chromium.org2010-06-221-0/+2
| | | | | | | | | | | we may yet try them again shortly. BUG=46852 TEST=none Review URL: http://codereview.chromium.org/2833026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50511 0039d316-1c4b-4281-b951-d872f2087c98
* Add an error message when user clicks a file of unknown type.xiyuan@chromium.org2010-06-111-1/+1
| | | | | | | | | | | | | | | - Replace name link with name+error message in content browser; - Show an error message ChromeOS's openItem; - Update SimpleErrorBox so that it runs in a Chrome window; - Put back "Show in folder" in download page and make it work with content browser; BUG=chromium-os:1637 TEST=Verify fix for chromium-os:1637 and verify error message pops up for unknown type file in downloads ui. Review URL: http://codereview.chromium.org/2748007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49541 0039d316-1c4b-4281-b951-d872f2087c98
* On Chrome OS browse without sign in mode open only incognito windows.nkostylev@google.com2010-06-031-0/+2
| | | | | | | | | | | As current implementation BWSI mode = "Incognito session" so only incognito windows should be open. BUG= http://crosbug.com/3473 TEST=Open BWSI mode from "New user" screen. Ctrl+N/Shift+Ctrl+N should open only Incognito windows. Review URL: http://codereview.chromium.org/2580001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48855 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding 48042.jcivelli@chromium.org2010-05-251-2/+0
| | | | | | | | | | | | | | I reverted http://codereview.chromium.org/1986006 as part of that change, after talking with Ben and Aaron. (it breaks the UI tests on ChromeOS now that apps are enabled). Disabling app launcher and enabling apps by default on ChromeOS . BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Review URL: http://codereview.chromium.org/2149003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48149 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48042: it breaks unit-tests and UI tests on ChromeOSjcivelli@chromium.org2010-05-241-0/+2
| | | | | | | | | | | | | | | Disabling app launcher and enabling apps by default on ChromeOS . BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Review URL: http://codereview.chromium.org/2135011 TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/2077020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48044 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling app launcher and enabling apps by default on ChromeOS .jcivelli@chromium.org2010-05-241-2/+0
| | | | | | | | | | BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Review URL: http://codereview.chromium.org/2135011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48042 0039d316-1c4b-4281-b951-d872f2087c98
* Removing the app launcher button in the ChromeOS browser and making the app ↵jcivelli@chromium.org2010-05-141-1/+2
| | | | | | | | | | | | | | launcher pinned to the location bar. BUG=3190 TEST=The app launcher icon on the top-left corner of the browser should be gone. Opening a new tab by pressing the + button or typing CTRL-T should bring the app launcher, it should be located on top of the location bar. Review URL: http://codereview.chromium.org/2060004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47314 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-4/+1
| | | | | | | | | | | | | | | This CL rewires the old support for pinned tabs to support mini-tabs. This also removes the kEnablePinnedTabs browser default now that all platforms support it. Note that pinning is now only accessible through the context menu; drag-to-pin has been removed. BUG=36798, 32845 TEST=Right-click and pin two tabs. Test dragging on and off and around the tab strip. TEST=Cmd+W a pinned tab and it should go phantom (renderer closes down) and the tab is made alpha. Review URL: http://codereview.chromium.org/1119005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42548 0039d316-1c4b-4281-b951-d872f2087c98
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/656009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41067 0039d316-1c4b-4281-b951-d872f2087c98
* Implements mini-tab support for linux.sky@chromium.org2010-03-051-6/+3
| | | | | | | | | BUG=36797 TEST=make sure pinned tabs work on linux. Review URL: http://codereview.chromium.org/669163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40767 0039d316-1c4b-4281-b951-d872f2087c98
* do not mention other browsers in about:memory for chromeoskuan@chromium.org2010-02-231-0/+2
| | | | | | | | | BUG=34839 TEST=verify per bug report Review URL: http://codereview.chromium.org/650161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39746 0039d316-1c4b-4281-b951-d872f2087c98
* Adds code to restore application extensions. I'm also enabling tabsky@chromium.org2010-02-101-0/+6
| | | | | | | | | | | | pinning on views again as everything in place, except a couple of bugs. BUG=32845 TEST=none Review URL: http://codereview.chromium.org/598027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38657 0039d316-1c4b-4281-b951-d872f2087c98
* Added SignOut for chromium OS.davemoore@chromium.org2010-02-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/548221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38530 0039d316-1c4b-4281-b951-d872f2087c98
* Makes mini-tabs work on the UI side (at least for views). I still havesky@chromium.org2010-02-061-2/+2
| | | | | | | | | | | a handful of things to resolve before I turn on pinning. BUG=32845 TEST=none Review URL: http://codereview.chromium.org/579011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38287 0039d316-1c4b-4281-b951-d872f2087c98
* Adjusts tab strip model to deal with app tabs. There were a couple ofsky@chromium.org2010-02-021-6/+0
| | | | | | | | | | | | | places where I left them using the variable with pinned when it should be app because those places need to be radically whacked. I'll do that next. BUG=32845 TEST=none yet Review URL: http://codereview.chromium.org/555173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37880 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-221-0/+6
| | | | | | | | | | | | | | | | | it is closed, and effectively unloads the renderer and replaces it with a new TabContents that loads when selected. A phantom tab is currently rendered without a border. Phantom tabs do not prevent a window from closing. Long term only pinned app tabs will have the ability to be made phantom, but this allows us to test the feature until app support is all wired in. BUG=32845 TEST=none yet Review URL: http://codereview.chromium.org/553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36815 0039d316-1c4b-4281-b951-d872f2087c98
* Update the kHasSyncSetupCompleted preference when the bootstrapedalbertb@google.com2010-01-211-0/+2
| | | | | | | | | | | | | authentication is succesful in Chrome OS. BUG=1220 TEST=The menu option in the wrench menu should indicate that bookmarks are synced on startup, and it should be possible to disable sync through the options dialog. Review URL: http://codereview.chromium.org/551053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36783 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the new tab button extend to the top of the tab strip on chromeos.sky@chromium.org2010-01-121-0/+3
| | | | | | | | | CROS_BUG=310 TEST=see bug Review URL: http://codereview.chromium.org/550020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36058 0039d316-1c4b-4281-b951-d872f2087c98