summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Merge 33599 - Unload the entire extension when any part of it crashes.aa@chromium.org2009-12-133-3/+35
| | | | | | | | | | | | | | Also enable the task_manager_browsertest.cc (where I added the new test) on Linux. TEST=Covered by browser_tests. BUG=21635 Review URL: http://codereview.chromium.org/465007 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/491072 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34448 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.38 to 249.39chrome-bot@google.com2009-12-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34443 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.37 to 249.38chrome-bot@google.com2009-12-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34439 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.36 to 249.37chrome-bot@google.com2009-12-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34410 0039d316-1c4b-4281-b951-d872f2087c98
* Merge of r33685, which gives a notification if the user tries to sync ↵mirandac@chromium.org2009-12-113-2/+16
| | | | | | | | | | | bookmarks and is already synched. BUG= 28795 TEST= sync bookmarks with promo; then try to sync again by clicking on promo. message should appear. Review URL: http://codereview.chromium.org/491060 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34384 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 32547 - gtk: Show page action popup bubbles.derat@chromium.org2009-12-111-9/+20
| | | | | | | | | | | | | | | | | | | | Focus is a bit weird within these; I suspect that it's the same with the browser action bubbles. It looks like the same issue that the bookmark bubble had: the bubble grabs the pointer; when a widget within it (e.g. combobox) gets clicked it steals the grab; when it ungrabs it the grab is released instead of being transferred back to the bubble. Unsure of what the correct fix is for this. BUG=28061 TEST=installed two separate extensions with page action popups and clicked on their icons Review URL: http://codereview.chromium.org/412001 TBR=derat@chromium.org Review URL: http://codereview.chromium.org/490022 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34383 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.35 to 249.36chrome-bot@google.com2009-12-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34330 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33732 - Chrome updates should not change shortcut icon if there is an ↵gwilson@chromium.org2009-12-104-10/+176
| | | | | | | | | | | | | | index specified in prefs file. BUG=none TEST=Specify a chrome with alternative icon (using master prefs), install an update and make sure the icon doesnt change. Review URL: http://codereview.chromium.org/455041 R=kuchhal@chromium.org git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34250 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.34 to 249.35chrome-bot@google.com2009-12-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34231 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.33 to 249.34chrome-bot@google.com2009-12-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34139 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33770 - Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-0915-59/+1145
| | | | | | | | | | | | | | | | | | to mutating extension functions, as discussed on chromiumdev and in Extensions quotaserver design doc. Add a hook in the dispatcher to have the quota service assess the request. Wire up bookmarks.{create, move, remove, update} to the service. BUG=19899 TEST=ExtensionsQuotaServiceTest, QuotaLimitHeuristicTest (both new) Review URL: http://codereview.chromium.org/441006 Review URL: http://codereview.chromium.org/464076 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34128 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.32 to 249.33chrome-bot@google.com2009-12-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34054 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33914 - Fix nullpointer crash.abarth@chromium.org2009-12-071-0/+3
| | | | | | | | | | | BUG=29444 Review URL: http://codereview.chromium.org/469001 TBR=abarth@chromium.org Review URL: http://codereview.chromium.org/463043 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33982 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.31 to 249.32chrome-bot@google.com2009-12-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33961 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.30 to 249.31chrome-bot@google.com2009-12-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33941 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.29 to 249.30chrome-bot@google.com2009-12-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33928 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.28 to 249.29chrome-bot@google.com2009-12-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33923 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33896 - Reap the crash report uploader process.thestig@chromium.org2009-12-051-0/+1
| | | | | | | | | | | BUG=29459 TEST=see bug. Review URL: http://codereview.chromium.org/465080 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/463038 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33906 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33616 - Linux: Uptime in Breakpad is measured in milliseconds.thestig@chromium.org2009-12-051-29/+66
| | | | | | | | | | | BUG=none TEST=Crashes report uptime in milliseconds instead of seconds. Review URL: http://codereview.chromium.org/463004 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/466046 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33905 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33862 - Linux: Show the private memory usage by default instead of the ↵thestig@chromium.org2009-12-051-2/+2
| | | | | | | | | | | | | shared memory usage. (which shows 0 for me) BUG=none TEST=Task manager shows the interesting stats by default. Review URL: http://codereview.chromium.org/468017 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/460092 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33903 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the sync menu item from Linux.zork@chromium.org2009-12-051-2/+0
| | | | | | | | | BUG=29425 TEST=Open the wrench menu. There should not be a sync menu item. Review URL: http://codereview.chromium.org/467022 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33898 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33834 - Fix truncation in Options panel for various locales.finnur@chromium.org2009-12-0413-21/+21
| | | | | | | | | | | | | | | | | (Got permission to check this in on a closed tree, since this won't affect the tree). BUG=24821 TEST=Manual inspection on XP should reveal no truncation in first two tabs of the Options panel for locales listed in bug (see CL for lang=xx values). Review URL: http://codereview.chromium.org/460076 TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/460080 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33855 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.27 to 249.28chrome-bot@google.com2009-12-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33812 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33798 - Fix download dialog truncation in German locale.finnur@chromium.org2009-12-0453-4/+123
| | | | | | | | | | | | BUG=23178 TEST=Requires manual inspection for text trunction on lang=de (when closing Chrome while downloading) Review URL: http://codereview.chromium.org/465041 TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/460066 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33803 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.26 to 249.27chrome-bot@google.com2009-12-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33797 0039d316-1c4b-4281-b951-d872f2087c98
* Another string update for the 4.0 Beta.mal@chromium.org2009-12-0483-31/+6694
| | | | | | Review URL: http://codereview.chromium.org/462028 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33768 0039d316-1c4b-4281-b951-d872f2087c98
* Remove promo footer from linux, but retain puzzle piece.mirandac@chromium.org2009-12-031-5/+11
| | | | | | | | | | | | | This will only be merged into 249, NOT into ToT. BUG=29204 TEST= puzzle piece on linux, but no promo footer. mac and windows unchanged. REVIEWED at http://codereview.chromium.org/455043/show Review URL: http://codereview.chromium.org/467007 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33718 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.25 to 249.26chrome-bot@google.com2009-12-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33692 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.24 to 249.25chrome-bot@google.com2009-12-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33676 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33650 - Remove the en_GB for the toast experimentcpu@chromium.org2009-12-031-6/+1
| | | | | | | | | | | | | | | BUG=none TEST=see twiki/bin/view/Main/ChromeAttritionExperiments for instructions TBR=mal Review URL: http://codereview.chromium.org/463012 TBR=cpu@chromium.org Review URL: http://codereview.chromium.org/458014 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33661 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33614 - Fix crash reporting on Windows.aa@chromium.org2009-12-031-1/+3
| | | | | | | | | | | BUG=29217 Review URL: http://codereview.chromium.org/460028 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/464008 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33627 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33530 - Delete old version directories of installed extensions during ↵mpcomplete@chromium.org2009-12-023-8/+43
| | | | | | | | | | | | | | | garbage collection. BUG=28884 Review URL: http://codereview.chromium.org/455026 TBR=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/460024 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33602 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.23 to 249.24chrome-bot@google.com2009-12-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33584 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33541 - Ok, here is a different approach at this change.mal@chromium.org2009-12-0211-65/+194
| | | | | | | | | | | | | | | Instead of storing pointers into a vector, store offsets. That way, if the vector resizes, we should still be OK. Also, add a DCHECK that we only enter this method once, which is my current assumption. Review URL: http://codereview.chromium.org/457028 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/462004 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33560 0039d316-1c4b-4281-b951-d872f2087c98
* Latest translations for 249.mal@chromium.org2009-12-0297-60/+1285
| | | | | | | | BUG= None. TEST= None. Review URL: http://codereview.chromium.org/460012 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33556 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33380 - This fixes an issue where view source on a local file would ↵mal@chromium.org2009-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | return a blank page. This bug was introduced by the fix for issue 26129 (r30418), which was to limit view source so that it wouldn't be able to load javascript or data URLs, but that change forgot to allow file urls. This fixes the above omission by allowing file URLs again. TEST=works:viewsource:file:///tmp/test.html, doesn't work:viewsource:javascript:alert('foo') BUG=27409 Review URL: http://codereview.chromium.org/434094 TBR=gspencer@google.com Review URL: http://codereview.chromium.org/460009 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33544 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33461 - Fix a bug where not all autocomplete entries were being shown whentony@chromium.org2009-12-011-6/+6
| | | | | | | | | | | | | | | | | | | | | the popup got resized smaller. To repro: go to the chrome issue tracker (crbug.com) search for "aaaa" and "aaa" clear the search field and paste "aaaa" into the box press backspace At this point, you should see both autocomplete suggestions. BUG=29042 Review URL: http://codereview.chromium.org/457024 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/450042 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33495 0039d316-1c4b-4281-b951-d872f2087c98
* Disable extensions on Mac.mal@chromium.org2009-12-012-0/+10
| | | | | | | | | BUG= http://crbug.com/29086 TEST = Try installing and running extensions. Review URL: http://codereview.chromium.org/450039 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33490 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33434 - linux: don't try to create plugin container if view_ is NULLpiman@chromium.org2009-12-011-2/+13
| | | | | | | | | | | | | This can only happen for extensions with delayinitialized RenderWidgetHost. BUG=28715 Review URL: http://codereview.chromium.org/450029 TBR=piman@chromium.org Review URL: http://codereview.chromium.org/452030 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33474 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33379 - Makes the chevron throb after a user sync'ed his bookmarks (if ↵tim@chromium.org2009-12-013-46/+60
| | | | | | | | | | | | | | | | | | | the overflow menu is shown) This also makes the chevron throb when no bookmarks is added during a sync and merge. BUG=24306 TEST=sync with over 10 bookmarks in the bookmark bar so that the chevron is visible. Patch by Bruno Calvignac<BrunoCalvignac@gmail.com> Original Review: http://codereview.chromium.org/306054/show Review URL: http://codereview.chromium.org/454010 TBR=tim@chromium.org Review URL: http://codereview.chromium.org/449060 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33456 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.22 to 249.23chrome-bot@google.com2009-12-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33454 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33425 - Replace programmer art with uiteam sanctioned icon for the ↵thakis@chromium.org2009-12-011-0/+0
| | | | | | | | | | | | | multidownload infobar. BUG=TEST=none. Review URL: http://codereview.chromium.org/453011 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/454014 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33427 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33399 - Change the default sansserif font back to Simsun from Simhei. ↵jshin@chromium.org2009-12-011-1/+1
| | | | | | | | | | | | | | | | Simhei is more like sansserif while Simsun is more like serif, but a lot of pages just specify 'arial, sansserif' and SC Chrome ends up using Simhei which is less liked by SC speakers than Simsun. We'll reconsider this later. At least for Chrome 4, we'd better do what we used to do. BUG=28498 TEST=NONE TBR=laforge Review URL: http://codereview.chromium.org/456017 TBR=jshin@chromium.org Review URL: http://codereview.chromium.org/455016 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33401 0039d316-1c4b-4281-b951-d872f2087c98
* Manually merge r33152 into the 249 branch. The merge could not be done ↵idana@chromium.org2009-12-012-7/+39
| | | | | | | | | | | | | | automatically due to conflicts. Original code review URL: http://codereview.chromium.org/418044 BUG=26551 TEST=See bug description. TBR=tim@chromium.org Review URL: http://codereview.chromium.org/452024 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33392 0039d316-1c4b-4281-b951-d872f2087c98
* Revert changes 33261,33262,33275aa@chromium.org2009-12-0112-427/+19
| | | | | | | | | These changes merged the completion of browser action popups to trunk, which we've decided we don't want. Review URL: http://codereview.chromium.org/449035 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33382 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33164 - Changed shared worker code so incognito windows do not have ↵atwilson@chromium.org2009-11-309-43/+150
| | | | | | | | | | | | | | access to nonincognito shared workers. BUG=27883 TEST=added new uitest Review URL: http://codereview.chromium.org/441022 TBR=atwilson@chromium.org Review URL: http://codereview.chromium.org/450016 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33375 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 33119 - Make cancel button not pop up when you make a bad login.chron@chromium.org2009-11-301-12/+13
| | | | | | | | | | | | BUG=27543 TEST=Manually tested Review URL: http://codereview.chromium.org/437033 TBR=chron@google.com Review URL: http://codereview.chromium.org/452019 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33339 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 249.21 to 249.22chrome-bot@google.com2009-11-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33334 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 32853 - Make extension updates use omaha id when talking to omaha.asargent@chromium.org2009-11-303-1/+145
| | | | | | | | | | | | | BUG=b/2168147 TEST=Extensions autoupdates should still work. Review URL: http://codereview.chromium.org/403026 TBR=asargent@chromium.org Review URL: http://codereview.chromium.org/457007 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33323 0039d316-1c4b-4281-b951-d872f2087c98
* merge r32449 into 249 branch:estade@chromium.org2009-11-301-0/+8
| | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r32449 | estade@chromium.org | 2009-11-18 16:36:21 -0800 (Wed, 18 Nov 2009) | 7 lines GTK: Fix popup menu positioning. Don't go off end of screen. push_in doesn't actually work as well as one might hope. BUG=27800 Review URL: http://codereview.chromium.org/408017 ------------------------------------------------------------------------ TBR=laforge Review URL: http://codereview.chromium.org/450014 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33304 0039d316-1c4b-4281-b951-d872f2087c98