summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only showing notification when a restart is needed. Partial fix to 5168.seanparent@google.com2010-08-202-49/+9
| | | | | | | | | | | | BUG=chromium-os:5168 TEST=Manual - use devserver to install update and verify notification appears to restart after update is installed with no other notifications. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56616 Review URL: http://codereview.chromium.org/3157018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56899 0039d316-1c4b-4281-b951-d872f2087c98
* Remove noisy LOG(INFO) lines from chromoting unittests.garykac@google.com2010-08-202-5/+0
| | | | | | | | BUG=none TEST=remoting unittests Review URL: http://codereview.chromium.org/3186006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56898 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Suppress leaks in _all_ GoogleURLTracker tests.thestig@chromium.org2010-08-201-1/+1
| | | | | | | | | BUG=52826 TEST=none TBR=ukai Review URL: http://codereview.chromium.org/3162027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56897 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Suppress leaks in GoogleURLTracker tests.thestig@chromium.org2010-08-201-0/+7
| | | | | | | | | BUG=52826 TEST=none TBR=ukai Review URL: http://codereview.chromium.org/3199010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56896 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Widen a suppression.thestig@chromium.org2010-08-201-2/+0
| | | | | | | | BUG=38293 TEST=none Review URL: http://codereview.chromium.org/3162026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56895 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a bunch of startup_tests as FLAKY on Mac:rsesek@chromium.org2010-08-202-6/+26
| | | | | | | | | | | | | | | | * ShutdownTest.SimpleSessionEnding * ShutdownTest.TwentyTabsUserQuit * StartupTest.PerfRestoreFewTabs * StartupTest.PerfRestoreSeveralTabs * StartupTest.PerfExtensionContentScript50 R=thomasvl BUG=44067,52858 TEST=startup_tests Review URL: http://codereview.chromium.org/3142024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56890 0039d316-1c4b-4281-b951-d872f2087c98
* Grabbing the newly translated strings from the branch to land on the trunk. ↵kerz@chromium.org2010-08-20150-3638/+17491
| | | | | | | | Built using trunk grds. Review URL: http://codereview.chromium.org/3148031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56889 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Update a suppression for a leak.thestig@chromium.org2010-08-201-5/+13
| | | | | | | | BUG=52681 TEST=none Review URL: http://codereview.chromium.org/3156042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56888 0039d316-1c4b-4281-b951-d872f2087c98
* Sorry but I had to rollback this change.gman@chromium.org2010-08-201-135/+24
| | | | | | | | | | | os.path.relpath is not available with python 2.4 which is the verison of python that Chrome's build system ships with. TBR=neb@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56887 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/3153008 for bryeung:sky@chromium.org2010-08-2016-0/+674
| | | | | | | | | | | | | | | | Synthetic KeyEvent delivery, part I. This delivers synthetic key events to the views hierarchy. This currently does nothing, as nothing is listening for the event in TOUCH_UI (or elsewhere). That part will come later. BUG=none TEST=unit test for key identifier conversion + manual for extension api Review URL: http://codereview.chromium.org/3130029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56886 0039d316-1c4b-4281-b951-d872f2087c98
* gitignore: Add tools/histograms/.derat@chromium.org2010-08-201-0/+1
| | | | | | | | | | BUG=none TEST="git status" TBR=evan@chromium.org Review URL: http://codereview.chromium.org/3166026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56885 0039d316-1c4b-4281-b951-d872f2087c98
* Add d3dx9_42.dll, libEGL.dll, and libGLESv2.dll to the distributed builds.apatrick@chromium.org2010-08-203-0/+22
| | | | | | | | | | | | | | Landed issue 3032040 on darin@'s behalf. Original: http://codereview.chromium.org/3032040/show The issue with the introducation of a dependency on msvcr80.dll mentioned in the original issue comments is resolved. It seemed to be specific to darin's build configuration. TEST=try BUG=none Review URL: http://codereview.chromium.org/3118001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56884 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for the ChromeFrame IE8 random test failures. The tests ↵ananta@chromium.org2010-08-202-5/+7
| | | | | | | | | | | | | | | | | which fail post the /kill switch to the python server. It appears that at times this does not work causing the test to timeout. The result file is correctly return though. We don't ASSERT anymore on the wait for the python server. The other change is to reduce the long timeout from 60 seconds to 15 seconds and the short timeout to 5 seconds. TBR=amit Review URL: http://codereview.chromium.org/3181031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56883 0039d316-1c4b-4281-b951-d872f2087c98
* Update symupload.exe to r659 from breakpad treeeblake@chromium.org2010-08-201-0/+0
| | | | | | | | | | | Hopefully has options to produce more logging info to help debug upload problem BUG=None TEST=None Review URL: http://codereview.chromium.org/3158025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56879 0039d316-1c4b-4281-b951-d872f2087c98
* Properly convert the preferences label if it's not ASCII.mnissler@chromium.org2010-08-201-1/+1
| | | | | | | | | BUG=52823 TEST=Configure arabic locale, fire up chrome, check the "Preferences" item in the wrench menu. Review URL: http://codereview.chromium.org/3166022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56878 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: change the notification close button to match the tab close button, ↵johnnyg@chromium.org2010-08-201-16/+14
| | | | | | | | | | | and move the close and wrench buttons closer together. BUG=52545 TEST=ui Review URL: http://codereview.chromium.org/3125026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56877 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: Make the notification close button look the same as the tab close ↵johnnyg@chromium.org2010-08-201-12/+17
| | | | | | | | | | | | | button. Also move the close and wrench buttons closer together. screenshot: http://www.corp.google.com/~johnnyg/52545-new-x-windows.png BUG=52545 TEST=check out the ui Review URL: http://codereview.chromium.org/3130034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56876 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppressions for bug 52808 (leak in ↵bauerb@chromium.org2010-08-202-21/+0
| | | | | | | | | | | | | HostContentSettingsMapTest.ResourceIdentifierPrefs) This should be fixed by http://crrev.com/56831, no? BUG=52808 TEST=valgrind bots stay happy Review URL: http://codereview.chromium.org/3122032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56875 0039d316-1c4b-4281-b951-d872f2087c98
* FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ↵viettrungluu@chromium.org2010-08-2026-30/+7
| | | | | | | | | | | src/chrome. BUG=23581 TEST=builds Review URL: http://codereview.chromium.org/3181028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56874 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectations to use new format.chase@chromium.org2010-08-201-55/+55
| | | | | | | | | | | | | | | | | | | | This updates the following systems to use the new improve/regress format: - linux-release - linux-release-hardy - mac10.5 - mac10.6 - vista-release-dual-core - vista-release-single-core - xp-release-dual-core - xp-release-single-core BUG=none TEST=perf steps run correctly Review URL: http://codereview.chromium.org/3148028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56872 0039d316-1c4b-4281-b951-d872f2087c98
* Let use_accelerated_compositing be usable for both enabling and disabling ↵thakis@chromium.org2010-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | compositing. With this, Chromium can be built on 10.5 again with the following ~/.gyp/include.gypi: { 'variables': { 'build_ffmpegsumo': 0, 'use_system_ffmpeg': 0, 'disable_nacl': 1, 'enable_svg': 0, 'use_accelerated_compositing': 0, } } Review URL: http://codereview.chromium.org/3173033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56871 0039d316-1c4b-4281-b951-d872f2087c98
* Add a method for setting the value of an Accessibility object.kkania@chromium.org2010-08-205-18/+85
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3156026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56867 0039d316-1c4b-4281-b951-d872f2087c98
* A crasher in TabContent::ExpireInfoBars is consistently reported in the ↵jcivelli@chromium.org2010-08-201-7/+33
| | | | | | | | | | | | | | field. Somehow one of the infobar delegate is NULL. After spending some time investigating, I am still not clear on how this can happen. Applying a band-aid with a NOTREACHED() in the hope someone will be able to repro consistently. BUG=47669 TEST=Don't know how to repro :-( Review URL: http://codereview.chromium.org/3112022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56866 0039d316-1c4b-4281-b951-d872f2087c98
* Make the test shell tests use the renamed WebDOMEvent class.jcivelli@google.com2010-08-201-33/+34
| | | | | | | | | | | (so that we can then get rid of the older class on the WebKit side) BUG=None TEST=test_shell_tests should pass. Review URL: http://codereview.chromium.org/3153026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56865 0039d316-1c4b-4281-b951-d872f2087c98
* Give GPU process a name in the task managerthakis@chromium.org2010-08-202-0/+5
| | | | | | | | | BUG=52139 TEST=Enable GPU process, open task manager. Shouldn't dcheck. Review URL: http://codereview.chromium.org/3165041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56864 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be ↵thomasvl@chromium.org2010-08-2013-316/+4
| | | | | | | | | | | | | | | aborted when their parent JS context finishes executing. This change depends on the following WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=44101 Review URL: http://codereview.chromium.org/3165026 TBR=andreip@chromium.org Review URL: http://codereview.chromium.org/3107029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56863 0039d316-1c4b-4281-b951-d872f2087c98
* Add transaction coordinator. Allow idle transactions to be aborted when ↵andreip@chromium.org2010-08-2013-4/+316
| | | | | | | | | | | | their parent JS context finishes executing. This change depends on the following WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=44101 Review URL: http://codereview.chromium.org/3165026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56862 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in TestURLFetcherukai@chromium.org2010-08-202-8/+1
| | | | | | | | | BUG=52826,52562 TEST=valgrind pass Review URL: http://codereview.chromium.org/3153030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56861 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstrings in bookmarks, part 5.viettrungluu@chromium.org2010-08-2025-78/+83
| | | | | | | | | | | Remove wstring BookmarkModel::AddURL(). BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3152034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56860 0039d316-1c4b-4281-b951-d872f2087c98
* Mark StatsTableTest.MultipleProcesses as flaky (again)maruel@chromium.org2010-08-201-1/+2
| | | | | | | | | BUG=10611 TEST=flaky test Review URL: http://codereview.chromium.org/3107028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56859 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56856 - add bogus filejoth@chromium.org2010-08-201-0/+0
| | | | | | | TBR=thomasvl@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56857 0039d316-1c4b-4281-b951-d872f2087c98
* add bogus filejoth@chromium.org2010-08-201-0/+0
| | | | | | TBR= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56856 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on Mactimurrrr@chromium.org2010-08-201-0/+2
| | | | | | | | BUG=52844 TBR=glider Review URL: http://codereview.chromium.org/3127024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56855 0039d316-1c4b-4281-b951-d872f2087c98
* Add entries for some failing mac tests.thomasvl@chromium.org2010-08-201-0/+5
| | | | | | | | | TBR=rolandsteiner, sky BUG=52841 TEST=green waterfall Review URL: http://codereview.chromium.org/3166024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56851 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56834 - Fix a few test failures when landing ↵jnd@google.com2010-08-204-53/+19
| | | | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/57178. 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 TBR=jnd@google.com Review URL: http://codereview.chromium.org/3174023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56850 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression for bug 52834 once again, suppress a memory leak in ↵timurrrr@chromium.org2010-08-201-4/+11
| | | | | | | | | | | ExtensionProxyUITest.Uninstall BUG=52834,52837 TBR=glider TEST=./tools/valgrind/waterfall.sh match -> "Congratulations! All reports are suppressed!" Review URL: http://codereview.chromium.org/3120022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56847 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppressions for bug 52372, add one more suppression for 52834, ↵timurrrr@chromium.org2010-08-201-3/+25
| | | | | | | | | | suppress new Memcheck:Cond in IPC BUG=52371,52834,52836 TBR=glider Review URL: http://codereview.chromium.org/3115022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56845 0039d316-1c4b-4281-b951-d872f2087c98
* 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