summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-0174-258/+258
| | | | | | | | | | | This CL was created automatically by this clang rewriter: http://codereview.appspot.com/2776043/ . I manually fixed a few rough spots of the rewriter output (doh1-3) and fixed all presubmit errors. BUG=28083 TEST=None Review URL: http://codereview.chromium.org/4192012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64573 0039d316-1c4b-4281-b951-d872f2087c98
* autofill: Use a bit-field mask instead of two boolean parameters.tfarina@chromium.org2010-11-015-33/+36
| | | | | | | | | | | (Note: This was a TODO for jhawkins). BUG=None TEST=trybots Review URL: http://codereview.chromium.org/4168010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64572 0039d316-1c4b-4281-b951-d872f2087c98
* chrome/common: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-3117-101/+105
| | | | | | | | | | | (Note: This is a TODO in string_util.h) BUG=None TEST=trybots Review URL: http://codereview.chromium.org/4111011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64567 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 569.0 to 570.0chrome-release@google.com2010-10-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64562 0039d316-1c4b-4281-b951-d872f2087c98
* Fix race condition resulting in crash after taking photodavemoore@chromium.org2010-10-302-1/+33
| | | | | | | | | | BUG=chromium-os:8440 TEST=Create new user, take photo...ensure that chrome didn't crash either by checking the pids or looking at /var/log/session_manager. Review URL: http://codereview.chromium.org/4164013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64556 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DCHECK that broke quite a number of text inputmmenke@chromium.org2010-10-301-1/+0
| | | | | | | | | | | | | | | | field types in debug builds (Including the search field on net-internals). In addition to "text" input fields, "Search", "color", "number", date/time, and who knows what other input types all use text fields. BUG=61261 TEST=manual Review URL: http://codereview.chromium.org/4187010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64548 0039d316-1c4b-4281-b951-d872f2087c98
* Undisable RenderViewHostManagerTest tests:phajdan.jr@chromium.org2010-10-301-6/+3
| | | | | | | | | | | | | | | | | | - DontSwapProcessWithOnlyRelNoreferrer - DontSwapProcessWithOnlyTargetBlank - SwapProcessWithRelNoreferrerAndTargetBlank They were disabled because of hangs, but at the same time we had an issue with TestServer than now got fixed. TBR=creis BUG=60077, 60078, 60079, 60082 TEST=browser_tests Review URL: http://codereview.chromium.org/4197012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64546 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 568.0 to 569.0chrome-release@google.com2010-10-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64542 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Screen locker should try to auth on the UI thread, not the FILE thread.cmasone@chromium.org2010-10-302-15/+11
| | | | | | | | | | | | | | | LoadLocalaccount can be called asynchronously in AuthenticateToUnlock. Doing a CheckOffline() will fail over to a localaccount check anyway, and it will appropriately ensure that the localaccount file has been loaded before trying to check. This means that AuthenticateToUnlock can be called on the UI thread, as it should be. BUG=chromium-os:8271 TEST=unit tests, browser tests, install on device and try to lock/unlock with real account and localaccount Review URL: http://codereview.chromium.org/4106008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64538 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dead page info placement preference.tfarina@chromium.org2010-10-305-13/+0
| | | | | | | | | BUG=59030 TEST=trybots Review URL: http://codereview.chromium.org/4143012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64537 0039d316-1c4b-4281-b951-d872f2087c98
* Add Shutdown button to login/locker screen.oshima@chromium.org2010-10-3011-156/+247
| | | | | | | | | | | | | * cleaned up code that are no longer in use. BUG=chromium-os:5763 TEST=maual. pressing shutdown button on login/locker will shutdown the system. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64272 Review URL: http://codereview.chromium.org/4054001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64531 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA stats for saving/printing PDFs (the printing will be done through ↵jam@chromium.org2010-10-308-12/+20
| | | | | | | | | the private Pepper API). BUG=61142 Review URL: http://codereview.chromium.org/4158013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64528 0039d316-1c4b-4281-b951-d872f2087c98
* Rename UploadToVideoFrame to ConvertToVideoFrame.tfarina@chromium.org2010-10-3011-23/+23
| | | | | | | | | | | (Note: This was a TODO for hclam). BUG=None TEST=trybots Review URL: http://codereview.chromium.org/4113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64526 0039d316-1c4b-4281-b951-d872f2087c98
* Various fixes in web contents. Ignore unknown roles, recognize headings and ↵dtseng@chromium.org2010-10-297-41/+91
| | | | | | | | | | return the level as the value attribute. Recognize lists. Return the correct checked state. Generate children lazily. BUG=55661 TEST=manually with VoiceOver. Passing BrowserAccessibilityTest.* (unit_test). Review URL: http://codereview.chromium.org/4192003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64522 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent an annoying warning from showing up in ChromeFrame runs when we ↵ananta@chromium.org2010-10-291-2/+3
| | | | | | | | | | | | | | don't have user data for a UrlRequest. ChromeFrame is not interested in these requests anyway. Fixes bug http://code.google.com/p/chromium/issues/detail?id=58694 Bug=58694 Review URL: http://codereview.chromium.org/4133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64519 0039d316-1c4b-4281-b951-d872f2087c98
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-29159-633/+693
| | | | | | | | | | | | | Make ExtensionsService hold const Extension pointers only. This ensures that extensions can't be modified after they're created, and lets us share them between threads. BUG=56558 TEST=no functional change Review URL: http://codereview.chromium.org/4138006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64517 0039d316-1c4b-4281-b951-d872f2087c98
* [GTK] enable spoof proof infobars by default.estade@chromium.org2010-10-295-27/+0
| | | | | | | | | BUG=60110 TEST=manual Review URL: http://codereview.chromium.org/4223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64516 0039d316-1c4b-4281-b951-d872f2087c98
* Added a new case in unit test, and fixed some post-commit commentsgspencer@chromium.org2010-10-293-60/+87
| | | | | | | | | | | from last review. BUG=none TEST=ran unit test. Review URL: http://codereview.chromium.org/3848001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64512 0039d316-1c4b-4281-b951-d872f2087c98
* Added the execute command will will run javascript on the remotejmikhail@google.com2010-10-299-15/+329
| | | | | | | | | | | client. BUG=none TEST=webdriver_remote_tests.py Review URL: http://codereview.chromium.org/3618018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64511 0039d316-1c4b-4281-b951-d872f2087c98
* Added check in page click tracker to ensure events passed in are mouse eventscdn@chromium.org2010-10-291-1/+3
| | | | | | | | | BUG=61255 TEST=None Review URL: http://codereview.chromium.org/4120011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64510 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix horror show.zelidrag@chromium.org2010-10-291-1/+0
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/4119019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64507 0039d316-1c4b-4281-b951-d872f2087c98
* Yet another build break fix. zelidrag@chromium.org2010-10-291-0/+1
| | | | | | | | | | TEST=none BUG=none TBR=chocobo Review URL: http://codereview.chromium.org/4158012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64504 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PDF tests on Mac.jam@chromium.org2010-10-291-0/+3
| | | | | | | BUG=61258 Review URL: http://codereview.chromium.org/4220006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64503 0039d316-1c4b-4281-b951-d872f2087c98
* Build break fix for the official build.zelidrag@chromium.org2010-10-291-7/+8
| | | | | | | | | | TEST=none BUG=chromium-os:7619 TBR=chocobo Review URL: http://codereview.chromium.org/4184011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64501 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Adjust the profile labels when updating a specific profile.jhawkins@chromium.org2010-10-291-0/+3
| | | | | | | | | BUG=61013 TEST=none Review URL: http://codereview.chromium.org/4089013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64499 0039d316-1c4b-4281-b951-d872f2087c98
* Resolve three unrelated issues:scherkus@chromium.org2010-10-296-18/+49
| | | | | | | | | | | | | | | | | | -- Added support for detection of the browse's locale; TODO: need to localize end user messages. -- Fixed a script tag leak in case the user is off-line and made reconnecting more reliable. -- Added support for focusing individual chat widget, when one selects contact in the chat manager. Needs additional support from the supermoles (separate check-in). Patch by ivaylobakalov@chromium.org: http://codereview.chromium.org/4186010/show BUG=chromium-os:3846 TEST=See http://code.google.com/p/chromium-os/issues/detail?id=3846 [PROCEDURE] git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64497 0039d316-1c4b-4281-b951-d872f2087c98
* Re-landing issue 4202006 (http://codereview.chromium.org/4202006/show) which ↵sanjeevr@chromium.org2010-10-2915-573/+1047
| | | | | | | | | | | was reverted because of a Valgrind leak. Fixed the memory leak in the unit-test. BUG=None. TEST=Unit-tests, Valgrind bots. Review URL: http://codereview.chromium.org/4165013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64496 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Add Ctrl-/ accelerator for help app.derat@chromium.org2010-10-292-1/+10
| | | | | | | | | | | | | | This adds Ctrl-/ and Ctrl-Shift-/ (Ctrl-?) accelerators for the help command in Views GTK, updates the help URL for Chrome OS, and makes us print "/" explicitly in accelerator descriptions instead of "slash" (the string we get from GDK). BUG=chromium-os:7835 TEST=built and ran it Review URL: http://codereview.chromium.org/4156004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64495 0039d316-1c4b-4281-b951-d872f2087c98
* Removing stack from known crashes, fixed in 64194ace@chromium.org2010-10-291-3/+0
| | | | | | | | BUG=56747 Review URL: http://codereview.chromium.org/4161008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64494 0039d316-1c4b-4281-b951-d872f2087c98
* These are files need to be added to benchmarks extension.lzheng@chromium.org2010-10-293-0/+580
| | | | | | | | | | | | | These files should be part of http://codereview.chromium.org/4123001/, but were missed during the original patch. Contributed by Jianxia Ning <jning@google.com>. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64493 0039d316-1c4b-4281-b951-d872f2087c98
* Change LOG(INFO) to VLOG(1).gene@google.com2010-10-291-7/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4105007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64491 0039d316-1c4b-4281-b951-d872f2087c98
* Moved private functions into it's own seperate utils file for commonly used ↵nirnimesh@chromium.org2010-10-292-24/+50
| | | | | | | | functions. Review URL: http://codereview.chromium.org/4148012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64490 0039d316-1c4b-4281-b951-d872f2087c98
* Add collapsible sections to the Chrome extension documentation sidebar.kurrik@chromium.org2010-10-2964-65/+412
| | | | | | | | | | | | | * Adds a new "toggle" sprite to the documentation images. * Adds CSS classes for the toggles. * Includes "sidebar.js" for documentation pages which implements the toggles in JavaScript. BUG=49239 TEST=None Review URL: http://codereview.chromium.org/4005003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64488 0039d316-1c4b-4281-b951-d872f2087c98
* Remove BrowserInitTest.BlockBadURLsjschuh@google.com2010-10-291-30/+0
| | | | | | | | | | It's not a necessary test and it consistently fails due to timing issues on the bots. BUG=60026 TEST=None. Review URL: http://codereview.chromium.org/4113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64486 0039d316-1c4b-4281-b951-d872f2087c98
* [GTK] force standard font size on infobars.estade@chromium.org2010-10-291-1/+8
| | | | | | | | | | | As usual, we'd ideally like to obey the system application font size, but the rest of the UI doesn't scale so it looks bad. BUG=61132 TEST=manual Review URL: http://codereview.chromium.org/4110007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64482 0039d316-1c4b-4281-b951-d872f2087c98
* Crash fix due to uninitialized pointers.zelidrag@chromium.org2010-10-292-14/+5
| | | | | | | | | BUG=chromium-os:7619 TEST=none Review URL: http://codereview.chromium.org/4110009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64481 0039d316-1c4b-4281-b951-d872f2087c98
* Fix flaky notification.NotificationsTest.testCancelNotification test.kkania@chromium.org2010-10-292-12/+22
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4140010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64479 0039d316-1c4b-4281-b951-d872f2087c98
* BrowserThemePacks can do IO during shutdown, so delete them on the FILE thread.erg@google.com2010-10-291-3/+11
| | | | | | | | | BUG=61135 TEST=none Review URL: http://codereview.chromium.org/4213005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64478 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64454 - Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-292-7/+16
| | | | | | | | | | | | | | | | | | | Turn on use_cups for the Mac, add in the required library, and tweak the code to get it linking. There is still more work to do; this is just a gyp-oriented change to get things started. BUG=none TEST=All targets still build on all platforms. Review URL: http://codereview.chromium.org/4167006 TBR=scottbyer@chromium.org Review URL: http://codereview.chromium.org/4136011 TBR=scottbyer@google.com Review URL: http://codereview.chromium.org/4137013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64477 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Don't build print preview tests on ChromeOS.thestig@chromium.org2010-10-291-0/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4133009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64476 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Cert Manager: Disable delete button on readonly certs.mattm@chromium.org2010-10-292-1/+6
| | | | | | | | | | BUG=19991 BUG=chromium-os:7946 TEST=delete button should be disabled on built-in certs, and enabled on user-imported certs Review URL: http://codereview.chromium.org/4130002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64473 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Skip past intervening empty TDs when parsing labels.jhawkins@chromium.org2010-10-293-14/+88
| | | | | | | | | BUG=57107 TEST=FormStructure.LabelsInferredFromTableEmptyTDs Review URL: http://codereview.chromium.org/4146014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64470 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64466 - Language tag for speech.nirnimesh@chromium.org2010-10-2913-39/+26
| | | | | | | | | | | | | | | | | | | | | This is the 3rd in a 4-sided patch to add language attribute support to speech input. The other patches can be found here: 1st - http://codereview.chromium.org/3615005/show 2nd - https://bugs.webkit.org/show_bug.cgi?id=47089 4th - https://bugs.webkit.org/show_bug.cgi?id=47420 This patch will be submitted once the webkit change has been rolled into chromium DEPS. Also, a last webkit cleanup patch will be submitted at any point after the 2nd patch. BUG=53598 TEST= Review URL: http://codereview.chromium.org/3595018 TBR=leandrogracia@chromium.org Review URL: http://codereview.chromium.org/4163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64469 0039d316-1c4b-4281-b951-d872f2087c98
* Disable print preview DOMUI on ChromeOS. It was enabled by accident.thestig@chromium.org2010-10-291-2/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4119018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64467 0039d316-1c4b-4281-b951-d872f2087c98
* Language tag for speech.leandrogracia@chromium.org2010-10-2913-26/+39
| | | | | | | | | | | | | | | | | | This is the 3rd in a 4-sided patch to add language attribute support to speech input. The other patches can be found here: 1st - http://codereview.chromium.org/3615005/show 2nd - https://bugs.webkit.org/show_bug.cgi?id=47089 4th - https://bugs.webkit.org/show_bug.cgi?id=47420 This patch will be submitted once the webkit change has been rolled into chromium DEPS. Also, a last webkit cleanup patch will be submitted at any point after the 2nd patch. BUG=53598 TEST= Review URL: http://codereview.chromium.org/3595018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64466 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tabbing into web area not focusing first element.avi@chromium.org2010-10-295-1/+47
| | | | | | | | | BUG=49738 TEST=as in bug Review URL: http://codereview.chromium.org/3153039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64465 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill deprecate unique_ids in favor of guids for WebDataServicedhollowa@chromium.org2010-10-296-114/+684
| | | | | | | | | | | Provides GUID-based APIs for Add, Update, Remove for both Autofill credit cards and profiles. New Autofill change notifications for these GUID-based APIs. BUG=58813 TEST=WebDataServiceAutofillTest.* Review URL: http://codereview.chromium.org/4102012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64464 0039d316-1c4b-4281-b951-d872f2087c98
* For add network, if password is empty, we search for a hidden network with ↵chocobo@chromium.org2010-10-291-2/+3
| | | | | | | | | | no security. BUG=chromium-os:8193 TEST=manual Review URL: http://codereview.chromium.org/4142012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64461 0039d316-1c4b-4281-b951-d872f2087c98
* Update status menu button positions.chocobo@chromium.org2010-10-296-4/+15
| | | | | | | | BUG=chromium-os:8135 TEST=manual Review URL: http://codereview.chromium.org/4219002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64460 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-292-16/+7
| | | | | | | | | | | | | | | | Turn on use_cups for the Mac, add in the required library, and tweak the code to get it linking. There is still more work to do; this is just a gyp-oriented change to get things started. BUG=none TEST=All targets still build on all platforms. Review URL: http://codereview.chromium.org/4167006 TBR=scottbyer@chromium.org Review URL: http://codereview.chromium.org/4136011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64454 0039d316-1c4b-4281-b951-d872f2087c98