summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only enable vsync if a compositing window manager is not in use. Thiskbr@chromium.org2011-05-031-1/+20
| | | | | | | | | | | | | | restores performance and latency on Linux to previous levels before the bug fix enabling vsync for the first time. Tested manually both with and without Compiz enabled and verified the detection logic works. BUG=81333 TEST=none Review URL: http://codereview.chromium.org/6911030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83921 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83730: Revert 83687 - Remove ExtensionMsg_UpdatePageActions.mpcomplete@chromium.org2011-05-036-62/+13
| | | | | | | | | | | | Trying again. The previous checkin broke browser tests, but I could not reproduce either on the trybot or locally. BUG=70516 TEST=no Review URL: http://codereview.chromium.org/6907007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83920 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Hook up Create New Profile menu itemsail@chromium.org2011-05-031-3/+11
| | | | | | | | | | | | This change hooks up the Create New Profile menu item to the backend action. BUG=None TEST=Ran and verified that the menu item works correctly. Review URL: http://codereview.chromium.org/6909008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83919 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang buildjam@chromium.org2011-05-032-5/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83918 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83822 - Update Flash and Reader metadata.cevans@chromium.org2011-05-031-12/+2
| | | | | | | | | | BUG=81293 Review URL: http://codereview.chromium.org/6909006 TBR=cevans@chromium.org Review URL: http://codereview.chromium.org/6909032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83917 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83826 - Oops... forgot the typo fix in the previous patch.cevans@chromium.org2011-05-031-4/+4
| | | | | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6879130 TBR=cevans@chromium.org Review URL: http://codereview.chromium.org/6910027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83916 0039d316-1c4b-4281-b951-d872f2087c98
* Added some more OWNERS in places where we don't have any.estade@chromium.org2011-05-033-0/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6911015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83914 0039d316-1c4b-4281-b951-d872f2087c98
* Add v8 as a dependency for unit_testsvangelis@chromium.org2011-05-031-0/+1
| | | | | | | | | | | BUG=Compile fails on Windows shared lib builder. TEST=Compile succeeds on Windows shared lib builder. Original CL by asanka. http://codereview.chromium.org/6911029 Review URL: http://codereview.chromium.org/6911029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83913 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/3451017/sky@chromium.org2011-05-0336-73/+73
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6910024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83912 0039d316-1c4b-4281-b951-d872f2087c98
* Start moving content_settings code out of content code.jam@chromium.org2011-05-0326-230/+280
| | | | | | | BUG=76793 Review URL: http://codereview.chromium.org/6913013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83910 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Removing double column format in left pane header.dpapad@chromium.org2011-05-034-21/+16
| | | | | | | | | | | | | | | | | Removing unnecessary "To be printed" label and moving the print/ cancel buttons in the center. Also in this CL: 1) Restricting the width of the printer drop-down list. It was overflowing the available space when a printer with a long named existed (e.g. "Microsoft XPS Document Writer"). 2) Making print/cancel button size equal. 3) Removing localized string that is not used anymore. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6883292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83909 0039d316-1c4b-4281-b951-d872f2087c98
* Add installation of print driver and printer to the virtual driver setup.abodenha@chromium.org2011-05-036-38/+219
| | | | | | | | | | | | | | | | | | | Added error logging BUG= TEST=Copy installer and port monitor dlls to the same folder. Run the installer as admin. Success message should display. Open the printers dialog. A Cloud print printer should exist. Make sure you have a recent build of chrome dev channel installed. Print something. Run the installer again as admin with --uninstall on the command line. The cloud print printer should be removed. Review URL: http://codereview.chromium.org/6880300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83908 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Wire up ui::MenuModel::MenuWillShow for MenuController.rsesek@chromium.org2011-05-034-11/+83
| | | | | | | | | | BUG=80879 TEST=Wrench and back/forward menus work as before. Review URL: http://codereview.chromium.org/6909028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83907 0039d316-1c4b-4281-b951-d872f2087c98
* Add OWNERS file for content/browser/webuiestade@chromium.org2011-05-032-0/+3
| | | | | | | | | | | also add myself to OWNERS for chrome/browser/ui/webui BUG=none TEST=none Review URL: http://codereview.chromium.org/6883305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83906 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanups in ChromotingHost.sergeyu@chromium.org2011-05-033-66/+45
| | | | | | | | | BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/6907009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83904 0039d316-1c4b-4281-b951-d872f2087c98
* Fix: Hide bookmark bar for interstitial pages.sfeuz@google.com2011-05-031-0/+5
| | | | | | | | | | BUG=64568 TEST=Manually verify that bookmark bar is gone when visiting a ssl-page with a self-signed certificate. Review URL: http://codereview.chromium.org/6912020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83903 0039d316-1c4b-4281-b951-d872f2087c98
* Improve error handling in proxy settings apibattre@chromium.org2011-05-037-47/+112
| | | | | | | | | | | Introduce a bad_message parameter in order to simulate EXTENSION_FUNCTION_VALIDATE. This allows the Proxy Settings API to terminate extensions that circumvent the input parameter validation performed by the generic extension api. BUG=none TEST=none Review URL: http://codereview.chromium.org/6902039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83901 0039d316-1c4b-4281-b951-d872f2087c98
* Reference large infobar icons.rhashimoto@chromium.org2011-05-031-17/+17
| | | | | | | | | | | This CL is identical to http://codereview.chromium.org/6893107/. The original commit was reverted because of a DEPS issue in a different tree which has since been resolved. BUG=none TEST=none Review URL: http://codereview.chromium.org/6889020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83899 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome.test.checkDeepEqbattre@chromium.org2011-05-031-0/+6
| | | | | | | | | | | Fix a call like the following: checkDeepEq([{abc: 'def'}], []) BUG=none TEST=none Review URL: http://codereview.chromium.org/6912022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83898 0039d316-1c4b-4281-b951-d872f2087c98
* When grit flattens resources, make it include the name of the resourcetony@chromium.org2011-05-032-7/+7
| | | | | | | | | | (the IDR_ value) in the filename so we don't have naming clashes. BUG=69633 Review URL: http://codereview.chromium.org/6910005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83897 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the prerender memory browser test for tab contents and some general cleanuptburkard@chromium.org2011-05-032-12/+13
| | | | | | | R=mmenke Review URL: http://codereview.chromium.org/6907022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83894 0039d316-1c4b-4281-b951-d872f2087c98
* Mark TwoClientLivePasswordsSyncTest.SetPassphraseTwice as flaky.jam@chromium.org2011-05-031-1/+2
| | | | | | | BUG=81341 Review URL: http://codereview.chromium.org/6911028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83891 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Expand panels before focusing them.derat@chromium.org2011-05-031-8/+14
| | | | | | | | | | | | | | | | | r81859 made Chrome first ask the window manager to focus a panel after its titlebar was clicked and then ask the WM to expand the panel. The window manager would expand the panel in response to the focus request and then ignore the expansion request; as a result, it wouldn't show the little "collapse anchor" button underneath the mouse pointer. This change makes us expand the panel first and then focus it. BUG=chromium-os:14735 TEST=manual: checked that the anchor is shown after expanding a panel, and that collapsing a panel still works as expected (and dismisses its urgent state if present) Review URL: http://codereview.chromium.org/6910014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83890 0039d316-1c4b-4281-b951-d872f2087c98
* Cancel prerenders that spawn post requests.dominich@chromium.org2011-05-0312-25/+493
| | | | | | | | | | BUG=77177 TEST=PrerenderBrowserTest.PrerenderXhr* Review URL: http://codereview.chromium.org/6901128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83889 0039d316-1c4b-4281-b951-d872f2087c98
* Add a command line option to set the minimum loggingmmenke@chromium.org2011-05-038-26/+57
| | | | | | | | | | | level used by the NetLog. BUG=80851 TEST=none Review URL: http://codereview.chromium.org/6893131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83888 0039d316-1c4b-4281-b951-d872f2087c98
* Improve DnD effects on ntp4estade@chromium.org2011-05-034-15/+145
| | | | | | | | | | | dragging from one row to another should cause an effect where tiles, instead of jumping between rows, slide off the side and reappear/slide into the correct place. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6902186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83887 0039d316-1c4b-4281-b951-d872f2087c98
* roll skiareed@google.com2011-05-032-1/+2
| | | | | | Review URL: http://codereview.chromium.org/6913023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83886 0039d316-1c4b-4281-b951-d872f2087c98
* Remove two suppression for bug #45timurrrr@chromium.org2011-05-031-8/+0
| | | | | | | | TBR=bruening BUG=http://code.google.com/p/drmemory/issues/detail?id=45 Review URL: http://codereview.chromium.org/6913025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83885 0039d316-1c4b-4281-b951-d872f2087c98
* My recent refactoring of TextButton broke the case when the string to displayrogerta@chromium.org2011-05-032-54/+32
| | | | | | | | | | | | | | | | | | | is longer than the available space to display it. In this case, it no longer matters whether the text is to aligned on the left or right, we only need to take into consideration whether the icon is displayed to the left or right in order to make room for it on the correct side. It also broke the case centered buttons with no text string. BUG=81188,81053 TEST=for 81188, create bookmark on the bookmark bar, and edit it to make sure its name is very long. Make sure that the name is clipped correctly and appears with ellipsis. To test 81053, install one or more extensions that have browser actions and make sure the icons appear correctly. Review URL: http://codereview.chromium.org/6901157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83884 0039d316-1c4b-4281-b951-d872f2087c98
* More suppressions for clipboard-related codetimurrrr@chromium.org2011-05-031-2/+7
| | | | | | | | TBR=bruening BUG=http://code.google.com/p/drmemory/issues/detail?id=45 Review URL: http://codereview.chromium.org/6911027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83883 0039d316-1c4b-4281-b951-d872f2087c98
* Enable (optional) blocking of webrequests in case a PAC script cannot be ↵battre@chromium.org2011-05-0328-51/+241
| | | | | | | | | | | | | fetched or is invalid. The optional blocking is currently only exposed to the Proxy Settings API, not to command-line parameters or policies. BUG=79344 TEST=Install the sample proxy extension and enter a non-existing url and a URL that does not point to a valid JavaScript file. In either case, the request should fail. Review URL: http://codereview.chromium.org/6871019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83882 0039d316-1c4b-4281-b951-d872f2087c98
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-0320-24/+313
| | | | | | | | | | | Also add a wrapper class to avoid passing around raw NULL pointers, and a bridge so I can invoke the method from other than the IO thread BUG=48930 TEST=net unittests Review URL: http://codereview.chromium.org/6822026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83881 0039d316-1c4b-4281-b951-d872f2087c98
* Adopt InterstitialPage to RenderViewHost message changes which were ↵markusheintz@chromium.org2011-05-0313-43/+124
| | | | | | | | | | | | introduced by http://codereview.chromium.org/6883177. This makes the buttons on interstitial pages work again. Committed by sfeuz Review URL: http://codereview.chromium.org/6904159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83880 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure right badge shows up on the Wrench menu for Linux and Mac.finnur@chromium.org2011-05-037-54/+56
| | | | | | | | | | Also make sure the icon shows up on Linux and Mac (we were accidentally returning false from GetIconForCommandId, which works on Windows because we were not checking the return value). BUG=80647 TEST=Same as in http://codereview.chromium.org/6840038/, but for Linux and Mac. Review URL: http://codereview.chromium.org/6904129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83879 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leaks in remoting tests detected by Dr. Memorytimurrrr@chromium.org2011-05-031-0/+5
| | | | | | | | TBR=bruening BUG=75020 Review URL: http://codereview.chromium.org/6907018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83878 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Handle terminated extensions in extension/app sync codeakalin@chromium.org2011-05-032-8/+12
| | | | | | | | | | | | Also cleaned up some dead code and obsolete comments. BUG=80726 TEST= Review URL: http://codereview.chromium.org/6909001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83877 0039d316-1c4b-4281-b951-d872f2087c98
* Fix inverted sign in pref checkpfeldman@chromium.org2011-05-031-1/+1
| | | | | | | | | BUG=dev tools should be enabled by default TEST=manual Review URL: http://codereview.chromium.org/6911013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83875 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 754.0 to 755.0chrome-release@google.com2011-05-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83872 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr. Memory suppressionstimurrrr@chromium.org2011-05-031-5/+10
| | | | | | | TBR=bruening Review URL: http://codereview.chromium.org/6907017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83870 0039d316-1c4b-4281-b951-d872f2087c98
* FTP: Fix a compatibility issue with Plan9phajdan.jr@chromium.org2011-05-032-7/+11
| | | | | | | | BUG=80970 TEST=Visit ftp://plan9.bell-labs.com/, the directory listing should be displayed. Review URL: http://codereview.chromium.org/6903166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83869 0039d316-1c4b-4281-b951-d872f2087c98
* [Extensions] Add unit tests for terminated extensionsakalin@chromium.org2011-05-033-113/+158
| | | | | | | | | | | | | | | | | | Change enabled -> terminated state transition to be atomic. Added unit tests for various functions' behavior with terminated extensions. Fix incorrect use of extension_id parameter in UninstallExtension (by renaming the parameter to extension_id_unsafe and the copy to extension_id). Cleaned up unit tests a bit. BUG=80756,80752 TEST= Review URL: http://codereview.chromium.org/6889015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83868 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83864 - Update V8 to version 3.3.3sgjesse@chromium.org2011-05-031-1/+1
| | | | | | | | | Windiows shared builder failed building unit_tests. TBR=sgjesse@google.com Review URL: http://codereview.chromium.org/6910017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83866 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Add network menu item text for Mobile Data top-up URL.nkostylev@chromium.org2011-05-031-3/+3
| | | | | | | | | | | Remove unused carrier deal notification text. BUG=chromium-os:14575 TEST=None. Review URL: http://codereview.chromium.org/6905129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83865 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.3.3sgjesse@google.com2011-05-031-1/+1
| | | | | | | | | | R=ager@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/6883300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83864 0039d316-1c4b-4281-b951-d872f2087c98
* Move user policy cache reading to file thread.mnissler@chromium.org2011-05-035-90/+152
| | | | | | | | | | BUG=14381 TEST=unit tests Review URL: http://codereview.chromium.org/6902147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83863 0039d316-1c4b-4281-b951-d872f2087c98
* Change the True to False and fixed pyauto.pyauto_errors referencenirnimesh@chromium.org2011-05-031-2/+2
| | | | | | | Review URL: http://codereview.chromium.org/6909022 Patch from Kris Rambish <krisr@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83862 0039d316-1c4b-4281-b951-d872f2087c98
* Create a new wifi download test for ChromeOSnirnimesh@chromium.org2011-05-031-0/+126
| | | | | | | Review URL: http://codereview.chromium.org/6903051 Patch from Kris Rambish <krisr@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83861 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Send the integrated runtime (IRT) library to NaClmseaborn@chromium.org2011-05-036-16/+109
| | | | | | | | | | | | | | | | | | Change the browser process to open the IRT file and send it to the nascent NaCl process. If the IRT file is not present, handle this gracefully while still allowing the NaCl process to run. This is because there may be corner cases to sort out for getting the IRT into the various Chrome install images. In the mean time, NaCl executables that are not built to use the IRT should continue to work. BUG=http://code.google.com/p/nativeclient/issues/detail?id=1595 TEST=nacl_integration on the Chrome trybot Review URL: http://codereview.chromium.org/6873133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83855 0039d316-1c4b-4281-b951-d872f2087c98
* Mark SetPassphraseAndThenSetupSync as flaky.rsimha@chromium.org2011-05-031-1/+2
| | | | | | | | | | | | | | TwoClientLivePasswordsSyncTest.SetPassphraseAndThenSetupSync is flaky. A fix is in review at http://codereview.chromium.org/6910012. Marking the test as flaky until then. TBR=jam@chromium.org BUG=81341 TEST=TwoClientLivePasswordsSyncTest.SetPassphraseAndThenSetupSync Review URL: http://codereview.chromium.org/6909023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83852 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the command state changed code that was only used for ↵jam@chromium.org2011-05-039-120/+62
| | | | | | | | spellchecking on mac. I made RenderWidgetHostViewMac filter the message itself. Review URL: http://codereview.chromium.org/6889008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83850 0039d316-1c4b-4281-b951-d872f2087c98