summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 67085 - TestShell changes to support multiple speech input results.satish@chromium.org2010-11-233-10/+7
| | | | | | | | | | | | | This is the chromium side of https://bugs.webkit.org/show_bug.cgi?id=49736. BUG=none TEST=webkit layout tests will be enabled after this CL. TBR=jorlow TBR=satish@chromium.org Review URL: http://codereview.chromium.org/5334001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67086 0039d316-1c4b-4281-b951-d872f2087c98
* TestShell changes to support multiple speech input results.satish@chromium.org2010-11-233-7/+10
| | | | | | | | | | This is the chromium side of https://bugs.webkit.org/show_bug.cgi?id=49736. BUG=none TEST=webkit layout tests will be enabled after this CL. TBR=jorlow git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67085 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore memory accesses under BrowserThread::CurrentlyOntimurrrr@chromium.org2010-11-231-0/+6
| | | | | | | | | BUG=63678 TBR=willchan TEST=TSan/UI should go greener Review URL: http://codereview.chromium.org/5271005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67084 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 2.5.8.lrn@chromium.org2010-11-231-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5330001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67083 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for leak bug_32088 (should be fixed)timurrrr@chromium.org2010-11-231-9/+0
| | | | | | | | | | This suppression is not used on the memory waterfall right now. TBR=willchan TEST=Valgrind bots should stay green BUG=32088 Review URL: http://codereview.chromium.org/5332001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67082 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 67070 - Description: Roll webkit 72565:72578.finnur@chromium.org2010-11-231-1/+1
| | | | | | | | | | | | | | | | | | This CL broke Win Reliability bot: http://build.chromium.org/p/chromium/builders/Win%20Reliability/builds/575 And consistently breaks a WebKit test on Mac 10.5 (dbg) (2) http://build.chromium.org/p/chromium/builders/Webkit%20Mac10.5%20(dbg)(2)/builds/879 TEST=none BUG=none TBR=jparent Review URL: http://codereview.chromium.org/5255003 TBR=loislo@chromium.org Review URL: http://codereview.chromium.org/5286004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67081 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 66982 - [cros] Use WideButton on EULA, Sign In screens.nkostylev@chromium.org2010-11-235-23/+5
| | | | | | | | | | | | | | Adjust "sign in" button height. BUG=chromium-os:8101 TEST=Manual Review URL: http://codereview.chromium.org/5192005 TBR=nkostylev@chromium.org Review URL: http://codereview.chromium.org/5331001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67080 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Set up a page cycler.hans@chromium.org2010-11-236-7/+355
| | | | | | | | | | | | Set up a page cycler to track Indexed DB performance. Start off with a basic insertion test. BUG=61428 TEST=page_cycler_tests --gtest_filter="PageCyclerIndexedDatabase*" Review URL: http://codereview.chromium.org/5096003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67079 0039d316-1c4b-4281-b951-d872f2087c98
* Dynamic refresh for the silent extension install policygfeher@chromium.org2010-11-238-18/+139
| | | | | | | | | | | Re-run ExternalPolicyExtensionProvider::VisitRegisteredExtension each time the policy-controlled preference prefs::kExtensionInstallForceList is changed. This will install new policy-controlled extensions. Those that are removed from the policy will only be uninstalled at next startup. BUG=63179 TEST=ExtensionManagementTest.ExternalPolicyRefresh Review URL: http://codereview.chromium.org/5120003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67078 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Avoid reinitializing server notifier client on XMPP reconnectakalin@chromium.org2010-11-234-35/+37
| | | | | | | | | | | Will be unit-tested in a separate CL. BUG=63857 TEST=Manual :( Review URL: http://codereview.chromium.org/5293001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67077 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed handling of context_ in URLRequestHttpJobakalin@chromium.org2010-11-232-3/+17
| | | | | | | | | | | | | | This prevents crashes due to URLRequestHttpJobs hanging on past IOThread destruction. Fixed bugs in proxy script fetcher IOThread cleanup. BUG=chromium-os:8179,63692,63796 TEST=sync integration tests, chromeos browser tests Review URL: http://codereview.chromium.org/5306001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67076 0039d316-1c4b-4281-b951-d872f2087c98
* Add Show Button to the Extensions page. Used for a Browser Action button ↵finnur@chromium.org2010-11-236-9/+56
| | | | | | | | | | | that has been hidden. BUG=57824 TEST=None Review URL: http://codereview.chromium.org/5158009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67075 0039d316-1c4b-4281-b951-d872f2087c98
* Reenabling SSLUITest.TestRunsInsecuredContentRandomizeHash.finnur@chromium.org2010-11-231-3/+1
| | | | | | | | | | | I ran it over and over again and it always passes. BUG=58230 TEST=None (enabling one). Review URL: http://codereview.chromium.org/5243006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67074 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable BrowserActionsContainerTest.Visibility with timing info, sincefinnur@chromium.org2010-11-231-9/+62
| | | | | | | | | | | | I suspect the problem is that the test is just a bit too long for the timeout value we use. BUG=38992 TEST=The CL enables a test. Review URL: http://codereview.chromium.org/5239003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67073 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid green artifacts on the username label.altimofeev@chromium.org2010-11-231-5/+7
| | | | | | | | | | | | Switched to DrawStringWithHalo for drawing text to avoid green dots along the perimeter. BUG=chromium-os:9337 TEST=Lock device, notice the green dots have disappeared. Review URL: http://codereview.chromium.org/5100013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67071 0039d316-1c4b-4281-b951-d872f2087c98
* Description: Roll webkit 72565:72578.loislo@chromium.org2010-11-231-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=jparent Review URL: http://codereview.chromium.org/5255003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67070 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill: correctly save phone numbers split across multiple fieldsisherman@chromium.org2010-11-234-29/+88
| | | | | | | | | BUG=63735 TEST=unit_tests --gtest_filter=PersonalDataManagerTest.* Review URL: http://codereview.chromium.org/5219004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67069 0039d316-1c4b-4281-b951-d872f2087c98
* Resources for the new cloud print proxy setup UI.scottbyer@google.com2010-11-234-3/+3
| | | | | | | | | | | | | Working around a git cl limitation, real CL forthcoming. BUG=60092 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67050 Review URL: http://codereview.chromium.org/5301001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67068 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill i18n: Develop a system for validating Autofill heuristics from HTML ↵dhollowa@chromium.org2010-11-233-0/+218
| | | | | | | | | | | | | input Adds form_structure_browsertest.cc, an InProcessBrowserTest that serializes the parsed FormStructure objects and compares the results in string form. This is the first step towards a system that reads HTML forms from disk and compares against known results. BUG=60022 TEST=FormStructureBrowserTest.BasicFormStructure Review URL: http://codereview.chromium.org/5280001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67066 0039d316-1c4b-4281-b951-d872f2087c98
* Working around library->library dependency issues by adding explicitjoi@chromium.org2010-11-236-5/+14
| | | | | | | | | | | | | | | dependency on any static library's transitive dependency on a code-generating target. Some belt-and-suspenders stuff as well; shouldn't hurt. BUG=63479 TEST=it builds Review URL: http://codereview.chromium.org/5136004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67062 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 67050 - Resources for the new cloud print proxy setup UI.scottbyer@google.com2010-11-234-3/+3
| | | | | | | | | | | | | | Working around a git cl limitation, real CL forthcoming. BUG=60092 TEST=none Review URL: http://codereview.chromium.org/5301001 TBR=scottbyer@google.com Review URL: http://codereview.chromium.org/5309002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67061 0039d316-1c4b-4281-b951-d872f2087c98
* Downloads: Do not suggest filenames that are too long.thestig@chromium.org2010-11-231-4/+30
| | | | | | | | BUG=62944 TEST=Saving a file with a very long title works. Review URL: http://codereview.chromium.org/5177004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67060 0039d316-1c4b-4281-b951-d872f2087c98
* Committing patch http://codereview.chromium.org/5288001/ from ↵joi@chromium.org2010-11-231-5/+18
| | | | | | | | | | | vitalybuka@google.com. BUG=none TEST=none Review URL: http://codereview.chromium.org/5284002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67059 0039d316-1c4b-4281-b951-d872f2087c98
* Reconstructing 67000.bradnelson@google.com2010-11-238-12/+12
| | | | | | | | | | | | | | (python24 -> python26). Regression in nacl fixed, new DEPS change. BUG=None TEST=NOne Review URL: http://codereview.chromium.org/5310001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67057 0039d316-1c4b-4281-b951-d872f2087c98
* Committing patch http://codereview.chromium.org/5153004/ from ↵joi@chromium.org2010-11-233-1/+38
| | | | | | | | | | | vitalybuka@google.com BUG=none TEST=none Review URL: http://codereview.chromium.org/5268002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67056 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tests.chocobo@chromium.org2010-11-232-20/+16
| | | | | | | TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/5310002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67053 0039d316-1c4b-4281-b951-d872f2087c98
* Revert previous commit which was by accidentjabdelmalek@google.com2010-11-231-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67052 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile error on Linuxjabdelmalek@google.com2010-11-231-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67051 0039d316-1c4b-4281-b951-d872f2087c98
* Resources for the new cloud print proxy setup UI.scottbyer@google.com2010-11-234-3/+3
| | | | | | | | | | | Working around a git cl limitation, real CL forthcoming. BUG=60092 TEST=none Review URL: http://codereview.chromium.org/5301001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67050 0039d316-1c4b-4281-b951-d872f2087c98
* Make DeleteKey support GetLastError.tommi@chromium.org2010-11-231-1/+6
| | | | | | | | | | | | | | | | | | | | | | | When SHDeleteKey returns, the last error value hasn't been set. With this change, it's possible to have checks like: if (!key.DeleteKey(...) && GetLastError() != ERROR_NOT_FOUND) { HandleErrorCase(); return false; } return true; As it stands, the last error value will always be ERROR_SUCCESS, which is not all that useful. In fact there is code in the installer that attempts to do this, but doesn't currently work correctly (also because it's checking for the wrong GLE value, but I'm fixing that in a separate change). BUG=none TEST=Should have no side effects. Review URL: http://codereview.chromium.org/5182009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67049 0039d316-1c4b-4281-b951-d872f2087c98
* Update ViewIDTest on Mac and Linux for new viewstuartmorgan@chromium.org2010-11-232-2/+4
| | | | | | | | | | | TBR=rkc BUG=None TEST=Basic and Fullscreen ViewIDTest tests should pass. Review URL: http://codereview.chromium.org/5313001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67048 0039d316-1c4b-4281-b951-d872f2087c98
* Made number of cellular plan display improvements:zelidrag@chromium.org2010-11-237-42/+172
| | | | | | | | | | | | | | - removed more info button - added ability to show multiple plans - added error message when plans can not be loaded - added better check for case when we run out of plan BUG=chromium-os: TEST=open chrome:settings/internet and take a look at cellular plan details Review URL: http://codereview.chromium.org/5198005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67044 0039d316-1c4b-4281-b951-d872f2087c98
* Fix wifi/cellular icon and badge for all variations of connected state.chocobo@chromium.org2010-11-233-134/+110
| | | | | | | | | Also fix bug with old cellular dialog showing up after suspend/resume. BUG=chromium-os:7067,chromium-os:9505 TEST=make sure icon and badge is correct. especially make sure if 3g is connecting, we show a 3g badge. and if 3g is connected and wifi is connecting, we do not show the 3g badge. Review URL: http://codereview.chromium.org/5254001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67042 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pdf runner to use updated path to data dir.nirnimesh@chromium.org2010-11-232-1/+2
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/5292001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67041 0039d316-1c4b-4281-b951-d872f2087c98
* Added Task Manager entry to Status Icon's content menu.rickcam@chromium.org2010-11-231-3/+7
| | | | | | | | | BUG=64115 TEST=none Review URL: http://codereview.chromium.org/5268001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67040 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit 72542:72565.jparent@chromium.org2010-11-231-1/+1
| | | | | | | | | | | TEST=none BUG=none TBR=loislo Review URL: http://codereview.chromium.org/5289001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67038 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testRendererCrash pyauto test on chromeosnirnimesh@chromium.org2010-11-231-0/+2
| | | | | | | | BUG=crosbug.com/9499 Review URL: http://codereview.chromium.org/5294001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67037 0039d316-1c4b-4281-b951-d872f2087c98
* Better string for the click to play lab.pkasting@chromium.org2010-11-231-6/+6
| | | | | | | | BUG=62091 TEST=none Review URL: http://codereview.chromium.org/5219007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67036 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA histograms services to CEEE. The histograms are aggregated in the ↵hansl@google.com2010-11-2313-1/+261
| | | | | | | | | | | | | | | broker, using RPC to send them, and then sent once every 15 minutes to the server. Uses metrics_service.cc from chrome_frame. Adds dependency to RPC runtime for the BHO and to glue_renderer for linking. This depends on http://codereview.chromium.org/5247001 for uploading data. BUG=none TEST=none Review URL: http://codereview.chromium.org/5116008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67035 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-2323-121/+164
| | | | | | | | | | | | | | Add API to WebCursor to return a native-cursor, and implementation for windows, linux and mac. For linux: Move gtk_util::GetCursor into gfx:: namespace. Also, get rid of ref/unref'ing the cursors from everywhere. Instead, do almost all of it in one place (in gfx). Also, show proper cursors for web-pages with touchui=1 (i.e. add support for updating cursor in RenderWidgetHostViewViews). Review URL: http://codereview.chromium.org/5110010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67034 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testFlashLoadsAfterKill pyauto test on linuxnirnimesh@chromium.org2010-11-231-0/+1
| | | | | | | | BUG=63039 Review URL: http://codereview.chromium.org/5305001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67032 0039d316-1c4b-4281-b951-d872f2087c98
* Explicitly request to repaint background when removing the shutdown button.oshima@chromium.org2010-11-231-0/+1
| | | | | | | | | BUG=chromium-os:9457 TEST=see the bug for repro steps. Review URL: http://codereview.chromium.org/5263001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67031 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Style consistency in personal_options.html.jhawkins@chromium.org2010-11-234-69/+57
| | | | | | | | | | | | | | * IDs first, when needed. * IDs use dashed-names. * i18n-content uses camelCase. * Wrap on 80 cols. BUG=none TEST=none Review URL: http://codereview.chromium.org/5296001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67030 0039d316-1c4b-4281-b951-d872f2087c98
* Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI ↵ananta@chromium.org2010-11-2329-55/+328
| | | | | | | | | | | | | | | | | | | URL redirect notifications which are sent out from the browser while processing URL requests issued by the plugin via the NPN_GetURLNotify and NPN_PostURLNotify APIs. For more info please see https://wiki.mozilla.org/NPAPI:HTTPRedirectHandling As part of this CL we also block cross origin 307 POST url redirects. Test=Covered by NPAPI UI test GetURLRedirectNotification Bug=63030,63698 Review URL: http://codereview.chromium.org/5228007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67029 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Properly disabled the 'Reset theme' button when the current theme is thejhawkins@chromium.org2010-11-233-28/+19
| | | | | | | | | | | classic theme. BUG=59080 TEST=none Review URL: http://codereview.chromium.org/5282001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67028 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly handle visibility-only move messages in accelerated Mac pluginsstuartmorgan@chromium.org2010-11-234-28/+28
| | | | | | | | | BUG=60792 TEST=Toggle the container of an accelerated plugin between visible and invisible; the plugin should change visibility correctly. Review URL: http://codereview.chromium.org/5273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67027 0039d316-1c4b-4281-b951-d872f2087c98
* Change ResourceDispatcher's behavior, so that clients can defer loading a URLdarin@chromium.org2010-11-232-3/+23
| | | | | | | | | | | | | | | during a redirect response. Patch by Bill Budge (bbudge@chromium.org) R=darin BUG=none TEST=none Originally reviewed at http://codereview.chromium.org/5016003 Review URL: http://codereview.chromium.org/5258001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67026 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 67018 - Made testserver communicate to parent process with JSONakalin@chromium.org2010-11-235-151/+63
| | | | | | | | | | | | | | | | | | This is so that if the testserver needs to communicate anything more than the port in the future (e.g., xmpp port for the test sync server), it can do so in a flexible manner. BUG=53934 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66879 Review URL: http://codereview.chromium.org/5196001 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/5291002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67025 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Feedback button from the status bar and add it to the toolbar.rkc@chromium.org2010-11-2221-135/+65
| | | | | | | | | | | | | | Side effect: Changed all instances of IDC_REPORT_BUG to IDC_FEEDBACK to correctly indicate the message BUG=chromium-os:5361 TEST=Verified visually that the status bar icon is gone and the toolbar icon is there; tested the toolbar icon to verify functionality. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65582 Review URL: http://codereview.chromium.org/4546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67023 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Implement suggested results in the omnibox.rohitrao@chromium.org2010-11-229-12/+185
| | | | | | | | BUG=56385 TEST=Suggest text should appear when instant is on. Review URL: http://codereview.chromium.org/4643008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67022 0039d316-1c4b-4281-b951-d872f2087c98