summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Listen for tab close notifications and cancel active speech sessions.satish@chromium.org2011-01-079-59/+132
| | | | | | | | | BUG=none TEST=Start speech input and close tab with keyboard before the UI comes up, check for crashes. Review URL: http://codereview.chromium.org/6115001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70733 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 632.0 to 633.0chrome-release@google.com2011-01-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70729 0039d316-1c4b-4281-b951-d872f2087c98
* Polish about:conflicts a bit as requested by Clem/UI review.finnur@chromium.org2011-01-073-12/+24
| | | | | | | | | | | | | Add column header for data. Move the Learn more link to appear last. BUG=51105 TEST=None Review URL: http://codereview.chromium.org/5981012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70727 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70722 - Disable crashy TaskManagerBrowserTest.ReloadExtensionphajdan.jr@chromium.org2011-01-071-2/+1
| | | | | | | | | | | | | | | The test is being debugged, see http://crbug.com/42315. TBR=sky BUG=66957 TEST=browser_tests Review URL: http://codereview.chromium.org/6097009 TBR=sky Review URL: http://codereview.chromium.org/6155002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70726 0039d316-1c4b-4281-b951-d872f2087c98
* Pass a correct input method descriptor to the ActiveInputMethodsChanged ↵yusukes@google.com2011-01-072-5/+28
| | | | | | | | | | | | | function. A comment explaining why ActiveInputMethodsChanged has to be called in FlushImeConfig() is also added since it took some time for me to figure out why it was necessary. BUG=chromium-os:10676 TEST=manually done. Review URL: http://codereview.chromium.org/6088010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70725 0039d316-1c4b-4281-b951-d872f2087c98
* Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI.brettw@chromium.org2011-01-072-8/+1
| | | | | | | | TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6122002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70724 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashy SafeBrowsingBlockingPageTest.MalwareIframeProceedphajdan.jr@chromium.org2011-01-071-1/+3
| | | | | | | | | | TBR=panayiotis BUG=68834 TEST=browser_tests Review URL: http://codereview.chromium.org/6148002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70723 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashy TaskManagerBrowserTest.ReloadExtensionphajdan.jr@chromium.org2011-01-071-1/+2
| | | | | | | | | | TBR=sky BUG=66957 TEST=browser_tests Review URL: http://codereview.chromium.org/6097009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70722 0039d316-1c4b-4281-b951-d872f2087c98
* Add an instance parameter to var objects, audio, and the 2D API. This ↵brettw@chromium.org2011-01-0726-95/+156
| | | | | | | | | | | | | | | | replaces the module in most cases. This will be used in the proxy to multiplex one plugin across multiple renderer processes. We need the instance in the proxy to know which process to send it to. I added a deprecated var object creation function for native client, which depends on the module and this is very difficult to change. Because it doesn't have the multiplexing requirements, this is fine for now. TEST=ppapi ui tests BUG=none Review URL: http://codereview.chromium.org/6085009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70721 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS r75164:75216.senorblanco@chromium.org2011-01-071-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=jorlow Review URL: http://codereview.chromium.org/6059013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70718 0039d316-1c4b-4281-b951-d872f2087c98
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-0740-142/+619
| | | | | | | | | | | | | | | | | | | | | | | | | The revert was r70688. original author: Matt Menke First pass at adding http/backend cache events to the NetLog. Adds sources and events for ActiveCacheEntry and EntryImpl objects, as well as adding cache read/write events to HttpCacheTransactions. Most new read/write events are only logged when NetLog logging mode is set to log all events. Also, net-internals now merges begin and end events that have parameters, as long as only one of them has parameters. I think this increases readability, at the cost of making it a little more difficult to follow timings with just the "st" values. BUG=59382 TEST=none yet, other than updates to existing tests. Review URL: http://codereview.chromium.org/6150002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70716 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leak in net::SSLHostInfo::StartDnsLookup.thestig@chromium.org2011-01-071-0/+17
| | | | | | | | | BUG=68820 TEST=Valgrind Linux UI goes green. TBR=agl Review URL: http://codereview.chromium.org/6160002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70714 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Widen a suppression.thestig@chromium.org2011-01-071-1/+3
| | | | | | | | | BUG=61816 TEST=Valgrind Mac Unit gets greener. TBR=jochen Review URL: http://codereview.chromium.org/6123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70712 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Update suppression after net namespace CL.thestig@chromium.org2011-01-071-1/+1
| | | | | | | | | BUG=68290 TEST=heapchecker goes green. TBR=tfarina Review URL: http://codereview.chromium.org/6138002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70711 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill heuristics regular expressions should be localizeddhollowa@chromium.org2011-01-0711-114/+119
| | | | | | | | | | | This change localizes the Autofill heuristics regular expressions according to data provided by localization team. BUG=55787 TEST=FormStructureBrowserTest.HTMLFiles Review URL: http://codereview.chromium.org/5985013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70710 0039d316-1c4b-4281-b951-d872f2087c98
* Expose Map/UnmapTexSubImage2DCHROMIUM to pepper pluginspiman@google.com2011-01-075-0/+122
| | | | | | | | | | | This is done as a separate interface, but similar to PPB_OpenGLES2_Dev BUG=none TEST=With Flash Review URL: http://codereview.chromium.org/6080012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70706 0039d316-1c4b-4281-b951-d872f2087c98
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2011-01-076-48/+8
| | | | | | | | | | | Fix the callers and remove the deprecated function. BUG=24672 TEST=trybots Review URL: http://codereview.chromium.org/6111003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70705 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Canonicalize username before checking against whitelistcmasone@chromium.org2011-01-073-4/+9
| | | | | | | | | | | Usernames are canonicalized before whitelisting, so we must canonicalize before checking the whitelist. BUG=chromium-os:9970 TEST=unit, browser, and install on device, whitelist name with . in it, and then log in as that account Review URL: http://codereview.chromium.org/6151001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70704 0039d316-1c4b-4281-b951-d872f2087c98
* Handle changes in video frame size.scherkus@chromium.org2011-01-072-33/+78
| | | | | | | | | BUG=67303 TEST=media_unittests Review URL: http://codereview.chromium.org/6034007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70703 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "roll skia 636:673"thakis@chromium.org2011-01-0715-58/+29
| | | | | | | | This reverts "roll skia 636:673", it broke webkit tests. I will re-checkin with suppressions later, and then update baselines after that. TBR=jar git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70700 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the official target to be used for non-official builds.nsylvain@chromium.org2011-01-071-3/+9
| | | | | | | | | Make sure we include PDF only when it is available. (It is not available on the normal non-official builds. Review URL: http://codereview.chromium.org/6125002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70698 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 631.0 to 632.0chrome-release@google.com2011-01-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70696 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia 636:673thakis@chromium.org2011-01-0715-29/+58
| | | | | | | | | | | | | | | I need r666 (r667 and r668 are build fixes for r666. r673 fixes a regression that was introduced in r637 – found by the chromium trybots). Some code changes required due to r637, which changed the signature of a pure virtual method and the signatures of several non-virtual methods. I added OVERRIDEs on windows to let this be a compile error in the future. I also added SkBitmapCache.h/cpp to the gyp file which was added in r655. SkGradientShader depends on this. BUG=none TEST=none Review URL: http://codereview.chromium.org/6081006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70693 0039d316-1c4b-4281-b951-d872f2087c98
* New background badges for wrench menu.atwilson@chromium.org2011-01-072-0/+0
| | | | | | | | | BUG=64144 TEST=enable extension with background page, view updated icon Review URL: http://codereview.chromium.org/6079014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70690 0039d316-1c4b-4281-b951-d872f2087c98
* Display only static background page badges. New art coming in a separate CL.atwilson@chromium.org2011-01-072-37/+3
| | | | | | | | | BUG=64144 TEST=enable extension with background page, see badge Review URL: http://codereview.chromium.org/6057008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70689 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-0740-619/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20%28valgrind%29%281%29/builds/963 First pass at adding http/backend cache events to the NetLog. Adds sources and events for ActiveCacheEntry and EntryImpl objects, as well as adding cache read/write events to HttpCacheTransactions. Most new read/write events are only logged when NetLog logging mode is set to log all events. Also, net-internals now merges begin and end events that have parameters, as long as only one of them has parameters. I think this increases readability, at the cost of making it a little more difficult to follow timings with just the "st" values. BUG=59382 TEST=none yet, other than updates to existing tests. Originally applied: http://src.chromium.org/viewvc/chrome?view=rev&revision=70618 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=70619 Fixed and trying again... Review URL: http://codereview.chromium.org/6125001 BUG=none TEST=linux valgrind goes green. Review URL: http://codereview.chromium.org/6142003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70688 0039d316-1c4b-4281-b951-d872f2087c98
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-0724-17/+949
| | | | | | | | | | | | | | (from inside the renderer sandbox). (Only enabled on ChromeOS, since it opens a hole in the renderer. This should be revisited, with controls tightened, once Flapper runs out of process.) BUG=none TEST=none Review URL: http://codereview.chromium.org/5098002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70687 0039d316-1c4b-4281-b951-d872f2087c98
* Store previous theme in ExtensionInstallUI constructor (rather than ↵tessamac@google.com2011-01-071-15/+16
| | | | | | | | | | | ConfirmInstall) to ensure it always happens. BUG=65867 TEST=ui_tests and interactive_ui_tests and browser_tests Review URL: http://codereview.chromium.org/6092009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70686 0039d316-1c4b-4281-b951-d872f2087c98
* Makes instant add the url to history that we can parse and identify assky@chromium.org2011-01-061-6/+40
| | | | | | | | | | | | | | search. Currently we end up adding an instant url (something like http://www.google.com/#asdfasdf), which we won't pick up as corresponding to a search. This changes makes it so the url that gets added to history is one we can parse. BUG=62548 TEST=none Review URL: http://codereview.chromium.org/6068007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70685 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling FFmpeg DEPS to 70632 to pick up new binaries.scherkus@chromium.org2011-01-061-1/+1
| | | | | | | | | BUG=68115 TEST=files in bug report don't crash Review URL: http://codereview.chromium.org/6059011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70684 0039d316-1c4b-4281-b951-d872f2087c98
* Relayout NTP after apps section loads, even if zero apps installed.aa@chromium.org2011-01-061-1/+1
| | | | | | | | | BUG=68792 TEST=See bug. Review URL: http://codereview.chromium.org/6070012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70683 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanups: Remove old RemotingSetupFlow.sergeyu@chromium.org2011-01-065-534/+0
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6147001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70682 0039d316-1c4b-4281-b951-d872f2087c98
* Revert http://codereview.chromium.org/6094009 (r70768) due tokbr@google.com2011-01-066-163/+104
| | | | | | | | | | | | compilation error on Mac OS X. BUG=65369 TBR=apatrick TEST=none Review URL: http://codereview.chromium.org/6150001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70681 0039d316-1c4b-4281-b951-d872f2087c98
* Perform GPU-related initialization in GPU process in response to ankbr@google.com2011-01-066-104/+163
| | | | | | | | | | | | | | | | | | | | IPC from the browser. Because Chromium's child process host detects that the child has crashed by watching for IPC channel errors, it is imperative that the GPU process's IPC channel be set up before it does any work that might cause it to crash. If initialization fails, the GPU process quits its message loop and cooperatively exits. Fixed a bug in the GpuProcessHost where it would not unblock renderers waiting for GPU process initialization if the GPU process exited. BUG=65369 TEST=ran test case from bug on machine with no GPU hardware and verified that it no longer hangs the renderer, and that the GPU process exits Review URL: http://codereview.chromium.org/6094009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70678 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove unused ShowNewProfileDialog function.tfarina@chromium.org2011-01-062-8/+0
| | | | | | | | | | | It seems this one was missed in some past cleanup. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6077009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70677 0039d316-1c4b-4281-b951-d872f2087c98
* Popups opened with the noreferrer parameter within ChromeFrame should open ↵ananta@chromium.org2011-01-065-6/+121
| | | | | | | | | | | | | | | | | | | | | | | | in the host browser. This support already exists in Chrome where the renderer routes the url back to the browser and eventually to the TabContentsDelegate. However in ChromeFrame if the current window is a popup window then attempting to open this URL in a tab fails on IE7 and IE8 as popups don't support this functionality. Workaround as per msdn documentation is to reissue the navigation request with the navOpenInNewWindow flag. Fixed a bug in the ChromeFrame tests IEEventSink::GetRendererWindow function where at times it would fail to return the correct HWND in the window hierarchy when the page was rendered in ChromeFrame. Fixes bug http://code.google.com/p/chromium/issues/detail?id=68183 BUG=68183 TEST=Covered by new ChromeFrame test. Review URL: http://codereview.chromium.org/6002017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70676 0039d316-1c4b-4281-b951-d872f2087c98
* Make extract_actions.py not require setting PYTHONPATH.derat@chromium.org2011-01-061-11/+9
| | | | | | | | | BUG=none TEST=ran it with a relative path from a few directories and with an absolute path Review URL: http://codereview.chromium.org/6133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70675 0039d316-1c4b-4281-b951-d872f2087c98
* With the Mac App Store, we see that window controls are no longer tied to ↵avi@chromium.org2011-01-064-20/+23
| | | | | | | | | | | the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6096009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70674 0039d316-1c4b-4281-b951-d872f2087c98
* Make search provider enforce that keyword search term visits have asky@chromium.org2011-01-061-1/+14
| | | | | | | | | | | | | decreasing relevance. Without this we could end up with visits having the same relevance, which results in randomness as to which is first, when we really wanted one to be before the other. BUG=none TEST=none Review URL: http://codereview.chromium.org/5977012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70673 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang compile failurezea@chromium.org2011-01-061-1/+1
| | | | | | | | | BUG=none TEST=self TBR=thakis@ Review URL: http://codereview.chromium.org/6111002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70670 0039d316-1c4b-4281-b951-d872f2087c98
* Don't uninitialize FFmpegVideoDecodeEngine if we haven't initialized it.scherkus@chromium.org2011-01-063-5/+13
| | | | | | | | | | | This was originally commited as r70077 but was accidentally reverted. BUG=67303 TEST=media_unittests Review URL: http://codereview.chromium.org/6046006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70669 0039d316-1c4b-4281-b951-d872f2087c98
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-068-15/+14
| | | | | | | | | | ... from webkit/plugins/ppapi. BUG=none TEST=builds Review URL: http://codereview.chromium.org/6141001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70668 0039d316-1c4b-4281-b951-d872f2087c98
* Some clean ups to build/common.gypi.tony@chromium.org2011-01-061-98/+91
| | | | | | | | | | | | | | | - Organizing variables dicts as 1) vars copied from inner scopes 2) new vars defined in current scope 3) conditions - moving variables out of inner scopes when possible - cleaning up/consolidating some comments This is just a refactoring and shouldn't change any of the logic. Review URL: http://codereview.chromium.org/6015016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70667 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 70655 - With the Mac App Store, we see that window controls are no ↵avi@chromium.org2011-01-064-21/+19
| | | | | | | | | | | | | | longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6100004 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/5981013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70663 0039d316-1c4b-4281-b951-d872f2087c98
* With the Mac App Store, we see that window controls are no longer tied to ↵avi@chromium.org2011-01-064-19/+21
| | | | | | | | | | | the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6100004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70655 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstring from l10n_util. Part 7.avi@chromium.org2011-01-0632-270/+351
| | | | | | | | | BUG=9911 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6088008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70654 0039d316-1c4b-4281-b951-d872f2087c98
* Update the copyright year.kathyw@chromium.org2011-01-0661-61/+61
| | | | | | | | | | TBR=aa BUG=none TEST=none Review URL: http://codereview.chromium.org/6140001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70653 0039d316-1c4b-4281-b951-d872f2087c98
* Small cleanup for previous CL in AppApiTest.AppProcessRedirectBack.mpcomplete@chromium.org2011-01-061-9/+5
| | | | | | | | | BUG=61757 TEST=n/a Review URL: http://codereview.chromium.org/6076007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70652 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 630.0 to 631.0chrome-release@google.com2011-01-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70650 0039d316-1c4b-4281-b951-d872f2087c98
* Make starred History*Provider results stay in the autocomplete dropdown, ↵msw@chromium.org2011-01-063-8/+56
| | | | | | | | | | | | | update tests. Don't delete bookmarked AutoCompleteMatches from the dropdown list, remove their history data and hide their backing store instead. Expose HistoryProvider::DeleteMatch() and add delete tests. BUG=67822 TEST=New unit tests + Check that starred History*Provider results aren't removed from the omnibox autocomplete dropdown set of matches. Review URL: http://codereview.chromium.org/6078005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70648 0039d316-1c4b-4281-b951-d872f2087c98