summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trying changes to see the perfomance impact on Mac.rtenneti@chromium.org2011-02-2613-43/+130
| | | | | | | | | | | This change list is same as CL 6588039. Will back out immediately. http://codereview.chromium.org/6588039/ Review URL: http://codereview.chromium.org/6594032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76168 0039d316-1c4b-4281-b951-d872f2087c98
* Move core pieces of speech from chrome to content.jam@chromium.org2011-02-2625-79/+80
| | | | | | | TBR=satish Review URL: http://codereview.chromium.org/6591024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76165 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Move chrome/browser/webui/options/ to chrome/browser/ui/webui/optionstfarina@chromium.org2011-02-2668-209/+209
| | | | | | | | | BUG=59946 TEST=trybots Review URL: http://codereview.chromium.org/6588037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76164 0039d316-1c4b-4281-b951-d872f2087c98
* Provisional fix for WebFrame API change upstream.pfeldman@chromium.org2011-02-262-2/+2
| | | | | | TBR=yurys git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76163 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Document the ConfirmInfoBarGtk class.tfarina@chromium.org2011-02-261-0/+3
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6591025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76162 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 684.0 to 685.0chrome-release@google.com2011-02-261-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76159 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76156 - Added back thread watcher changes.rtenneti@chromium.org2011-02-2613-131/+43
| | | | | | | | | | | | | | | will revert the changes right away. trying to test impact on memory on mac. BUG=73915 TEST=performance tests Review URL: http://codereview.chromium.org/6598021 TBR=rtenneti@chromium.org Review URL: http://codereview.chromium.org/6598022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76157 0039d316-1c4b-4281-b951-d872f2087c98
* Added back thread watcher changes.rtenneti@chromium.org2011-02-2613-43/+131
| | | | | | | | | | | | will revert the changes right away. trying to test impact on memory on mac. BUG=73915 TEST=performance tests Review URL: http://codereview.chromium.org/6598021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76156 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76154 - Revert 76015 - Added back thread watcher changes byrtenneti@chromium.org2011-02-2613-133/+43
| | | | | | | | | | | | | | | | | reverting the revert. will revert the changes right away. trying to test impact on memory on mac. BUG=73915 TEST=performance tests Review URL: http://codereview.chromium.org/6594011 TBR=rtenneti@chromium.org Review URL: http://codereview.chromium.org/6588038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76155 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76015 - Added back thread watcher changes byrtenneti@chromium.org2011-02-2613-43/+133
| | | | | | | | | | | | | | reverting the revert. will revert the changes right away. trying to test impact on memory on mac. BUG=73915 TEST=performance tests Review URL: http://codereview.chromium.org/6594011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76154 0039d316-1c4b-4281-b951-d872f2087c98
* Update ffmpeg.cevans@chromium.org2011-02-261-1/+1
| | | | | | | | | | BUG=71788,73026 TEST=see bugs TBR=scherkus Review URL: http://codereview.chromium.org/6588033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76153 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 79731 to 79757jamesr@chromium.org2011-02-261-1/+1
| | | | | | | | TBR=antonm Review URL: http://codereview.chromium.org/6594030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76152 0039d316-1c4b-4281-b951-d872f2087c98
* more localized string declaration cleanupestade@chromium.org2011-02-263-70/+52
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6594029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76151 0039d316-1c4b-4281-b951-d872f2087c98
* Abstracted out setting up of Notifications. Commonrtenneti@chromium.org2011-02-262-30/+42
| | | | | | | | | | method will be used by thread watcher. BUG=71378 Review URL: http://codereview.chromium.org/6598015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76148 0039d316-1c4b-4281-b951-d872f2087c98
* With this CL, GPU blacklist auto update from the web is implemented. This ↵zmo@google.com2011-02-2617-232/+461
| | | | | | | | | | | | | | | | allows us to blacklist bad GPU/drivers as soon as we discover them. Note that this patch does not turn the auto update on. We will turn it on in a separate CL. Reland this patch after fixing a bug causing a XP test failure. BUG=68802 TEST=bots green TBR=kbr Review URL: http://codereview.chromium.org/6588035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76143 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a memory leak introduced by autofill country/ICU changesisherman@chromium.org2011-02-261-2/+4
| | | | | | | | | | BUG=none TEST=none TBR= dhollowa@chromium.org Review URL: http://codereview.chromium.org/6592028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76142 0039d316-1c4b-4281-b951-d872f2087c98
* web-ui settings: Explicitly set preferences for sans-serif font and minimum ↵csilv@chromium.org2011-02-265-71/+34
| | | | | | | | | | logical font size. BUG=73842 TEST=Verify that changing fonts and minimum font size results in correct preferences set in the 'Preferences' file. Review URL: http://codereview.chromium.org/6577029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76141 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of hung_renderer_dialog file and namespace.tfarina@chromium.org2011-02-267-47/+29
| | | | | | | | | | | | | | Instead move the methods into browser_dialogs.h and rename them. ShowForTabContents -> ShowHungRendererDialog HideForTabContents -> HideHungRendererDialog. BUG=None TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/6588002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76140 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid deleting GPU transfer buffers twice on POSIX.apatrick@chromium.org2011-02-262-1/+15
| | | | | | | | | TEST=trybots, run WebGL on windows and mac locally. BUG=none Review URL: http://codereview.chromium.org/6591015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76137 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill Coverity issue termination of loopdhollowa@chromium.org2011-02-261-1/+2
| | | | | | | | | | | | Fixes a Coverity issue with Autofill phone numbers and loop termination. CID=15032 BUG=none TEST=none Review URL: http://codereview.chromium.org/6591018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76136 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 79665 to 79731jamesr@chromium.org2011-02-261-1/+1
| | | | | | | | | | TBR=antonm BUG=none TEST=none Review URL: http://codereview.chromium.org/6599021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76135 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable UILayoutTest.MediaUILayoutTestvrk@google.com2011-02-261-2/+1
| | | | | | | | | | | | | Media UI layout tests broke because of a WebKit change. This was fixed in WebKit r79630, so re-enabling the tests now. BUG=73287 TEST=ui_tests TBR=scherkus Review URL: http://codereview.chromium.org/6588019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76134 0039d316-1c4b-4281-b951-d872f2087c98
* Deal with browser restart scenarios in pyauto scripts on ChromeOSnirnimesh@chromium.org2011-02-262-0/+22
| | | | | | | | | TEST=chromeos_basic.ChromeosBasic.testRestart BUG=chromium-os:12523 Review URL: http://codereview.chromium.org/6591020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76133 0039d316-1c4b-4281-b951-d872f2087c98
* Removing delay from search_engine testsrohitbm@google.com2011-02-261-7/+2
| | | | | | Review URL: http://codereview.chromium.org/6592026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76132 0039d316-1c4b-4281-b951-d872f2087c98
* Remove more three stub files that were moved to content/browser directory.tfarina@chromium.org2011-02-2610-48/+11
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6596006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76131 0039d316-1c4b-4281-b951-d872f2087c98
* Take 2 at fixing a double overflow bug in RGB->HSL conversion.tony@chromium.org2011-02-261-3/+3
| | | | | | | | | | | | | | | | | | I thought doing a double comparison would work, but instead, switch the HSL check to use the original RGB values rather than doubles. This fixes a failure on the official builder: ColorUtils.SkColorToHSLGrey: ui/gfx/color_utils_unittest.cc:24: Failure Value of: 0 Expected: hsl.s Which is: 7.0206359180926512e-18 BUG=72256 Review URL: http://codereview.chromium.org/6588013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76130 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a crash caused by double release of pointers.lipalani@chromium.org2011-02-262-7/+6
| | | | | | | | | BUG=73450 TEST= Review URL: http://codereview.chromium.org/6574046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76129 0039d316-1c4b-4281-b951-d872f2087c98
* Added a command-line option to disable adding the service process to ↵sanjeevr@chromium.org2011-02-264-4/+13
| | | | | | | | | | | autorun. This is for use by enterprise proxies that use their own custom autostart mechanism. Also honored the kNoErrorDialogs flag to not show the token expired notification. BUG=None TEST=Launching the service process with --no-service-autorun should not register the service process to autorun. Also running it with --noerrdialogs and an expired token should not show the token expired notification. Review URL: http://codereview.chromium.org/6592023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76128 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup the implementation of ImportProgressDialogGtk class.tfarina@chromium.org2011-02-262-70/+66
| | | | | | | | | | | | | | | - Use the macro from gtk_signal for gtk callbacks. - Write one argument per line. - Remove using declarations. - Match the order of the methods in the source file with the order in the header file. - Forward declare some of the gtk types in the header file. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6599009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76127 0039d316-1c4b-4281-b951-d872f2087c98
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-2640-555/+354
| | | | | | | | | | | and use it in the extension service, data remover, and storage subsystems. BUG=52357 TEST=extension_service_unittest.cc Review URL: http://codereview.chromium.org/6551028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76126 0039d316-1c4b-4281-b951-d872f2087c98
* More autofill overlay HTML cleanupisherman@chromium.org2011-02-266-55/+48
| | | | | | | | | | | | * Use dashed-form ids for the credit cards overlay * Consolidate overlay css files. BUG=none TEST=none Review URL: http://codereview.chromium.org/6575012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76125 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper/Flapper: Refactor module-local file stuff to make it easier/nicer to ↵viettrungluu@chromium.org2011-02-2613-294/+396
| | | | | | | | | | | add file ref versions. BUG=none TEST=everything still works Review URL: http://codereview.chromium.org/6599015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76124 0039d316-1c4b-4281-b951-d872f2087c98
* Enable url check in download_manager, with a simple UI (it may need polish). ↵lzheng@chromium.org2011-02-2621-224/+492
| | | | | | | | | | | | The whole thing is still behind a flag. The download_file_manager will start a url check with safebrowsing. It goes parallel with file creation operation. When url is checked to be dangerous, the UI dialog will show the dialog. TEST=download_manager_unittest BUG=60822 Review URL: http://codereview.chromium.org/6410050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76123 0039d316-1c4b-4281-b951-d872f2087c98
* [Reason for revert: might be a factor in XP-only failures ↵nick@chromium.org2011-02-2617-461/+232
| | | | | | | | | | | | | | | | | | UITestCanLaunchWithOSMesa. Will unrevert if proven innocent.] Revert 76075 - With this CL, GPU blacklist auto update from the web (before it ships together with chrome) is implemented. This allows us to blacklist bad GPU/drivers as soon as we discover them. Note that this patch does not turn the auto update on. We will turn it on in a separate CL. BUG=68802 TEST=build bots all green Review URL: http://codereview.chromium.org/6469094 TBR=zmo@google.com Review URL: http://codereview.chromium.org/6599020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76122 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land 76080 [which ncarter reverted in 76110. It was not the culprit.]nick@chromium.org2011-02-251-2/+20
| | | | | | | | | | | | | | | | | Make NamedProxyLauncher connections more robust to errors. It now clears the channel file before launching Chrome and has a timeout when waiting for the file to be created. BUG=66414 TEST=Should see no change in ui_tests. FLAKY_BasicNamedInterface may become non-flaky. ORIGINAL REVIEW URL: http://codereview.chromium.org/6546030 TBR=dtu@chromium.org REVERT REVIEW URL: http://codereview.chromium.org/6588025 TBR=nick@chromium.org,dtu@chromium.org Review URL: http://codereview.chromium.org/6599019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76120 0039d316-1c4b-4281-b951-d872f2087c98
* Add DCHECK to make sure that RenderProcessHost::FromID (which is also called ↵jam@chromium.org2011-02-256-47/+32
| | | | | | | | by RenderViewHost::FromID) is called on the UI thread. Also fix NotificationObjectProxy using RenderProcessHost on the IO thread. Review URL: http://codereview.chromium.org/6599008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76119 0039d316-1c4b-4281-b951-d872f2087c98
* Signal events in WebDataService unit tests -- shave 24 seconds off the test ↵isherman@chromium.org2011-02-251-3/+3
| | | | | | | | | | | runtime BUG=none TEST=none Review URL: http://codereview.chromium.org/6598001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76118 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill i18n: Set postal code and state field labels based on the selected ↵isherman@chromium.org2011-02-2523-480/+1200
| | | | | | | | | | | | | | | | country. * Changes the country field to a <select> field. * Restricts the possible values for the "country" field to a set of known values * Moves the country field to the top of the Autofill dialog * Changes the field labels according to the selected country BUG=56599,56602,56604 TEST= Review URL: http://codereview.chromium.org/6484022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76117 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a few image files that are known to fail on mac due to Leopard/Snow ↵karen@chromium.org2011-02-251-4/+7
| | | | | | | | Leopard discrepancies. Review URL: http://codereview.chromium.org/6591016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76114 0039d316-1c4b-4281-b951-d872f2087c98
* In ChromeDriver, wait for all tabs to stop loading before executing a ↵kkania@chromium.org2011-02-259-0/+110
| | | | | | | | | | | | session command. This is required by the WebDriver spec. BUG=none TEST=none Review URL: http://codereview.chromium.org/6580040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76113 0039d316-1c4b-4281-b951-d872f2087c98
* Adding homagpageUrl to the ExtensionInfo in the management API. asargent@chromium.org2011-02-2526-692/+769
| | | | | | | | | | | | | | | BUG=66578 TEST=Try the unit test, or install an app from the webstore and see the URL in the results to a call from getAll(). Contributed by paulkinlan@google.com Original codereview at: http://codereview.chromium.org/6573001/ Review URL: http://codereview.chromium.org/6588018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76112 0039d316-1c4b-4281-b951-d872f2087c98
* Correcting the syntax of assert statement in extensions.pysunandt@chromium.org2011-02-251-4/+4
| | | | | | Review URL: http://codereview.chromium.org/6596019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76111 0039d316-1c4b-4281-b951-d872f2087c98
* [Reason for revert: might be a factor in XP-only failures ↵nick@chromium.org2011-02-251-20/+2
| | | | | | | | | | | | | | | | UITestCanLaunchWithOSMesa. Will unrevert if proven innocent.] Revert 76080 - Make NamedProxyLauncher connections more robust to errors. It now clears the channel file before launching Chrome and has a timeout when waiting for the file to be created. BUG=66414 TEST=Should see no change in ui_tests. FLAKY_BasicNamedInterface may become non-flaky. Review URL: http://codereview.chromium.org/6546030 TBR=dtu@chromium.org Review URL: http://codereview.chromium.org/6588025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76110 0039d316-1c4b-4281-b951-d872f2087c98
* Mac proxy auto-launch.scottbyer@chromium.org2011-02-254-19/+97
| | | | | | | | | | | Delta from http://codereview.chromium.org/6482016 that adds in auto-launching of the proxy on the Macintosh and turns on the proxy management UI in Under the Hood. BUG=none TEST=Bring up the UI, enable CP, log out and log in, check to see that the proxy is running. Review URL: http://codereview.chromium.org/6499019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76109 0039d316-1c4b-4281-b951-d872f2087c98
* Make SandboxInterfaceInfo somewhat backwards compatiblecpu@chromium.org2011-02-252-6/+21
| | | | | | | | | | | | | | Hack to allow a mismached chrome exe and dll (different versions) to not crash. The older chrome exe will pass a union, the new chrome dll expects a struct. BUG=74046 TEST=see bug Review URL: http://codereview.chromium.org/6598013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76108 0039d316-1c4b-4281-b951-d872f2087c98
* Prepare for late binding of SpdyHttpStreams.willchan@chromium.org2011-02-259-300/+412
| | | | | | | | | | | | | | | | | | * Move HostPortProxyPair to net/proxy/proxy_server.h. * Have the Job assign the spdy_session_key to the Request when it's determined. * Have the Job notify the HttpStreamFactoryImpl when a SpdySession becomes available. Next steps: * When HttpStreamFactoryImpl sees a SpdySession becomes available, service all applicable requests by examining their spdy_session_key. * Introduce a new NetLog::Source for the late bound jobs. * Have HttpStreamFactoryImpl create two Jobs instead of just 1 per Request if Alternate-Protocol is available. BUG=54371,42669 TEST=existing Review URL: http://codereview.chromium.org/6577035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76107 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed GpuWatchdogThread::OnExit to make it clear it is crashing deliberately.apatrick@chromium.org2011-02-252-5/+7
| | | | | | | | | | | It crashes rather than exiting normally so that the hang is reported as a crash and it is possible to see what the presumed hung thread was doing in order to diagnose whether or not there is a bug. TEST=try BUG=73871 Review URL: http://codereview.chromium.org/6576044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76106 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily skip filesystem layout test broken (correctly) by r76098adamk@chromium.org2011-02-251-0/+3
| | | | | | | | while waiting for it to be fixed upstream. Review URL: http://codereview.chromium.org/6599013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76105 0039d316-1c4b-4281-b951-d872f2087c98
* Fix finding the Chrome executable to use for ChromeDriver. Also, add some ↵kkania@chromium.org2011-02-251-46/+60
| | | | | | | | | | flags that the old ChromeDriver used. BUG=none TEST=none Review URL: http://codereview.chromium.org/6588011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76104 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a paintstorm that was starving input events and causing things like freezes.ben@chromium.org2011-02-251-31/+27
| | | | | | | | | http://crbug.com/74043 TEST=see bug Review URL: http://codereview.chromium.org/6588021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76103 0039d316-1c4b-4281-b951-d872f2087c98