summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Run all the pngs in chrome/app/theme/ through pngcrush.erg@chromium.org2010-06-24425-0/+0
| | | | | | | | | | | | | | | - Re-compresses all the image data, average savings 1%-4% in filesize. - Removes the "Created with Adobe Whatever" string from all PNGs, shrinking the files marginally even when the image data was already optimal. This shaves more than 100k off of chrome.pak. BUG=none TEST=none Review URL: http://codereview.chromium.org/2806029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50754 0039d316-1c4b-4281-b951-d872f2087c98
* Make import from the options menu OOP on Mac OS X.mirandac@chromium.org2010-06-242-2/+3
| | | | | | | | BUG=46701 TEST=import Firefox passwords from the menu once the browser is running. Because import is OOP, FF passwords should be imported. All other import processes should still work as advertised. Review URL: http://codereview.chromium.org/2800026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50753 0039d316-1c4b-4281-b951-d872f2087c98
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-2434-277/+338
| | | | | | | | | | | | | | | | | | | | | cleanup before I fix 29933, but has a couple of interesting bits beyond the enum change: . AddTabContents now supports adding pinned. . Nuked duplicate code in Browser::addTabWithURL that invoked wasHidden on the TabContents. This code is already in TabStripModel. . Moved code for setting visibility of tabcontents from TabStripModel::AddTabContents to InsertTabContentsAt. Since everything ends up in InsertTabContentsAt it should be there. . Converted InsertTabContents call in extensionstabmodule to pass in nothing (Rafael said old code was wrong). BUG=29933 TEST=none Review URL: http://codereview.chromium.org/2863021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50752 0039d316-1c4b-4281-b951-d872f2087c98
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-242-5/+9
| | | | | | | | | | | 2. put all GLES operations in one thread BUG=none TEST=dev platform and desktop Review URL: http://codereview.chromium.org/2836019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50749 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmark sync tests need to wait for bookmarks to load in SetupClients().rsimha@chromium.org2010-06-242-1/+10
| | | | | | | | | | | | | The bookmark sync tests were not waiting for the BookmarkModel object in each Profile to load before running tests. Adding a call to ui_test_utils::WaitForBookmarkModelToLoad() to LiveBookmarksSyncTest::SetupClients(). Also including fixes for a couple of lint errors. BUG=47361 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/2802019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50748 0039d316-1c4b-4281-b951-d872f2087c98
* Adds comment to why we need std::min in getting selection start.sky@chromium.org2010-06-243-7/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2831023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50743 0039d316-1c4b-4281-b951-d872f2087c98
* Make pkg-dmg executable. This regressed in r50566 (unreviewed?)mark@chromium.org2010-06-241-0/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2838025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50741 0039d316-1c4b-4281-b951-d872f2087c98
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-2424-34/+206
| | | | | | | | BUG=47180 Review URL: http://codereview.chromium.org/2809034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50737 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 449.0 to 450.0chrome-release@google.com2010-06-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50735 0039d316-1c4b-4281-b951-d872f2087c98
* Allow suppression of first run bubble from master preferences.mirandac@google.com2010-06-2410-17/+31
| | | | | | | | | BUG=18185 TEST= add "suppress_first_run_bubble:true" to distribution section of master_preferences. run as first_run, and watch bubble not appear. Review URL: http://codereview.chromium.org/2812022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50734 0039d316-1c4b-4281-b951-d872f2087c98
* Fire the document load complete and focus event on the root document object.ctguil@chromium.org2010-06-241-4/+8
| | | | | | | | | BUG=47084,47208 TEST=none Review URL: http://codereview.chromium.org/2822027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50732 0039d316-1c4b-4281-b951-d872f2087c98
* Converts the CRLF line endings to LF. I only encountered this becausesky@chromium.org2010-06-241-264/+264
| | | | | | | | | | | I need to change this file for another patch and the try bots kept barfing. I finally figured it out it was because of CRLF instead LF. BUG=none TEST=none Review URL: http://codereview.chromium.org/2837016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50730 0039d316-1c4b-4281-b951-d872f2087c98
* Disable check for duplicate URLs. Turns out the most visited computation can ↵brettw@chromium.org2010-06-241-3/+0
| | | | | | | | | | generate these in some legitimate cases and we don't want to assert. TEST=none BUG=none Review URL: http://codereview.chromium.org/2799027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50729 0039d316-1c4b-4281-b951-d872f2087c98
* GRD change + new HTML file for sync UI changedantasse@chromium.org2010-06-242-0/+226
| | | | | | | | | BUG=45869 TEST=Doesn't do anything yet Review URL: http://codereview.chromium.org/2845019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50728 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50726 "DevTools: Migrate to new WebView initialization (pass devtools ↵pfeldman@chromium.org2010-06-242-2/+4
| | | | | | | | client directly)." Review URL: http://codereview.chromium.org/2871023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50727 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Migrate to new WebView initialization (pass devtools client directly).pfeldman@chromium.org2010-06-242-4/+2
| | | | | | Review URL: http://codereview.chromium.org/2864020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50726 0039d316-1c4b-4281-b951-d872f2087c98
* Change copyright to help grd change along.mirandac@google.com2010-06-241-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2809036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50725 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak the first run search engine dialog so that it reflects Glen's mocks. ↵mirandac@google.com2010-06-245-138/+44
| | | | | | | | | | This change adds an image to the top of the dialog, and removes the text and link at the bottom. It also removes the horizontal separators. BUG=46716 TEST=Run Chrome in first-run with master_preferences set to load the new search engine dialog. It should look reasonable. Review URL: http://codereview.chromium.org/2818014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50724 0039d316-1c4b-4281-b951-d872f2087c98
* Provides a single place to test whether the new wrench menu issky@chromium.org2010-06-245-8/+29
| | | | | | | | | | | | enabled. I'm doing this as I'm ready to turn it on for views and want a single place to turn it off should we decided to do that. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2813032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50722 0039d316-1c4b-4281-b951-d872f2087c98
* Unsubscribe from updates notifications on exit from update screen.nkostylev@google.com2010-06-241-3/+9
| | | | | | | | | | | Added extra debug logging for update screen. BUG= http://crosbug.com/4208 TEST=Manually: run OOBE, press Esc on update screen, you should stay at login screen. Review URL: http://codereview.chromium.org/2842024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50721 0039d316-1c4b-4281-b951-d872f2087c98
* Pass start url to be opened after login.nkostylev@google.com2010-06-248-15/+49
| | | | | | | | | | | | Single url is enough. If needed it could be easily changed to multiple ones. Hopefully merging login_screen & existing_user_controller will remove some of duplication. BUG= http://crosbug.com/4214 TEST=Manual. "Can't access your account" should open BWSI with help link in it. Review URL: http://codereview.chromium.org/2802021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50719 0039d316-1c4b-4281-b951-d872f2087c98
* [Win] Fix text in ADM/ADMX proxy mode configuration selectordanno@chromium.org2010-06-242-2/+2
| | | | | | | | | BUG=47385 TEST=none Review URL: http://codereview.chromium.org/2823029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50716 0039d316-1c4b-4281-b951-d872f2087c98
* Add the Reset to defaults button to the Mozc configuration dialog.mazda@chromium.org2010-06-243-3/+53
| | | | | | | | | BUG=chromium-os:2625 TEST=manual Review URL: http://codereview.chromium.org/2861021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50715 0039d316-1c4b-4281-b951-d872f2087c98
* Change the language indicator to the country code when using ibus-xkb.mazda@chromium.org2010-06-245-7/+92
| | | | | | | | | BUG=chromium-os:4044 TEST=manually check the indicator on the netbook Review URL: http://codereview.chromium.org/2876006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50714 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show the tooltip for the language indicator when the indicator is hidden.yusukes@google.com2010-06-241-3/+2
| | | | | | | | | BUG=chromium-os:4227 TEST=manual Review URL: http://codereview.chromium.org/2837015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50713 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 448.0 to 449.0chrome-release@google.com2010-06-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50711 0039d316-1c4b-4281-b951-d872f2087c98
* Add IsScreenLockerMode() interface to the StatusAreaHost class.yusukes@google.com2010-06-246-8/+26
| | | | | | | | | | | LanguageMenuButton will use the interface to implement crosbug.com/2619 (Implement input language selector on the log in page) BUG=none TEST=ran try bot Review URL: http://codereview.chromium.org/2846031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50709 0039d316-1c4b-4281-b951-d872f2087c98
* fix forgotten homepage preference on Windowsdanno@chromium.org2010-06-242-15/+18
| | | | | | | | | | BUG=47055 TEST=manual Review URL: http://codereview.chromium.org/2815021 Patch from Gábor Fehér <gfeher@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50708 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Port the ExtensionBrowserTest.PluginLoadUnload test part 2. (TTF)thestig@chromium.org2010-06-242-5/+8
| | | | | | | | BUG=29900 TEST=ported. Review URL: http://codereview.chromium.org/2849019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50707 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bookmark manager on mac and windows.tony@chromium.org2010-06-244-9/+10
| | | | | | | | | | | | | | | Mac was failing because the resources directory was in a different place. Win was failing because path separators between two filepaths are different causing the equality check to fail. TBR=erg Review URL: http://codereview.chromium.org/2873017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50706 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BookmarksUITest.FLAKY_ShouldRedirectToExtension while I fixtony@chromium.org2010-06-241-1/+1
| | | | | | | | TBR=leiz Review URL: http://codereview.chromium.org/2800025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50701 0039d316-1c4b-4281-b951-d872f2087c98
* sqlite_utils: don't dereference an empty vector.nick@chromium.org2010-06-243-6/+36
| | | | | | | | | | | | | | | user_settings: Add unit test intended to exercise the above path. In practice though these tests don't hit the bug, since EncryptData("") results in non-empty ciphertext. bonus: don't leak a sqlite handle in one of the other sync unit tests. TEST=none BUG=40217 Review URL: http://codereview.chromium.org/2801017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50700 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for vector printing for Pepper v1 plugins for Windows. Mac and ↵sanjeevr@chromium.org2010-06-242-0/+88
| | | | | | | | | | | Linux to follow. BUG=None. TEST=Test printing from Chrome PDF plugin on Windows. Review URL: http://codereview.chromium.org/2863019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50699 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a potential crash issue.suzhe@chromium.org2010-06-241-13/+17
| | | | | | | | | BUG=47376 TEST=none Review URL: http://codereview.chromium.org/2868033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50697 0039d316-1c4b-4281-b951-d872f2087c98
* Fix copy & paste error from http://codereview.chromium.org/2855009.rafaelw@chromium.org2010-06-241-1/+1
| | | | | | | | TBR=aa Review URL: http://codereview.chromium.org/2867023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50688 0039d316-1c4b-4281-b951-d872f2087c98
* removing caps from new known_crashes stacktraceace@chromium.org2010-06-241-1/+2
| | | | | | | | BUG=47367 Review URL: http://codereview.chromium.org/2802020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50685 0039d316-1c4b-4281-b951-d872f2087c98
* Move the bookmark manager into resources.pak.tony@chromium.org2010-06-248-47/+108
| | | | | | | | | | | | This allows for the bookmark manager to work after upgrading in the background on Linux. BUG=42770 TEST=Bookmark manager still works Review URL: http://codereview.chromium.org/2814009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50683 0039d316-1c4b-4281-b951-d872f2087c98
* Add stack to known_crashes listace@chromium.org2010-06-241-0/+3
| | | | | | | | Bug=47367 Review URL: http://codereview.chromium.org/2817027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50680 0039d316-1c4b-4281-b951-d872f2087c98
* Enable "get html from page" functionality for PyAuto.jrg@chromium.org2010-06-248-10/+259
| | | | | | | | | BUG=36184 TEST=Run PyAuto's content.py and make sure it passes. Review URL: http://codereview.chromium.org/2861019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50678 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Password Manager aggregate metrics reportingdpranke@chromium.org2010-06-244-0/+27
| | | | | | | | | | | | This patch implements UMA histograms for the total number of saved passwords and the number of usernames per site/realm. BUG=45946 R=jcivelli@chromium.org TEST=none Review URL: http://codereview.chromium.org/2834009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50677 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an unititialized variable that caused a mac valgrind failure.csilv@chromium.org2010-06-241-1/+1
| | | | | | | | BUG=46797 TEST=Mac valgrind stays green Review URL: http://codereview.chromium.org/2849020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50675 0039d316-1c4b-4281-b951-d872f2087c98
* Make pinned tabs a little stickier.estade@chromium.org2010-06-242-2/+21
| | | | | | | | | | | Use the same algorithm for rewriting the window open disposition as we use for link clicking. BUG=47190 TEST=manual; unit tests Review URL: http://codereview.chromium.org/2807016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50674 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pinned tab link navigations.estade@chromium.org2010-06-242-15/+23
| | | | | | | | | | | This ties up that loose end I mentioned in http://codereview.chromium.org/2747011 (I had put this off because I expected it would require slightly more effort). BUG=29281 TEST=manual Review URL: http://codereview.chromium.org/2844017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50673 0039d316-1c4b-4281-b951-d872f2087c98
* Add basic UI tests for dom_ui/options.csilv@chromium.org2010-06-243-0/+105
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2848012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50672 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50667 - Add in support for internal pepper plugins into the ↵mrossetti@chromium.org2010-06-234-81/+2
| | | | | | | | | | | | | | | | PepperPluginRegistry and pepper::PluginModule. Used Chromoting's plugin as the first attempt at using this interface. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2843018 TBR=ajwong@chromium.org Review URL: http://codereview.chromium.org/2834021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50671 0039d316-1c4b-4281-b951-d872f2087c98
* Allow for a new flag (--log_file) which lets pyauto log to a file instead of ↵nirnimesh@chromium.org2010-06-231-3/+13
| | | | | | | | just stdout. Review URL: http://codereview.chromium.org/2826014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50668 0039d316-1c4b-4281-b951-d872f2087c98
* Add in support for internal pepper plugins into the PepperPluginRegistry and ↵ajwong@chromium.org2010-06-234-2/+81
| | | | | | | | | | | | | pepper::PluginModule. Used Chromoting's plugin as the first attempt at using this interface. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2843018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50667 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a mutator method for the private variables.rlp@chromium.org2010-06-232-0/+17
| | | | | | | | | BUG=38736 TEST=none Review URL: http://codereview.chromium.org/2860016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50666 0039d316-1c4b-4281-b951-d872f2087c98
* Mark SrpcPluginTest as flaky.ericu@google.com2010-06-231-1/+1
| | | | | | | | | BUG=643 TEST=none Review URL: http://codereview.chromium.org/2799029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50665 0039d316-1c4b-4281-b951-d872f2087c98
* Canvas refactoring part 2.ben@chromium.org2010-06-2328-51/+68
| | | | | | | | | | | | - Rename Canvas to CanvasSkia. - Create a subclass Canvas that inherits from CanvasSkia for compatibility. BUG=none TEST=none Review URL: http://codereview.chromium.org/2862025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50664 0039d316-1c4b-4281-b951-d872f2087c98