summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This test is obsolete now because of a design change in omnibox.rohitbm@google.com2011-01-211-26/+0
| | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=71963 Review URL: http://codereview.chromium.org/6326008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72226 0039d316-1c4b-4281-b951-d872f2087c98
* This patch moves the experiments settings from the user profile to the ↵bbudge@google.com2011-01-215-12/+11
| | | | | | | | | | | | browser's local state, since these settings correspond to command line switches. This is a release blocker for NaCl, so we decided to push this through. TEST=manual BUG= http://code.google.com/p/nativeclient/issues/detail?id=1322 Review URL: http://codereview.chromium.org/6267009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72225 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Split search engines into two listsstuartmorgan@chromium.org2011-01-218-245/+120
| | | | | | | | | BUG=70332 TEST=Search engine list headers should match autofill options. Review URL: http://codereview.chromium.org/6248015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72224 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing omnibox testnirnimesh@chromium.org2011-01-211-0/+2
| | | | | | | | BUG=70437 Review URL: http://codereview.chromium.org/6307011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72223 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed ChromeOS network unit tests.zelidrag@chromium.org2011-01-211-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6253008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72222 0039d316-1c4b-4281-b951-d872f2087c98
* Add additional logging to diagnose flaky testZipInIncognito testnirnimesh@chromium.org2011-01-211-1/+4
| | | | | | Review URL: http://codereview.chromium.org/6369010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72221 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing search engine testsnirnimesh@chromium.org2011-01-211-0/+4
| | | | | | | | BUG=70439 Review URL: http://codereview.chromium.org/6376007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72219 0039d316-1c4b-4281-b951-d872f2087c98
* Moving Background App support on the Mac Dock menu into its own submenurickcam@chromium.org2011-01-212-30/+44
| | | | | | | | | BUG=69448 TEST=manual Review URL: http://codereview.chromium.org/6241009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72217 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix ordering of Import/Export buttons in Cert Manager.jhawkins@chromium.org2011-01-211-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6261021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72216 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 76356:76389rniwa@chromium.org2011-01-211-1/+1
| | | | | | TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72215 0039d316-1c4b-4281-b951-d872f2087c98
* Disable enforced throttling for URL requests.yzshen@chromium.org2011-01-211-9/+2
| | | | | | | | | | | | The throttling feature rejects outbound HTTP requests to a server for a period of time, when it finds that the server is returning 5XX. This change disables the feature. TEST=none BUG=70412 Review URL: http://codereview.chromium.org/6369007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72214 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Tweak 'text-button' css to not conflict with 'button' ↵csilv@chromium.org2011-01-211-2/+7
| | | | | | | | | | customizations. BUG=none TEST=none Review URL: http://codereview.chromium.org/6386001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72213 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix the casing and trailing ellipses of a few strings.jhawkins@chromium.org2011-01-211-6/+20
| | | | | | | | | BUG=64791 TEST=none Review URL: http://codereview.chromium.org/6307012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72212 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move the implementation of TabbedPaneExample from the header file to ↵tfarina@chromium.org2011-01-213-76/+107
| | | | | | | | | | | the source file. BUG=None TEST=run out/Debug/views_examples, it should work as before. Review URL: http://codereview.chromium.org/6283008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72211 0039d316-1c4b-4281-b951-d872f2087c98
* Deleting downstream test_expectations that have been moved to upstream ↵rniwa@chromium.org2011-01-211-15/+0
| | | | | | | | test_expectations. Review URL: http://codereview.chromium.org/6268010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72205 0039d316-1c4b-4281-b951-d872f2087c98
* Internationalize the prefix of unconfirmed download file.tfarina@chromium.org2011-01-216-6/+18
| | | | | | | | | BUG=3563 TEST=manual Review URL: http://codereview.chromium.org/6247015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72204 0039d316-1c4b-4281-b951-d872f2087c98
* The CertVerifierJob destructor should delete canceled requests.wtc@google.com2011-01-212-4/+42
| | | | | | | | | | | | | Add a job to inflight_ only after the job's worker has started successfully. R=agl BUG=63357,67289 TEST=net_unittests --gtest_filter=CertVerifierTest.CancelRequestThenQuit should not leak a CertVerifierRequest object under valgrind. Review URL: http://codereview.chromium.org/5973004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72203 0039d316-1c4b-4281-b951-d872f2087c98
* Incorect IPC_MESSAGE_START definition in utility_messages_internal.htsepez@chromium.org2011-01-211-1/+1
| | | | | | | | | BUG=70421 TEST=none Review URL: http://codereview.chromium.org/6354013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72200 0039d316-1c4b-4281-b951-d872f2087c98
* Added flags to prevent messing with network connections while 3G device is ↵zelidrag@chromium.org2011-01-2110-7/+130
| | | | | | | | | | | being activated. BUG=chromium-os:9870 TEST=make sure cellular/wireless network can't be enabled/disabled during 3g plan activation process Review URL: http://codereview.chromium.org/6292008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72199 0039d316-1c4b-4281-b951-d872f2087c98
* Update about:version copyright year to 2011.derat@chromium.org2011-01-212-2/+2
| | | | | | | | | BUG=chromium-os:10712 TEST=none Review URL: http://codereview.chromium.org/6253007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72198 0039d316-1c4b-4281-b951-d872f2087c98
* Change DCHECK in BookmarkBarGtk to DLOG and return.tessamac@google.com2011-01-212-6/+2
| | | | | | | | | | | If the BookmarkBarNode isn't loaded (yet) then we shouldn't be creating any bookmark buttons. This fixes the crashes reported in ExtensionInstallUIBrowserTest. BUG=44548 TEST=browser_tests, unit_tests, trybots Review URL: http://codereview.chromium.org/6209001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72197 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the URLRequestTestHTTP.DefaultUserAgent for ChromeFrame net tests as ↵ananta@chromium.org2011-01-211-0/+4
| | | | | | | | | | | | | | this test expects an empty UA to be echoed back which won't be the case in ChromeFrame. BUG=none TEST=none TBR=amit Review URL: http://codereview.chromium.org/6323014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72196 0039d316-1c4b-4281-b951-d872f2087c98
* Restore two lines in hopes of greening perf botspkasting@chromium.org2011-01-211-1/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72195 0039d316-1c4b-4281-b951-d872f2087c98
* O2D: Implement the COPY_WITH_FADING paint operator, and change some of the ↵tschmelcher@chromium.org2011-01-211-22/+28
| | | | | | | | | | | other code to be simpler. TEST=loaded O2D and verified COPY_WITH_FADING works BUG=none Review URL: http://codereview.chromium.org/6298011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72194 0039d316-1c4b-4281-b951-d872f2087c98
* Add a prompt line to the "Bookmark All Tabs" sheet so that the user knows ↵maf@chromium.org2011-01-211-65/+1078
| | | | | | | | | what's going on if they accidentally invoke this via Cmd-Shift-D. BUG=59238 Review URL: http://codereview.chromium.org/6372009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72193 0039d316-1c4b-4281-b951-d872f2087c98
* Tests for incognito app install, plus some cleanup.tessamac@google.com2011-01-213-3/+124
| | | | | | | | | BUG=62752 TEST=browser_tests Review URL: http://codereview.chromium.org/5543001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72192 0039d316-1c4b-4281-b951-d872f2087c98
* Don't unnecessarily paint pixles when doing optimized always-on-top pepper ↵brettw@chromium.org2011-01-211-1/+3
| | | | | | | | | | | | | paints. This just intersects the paint rect with the plugin rect (previously we used the entire plugin rect, even when the paint rect was smaller). TEST=manual BUG=none Review URL: http://codereview.chromium.org/6296010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72191 0039d316-1c4b-4281-b951-d872f2087c98
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-2124-121/+248
| | | | | | | | | | | | | | | This changes IME handling per the recent NPAPI spec clarification, and adds the new bool to indicate conformance to the new model. Also: - Fixes an existing bug where the initial key down would be sent to the wrong IME system (since it happens before plugin IME starts) by having the render widget track whether a plugin is focused. - Changes ComplexTextInputPanel to match recent upstream changes. BUG=70427 TEST=None (plugins have not yet implemented Cocoa IME). Review URL: http://codereview.chromium.org/6259013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72190 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI: Add context menu events.viettrungluu@chromium.org2011-01-212-14/+21
| | | | | | | | | BUG=50984 TEST=none Review URL: http://codereview.chromium.org/6257011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72189 0039d316-1c4b-4281-b951-d872f2087c98
* Add a done task to ScreenRecorder::Stop()hclam@chromium.org2011-01-214-71/+226
| | | | | | | | | | | | ScreenRecorder::Stop() need a done task to indicate it is actually paused. This is needed so that we can shutdown threads safely. BUG=69997 TEST=remoting_unittests --gtest_filter=ScreenRecorder.* Review URL: http://codereview.chromium.org/6282006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72188 0039d316-1c4b-4281-b951-d872f2087c98
* Add in-profile external_extensions.json file for Chrome OS OEM customization.skerner@chromium.org2011-01-218-55/+162
| | | | | | | | | BUG=57289 TEST=ExtensionServiceTest.ExternalPrefProvider, manualy craete an external_extensions.json file in the new in-profile path. Review URL: http://codereview.chromium.org/6370009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72187 0039d316-1c4b-4281-b951-d872f2087c98
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-216-23/+2
| | | | | | | | | | | | SSL_ConfigServerSessionIDCache() is being used in SSLServerSocketNSS and enabling session resumption since passes are now passing. BUG=67236 TEST=net_unittests, remoting_unittests Review URL: http://codereview.chromium.org/6370008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72186 0039d316-1c4b-4281-b951-d872f2087c98
* Fix range comparison. Get space to accept keyword work.oshima@google.com2011-01-213-4/+10
| | | | | | | | | | | I overlooked this placeholder code to fix. BUG=none TEST=enabled AcceptKeywordBySpaceTest for views-implementation Review URL: http://codereview.chromium.org/6266015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72185 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Polish up the 'Import Data' overlay.jhawkins@chromium.org2011-01-213-16/+34
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6313011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72184 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: fix css syntax error.csilv@chromium.org2011-01-211-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6342015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72183 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72180 - Collect GL_EXTENSIONS string in GPUInfo and display it in ↵asargent@chromium.org2011-01-218-43/+2
| | | | | | | | | | | | | | about:gpu page. BUG=none TEST=GL_EXTENSIONS showing in about:gpu Review URL: http://codereview.chromium.org/6306008 TBR=zmo@google.com Review URL: http://codereview.chromium.org/6324008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72182 0039d316-1c4b-4281-b951-d872f2087c98
* Take out temporary code that was needed for a two-sided WebKit patch.jam@chromium.org2011-01-211-5/+0
| | | | | | Review URL: http://codereview.chromium.org/6350009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72181 0039d316-1c4b-4281-b951-d872f2087c98
* Collect GL_EXTENSIONS string in GPUInfo and display it in about:gpu page.zmo@google.com2011-01-218-2/+43
| | | | | | | | | BUG=none TEST=GL_EXTENSIONS showing in about:gpu Review URL: http://codereview.chromium.org/6306008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72180 0039d316-1c4b-4281-b951-d872f2087c98
* Save/Restore ALSA volume/mute fixdavej@chromium.org2011-01-211-1/+1
| | | | | | | | | | | | | After getting volume and mute to restore (Issue 6118006), there was one case where it did not: if volume was adjusted for the first time after a fresh install, it would not be remembered on next boot until mute was pressed at least once. BUG=chrome-os:10470 TEST=Manual, volume should be the same after adjusting after fresh install and rebooting Review URL: http://codereview.chromium.org/6321014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72179 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 76347:76356rniwa@chromium.org2011-01-211-1/+1
| | | | | | | TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72178 0039d316-1c4b-4281-b951-d872f2087c98
* Add OWNERS for chrome/browser/net.willchan@chromium.org2011-01-211-0/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6334013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72177 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72151 - Commit Local State change from ↵mirandac@chromium.org2011-01-211-1/+1
| | | | | | | | | | | | | http://codereview.chromium.org/5915006 separately, to make it pass the commit bot. BUG=none TEST=none Review URL: http://codereview.chromium.org/6261020 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/6300012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72176 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72153 - Remove user-related data from local_state and add to ↵mirandac@chromium.org2011-01-2120-231/+88
| | | | | | | | | | | | | | | | | | | | | user_preferences, in preparation for multi-profile. devtools kDevToolsSplitLocation browser kBrowserWindowPlacement Also add a method to browser_prefs to delete obsolete preferences from local state, and fix all related tests. BUG=66717 TEST=all browser, interactive, and ui tests work properly Review URL: http://codereview.chromium.org/5915006 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/6247017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72175 0039d316-1c4b-4281-b951-d872f2087c98
* export skia defines to its clients, so they see the same conditional codereed@google.com2011-01-211-0/+5
| | | | | | | | | | | | and headers -- in particular we need to export the reference to the chrome specific glconfig file (GrGLConfig_chrome.h) BUG=none TEST=none Review URL: http://codereview.chromium.org/6297012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72174 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Simplify user action code.derat@chromium.org2011-01-214-55/+44
| | | | | | | | | | | | | | | | | | | | | | | This makes us (almost) just forward through user actions that we receive from other programs rather than having them listed in Chrome's source. Note that new actions that aren't present in Chrome still need to be added to chrome/tools/extract_actions.py, which needs to be rerun to generate new hashes. I say "almost" above because metrics still need to be added to external_metrics.cc due to http://crosbug.com/11095. Once it's fixed, that requirement can be easily removed. I also cleaned up some earlier additions that I made to extract_actions.py and re-ran it to pick up missing actions. BUG=chromium-os:10403 TEST=built it. checked that i see no errors in chrome's log when using the window manager to report a valid user action, but that i still see an error when running "metrics_client -u BogusMetric" Review URL: http://codereview.chromium.org/6266011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72173 0039d316-1c4b-4281-b951-d872f2087c98
* Create a new code path to generate sync strings for the new tab page ↵johnnyg@chromium.org2011-01-214-9/+69
| | | | | | | | | | | | | different from those used on the settings' page. This will allow us to show on the settings page the current sync status as well as a message regarding passwords. BUG=69622 TEST=see bug Review URL: http://codereview.chromium.org/6350008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72171 0039d316-1c4b-4281-b951-d872f2087c98
* lastchange: add a flag to only print the svn revision numberevan@chromium.org2011-01-212-7/+11
| | | | | | | | | | | | This allows me to change one of the callers to not parse the "REVISION=1234" output, which will allow me to change that output in a future change. BUG=41264 Review URL: http://codereview.chromium.org/6265021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72170 0039d316-1c4b-4281-b951-d872f2087c98
* Final pass at removing unused strings.estade@chromium.org2011-01-214-147/+1
| | | | | | | | | | | All strings that remain are either probably actually used (e.g. by chrome frame or chromeos or the windows installer), or may be used soon (i.e. less than 6 months old). BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6360009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72169 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakpkasting@chromium.org2011-01-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72167 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to ↵pkasting@chromium.org2011-01-2172-1759/+2077
| | | | | | | | | | "PluginInstallerInfoBarDelegate" for clarity, lots of other misc. stuff BUG=none TEST=none Review URL: http://codereview.chromium.org/6249010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72166 0039d316-1c4b-4281-b951-d872f2087c98