summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Load net-internals resources from resources.pak.tony@chromium.org2010-06-2212-93/+95
| | | | | | | | | | | | | | | This is the same as r50257 with 2 fixes: 1) Copy resources.pak to <(PRODUCT_DIR) on mac so it will work for things tests. 2) Add back the check in chrome_paths.cc to see if we're in a mac bundle or not. BUG=35793,42770 TEST=none Review URL: http://codereview.chromium.org/2865010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50433 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: make cups (common unix printing system) dependency optional.phajdan.jr@chromium.org2010-06-221-1/+10
| | | | | | | | | | | This is upstreaming a Gentoo Linux patch. TEST=none BUG=none Review URL: http://codereview.chromium.org/2858014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50432 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61534:61547tkent@google.com2010-06-221-1/+1
| | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/2814024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50431 0039d316-1c4b-4281-b951-d872f2087c98
* Honor @version field when converting greasemonkey scripts toaa@chromium.org2010-06-225-2/+24
| | | | | | | | | | extensions. BUG=30760 Review URL: http://codereview.chromium.org/2829011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50430 0039d316-1c4b-4281-b951-d872f2087c98
* Removed import data from other browsers button for ChromeOS.zelidrag@chromium.org2010-06-221-0/+2
| | | | | | | | | TEST=open options, make sure Personal Stuff tab no longer has Browsing Data section that included 'Import data from anther browser' button. BUG=chromium-os:4137 Review URL: http://codereview.chromium.org/2866012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50429 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Add a footer with History, Downloads and Help.arv@chromium.org2010-06-226-46/+77
| | | | | | | | | | | This removes the "Show full history" from the "Recently closed" bar since we can now get to the history using the link in the footer. BUG=None TEST=There should be three links at the bottom of the NTP now. Review URL: http://codereview.chromium.org/2712004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50425 0039d316-1c4b-4281-b951-d872f2087c98
* cancel fetch of ClientLogin if it has taken too longcmasone@google.com2010-06-222-1/+25
| | | | | | | | | | | Not well-tested; feel free to use this as a starting point, though. BUG=chromium-os:3056 TEST=None Review URL: http://codereview.chromium.org/2867012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50424 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50395 (regressed intl2 page cyclers) - WebKit Update 61534:61574.willchan@chromium.org2010-06-221-1/+1
| | | | | | | | BUG=47115 TBR=dglazkov@chromium.org Review URL: http://codereview.chromium.org/2823021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50423 0039d316-1c4b-4281-b951-d872f2087c98
* When using context menu on bookmark bar folder item, have "open in newjrg@chromium.org2010-06-221-0/+1
| | | | | | | | | | | | | | tab" send the folder away. TEST=add a bookmark folder to the bar with a 'mark in it. Open the folder. Right click on the mark and select "open in new tab". Make sure the bookmark menu goes away as part of this. BUG=http://crbug.com/41816 Review URL: http://codereview.chromium.org/2808019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50422 0039d316-1c4b-4281-b951-d872f2087c98
* Add a slider to the mozc configration dialog for setting the integer type of ↵mazda@chromium.org2010-06-229-12/+97
| | | | | | | | | | | configurations. BUG=chromium-os:2625 TEST=manual Review URL: http://codereview.chromium.org/2856011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50421 0039d316-1c4b-4281-b951-d872f2087c98
* Make right-clicking the omnibox with nothing selected select all (just like ↵pkasting@chromium.org2010-06-223-71/+119
| | | | | | | | | | | | | left-clicking). Eat middle-mouse clicks on the omnibox to avoid tripping a CRichEditCtrl bug. Original patch by Jared Wein (see http://codereview.chromium.org/2241003 ), r=me. BUG=6873, 30134 TEST=Middle-click the omnibox, then try to click it (or any other UI element), and make sure the click has an effect. Select a portion of the URL and right-click on the omnibox. Notice that the selection does not change. Clear the selection and right-click on the omnibox and notice that the URL is automatically selected. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50420 0039d316-1c4b-4281-b951-d872f2087c98
* Update chat_manager's manifest due to r50278 where launch was moved under ↵scherkus@chromium.org2010-06-221-0/+6
| | | | | | | | | | | the new app section. BUG=none TEST=none Review URL: http://codereview.chromium.org/2862023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50419 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Adding chrome/browser/resources/media to media watchlist."scherkus@chromium.org2010-06-221-1/+1
| | | | | | I thought this was related to core media code, but turns out it's more DOM UI related. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50418 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Get rid of chrome/common/gfx/utils.h.tfarina@chromium.org2010-06-223-14/+4
| | | | | | | | | | | | - Moved the const to autocomplete_edit_view_win.cc - Deleted the file. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/2864013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50417 0039d316-1c4b-4281-b951-d872f2087c98
* In pages rendered in ChromeFrame window open requests or link clicks with ↵ananta@chromium.org2010-06-226-17/+131
| | | | | | | | | | | | | | | | | | | | | target blank which target a different origin should initiate the navigation in the host browser. We achieve this by performing an origin check on the opener frame and the URL being opened. If the origins don't match we allow the host browser to handle this navigation. There is still one issue here as a popup window creation request is still initiated and sent out to the host browser which initiates a dummy attach external tab navigation. Subsequently while applying policy the OpenURL IPC is sent out to the host browser which initiates the navigation to the expected URL. This causes a dummy attach external tab entry to be created in the host browser's history which would have to be deleted. Fixes bug http://code.google.com/p/chromium/issues/detail?id=46667 Bug=46667 Test=Covered by new chrome frame unit test. Review URL: http://codereview.chromium.org/2855017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50416 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs Changes (nothing buildable or testable)rafaelw@chromium.org2010-06-2246-47/+47
| | | | | | | | | | | This fixes a bug in the alphabetical ordering of the types section of the extension docs BUG=47110 TBR=kathyw Review URL: http://codereview.chromium.org/2834014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50415 0039d316-1c4b-4281-b951-d872f2087c98
* Expand valgrind suppressions.willchan@chromium.org2010-06-221-28/+1
| | | | | | | | BUG=19775 Review URL: http://codereview.chromium.org/2858020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50414 0039d316-1c4b-4281-b951-d872f2087c98
* Mac/clang: Fix warning.willchan@chromium.org2010-06-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2801014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50413 0039d316-1c4b-4281-b951-d872f2087c98
* GRD changes for new sync UIdantasse@chromium.org2010-06-211-0/+16
| | | | | | | | | BUG=45869 TEST=no change Review URL: http://codereview.chromium.org/2856012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50412 0039d316-1c4b-4281-b951-d872f2087c98
* Address some visual problems with the omnibox extension API:mpcomplete@chromium.org2010-06-2112-77/+809
| | | | | | | | | | | | - Remove some of the boilerplate strings. - Allow the description field to be fully customizable and stylable. BUG=46478 BUG=46479 Review URL: http://codereview.chromium.org/2849015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50411 0039d316-1c4b-4281-b951-d872f2087c98
* Update the default thumbnail icon to be the size that render_view.cc expects.senorblanco@google.com2010-06-211-0/+0
| | | | | | | | | | | (These are my best mspaint skillz, so Glen, feel free to send me something more aesthetic, or at least centered). BUG=none TEST=new tab UI tests (should go back into expected range) Review URL: http://codereview.chromium.org/2837012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50407 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2117-117/+42
| | | | | | | | | | | BUG=46822 Review URL: http://codereview.chromium.org/2857009 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/2843017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50406 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the slideshow application. First revision only allows you to go ↵dhg@chromium.org2010-06-218-2/+613
| | | | | | | | | | through the list of files. Have not wired this into the filebrowser yet either. BUG=chromium-os:3837 TEST=none Review URL: http://codereview.chromium.org/2801004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50405 0039d316-1c4b-4281-b951-d872f2087c98
* Enhance comment above RenderThread with how this should be factored instead. ↵brettw@chromium.org2010-06-212-5/+28
| | | | | | | | | | The old suggestion won't work so I updated this with my latest thinking. TEST=none BUG=none Review URL: http://codereview.chromium.org/2859010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50404 0039d316-1c4b-4281-b951-d872f2087c98
* Include the username when gerenating a client tag for a password. This isalbertb@chromium.org2010-06-213-21/+84
| | | | | | | | | | | required for password sync to support multiple logins for the same URL. BUG=46838 TEST=ProfileSyncServicePasswordTest Review URL: http://codereview.chromium.org/2824012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50403 0039d316-1c4b-4281-b951-d872f2087c98
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2117-42/+117
| | | | | | | | BUG=46822 Review URL: http://codereview.chromium.org/2857009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50402 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the gpu_info classes to get gpu info. The actual integration will be ↵rlp@chromium.org2010-06-216-0/+343
| | | | | | | | | | | in another CL. Just want to get the classes and tests in there first. BUG=38736 TEST=unittests included Review URL: http://codereview.chromium.org/2733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50401 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Fix duplicate definition of two symbols.thakis@chromium.org2010-06-211-0/+1
| | | | | | | | | | ar -tv ../clang/sym/Release/libbrowser.a | grep login_database shows that both login_database_mac.cc and login_database_posix.cc end up being included in the build. That seems wrong. Review URL: http://codereview.chromium.org/2859012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50400 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the plugin version on the title. This shows upcpu@chromium.org2010-06-214-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | in task manager: Before title memory ================================================ |Plug-in: Shockwave Flash | XXXXX | After title memory ============================================ |Plug-in: Shockwave Flash (10,0,3,52) | XXXXX | Some crazy plug-ins embed version string on the title so for those it shows twice. There are not many that fall into that category BUG=none TEST=none Review URL: http://codereview.chromium.org/2715001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50399 0039d316-1c4b-4281-b951-d872f2087c98
* Add method to delete entries from the Directory backing sqlite file by ↵tim@chromium.org2010-06-213-1/+92
| | | | | | | | | | | | | metahandle. This isn't used anywhere yet, but I plan to as part of the work for bug 40252. BUG=40252 TEST=DirectoryBackingStoreTest.DeleteEntries Review URL: http://codereview.chromium.org/2817019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50398 0039d316-1c4b-4281-b951-d872f2087c98
* gpu: add GLES/EGL support on linuxpiman@chromium.org2010-06-2112-40/+206
| | | | | | Review URL: http://codereview.chromium.org/2829007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50397 0039d316-1c4b-4281-b951-d872f2087c98
* Mark GeolocationBrowserTest.NoInfobarForOffTheRecord as flaky.willchan@chromium.org2010-06-211-1/+1
| | | | | | | | BUG=47103 Review URL: http://codereview.chromium.org/2869013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50396 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 61534:61574.dglazkov@chromium.org2010-06-211-1/+1
| | | | | | | | | | TBR=tkent TEST=none BUG=none Review URL: http://codereview.chromium.org/2868017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50395 0039d316-1c4b-4281-b951-d872f2087c98
* Sync only real extensions (i.e., not themes nor apps) in extensions sync.akalin@chromium.org2010-06-211-2/+3
| | | | | | | | | BUG=47079 TEST=manual: with two computers with extensions sync turned on, added an app on one computer and made sure it didn't show up on another Review URL: http://codereview.chromium.org/2847022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50394 0039d316-1c4b-4281-b951-d872f2087c98
* Deleting obsolete chromoting files.ajwong@chromium.org2010-06-218-913/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2831019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50393 0039d316-1c4b-4281-b951-d872f2087c98
* Speculatively revert 50374 (miniinstaller breakage) - Load netinternals ↵willchan@chromium.org2010-06-2110-89/+92
| | | | | | | | | | | | | | | | | | | | resources from resources.pak. This is the same as r50257 with 2 fixes: 1) Copy resources.pak to <(PRODUCT_DIR) on mac so it will work for things tests. 2) Add back the check in chrome_paths.cc to see if we're in a mac bundle or not. BUG=35793,42770 TEST=none Review URL: http://codereview.chromium.org/2865010 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/2799022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50392 0039d316-1c4b-4281-b951-d872f2087c98
* Fix nacl buildamit@chromium.org2010-06-211-2/+1
| | | | | | Review URL: http://codereview.chromium.org/2833023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50389 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Use ScopedVector in MetadataParserManager.jhawkins@chromium.org2010-06-212-8/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2829014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50388 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Tracking-area hygiene.shess@chromium.org2010-06-214-0/+22
| | | | | | | | | | | | | When tracking areas have an owner different from the view they are added to, they can exist past the owner's death. These have not been implicated in any crashes, but it's the best idea I have for the bug. BUG=38441 TEST=none Review URL: http://codereview.chromium.org/2823013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50387 0039d316-1c4b-4281-b951-d872f2087c98
* Experimental pre-reading optimization to run on perf botsamit@chromium.org2010-06-211-0/+57
| | | | | | | | | | | | Pre-reading chrome.dll prior to calling loadlibrary has shown significant improvement int he startup performance. Temporarily enabling this for headless mode so that we can try out the effect on the perf bots. Review URL: http://codereview.chromium.org/2814019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50386 0039d316-1c4b-4281-b951-d872f2087c98
* Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-6/+19
| | | | | | | | | | | | | Silverlight 4 doesn't support Chrome, so Chrome doesn't end up on the right event path; spoofing as Safari fixes mouseover handling, and doesn't appear to regress anything. BUG=46842 TEST=Mouseovers should work in Silverlight 4 on the Mac. Review URL: http://codereview.chromium.org/2818020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50385 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: detect old and broken versions of GNOME Keyring and don't use them. ↵mdm@chromium.org2010-06-211-36/+52
| | | | | | | | | | Also some code cleanup. (Still disabled.) TEST=should fail to load GNOME Keyring 2.22 (e.g. Ubuntu 8.04), but will load newer versions BUG=none Review URL: http://codereview.chromium.org/2814020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50384 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a way to mock WebURLLoader in webkit_support.jcivelli@google.com2010-06-219-34/+440
| | | | | | | | | | | | | This was originally in a CL in Webkit (https://bugs.webkit.org/show_bug.cgi?id=39456) but seems to make more sense in webkit_support. BUG=None TEST=None (the above CL makes use of this). Review URL: http://codereview.chromium.org/2749020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50382 0039d316-1c4b-4281-b951-d872f2087c98
* Removing hard-coded usages of Chromium browser name.arv@chromium.org2010-06-212-39/+69
| | | | | | | | | | | Patch from Pierre-Antoine LaFayette <pierre.lafayette@gmail.com> BUG=45445 TEST=Open about:memory in a Google Chrome build and check the mouseover help dialogs --they should refer to "Google Chrome" rather than "Chromium". Review URL: http://codereview.chromium.org/2675006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50381 0039d316-1c4b-4281-b951-d872f2087c98
* Updating reliability crashers list to include crash in ↵robertshield@chromium.org2010-06-211-0/+4
| | | | | | | | | | | | WebCore::HTML5DocumentParser::write. BUG=47080 TEST=none TBR=avi Review URL: http://codereview.chromium.org/2813023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50380 0039d316-1c4b-4281-b951-d872f2087c98
* Fix silent import from file during install.huanr@chromium.org2010-06-211-2/+2
| | | | | | | | | | | | | | | | Regression was caused by changes made for http://code.google.com/p/chromium/issues/detail?id=40975. The change broke first run import http://code.google.com/p/chromium/issues/detail?id=41077. A fix is made but there is a bug in the fix. BUG=46763 TEST=mini_installer.exe --installerdata="path" Review URL: http://codereview.chromium.org/2820014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50379 0039d316-1c4b-4281-b951-d872f2087c98
* Change URL in a test to one that doesn't redirect so that the test passes again.nirnimesh@chromium.org2010-06-211-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2806017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50378 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring the sync integration tests.rsimha@chromium.org2010-06-2116-2153/+1830
| | | | | | | | | | | | | The sync integration tests were written over a 2 year period, and were designed at a time when bookmarks were the only data-type being synced. Since then, they have mushroomed and resulted in significant duplication of code and non-uniformity in coding style. This changelist is the first step towards reorganizing the integration tests for all sync data types into a levelized class hierarchy, where there is a class containing all the data and functionality required to test each data-type. This should make adding tests for new data-types significantly easier. BUG=46052,43917 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/2863008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50376 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] UI changes for the Browser Actions toolbar container.andybons@chromium.org2010-06-215-100/+24
| | | | | | | | | | | o Grippy is hidden for now pending new UI. You can still resize just fine. o The right divider is removed since the wrench menu is now always being shown. TEST=none BUG=45764 Review URL: http://codereview.chromium.org/2863013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50375 0039d316-1c4b-4281-b951-d872f2087c98
* Load net-internals resources from resources.pak.erg@chromium.org2010-06-2110-92/+89
| | | | | | | | | | | | | | | This is the same as r50257 with 2 fixes: 1) Copy resources.pak to <(PRODUCT_DIR) on mac so it will work for things tests. 2) Add back the check in chrome_paths.cc to see if we're in a mac bundle or not. BUG=35793,42770 TEST=none Review URL: http://codereview.chromium.org/2865010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50374 0039d316-1c4b-4281-b951-d872f2087c98