summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Widen the suppression for bug 50936 once again; suppress memory leaks in ↵timurrrr@chromium.org2010-08-201-0/+15
| | | | | | | | | RenderProcessHost BUG=50936,52834 Review URL: http://codereview.chromium.org/3116028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56844 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leaks in chrome/browser/file_path_watcher_inotify.cctimurrrr@chromium.org2010-08-201-0/+13
| | | | | | | | BUG=52831 TBR=glider Review URL: http://codereview.chromium.org/3131028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56843 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56832 - Support change detection and reloading in ↵mnissler@chromium.org2010-08-203-414/+21
| | | | | | | | | | | | | | ConfigDirPolicyProvider. BUG=52418 TEST=unit tests Review URL: http://codereview.chromium.org/3124025 TBR=mnissler@chromium.org Review URL: http://codereview.chromium.org/3161035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56842 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 500.0 to 501.0chrome-release@google.com2010-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56840 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for bug 50936, suppress leaks in ↵timurrrr@chromium.org2010-08-201-2/+11
| | | | | | | | | chrome/browser/host_content_settings_map_unittest.cc BUG=50936,52828 Review URL: http://codereview.chromium.org/3152036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56838 0039d316-1c4b-4281-b951-d872f2087c98
* Convert alert() to notification bar.kochi@google.com2010-08-201-2/+3
| | | | | | | | | BUG=none TEST=manually Review URL: http://codereview.chromium.org/3108032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56837 0039d316-1c4b-4281-b951-d872f2087c98
* OOBE screen with HTML page specified from command line it is going to be ↵dpolukhin@chromium.org2010-08-205-0/+240
| | | | | | | | | | | used for recovery screen. BUG=chromium-os:5877 TEST=Run Chrome with --login-manager --login-screen=html file://filename Review URL: http://codereview.chromium.org/3158023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56836 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for bug 52387, suppress leaks in GoogleURLTracker teststimurrrr@chromium.org2010-08-201-0/+8
| | | | | | | | BUG=52387,52826 TBR=glider Review URL: http://codereview.chromium.org/3177027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56835 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a few test failures when landing http://trac.webkit.org/changeset/57178.jnd@google.com2010-08-204-19/+53
| | | | | | | | | | | | | | | http://trac.webkit.org/changeset/57178 broke some tests in browser_test and ui_test. In the test RedirectTest.ClientCancelled, it needs a user-initiated event to trigger the redirect, now it uses "javaScript:click()". When landing r57178, the call of window.open which is inside the call of javaScript:click() was treated as non user-initiated, so the in-page location change was treated as client redirect and the redirect was recoreded, that is why this test was failed when landing r57178. (Please refer to the logic in FrameLoaderClientImpl::dispatchDidNavigateWithinPage.) In the tests AppApiTest.AppProcess, ExtensionBrowserTest.WindowOpenExtension and ExtensionBrowserTest.WindowOpenInvalidExtension, they assume the new tabs opened by window.open in current window. But when landing r57178, since those calls of window.open were treated as non user-initiated, the disposition type of new tabs were changed to Popup, which caused a few new tabs were created instead of a few new tabs in current window (Please refer to RenderView::show), which cause those tests were failed when landing r57178.), that is why those tests were failed when landing r57178. BUG=17655 TEST=RedirectTest.ClientCancelled, AppApiTest.AppProcess, ExtensionBrowserTest.WindowOpenExtension, ExtensionBrowserTest.WindowOpenInvalidExtension Review URL: http://codereview.chromium.org/3136019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56834 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 52808 (A leak inglider@chromium.org2010-08-201-0/+10
| | | | | | | | | | | HostContentSettingsMapTest.ResourceIdentifierPrefs) TBR=bauerb BUG=52808 Review URL: http://codereview.chromium.org/3113025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56833 0039d316-1c4b-4281-b951-d872f2087c98
* Support change detection and reloading in ConfigDirPolicyProvider.mnissler@chromium.org2010-08-203-21/+414
| | | | | | | | | BUG=52418 TEST=unit tests Review URL: http://codereview.chromium.org/3124025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56832 0039d316-1c4b-4281-b951-d872f2087c98
* A quick fix for Bug 52808.hbono@chromium.org2010-08-201-2/+2
| | | | | | | | | | This change just creates a scoped_ptr<Value> variable and sets the return value of base::JSONReader::Read() to it. BUG=52808 TEST=make the "Linux Test (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/3163027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56831 0039d316-1c4b-4281-b951-d872f2087c98
* Widen an IPC sendmsg suppression and suppress invalid read in ↵timurrrr@chromium.org2010-08-201-0/+14
| | | | | | | | | ~ChromeURLRequestContext BUG=52825,20997 Review URL: http://codereview.chromium.org/3146028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56830 0039d316-1c4b-4281-b951-d872f2087c98
* Add a small info icon.jochen@chromium.org2010-08-202-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3131027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56829 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix CrOS build after r56824 part 2.thestig@chromium.org2010-08-201-1/+1
| | | | | | | | | BUG=none TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/3167031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56828 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix CrOS build after r56824.thestig@chromium.org2010-08-201-0/+1
| | | | | | | | | BUG=none TEST=CrOS builds TBR=jhawkins Review URL: http://codereview.chromium.org/3171021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56827 0039d316-1c4b-4281-b951-d872f2087c98
* Force re-run of testsrolandsteiner@chromium.org2010-08-201-1/+0
| | | | | | | | | BUG=None TEST=None TBR: johnnyg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56825 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-2078-15/+106
| | | | | | | | | | | just added notification_observer.h. BUG=none TEST=none Review URL: http://codereview.chromium.org/3120021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56824 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65710:65726rolandsteiner@chromium.org2010-08-201-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=johnnyg Review URL: http://codereview.chromium.org/3166021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56823 0039d316-1c4b-4281-b951-d872f2087c98
* Convert wstrings in bookmarks, part 4.viettrungluu@chromium.org2010-08-206-14/+17
| | | | | | | | | | | | - convert GetURLAndTitleToBookmark() and GetURLsForOpenTabs() - convert BookmarkEditor::EditDetails BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3176024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56821 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed assert in options caused by my original CL.zelidrag@chromium.org2010-08-201-1/+0
| | | | | | | | | TBR=zelidrag TEST=none BUG=chromium-os:5522 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56819 0039d316-1c4b-4281-b951-d872f2087c98
* Attempting to debug the IE8 chrome frame random failures by tracing out the ↵ananta@chromium.org2010-08-201-1/+5
| | | | | | | | | | | | last error code from the net::TestServer::WaitToFinish helper function. TBR=amit Review URL: http://codereview.chromium.org/3156039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56817 0039d316-1c4b-4281-b951-d872f2087c98
* Changed ChromeOS status bar menu handlers to obey --enable-tabbed-options ↵zelidrag@chromium.org2010-08-2010-22/+90
| | | | | | | | | | | switch and display the new DOM UI when it's used. BUG=chromium-os:5522 TEST=make sure the new DOM UI option tab opens from status bar drop down menues (language, internet and system settings) Review URL: http://codereview.chromium.org/3142020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56816 0039d316-1c4b-4281-b951-d872f2087c98
* RenderWidget::WasRestored should repaint the view when accelerated compositingdarin@chromium.org2010-08-201-1/+4
| | | | | | | | | | | | | | | | | | is enabled. This fixes the case where restoring a previously-hidden accelerated tab would not actually show its contents without mouse-moving within the tab's contents. Patch by Nat Duca (nduca@chromium.org) R=darin BUG=51306 TEST=Load the two URLS specified in original bug report into seperate tabs. Switching tabs should show the content of the correct tab. Originally reviewed at: http://codereview.chromium.org/3161023/show Review URL: http://codereview.chromium.org/3176025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56814 0039d316-1c4b-4281-b951-d872f2087c98
* Updates the suppression for sandboxtest::internal::RegisterSandboxTest<>.hbono@chromium.org2010-08-201-0/+1
| | | | | | | | | | This change just catches up with the recent clean-up of base (r55400). BUG=none TEST=make the "Chromium Mac (valgrind)" bot greener. Review URL: http://codereview.chromium.org/3119032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56813 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for context menus to status icons.atwilson@chromium.org2010-08-2014-19/+189
| | | | | | | | | BUG=37375 TEST=updated StatusIcon unit tests Review URL: http://codereview.chromium.org/3189003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56812 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r56483 - Monitor network change in GoogleURLTrackerukai@chromium.org2010-08-2012-107/+800
| | | | | | | | | | | | | | | | | | | | | | | | | | It changes to fetch https://www.google.com/searchdomaincheck?format=domain&type=chrome instead of checking http://www.google.com/ redirection. Also show infobar if google domain has been changed to new domain and ask user to switch new domain. Fix Win IO Perf regressions: - GoogleURLTracker::RequestServerCheck() is not called in headless mode (CHROME_HEADLESS=1) nor in Chrome Frame (--chrome-frame). Fix leaks in TestingProfile::CreateRequestContext(): 52562 - Add TestURLFetcher::set_request_context() do nothing, because TestURLFetcher might miss to release core_->request_context_getter_. Fix GoogleURLTracker observer removal DCHECK: 52608 - call RemoveAll(), instead of calling Remove()s BUG=48688,15141,52477,52562,52608 TEST=unit_tests passes Review URL: http://codereview.chromium.org/3171019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56811 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to 65710.johnnyg@chromium.org2010-08-201-1/+1
| | | | | | | | | BUG=none TEST=none TBR=rolandsteiner git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56810 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to 65710johnnyg@chromium.org2010-08-201-0/+2
| | | | | | | | | | BUG=none TEST=none TBR=rolandsteiner Review URL: http://codereview.chromium.org/3167029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56809 0039d316-1c4b-4281-b951-d872f2087c98
* Removing mistaken dependency mal@chromium.org2010-08-201-1/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56808 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes race condition that could result in a tab prematurelysky@chromium.org2010-08-203-0/+40
| | | | | | | | | | | | | | | | | | | | | | | closing. Here's the sequence that triggers the closing: . go to a page. . go to a new page, preferably one that takes a while to resolve, such as one on a site that doesn't exist. . After this step is_waiting_for_unload_ack_ has been set to true on the first RVH. . click stop before the page has been commited. . click reload. . is_waiting_for_unload_ack_ is still true, and the if the hang monitor fires the tab gets closed. I've changed the code to always set is_waiting_for_unload_ack_ when we initiate a load. BUG=52003 TEST=see bug Review URL: http://codereview.chromium.org/3115020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56804 0039d316-1c4b-4281-b951-d872f2087c98
* Add language_prefs namespace to language_preferences.h.satorux@chromium.org2010-08-2026-284/+379
| | | | | | | | | | | | language_preferences.h exports lots of constants hence polutes chromeos namespace. TEST=compiles. try bots. BUG=chromium-os:5848 Review URL: http://codereview.chromium.org/3132023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56803 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use const char kFoo[] in the stack place.tfarina@chromium.org2010-08-201-4/+4
| | | | | | | | | | | | It creates a variable and copy the value all around. Instead use pointer so the other places where the variable is used just point to the orignal variable instead of copying the value. BUG=None TEST=out/Debug/base_unittests --gtest_filter=EnvironmentTest.* Review URL: http://codereview.chromium.org/3186017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56802 0039d316-1c4b-4281-b951-d872f2087c98
* NSS cert database cleanupsmattm@chromium.org2010-08-202-50/+48
| | | | | | | | | | | | | | Use ScopedPK11Slot. Move common test functionality into functions. Move common test conditions into SetUp/TearDown. Move common test variables into attributes of the test class. BUG=19991 TEST=tests still pass Review URL: http://codereview.chromium.org/3189014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56801 0039d316-1c4b-4281-b951-d872f2087c98
* Adding debugging info for sync integration tests.rsimha@chromium.org2010-08-203-9/+50
| | | | | | | | | | | | | The sync integration test logs do not reveal when different sync events occur on the ProfileSyncServiceTestHarness objects. This checkin adds logging for sync events so that failures are easier to debug. BUG=52761 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3169028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56800 0039d316-1c4b-4281-b951-d872f2087c98
* Move nsNSSCertTrust from chrome/third_party to net/third_party.mattm@chromium.org2010-08-205-7/+17
| | | | | | | | | BUG=19991 TEST=builds Review URL: http://codereview.chromium.org/3104022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56799 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56796 - Sbox IPC fixcpu@chromium.org2010-08-203-72/+39
| | | | | | | | | | | | | | | Tests failing on vista BUG=52682 TEST=included Review URL: http://codereview.chromium.org/3142022 TBR=cpu@chromium.org Review URL: http://codereview.chromium.org/3122031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56798 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56790 - Update webkit to 65710johnnyg@chromium.org2010-08-201-1/+1
| | | | | | | | | | | | | BUG=none TEST=none TBR=rolandsteiner Review URL: http://codereview.chromium.org/3119029 TBR=johnnyg@chromium.org Review URL: http://codereview.chromium.org/3111021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56797 0039d316-1c4b-4281-b951-d872f2087c98
* Sbox IPC fixcpu@chromium.org2010-08-203-39/+72
| | | | | | | | | | BUG=52682 TEST=included Review URL: http://codereview.chromium.org/3142022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56796 0039d316-1c4b-4281-b951-d872f2087c98
* Make the extension install UI de-dupe hosts after disregarding scheme and path.aa@chromium.org2010-08-204-10/+108
| | | | | | | | BUG=52723 Review URL: http://codereview.chromium.org/3126023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56795 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Reload can't be disabled. (This change matches views and GTK.)pkasting@chromium.org2010-08-201-4/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3169029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56794 0039d316-1c4b-4281-b951-d872f2087c98
* Fix GTK unittest failurepkasting@chromium.org2010-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56792 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to 65710johnnyg@chromium.org2010-08-201-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=rolandsteiner Review URL: http://codereview.chromium.org/3119029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56790 0039d316-1c4b-4281-b951-d872f2087c98
* New downloads hooks for pyauto. BUG=35284alyssad@google.com2010-08-206-37/+390
| | | | | | | | New hooks allow the user to pause/resume/cancel/remove downloads and more. Review URL: http://codereview.chromium.org/3176016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56789 0039d316-1c4b-4281-b951-d872f2087c98
* Add code to support options for TTS speak.chaitanyag@chromium.org2010-08-202-3/+68
| | | | | | Review URL: http://codereview.chromium.org/3116019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56788 0039d316-1c4b-4281-b951-d872f2087c98
* ResourceBundle is loading a wrong resource on Windows for synchclam@chromium.org2010-08-203-2/+2
| | | | | | | | | | | | | | | | | | In browser_resources.grd, both IDR_SYNC_SETUP_FLOW_HTML and IDR_REMOTING_SETUP_FLOW_HTML are point to setup_flow.html although they are different files in different folders. ResourceBundle gets confused and always return the later one when asked for IDR_SYNC_SETUP_FLOW_HTML. This problem only happens on Windows but not Linux. This patch tries to avoid this problem by renaming remoting files with a remoting_ prefix. BUG=52777, 52625 TEST=Setup sync now loads the correct setup_flow.html Review URL: http://codereview.chromium.org/3191013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56787 0039d316-1c4b-4281-b951-d872f2087c98
* linux: add UMA stat for the file system where the prefs are storedevan@chromium.org2010-08-204-2/+96
| | | | | | | | | | | | | I'd like to see how common it is to use a network file system for your home directory. This would help evaluate how important it is to support these users. See also: http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/b43d2905f079fa1c Review URL: http://codereview.chromium.org/3187011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56786 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Add the basic HTML for the 'Edit Address' AutoFill overlay.jhawkins@chromium.org2010-08-2012-3/+216
| | | | | | | | | BUG=49094 TEST=none Review URL: http://codereview.chromium.org/3157027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56785 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check_perms failurepkasting@chromium.org2010-08-191-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56781 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ↵rvargas@google.com2010-08-195-51/+27
| | | | | | | | | | | | | | | | | | ui_test. This makes PathService clear its cache after overriding a path. We have many paths depending on each other, so this is necessary to avoid inconsistencies. TEST=ui_tests in Release mode BUG=49838 Review URL: http://codereview.chromium.org/2805100 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3169031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56778 0039d316-1c4b-4281-b951-d872f2087c98