summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Changing the grd files in chrome/webkit/app to be compiled to sepratebradnelson@google.com2009-09-232-324/+340
| | | | | | | | | | | | | | | | directories to prevent them from stomping each other when they have names that are the same. Also adding some dependencies on theme_resources, webkit_resources, that were missing, but undetected due to everyone sharing the same output directory. BUG=22385 TEST=None Review URL: http://codereview.chromium.org/208056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26904 0039d316-1c4b-4281-b951-d872f2087c98
* add image to fix build breakagedavemoore@chromium.org2009-09-231-0/+0
| | | | | | Review URL: http://codereview.chromium.org/222002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26899 0039d316-1c4b-4281-b951-d872f2087c98
* Make chromeos build use shared object to load batterydavemoore@chromium.org2009-09-2325-18/+153
| | | | | | | | functionality. Call into it and show new battery images Review URL: http://codereview.chromium.org/215025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26898 0039d316-1c4b-4281-b951-d872f2087c98
* Change the URL for the plugin finder service.mal@chromium.org2009-09-231-1/+1
| | | | | | | | | We need to start using the /edgedl prefix. BUG= b/2111073 Review URL: http://codereview.chromium.org/217021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26897 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a theme promo in the lower right cornerarv@chromium.org2009-09-2310-4/+50
| | | | | | | | | BUG=None TEST=The theme promo should show up in the lower right corner and when clicked should navigate to the Chrome theme gallery. The promo should go away after 5 runs of chrome Review URL: http://codereview.chromium.org/217020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26894 0039d316-1c4b-4281-b951-d872f2087c98
* Fix views build.estade@chromium.org2009-09-231-1/+1
| | | | | | | | TBR=stuartmorgan Review URL: http://codereview.chromium.org/224001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26893 0039d316-1c4b-4281-b951-d872f2087c98
* Download in progress dialog:estade@chromium.org2009-09-237-20/+156
| | | | | | | | | | | - Change hardcoded "Google Chrome" to product name. - Implement for GTK. BUG=21652 Review URL: http://codereview.chromium.org/212051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26891 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Dismiss the bookmark folder menu(s) when a context menu item is executed.estade@chromium.org2009-09-236-8/+43
| | | | | | | | BUG=22372 Review URL: http://codereview.chromium.org/211056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26890 0039d316-1c4b-4281-b951-d872f2087c98
* Add failure expectation for Selenium from the 48610:48642 WebKit rollstuartmorgan@chromium.org2009-09-231-1/+1
| | | | | | | | | | | TBR=nsylvain BUG=22711 TEST=Selenium test bot Review URL: http://codereview.chromium.org/212054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26884 0039d316-1c4b-4281-b951-d872f2087c98
* Disable two ui_tests on linux after a WebKit merge.paul@chromium.org2009-09-221-0/+2
| | | | | | | | BUG=22696 TEST=Covered by ui_tests. Review URL: http://codereview.chromium.org/211053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26868 0039d316-1c4b-4281-b951-d872f2087c98
* linux: manpage update to reflect proxy-setting realityevan@chromium.org2009-09-221-14/+28
| | | | | | Review URL: http://codereview.chromium.org/217018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26865 0039d316-1c4b-4281-b951-d872f2087c98
* Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments onsky@chromium.org2009-09-221-1/+1
| | | | | | | | | | | why we're not going to implement some. BUG=none TEST=none Review URL: http://codereview.chromium.org/207057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26864 0039d316-1c4b-4281-b951-d872f2087c98
* Remove potential for command-key equivalents to beat the file menu fix-up ↵pinkerton@chromium.org2009-09-221-0/+33
| | | | | | | | | | timer by clearing the command keys for close tab/window before we fire the timer. BUG=16689 TEST=cmd-w closes tabs/windows correctly based on number of tabs in the window and if the window is a browser window. Also comment 16 in the bug. Review URL: http://codereview.chromium.org/215056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26862 0039d316-1c4b-4281-b951-d872f2087c98
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-225-42/+89
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/210027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26860 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize instance_id_ in the constructor.jhawkins@chromium.org2009-09-221-0/+1
| | | | | | | | | CID=6212 BUG=none TEST=none Review URL: http://codereview.chromium.org/208051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26858 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor the DB code to make it accessible from test_shell.dumi@chromium.org2009-09-223-207/+31
| | | | | | | | | BUG=21442 TEST=none Review URL: http://codereview.chromium.org/203074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26855 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Empty bookmark bar should show IDS_BOOKMARKS_NO_ITEMS.erg@chromium.org2009-09-226-15/+133
| | | | | | | | | | TEST=BookmarkBarControllerTest.DisplaysHelpMessageOnEmpty TEST=BookmarkBarControllerTest.HidesHelpMessageWithBookmark BUG=17360 Review URL: http://codereview.chromium.org/216052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26853 0039d316-1c4b-4281-b951-d872f2087c98
* On 'window.print()' javascript command, print only the frame that is ↵maruel@chromium.org2009-09-221-5/+2
| | | | | | | | | | | | represented by 'window'. The behavior was broken in r20876. BUG=18749 TEST=window.print() on a subframe works. Review URL: http://codereview.chromium.org/206033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26847 0039d316-1c4b-4281-b951-d872f2087c98
* Automated ui test porting + cleanup:estade@chromium.org2009-09-2221-351/+273
| | | | | | | | | | | | | | | | - Change POINTs to gfx::Point - Get rid of 2 unused automation messages (the messages themselves are staying for now so we don't mess with the reference build) -- add new automation messages to replace GetWindowHWND, which is not portable - re-enable automated_ui_test_interactive_test (it seems to have been dropped when we converted to gyp) - compile additional tests on linux (they don't pass, so they are disabled) - stub out linux tab dragging automation implementation (browser side) - delete various cruft BUG=19758 Review URL: http://codereview.chromium.org/211033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26846 0039d316-1c4b-4281-b951-d872f2087c98
* Enable scripting.jrg@chromium.org2009-09-221-0/+2
| | | | | | Review URL: http://codereview.chromium.org/209023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26845 0039d316-1c4b-4281-b951-d872f2087c98
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-225-52/+91
| | | | | | | | | | | | There is one appcache service per profile and several request context per profile. The profile holds a reference to the appcache service. Those request contexts which are subject to retrieval from appcaches hold a reference to the appcache service too. The appcache service is provided with a pointer back to the 'main' request context, this context is used when updating appcaches. Initialization is a little tricky because profiles can't be used on the IO thread and request contexts can't be used on the UI thread. BUG=22597,22125 TEST=many existing tests exercise profile/context creation Review URL: http://codereview.chromium.org/215024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26844 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the template to add analytics to all extension docs.kathyw@google.com2009-09-2235-69/+713
| | | | | | | | | | | | | Besides the usual code.google.com analytics, there's also an account for just Chrome-related docs. Also deleted some end-of-line spaces to avoid presubmit errors. TBR=rafaelw Review URL: http://codereview.chromium.org/209067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26843 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky plugin tests.stuartmorgan@chromium.org2009-09-221-2/+4
| | | | | | | | | | | These keep causing bogus automatic tree closures. BUG=21538,22666 TEST=N/A Review URL: http://codereview.chromium.org/209068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26841 0039d316-1c4b-4281-b951-d872f2087c98
* Gets the drop arrow to show when dragging URLs over the tab strip.sky@chromium.org2009-09-223-16/+30
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/215047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26839 0039d316-1c4b-4281-b951-d872f2087c98
* Update chrome.gyp to build the sync library on Linux.zork@chromium.org2009-09-221-7/+38
| | | | | | Review URL: http://codereview.chromium.org/209026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26837 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compiling of sync on linux.zork@chromium.org2009-09-2240-164/+158
| | | | | | Review URL: http://codereview.chromium.org/211019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26835 0039d316-1c4b-4281-b951-d872f2087c98
* Implements a NOTIMPLEMENTED in GoButton.sky@chromium.org2009-09-222-13/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/216045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26832 0039d316-1c4b-4281-b951-d872f2087c98
* Do not run ErrorPageTest on XP, too flaky.phajdan.jr@chromium.org2009-09-221-0/+58
| | | | | | | | | TEST=Um, none? BUG=19361 Review URL: http://codereview.chromium.org/212049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26830 0039d316-1c4b-4281-b951-d872f2087c98
* Make it possible to edit bookmark folder names inline. Thistony@chromium.org2009-09-225-13/+78
| | | | | | | | | | | works in both the edit bookmark dialog and in the bookmark manager. BUG=20328 Review URL: http://codereview.chromium.org/210036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26828 0039d316-1c4b-4281-b951-d872f2087c98
* Fix so that the doubleclick privacy blacklist does not interfere with Gmailidanan@google.com2009-09-221-2/+2
| | | | | | | | | | | OnCookieSet changed so that a blacklist present but with no match still sets the cookie. BUG=none TEST=none Review URL: http://codereview.chromium.org/217016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26825 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash during import by checking for errors and exiting early.kuchhal@chromium.org2009-09-222-2/+13
| | | | | | | | BUG=22055 Review URL: http://codereview.chromium.org/204051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26824 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Update bookmark manager star image to blend with background.derat@chromium.org2009-09-221-0/+0
| | | | | | | | | BUG=22517 TEST=tried it and decided it looks fine Review URL: http://codereview.chromium.org/212044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26822 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: correctly update window restore bounds.mdm@chromium.org2009-09-221-3/+6
| | | | | | | | | | This makes creating a new window after maximizing an existing window work as intended (reliably). BUG=15102 TEST=create a new window after maximizing an existing window on sawfish; the new window should not be maximized Review URL: http://codereview.chromium.org/212046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26821 0039d316-1c4b-4281-b951-d872f2087c98
* Makes tab dragging on views restrict the drag to the main window.sky@chromium.org2009-09-222-18/+35
| | | | | | | | | | | | | As X is async, this results in annoying flicker right now. If we stick with this we're going to need to avoid creating a new window. But this is good enough for now. BUG=none TEST=none Review URL: http://codereview.chromium.org/210035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26820 0039d316-1c4b-4281-b951-d872f2087c98
* Have the dock menu "New Incognito Window" item always open a newsgk@google.com2009-09-221-1/+1
| | | | | | | | | | window, not open a tab in an existing incognito window. (Vedran Šajatović) BUG=21175 TEST=New Incognito Window from dock with an incognito window already open Review URL: http://codereview.chromium.org/207054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26819 0039d316-1c4b-4281-b951-d872f2087c98
* Add a simple about:tcmalloc page that just displays its canned stats.sgk@chromium.org2009-09-223-2/+27
| | | | | | | | | | Add USE_TCMALLOC to control its inclusion. Make browser depend on tcmalloc to get the PERFTOOLS_DLL_DECL definition. BUG=none TEST=none Review URL: http://codereview.chromium.org/216033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26816 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative patch to fix flakiness in RendererCrashTest.Crash.phajdan.jr@chromium.org2009-09-222-0/+2
| | | | | | | | | | | If that doesn't fix it, then maybe the crash_service.exe isn't running? TEST=none BUG=22569 Review URL: http://codereview.chromium.org/215048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26814 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION build from 212.0 to 213.0jon@chromium.org2009-09-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26811 0039d316-1c4b-4281-b951-d872f2087c98
* hide toolstrips in full screen modeerikkay@chromium.org2009-09-223-1/+27
| | | | | | | | | BUG=13439 TEST=none Review URL: http://codereview.chromium.org/214045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26809 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a GYP variable to indicate if a build wants Title Case strings or not.thomasvl@chromium.org2009-09-222-41/+109
| | | | | | | | | | | | | Default to Title Case strings for Mac and Linux/GTK. Pass an extra define to the invoke of grit for TitleCase strings. Test the define for grit Title Case strings and have two sets of strings where needed. DEPs roll to pick up a new GYP that will keep int values as ints. BUG=22253 TEST=The bookmark bar menus on Mac and linux gtk will be Title Case, in Windows and ChromeOS they will be Sentence case. NOTE: we'll the translations in the Title Case areas until new translations are entered. Review URL: http://codereview.chromium.org/210022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26803 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling label unittest on linuxoshima@chromium.org2009-09-221-1/+1
| | | | | | | | | | | | * disabled a few conditions that are failing on linux. I'll look into more detail after it is checked in (including whether or not it really has to be fixed). * added ariel FontProperty test with Ariel font, which seems to be available on linux. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26795 0039d316-1c4b-4281-b951-d872f2087c98
* URLRequestContext needs to keep a reference to StrictTransportSecurityStatemattm@chromium.org2009-09-222-0/+6
| | | | | | | | | | | StrictTransportSecurityPersister needs to unregister itself as the delegate before it gets deleted. BUG=21897 TEST=see bug Review URL: http://codereview.chromium.org/217012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26794 0039d316-1c4b-4281-b951-d872f2087c98
* Create an enum for local storage vs. session storage rather than usingjorlow@chromium.org2009-09-2211-106/+156
| | | | | | | | | | | | a boolean. TEST=It still works. BUG=21070 Review URL: http://codereview.chromium.org/212033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26793 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add favicons to items in folders on the bookmark bar.rsesek@chromium.org2009-09-221-1/+7
| | | | | | | | | BUG=22601 TEST=Add folder to bookmark bar, bookmark a page in that folder, see icon when you open the menu. Review URL: http://codereview.chromium.org/210029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26792 0039d316-1c4b-4281-b951-d872f2087c98
* Two minor fixes to extensions/download manager integration:aa@chromium.org2009-09-223-17/+37
| | | | | | | | | | | - Don't show installed extensions in download view - Make "Save as..." work for extensions BUG=19080,20183 Review URL: http://codereview.chromium.org/209064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26788 0039d316-1c4b-4281-b951-d872f2087c98
* Speed up the BrowserEncodingTest.TestEncodingAutoDetect.jnd@chromium.org2009-09-222-12/+13
| | | | | | | | | | | The main way is making the sleep timout shorter. BUG=22063 TEST=BrowserEncodingTest.TestEncodingAutoDetect. Review URL: http://codereview.chromium.org/209030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26787 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix a notimplemented by sharing mac codeevan@chromium.org2009-09-223-16/+3
| | | | | | | | We don't have an install-time language setting either. Review URL: http://codereview.chromium.org/208054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26786 0039d316-1c4b-4281-b951-d872f2087c98
* Use heap memory intead of stack memory to avoid having toaa@chromium.org2009-09-221-6/+8
| | | | | | | | | | | grow the stack. BUG=12968 TEST=none Review URL: http://codereview.chromium.org/215042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26781 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix a TODO in the manpageevan@chromium.org2009-09-221-9/+42
| | | | | | | | Doc some environment variables. Review URL: http://codereview.chromium.org/215050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26779 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typos in extension perf test manifests. asargent@chromium.org2009-09-224-102/+102
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/214046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26776 0039d316-1c4b-4281-b951-d872f2087c98