summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect CSS direction attribute for i18n Chrome Extension docs.mhm@chromium.org2011-01-112-2/+2
| | | | | | | | | | | The "dir" should rather be "direction", it was just valid as an attribute for the tag. To set it as a style, you would need to use "direction" BUG=none TEST=none, did a mini extension Review URL: http://codereview.chromium.org/6171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70996 0039d316-1c4b-4281-b951-d872f2087c98
* Updating expectation of autofill sync tests when a null profile is addedrsimha@chromium.org2011-01-111-30/+15
| | | | | | | | | | | | | | | | | | In the past, it used to be possible to add an autofill profile that had its label field populated with all other fields blank. Today, if a sync test were to add an autofill profile with only a GUID (leaving all other fields blank), the operation is expected to be unsuccessful. This patch updates the sync test framework with this new expectation. TBR=lipalani@chromium.org BUG=69170 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6230001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70995 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebView::create call after http://trac.webkit.org/changeset/75448 tomihaip@chromium.org2011-01-111-0/+4
| | | | | | | | | | unbreak Mac WebKit canary bot (Mac side of r70952). BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6157004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70991 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Trade one hack for another to allow pepper plugins to print only ↵thestig@chromium.org2011-01-114-71/+101
| | | | | | | | | | selected pages. BUG=59732 TEST=none Review URL: http://codereview.chromium.org/6012004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70990 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up more strings for dom ui options.estade@chromium.org2011-01-113-44/+56
| | | | | | | | | | | | | 1. correct title casing for buttons 2. trailing ellipsis where appropriate 3. remove trailing period from checkbox strings BUG=64791 TEST=none Review URL: http://codereview.chromium.org/6191003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70989 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70981 - Relanding this patch.ananta@chromium.org2011-01-111-23/+2
| | | | | | | | | | | | | | | | | Prevent extract build failures on the ChromeFrame builders caused when the chrome frame tests executable crashes while running a test by register an exception handler and terminating the relevant processes. BUG=none TEST=none TBR=amit Review URL: http://codereview.chromium.org/6130006 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/6139007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70987 0039d316-1c4b-4281-b951-d872f2087c98
* minor cleanup in wav/vorbis patchesfbarchard@chromium.org2011-01-111-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6178007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70986 0039d316-1c4b-4281-b951-d872f2087c98
* Revert o3d changes in 70977akalin@chromium.org2011-01-112-4/+2
| | | | | | | | | | | According to Bardley Nelson, o3d uses a pinned (stale) version of base, and one must not update o3d to reflect new base changes. BUG=None TEST=None TBR=bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70985 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused ChromeFrameHTTPServer class.tfarina@chromium.org2011-01-116-124/+10
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6214001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70983 0039d316-1c4b-4281-b951-d872f2087c98
* Further tweaks to passphrase UI: change the text and spacing so that it fits ↵johnnyg@chromium.org2011-01-114-49/+23
| | | | | | | | | | | better on windows. Add the reset UI to the "enter passphrase" screen so there is a solution if you can't remember the passphrase at that point. Also removing some code rendered unnecessary by my last change. BUG=61027 TEST=none Review URL: http://codereview.chromium.org/6142010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70982 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding this patch.ananta@chromium.org2011-01-111-2/+23
| | | | | | | | | | | | | | Prevent extract build failures on the ChromeFrame builders caused when the chrome frame tests executable crashes while running a test by register an exception handler and terminating the relevant processes. BUG=none TEST=none TBR=amit Review URL: http://codereview.chromium.org/6130006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70981 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70963 - Support out-of-date plugin blocking on Linux.cevans@chromium.org2011-01-116-120/+18
| | | | | | | | | | | | BUG=NONE TEST=plugin_group_unittest.cc,plugin_lib_unittest.cc Review URL: http://codereview.chromium.org/5981010 TBR=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/6146008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70980 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakage.thestig@chromium.org2011-01-111-0/+1
| | | | | | | | BUG=none TEST=bots go green? Review URL: http://codereview.chromium.org/6204003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70979 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-1198-150/+79
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6086003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70978 0039d316-1c4b-4281-b951-d872f2087c98
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-1122-62/+118
| | | | | | | | | | | | | | | | Made --enable-dcheck a parameter to InitLogging() and fixed up all callsites. BUG=62736 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70782 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70920 Review URL: http://codereview.chromium.org/6070006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70977 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compilation with disabled remoting.sergeyu@chromium.org2011-01-113-5/+15
| | | | | | | | | | | | | There are two issues fixed: 1. Code didn't compile. 2. The remoting section in option was shown even without --enable-remoting. BUG=None TEST=Try to compile with remoting=0 and verify that Remoting doesn't show up in advanced options Review URL: http://codereview.chromium.org/6174005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70976 0039d316-1c4b-4281-b951-d872f2087c98
* Order function definitions in base/ according to the header.erg@google.com2011-01-1132-971/+973
| | | | | | | | | BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6085015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70975 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70626 - Chromium support for webkitAnimationTime propertyjamesr@chromium.org2011-01-111-3/+0
| | | | | | | | | | | | | | These are the chrome changes needed for https://bugs.webkit.org/show_bug.cgi?id=51952. BUG=64848 TEST=layout tests Review URL: http://codereview.chromium.org/5962018 TBR=jamesr@chromium.org Review URL: http://codereview.chromium.org/6161005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70974 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land: Full refactor and rewrite of autofill sync integration testsrsimha@chromium.org2011-01-112-540/+290
| | | | | | | | | | | | | | | | | | | | The autofill sync integration tests were written more than a year ago, and are pretty badly out of date and inaccurate. In addition, the autofill test framework is crufty and adding new tests is not intuitive. The autofill sync code has recently undergone a major refactor, and so it is time to update the integration test code too. This patch contains a major update of the LiveAutofillSyncTest class and a rewrite of most of the autofill sync tests. NOTE: This was originally code reviewed in http://codereview.chromium.org/6163001. This is an attempt to re-land the patch after merging with existing code in the tree. BUG=62913, 60368 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6130005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70973 0039d316-1c4b-4281-b951-d872f2087c98
* glue: deprecate npapi::PluginVersionInfoevan@chromium.org2011-01-116-62/+70
| | | | | | | | | | | | | Add new entry points to RegisterInternalPlugin that take the appropriate arguments. Currently they just call into the old version of the function. I intend to remove this function completely, but NaCl still depends on the existing API, so this is the first change while I shuffle depedencies around. TEST=compiles Review URL: http://codereview.chromium.org/6161004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70972 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70962 - Prevent extract build failures on the ChromeFrame builders ↵nirnimesh@chromium.org2011-01-111-32/+21
| | | | | | | | | | | | | | | | | | | caused when the chrome frame tests executable crashes while running a test by register an exception handler and terminating the relevant processes. Win Builder (dbg)(shared) : compile failed BUG=none TEST=none Review URL: http://codereview.chromium.org/6136004 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/6115005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70971 0039d316-1c4b-4281-b951-d872f2087c98
* Removing the command line flag for enabling autofill profile datatype.lipalani@chromium.org2011-01-1113-1566/+43
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6140002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70970 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70967 - Full refactor and rewrite of the autofill sync integration testsrsimha@chromium.org2011-01-113-291/+547
| | | | | | | | | | | | | | | | | | | | | | | Reason for revert: Need to merge with patches that slipped in before this. The autofill sync integration tests were written more than a year ago, and are pretty badly out of date. In addition, the autofill test framework is crufty and adding new tests is not intuitive. The autofill sync code has recently undergone a major refactor, and so it is time to update the integration test code too. This patch contains a major update of the LiveAutofillSyncTest class and a rewrite of most of the autofill sync tests. BUG=62913, 60368 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6163001 TBR=rsimha@chromium.org Review URL: http://codereview.chromium.org/6166006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70969 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Fix the add page overlaystuartmorgan@chromium.org2011-01-112-0/+5
| | | | | | | | | | | | Add an explicit list height now that we don't inherit one by default. Clear list selection when clearing state, so re-opening will give a fresh dialog. BUG=60842 TEST=Open the Add dialog for startup pages, select something, cancel, and then re-open. The seection should be gone. Review URL: http://codereview.chromium.org/6155004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70968 0039d316-1c4b-4281-b951-d872f2087c98
* Full refactor and rewrite of the autofill sync integration testsrsimha@chromium.org2011-01-113-547/+291
| | | | | | | | | | | | | | | | | | The autofill sync integration tests were written more than a year ago, and are pretty badly out of date. In addition, the autofill test framework is crufty and adding new tests is not intuitive. The autofill sync code has recently undergone a major refactor, and so it is time to update the integration test code too. This patch contains a major update of the LiveAutofillSyncTest class and a rewrite of most of the autofill sync tests. BUG=62913, 60368 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6163001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70967 0039d316-1c4b-4281-b951-d872f2087c98
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-1113-155/+168
| | | | | | | | | BUG=64263 TEST=compiled locally, trybots Review URL: http://codereview.chromium.org/6202002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70966 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-10499-3074/+839
| | | | | | | | | | | | | | | | | Update references to use headers in chrome/browser/ui/views. Update copyright dates in affected files. /chrome/browser/ui/views/constrained_html_delegate_win.cc Add space before 'private' label (presubmit warning) /chrome/browser/ui/views/toolbar_view.cc Add space before 'cleanup' label (presubmit warning) BUG=69082 TEST=Compiling... Review URL: http://codereview.chromium.org/6204002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70965 0039d316-1c4b-4281-b951-d872f2087c98
* Add --enable-accelerated-plugins flag to enable compositing for plugins, ↵piman@google.com2011-01-106-3/+15
| | | | | | | | | | | | | separately from the rest. The PPAPI 3D implementation requires accelerated compositing to be on. For both NaCl and Pepper Flash, we want to be able to enable compositing for plugins, without forcing it on for everything else. BUG=None TEST=with pepper flash Review URL: http://codereview.chromium.org/6190005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70964 0039d316-1c4b-4281-b951-d872f2087c98
* Support out-of-date plugin blocking on Linux.cevans@chromium.org2011-01-106-18/+120
| | | | | | | | | BUG=NONE TEST=plugin_group_unittest.cc,plugin_lib_unittest.cc Review URL: http://codereview.chromium.org/5981010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70963 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent extract build failures on the ChromeFrame builders caused when the ↵ananta@chromium.org2011-01-101-21/+32
| | | | | | | | | | | | | | chrome frame tests executable crashes while running a test by register an exception handler and terminating the relevant processes. BUG=none TEST=none Review URL: http://codereview.chromium.org/6136004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70962 0039d316-1c4b-4281-b951-d872f2087c98
* Fix singleton tab handling with ignore_path when the tab is selected.stuartmorgan@chromium.org2011-01-102-27/+59
| | | | | | | | | | | The previous fix was in a branch that was only executed when the tab was not selected, so path mismatches weren't being fixed up. BUG=66084 TEST=Open DOMUI settings, then pick something in the browser UI that should open a specific settings page; it should open in the current tab. Review URL: http://codereview.chromium.org/6196003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70961 0039d316-1c4b-4281-b951-d872f2087c98
* Adds lab for making instant suggest autocomplete immediately. As partsky@chromium.org2011-01-109-4/+104
| | | | | | | | | | | | of this I encountered a bug in SearchProvider::FinalizeInstantQuery which has been fixed (with test). BUG=none TEST=none Review URL: http://codereview.chromium.org/6142008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70960 0039d316-1c4b-4281-b951-d872f2087c98
* Adding missing AUTOFILL_PROFILE sync data type to model_type.ccrsimha@chromium.org2011-01-101-1/+7
| | | | | | | | | | | | | When the new AUTOFILL_PROFILE sync data type was added, it was left out in a few methods of model_type.cc, resulting in failing integration tests. BUG=68908 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6136003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70959 0039d316-1c4b-4281-b951-d872f2087c98
* Deal with truncated chunk.lzheng@chromium.org2011-01-102-6/+21
| | | | | | | | | | | In case the chunk is truncated, we should not read data from out side of the buffer. BUG=none TEST=protocol_parser_unittest.cc Review URL: http://codereview.chromium.org/6154002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70958 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break.jam@chromium.org2011-01-101-1/+1
| | | | | | | TBR=ben Review URL: http://codereview.chromium.org/6221002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70957 0039d316-1c4b-4281-b951-d872f2087c98
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-1012-23/+23
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/5991010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70956 0039d316-1c4b-4281-b951-d872f2087c98
* Don't create a WebDataService in AutoFillManagerTest tests, since that ↵jam@chromium.org2011-01-102-8/+9
| | | | | | | | object is hard to clean up correctly in unit tests because of all the PostTasking it does. Just make AutoCompleteHistoryManager handle a null WebDataService. Review URL: http://codereview.chromium.org/6211002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70955 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new sync data type AUTOFILL_PROFILE to python server.rsimha@chromium.org2011-01-101-3/+7
| | | | | | | | | | | | This patch updates the python sync server implementation with the newly added AUTOFILL_PROFILE sync data type. BUG=69127 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6096010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70954 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakjam@chromium.org2011-01-101-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70953 0039d316-1c4b-4281-b951-d872f2087c98
* More changes to code to use new WebView::create function that takes in a ↵jam@chromium.org2011-01-103-1/+13
| | | | | | | | WebAutoFillClient. Review URL: http://codereview.chromium.org/6211003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70952 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored the screenshot mechanism.rkc@chromium.org2011-01-1012-98/+72
| | | | | | | | | | | | Added a new method to browser window to get a screenshot in a platform independent way. Changed user feedback UI code to use the new method. BUG=65119 TEST=Tested with sending feedback with the new code. Screenshots are being taken and sent correctly. Review URL: http://codereview.chromium.org/6145001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70951 0039d316-1c4b-4281-b951-d872f2087c98
* Registration of new known crash signature for issue reported via the ↵twiz@google.com2011-01-101-0/+1
| | | | | | | | | | | | | following reliability test: http://build.chromium.org/p/chromium/builders/Win%20Reliability/builds/1431/steps/reliability:%20partial%20result%20of%20current%20build/logs/stdio BUG=63647 TEST=Reliability Review URL: http://codereview.chromium.org/6192003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70947 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show remoting options on ChromeOS.sergeyu@chromium.org2011-01-103-7/+6
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6149003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70946 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: Gesture manager should ignore already handled touch events.sadrul@chromium.org2011-01-102-11/+44
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6184002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70945 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak atomicops implementation for Mac OS X to compile correctly when __LP64__mark@chromium.org2011-01-102-11/+13
| | | | | | | | | | | | | | is defined. Patch by Ben Karel <eschew@gmail.com>. BUG=54554 TEST= - base_unittests --gtest_filter='AtomicOpsTest.*' - Compile base/string_util.cc (outside of Chromium) as 64-bit code on Mac OS X 10.6. Review URL: http://codereview.chromium.org/6091007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70942 0039d316-1c4b-4281-b951-d872f2087c98
* Switch a wstring to a string16.evan@chromium.org2011-01-102-2/+3
| | | | | | | | | | | | This code is currently only used on Windows, so though the caller still uses a wstring this compiles. BUG=23581 TEST=compiles Review URL: http://codereview.chromium.org/6167003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70941 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustage by adding system dependencies.ben@chromium.org2011-01-101-0/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70940 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting plugin script interface to support login challengehclam@chromium.org2011-01-102-5/+50
| | | | | | | | | | | | | Added an attribute to accept loginChallenge callback. This callback will be called with another callback, JS code is supposed to call the received callback to provide username and password. BUG=None TEST=None Review URL: http://codereview.chromium.org/5962008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70939 0039d316-1c4b-4281-b951-d872f2087c98
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-1060-299/+374
| | | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6135006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70938 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstring from views. Part 2: Switch accelerator strings to string16.avi@chromium.org2011-01-107-30/+32
| | | | | | | | | BUG=68267 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6199005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70936 0039d316-1c4b-4281-b951-d872f2087c98