summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Make a DCHECK in Browser::ExecuteCommandWithDisposition more informative.thestig@chromium.org2010-11-191-1/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5099001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66711 0039d316-1c4b-4281-b951-d872f2087c98
* Add pyauto hook for getting and manipulating the data underneath the NTP.kkania@chromium.org2010-11-1915-122/+670
| | | | | | | | | BUG=49113 TEST=none Review URL: http://codereview.chromium.org/5088001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66709 0039d316-1c4b-4281-b951-d872f2087c98
* [gtk] don't show custom frame min/max/close when theme is changed.estade@chromium.org2010-11-181-4/+6
| | | | | | | | | BUG=63661 TEST=manual Review URL: http://codereview.chromium.org/5217002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66705 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily allow IO on UI thread when accessing Linux/GTK proxy settings.scherkus@chromium.org2010-11-181-0/+5
| | | | | | | | | BUG=63690 TEST=accessing proxy settings on a debug build doesn't crash Review URL: http://codereview.chromium.org/5131002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66704 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled flaky pause tests (again).zea@chromium.org2010-11-181-2/+5
| | | | | | | | | | BUG=39070 TEST=none TBR=tim@chromium.org Review URL: http://codereview.chromium.org/5226002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66702 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for optional description in to the callback of the management ↵asargent@chromium.org2010-11-187-9/+300
| | | | | | | | | | | | | | | | | | API Adding a list of API Permissions with the name "permissions" and adding a seperate list of Host permissions (i.e, http://*/*) so that developers can navigate them seperatly with ease. The permissions and hosttPermissions attributes are always visible in this object even if not supplied. Likewise the description attribute is also now "" if not defined in the manifest. As well as the options_url. Contributed by paulkinlan@chromium.org Original review: http://codereview.chromium.org/4585001 BUG=58388 TEST=chrome/test/data/extensions/api_test/management/* Review URL: http://codereview.chromium.org/5211003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66701 0039d316-1c4b-4281-b951-d872f2087c98
* Mark 2 IndexedDBBrowserTests as flaky.kkania@chromium.org2010-11-181-2/+4
| | | | | | | | | BUG=63675 TEST=none TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/5182007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66699 0039d316-1c4b-4281-b951-d872f2087c98
* Clear passphrase when canceling a failed connection attempt.stevenjb@chromium.org2010-11-185-15/+68
| | | | | | | | | | | Also, keep the connect dialog up after an immediate conenction failure (e.g. due to an invalid password format) BUG=chromium-os:8566 TEST=See issue. Also, test conencting to network with a combination of good / bad passwords in general. Note: the only way currently to re-enter the passphrase for a successfully remembered network is to forget it, log out, and log back in. Review URL: http://codereview.chromium.org/5160004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66698 0039d316-1c4b-4281-b951-d872f2087c98
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-182-6/+7
| | | | | | | | | | | GL naming convention. TEST=none BUG=none Review URL: http://codereview.chromium.org/5210001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66695 0039d316-1c4b-4281-b951-d872f2087c98
* startup: group all #ifdef'd headers togetherevan@chromium.org2010-11-181-32/+24
| | | | | | | | | | Follows new Chrome style, simplifies number of #ifdefs. TEST=compiles Review URL: http://codereview.chromium.org/5175002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66694 0039d316-1c4b-4281-b951-d872f2087c98
* Make the main content portion of the print preview DOM UI page variable width.thestig@chromium.org2010-11-182-15/+14
| | | | | | | | BUG=57896 TEST=none Review URL: http://codereview.chromium.org/5048001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66693 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing the uninitialized value reported in http://crbug.com/63428.alekseys@chromium.org2010-11-181-18/+21
| | | | | | | | | | BUG=63428 TEST=mac_valgrind should not fail Review URL: http://codereview.chromium.org/5192001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66692 0039d316-1c4b-4281-b951-d872f2087c98
* Stop render_widget from polling WebWiget's isAcceleratedCompositingActive.nduca@chromium.org2010-11-182-34/+20
| | | | | | | | | | | | Replace this with an implementation of the WebWidgetClient:: didActivateAcceleratedCompositing. BUG=none TEST=none Review URL: http://codereview.chromium.org/5117002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66691 0039d316-1c4b-4281-b951-d872f2087c98
* Allow sync with 2-factor StrongAuth accounts in ChromeOS.stevenjb@chromium.org2010-11-1812-42/+106
| | | | | | | | | | | | | | 1. Detect login with 2-factor error and direct new accounts to chrome://settings/personal 2. Open BorwserSignin from 'Set Up Sync' button in sync settings 3. Enable constrained html dialog in BrowserSigning (was implemented for ChromeOS in a previous CL) 4. Attempt to log into sync when exiting screen locker if sync becomes disabled BUG=chromium-os:8752 TEST=see issue Review URL: http://codereview.chromium.org/4980005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66690 0039d316-1c4b-4281-b951-d872f2087c98
* Add wifi 'searching' to netowkr menu for chromium-os:4982stevenjb@chromium.org2010-11-185-50/+86
| | | | | | | | | BUG=chromium-os:4982 TEST=Network menu should say 'scanning' above the 'disable wi-fi' option while networks are scanned after opening the menu. Review URL: http://codereview.chromium.org/5230002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66689 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-186-57/+0
| | | | | | | This reverts commit r66623. Some how it causes libnspr4.dll to be linked in Chrome Frame builds. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66687 0039d316-1c4b-4281-b951-d872f2087c98
* sync: union model type nudge source before dropping coalesced nudge.tim@chromium.org2010-11-183-16/+68
| | | | | | | | | | Also, clear nudge_types in UpdateNudgeSource along with the other pending_nudge state, so that we don't accidentally bleed data pertaining to a nudge that comes in while a sync is in progress into the histogram record for that sync. BUG=none TEST=SyncerThreadWithSyncerTest Review URL: http://codereview.chromium.org/5145006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66684 0039d316-1c4b-4281-b951-d872f2087c98
* More animation cleanup.sky@chromium.org2010-11-181-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5154006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66683 0039d316-1c4b-4281-b951-d872f2087c98
* [gtk] use new update badge on wrench menuestade@chromium.org2010-11-185-109/+8
| | | | | | | | | | | get rid of throb animation. BUG=27941 TEST=manual Review URL: http://codereview.chromium.org/5182004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66676 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 66513 - sync: remove event_sys from ServerConnectionManager and ↵tim@chromium.org2010-11-187-88/+97
| | | | | | | | | | | | | | SyncerThread BUG=26339 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/5125001 TBR=tim@chromium.org Review URL: http://codereview.chromium.org/5228002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66675 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: Remove one last browser.h that slipped in.jhawkins@chromium.org2010-11-181-1/+1
| | | | | | | | | | TBR=thestig BUG=none TEST=none Review URL: http://codereview.chromium.org/5201003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66671 0039d316-1c4b-4281-b951-d872f2087c98
* notifications: Update the 'Notification Exceptions' dialog when the ↵tfarina@chromium.org2010-11-184-22/+64
| | | | | | | | | | | | | permission settings changes. This update the view when the model changes. BUG=59299 TEST=see bug Review URL: http://codereview.chromium.org/4562003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66669 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Include browser.h -> ui/browser.h [Final].jhawkins@chromium.org2010-11-1843-83/+70
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5197001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66668 0039d316-1c4b-4281-b951-d872f2087c98
* roll cacheinvalidation to @56 (adds Start() method to InvalidationClient)akalin@chromium.org2010-11-183-2/+6
| | | | | | | | | | | original patch from ghc@google.com ( http://codereview.chromium.org/5111003/ ) BUG=None TEST=trybots Review URL: http://codereview.chromium.org/5143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66667 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 66646 - Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-1821-120/+123
| | | | | | | | | | | | BUG=59697 TEST=BrowserTest.OpenAppWindowLikeNtp,SessionRestoreUITest.RestoreAfterClosing* Review URL: http://codereview.chromium.org/5019005 TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/5168004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66665 0039d316-1c4b-4281-b951-d872f2087c98
* Fix shutdown button's background.oshima@chromium.org2010-11-185-12/+21
| | | | | | | | | | | Don't show shutdown button on take picture screen. BUG=chromium-os:9231, chromium-os:8736 TEST=none Review URL: http://codereview.chromium.org/5210002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66663 0039d316-1c4b-4281-b951-d872f2087c98
* A workaround to close currently opened menu. Send escape key if screen ↵oshima@chromium.org2010-11-181-6/+72
| | | | | | | | | | | | | locker fails to grab input. * added new xtst target in build/linux/system.gyp BUG=chromium-os:5902 TEST=goto youtube, open flash menu then kick off the screen locker. It used to show spinner and eventually crash. It should close the menu and lock, and will not crash. Review URL: http://codereview.chromium.org/5043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66662 0039d316-1c4b-4281-b951-d872f2087c98
* startup: rename chrome_dll_main to chrome_mainevan@chromium.org2010-11-187-9/+9
| | | | | | | | | | | | | | | Startup works like this: 1) platform-specific main, which calls 2) ChromeMain(), which calls 3) subprocess-specific main, like RendererMain() On Windows the middle step is kept in a DLL, but it's a framework on Mac and it's part of the original binary on Linux. This no-op change renames the file to match the function it does. Review URL: http://codereview.chromium.org/5183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66660 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where installing an extension in incognito would not show the helpmpcomplete@chromium.org2010-11-181-15/+11
| | | | | | | | | | | bubble. BUG=62541 TEST=see bug for repro Review URL: http://codereview.chromium.org/5208001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66656 0039d316-1c4b-4281-b951-d872f2087c98
* Provides API for passing in whether verbatim or predictive should besky@chromium.org2010-11-1813-25/+74
| | | | | | | | | | | | used when updating instant. I haven't wired this up to anything yet, so this doesn't change the actual behavior of anything. BUG=59217 TEST=none Review URL: http://codereview.chromium.org/5187001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66654 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in PrintPreviewTabControllerTest.kmadhusu@chromium.org2010-11-181-4/+4
| | | | | | | | | BUG=63386 TEST=none Review URL: http://codereview.chromium.org/5181004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66652 0039d316-1c4b-4281-b951-d872f2087c98
* Add a preference to enable safebrowsing malware reports.panayiotis@google.com2010-11-184-0/+7
| | | | | | | | | BUG=60831 TEST=unit_tests Review URL: http://codereview.chromium.org/4827001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66651 0039d316-1c4b-4281-b951-d872f2087c98
* Proposed text change to omnibox extension API strings:aa@chromium.org2010-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * I think TAB is better than SPACE because it immediately causes the omnibox to go into keyword mode, rather than waiting for the next char. * 'search string' might be confusing in the case of extensions that aren't really using this space for search, so I prefer 'command', except some users might be confused by that too, so I settled for 'command or search'. * The colon at the end of the keyword string is weird in the case where you enter no text, and it seems superfluous even in the case where you enter text. Thoughts? BUG= TEST= Review URL: http://codereview.chromium.org/5198002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66650 0039d316-1c4b-4281-b951-d872f2087c98
* Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-1821-123/+120
| | | | | | | | | BUG=59697 TEST=BrowserTest.OpenAppWindowLikeNtp,SessionRestoreUITest.RestoreAfterClosing* Review URL: http://codereview.chromium.org/5019005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66646 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA reporting for about:flags usage.rsesek@chromium.org2010-11-185-21/+106
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4910001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66638 0039d316-1c4b-4281-b951-d872f2087c98
* Added a method to delete indexed databases on shutdown.jochen@chromium.org2010-11-184-0/+61
| | | | | | | | | | BUG=56249 TEST=IndexedDBBrowserTest.ClearLocalState Review URL: http://codereview.chromium.org/5112001 Patch from Yulian Pastarmov <pastarmovj@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66636 0039d316-1c4b-4281-b951-d872f2087c98
* Check is_composing_text_ in GtkIMContextWrapper::HandlePreeditChanged.xiyuan@chromium.org2010-11-181-1/+2
| | | | | | | | | | | | is_composing_text_ must be true before sending webkit the composition text. BUG=chromium-os:8982 TEST=Verify fix for chromium-os:8982. Review URL: http://codereview.chromium.org/5207001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66634 0039d316-1c4b-4281-b951-d872f2087c98
* Add 1px black border for ChromeOS status button.xiyuan@chromium.org2010-11-181-0/+3
| | | | | | | | | | | | | | - Move Linux's CanvasSkia::DrawStringInt into DrawStringWithHalo and added code to support text halo and change DrawStringInt to use it; - Make views::TextButton support text halo; - Use the text halo for chromeos::StatusButton; BUG=chromium-os:8657 TEST=Verify 1px black border is added to ChromeOS status buttons. Review URL: http://codereview.chromium.org/5071002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66632 0039d316-1c4b-4281-b951-d872f2087c98
* Mark AutomationProxyTest.AppModalDialogTest as flaky. Dashboard shows 25 ↵kkania@chromium.org2010-11-181-1/+2
| | | | | | | | | | failures in past 10 days. BUG=25039 TEST=none Review URL: http://codereview.chromium.org/5229001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66629 0039d316-1c4b-4281-b951-d872f2087c98
* Include the notification types being used rather than transitively.johnnyg@chromium.org2010-11-181-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5125003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66627 0039d316-1c4b-4281-b951-d872f2087c98
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-18109-1248/+1736
| | | | | | | | | | Code by pinkerton@, with modifications by evanm and myself to get it to build on windows/linux/chromeos. BUG=none TEST=none Review URL: http://codereview.chromium.org/4694008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66626 0039d316-1c4b-4281-b951-d872f2087c98
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-186-0/+57
| | | | | | | | | | | | | | | | | | | | | | | DnsCertProvenanceChecker is introduced to abstract away the action of uploading reports. It's implemented by ChromeDnsCertProvenanceChecker which lives in a scoped_ptr off of a URLRequestContext. It's only active on the main context (i.e. not in incognito mode). This might change in the future, but it's a nice, conservative choice for the moment. The DnsCertProvenanceChecker is plumbed all the way to SSLClientSocket (via HttpCache) where it replaces the DnsRRResolver. Above SSLClientSocket, it's plumbed in addition to the DnsRRResolver because the later will end up going into SSLHostInfo in the future. At the moment, ChromeDnsCertProvenanceCheckerContext is just a skeleton to avoid putting too much real code in a plumbing job. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66623 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in web workers when entangled port sender is null.inferno@chromium.org2010-11-181-8/+12
| | | | | | | | BUG=63529 Review URL: http://codereview.chromium.org/5173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66620 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the label for image screen according to mocks.avayvod@chromium.org2010-11-182-5/+5
| | | | | | | | | BUG=chromium-os:9248 TEST=Manually. Review URL: http://codereview.chromium.org/5173001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66617 0039d316-1c4b-4281-b951-d872f2087c98
* Add PluginDataRemover.bauerb@chromium.org2010-11-187-13/+226
| | | | | | | | | BUG=58235 TEST=none Review URL: http://codereview.chromium.org/4832002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66615 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the default for tap-to-click to true.avayvod@chromium.org2010-11-181-1/+1
| | | | | | | | | BUG=chromium-os:9342 TEST=Check that tap-to-click is on on login screen and for users with default setting. Review URL: http://codereview.chromium.org/5146003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66612 0039d316-1c4b-4281-b951-d872f2087c98
* Restoring check for CHROME_HEADLESS environment variable when initializing ↵glotov@google.com2010-11-181-4/+6
| | | | | | | | | | | BreakPad. BUG=chromium-os:8350 TEST=none Review URL: http://codereview.chromium.org/5160003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66611 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 589.0 to 590.0chrome-release@google.com2010-11-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66607 0039d316-1c4b-4281-b951-d872f2087c98
* In the current speech input implementation, the application locale is used asleandrogracia@chromium.org2010-11-181-5/+17
| | | | | | | | | | | | | | | language in case that no language attribute is provided. For this, the l10n_util::GetApplicationLocale was used from the IO thread. However this is not valid since that function requires file access. After considering different options this patch now uses the first of the accepted languages, defaulting to "en-US" in case that this list is empty. BUG=53598 TEST=SpeechRecognitionRequestTest Review URL: http://codereview.chromium.org/4896001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66605 0039d316-1c4b-4281-b951-d872f2087c98
* Add version information to the policy templatesgfeher@chromium.org2010-11-182-112/+85
| | | | | | | | | | | | | | Add for each policy the version number of Chrome when is was introduced. Update platform-based policy filtering to use the new template format (no new logic introduced.) Update the HTML documentation writer to use the new version numbers. BUG=62500 TEST=PolicyTemplateGeneratorUnittest.testPolicyFiltering,DocWriterUnittest.testAddPolicyDetails,DocWriterUnittest.testAddPolicySection Review URL: http://codereview.chromium.org/4704006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66601 0039d316-1c4b-4281-b951-d872f2087c98