summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reland 7976047 to fix the alsa output scheduling for low latency audio.xians@chromium.org2011-11-141-16/+34
| | | | | | | | | | | | | | | This patch is to allow using 10ms buffersize or above, and it also optimize the WebAudio performance by using 5ms as the minimum interview between two OnMoreData() calls. Bug=None Test=media_unittests, manully tests: WebAudio: http://chromium.googlecode.com/svn/trunk/samples/audio/shiny-drum-machine.html (change audio_util.cc to return 512 as buffersize) WebRTC: Internal test app Html5: http://www.youtube.com/watch?v=siOHh0uzcuY Chromebook: http://www.youtube.com/watch?v=-9AtssRoc2Q&feature=related Review URL: http://codereview.chromium.org/8465018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109852 0039d316-1c4b-4281-b951-d872f2087c98
* Tell BrowserAccessibilityState when Chrome OS accessibility is turned on.dmazzoni@chromium.org2011-11-141-0/+2
| | | | | | | | | | | | | This will improve feedback for a couple of toolbar controls that check this state, and also start collecting UMA statistics on accessibility usage in Chrome OS. BUG=99504 TEST=none Review URL: http://codereview.chromium.org/8537024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109851 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in xkeyboard_unittests.cc.yusukes@chromium.org2011-11-141-4/+22
| | | | | | | | | | | | Without the CL, if the test runs with num lock enaled, it'll fail. BUG=None TEST=ran the test on Goobuntu with all 4 combinations of caps/num lock initial states (NumCaps=00,01,10,11). Review URL: http://codereview.chromium.org/8562001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109850 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 108482 - [filebrowser] Fix the bug with leadIndex being null in ↵dgozman@chromium.org2011-11-141-2/+1
| | | | | | | | | | | | | | ListSingleSelectionModel. BUG=chromium-os:21669 TEST=See bug. Review URL: http://codereview.chromium.org/8372100 TBR=kaznacheev@chromium.org Review URL: http://codereview.chromium.org/8557007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109849 0039d316-1c4b-4281-b951-d872f2087c98
* Add yusukes@ to x11 and textinput lists.yusukes@chromium.org2011-11-141-2/+6
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8549003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109848 0039d316-1c4b-4281-b951-d872f2087c98
* Change command line switch for controlling profilingjar@chromium.org2011-11-143-10/+10
| | | | | | | | | Change --enable-tracking to --enable-profiling r=rtenneti Review URL: http://codereview.chromium.org/8499050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109847 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust interfaces to indicate when tracking is in progressjar@chromium.org2011-11-147-12/+35
| | | | | | | | | | | | | | | This should have no change whatever in function, but simply changes the names of calls for tracking time so that the ThreadData can know if a new trackig has started or ended. This will be helpful in (a future CL) measuring when the thread is doing something that is not tracked at all (e.g., processing UI events, etc.) r=rtenneti Review URL: http://codereview.chromium.org/8548005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109846 0039d316-1c4b-4281-b951-d872f2087c98
* Add unit tests for SetAutoRepeatEnabled and SetAutoRepeatRate.yusukes@chromium.org2011-11-143-1/+68
| | | | | | | | | | BUG=None TEST=ran try Review URL: http://codereview.chromium.org/8497003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109844 0039d316-1c4b-4281-b951-d872f2087c98
* Add tracking for new Autofill experiments.isherman@chromium.org2011-11-141-0/+12
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8537033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109843 0039d316-1c4b-4281-b951-d872f2087c98
* Remove fake context support.yusukes@google.com2011-11-142-94/+14
| | | | | | | | | | | | | The fake context support in views::InputMethodIBus is no longer necessary because on Chrome OS, all input method hot keys are now handled inside Chrome. On Linux, views::InputMethodIBus might be used in the future, but it will also be okay because on the OS, the panel process for IBus, /usr/share/ibus/ui/gtk/main.py, will handle all input method hot keys. BUG=chromium-os:22905 TEST=manual Review URL: http://codereview.chromium.org/8543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109842 0039d316-1c4b-4281-b951-d872f2087c98
* Add status area to Aura builds.stevenjb@google.com2011-11-1427-112/+325
| | | | | | | | | BUG=97263 TEST=Test status area buttons and associated menus in aura + win / linux / chromeos. (Only the clock and --memory-widget icon will show up on non-chromeos) Review URL: http://codereview.chromium.org/8509027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109841 0039d316-1c4b-4281-b951-d872f2087c98
* De-FLAKY/FAILS MediaUILayoutTest since mac's been fixed and views has been ↵fischman@chromium.org2011-11-131-11/+1
| | | | | | | | | | | decommissioned. BUG=95274,103832 TEST=cq Review URL: http://codereview.chromium.org/8549005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109840 0039d316-1c4b-4281-b951-d872f2087c98
* Facebook : photo upload fails. Give PPB_URLLoader_Impl ability to send ↵bbudge@chromium.org2011-11-131-1/+2
| | | | | | | | | | | credentials when given universal access. BUG= http://code.google.com/p/chromium-os/issues/detail?id=22580 TEST=none Review URL: http://codereview.chromium.org/8550002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109839 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo. DISBLED->DISABLEDnsylvain@chromium.org2011-11-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109838 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109826 - Re-authenticate oauth tokens after crash and restart Sync.timurrrr@chromium.org2011-11-134-32/+10
| | | | | | | | | | | | BUG=chromium-os:19788 TEST=See issue Review URL: http://codereview.chromium.org/8537002 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/8509037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109837 0039d316-1c4b-4281-b951-d872f2087c98
* AddRemove is failing the same way as TabbedPaneTest.SizeAndLayout on win7.nsylvain@chromium.org2011-11-131-2/+4
| | | | | | | | | | I'm also disabling it. BUG:104067 TBR:mnissler Review URL: http://codereview.chromium.org/8560003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109836 0039d316-1c4b-4281-b951-d872f2087c98
* Disable TabbedPaneTest.SizeAndLayout on windows as it is failing on Win7.nsylvain@chromium.org2011-11-131-1/+8
| | | | | | | | BUG:104067 TBR:mnissler Review URL: http://codereview.chromium.org/8560002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109835 0039d316-1c4b-4281-b951-d872f2087c98
* TaskManager: Fix to make format of i18n-content values to be of JavaScriptCase.qghc36@motorola.com2011-11-133-47/+56
| | | | | | | | | | | | http://www.chromium.org/developers/web-development-style-guide BUG=103515 TEST=None Review URL: http://codereview.chromium.org/8505004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109830 0039d316-1c4b-4281-b951-d872f2087c98
* ui/views: Include grit/ui_resources.h to DEPS file to please check_deps.tfarina@chromium.org2011-11-131-0/+1
| | | | | | | | | BUG=104039 TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8558001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109829 0039d316-1c4b-4281-b951-d872f2087c98
* ui/views: Add DEPS file to fix check_deps step.tfarina@chromium.org2011-11-131-0/+4
| | | | | | | | | BUG=104039 TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8557001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109828 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move views/window/ to ui/views/window directory.tfarina@chromium.org2011-11-1324-799/+896
| | | | | | | | | | | | Left stub files that will be removed in a follow up patch after updating the files to point to the new location. BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8552005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109827 0039d316-1c4b-4281-b951-d872f2087c98
* Re-authenticate oauth tokens after crash and restart Sync.zelidrag@chromium.org2011-11-134-10/+32
| | | | | | | | | BUG=chromium-os:19788 TEST=See issue Review URL: http://codereview.chromium.org/8537002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109826 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109822 - Reenable the out-of-process PPAPI Instance (ui) test.viettrungluu@chromium.org2011-11-131-1/+2
| | | | | | | | | | | | | | | | | | [Nope, definitely flaky. Timed out on Linux.] The bug is uninformative and I don't see how this out-of-process test can be any flakier than the other out-of-process tests (for the example failure in the bug). So let's try reenabling it. BUG=91729 TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8530004 TBR=viettrungluu@chromium.org,dmichael@chromium.org Review URL: http://codereview.chromium.org/8548004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109824 0039d316-1c4b-4281-b951-d872f2087c98
* Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer.fischman@chromium.org2011-11-132-1/+51
| | | | | | | | | | BUG=103633 TEST=trybots & manually checking that chrome://histograms/Aspect now shows the two custom enum histograms from r108951, with correctly specific buckets. Review URL: http://codereview.chromium.org/8506038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109823 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable the out-of-process PPAPI Instance (ui) test.viettrungluu@chromium.org2011-11-131-2/+1
| | | | | | | | | | | | | The bug is uninformative and I don't see how this out-of-process test can be any flakier than the other out-of-process tests (for the example failure in the bug). So let's try reenabling it. BUG=91729 TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8530004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109822 0039d316-1c4b-4281-b951-d872f2087c98
* Add values to all dev Pepper .idl enumerations.viettrungluu@chromium.org2011-11-138-52/+52
| | | | | | | | TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8522002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109818 0039d316-1c4b-4281-b951-d872f2087c98
* Add values to all (non-dev, non-private) Pepper .idl enumerations.viettrungluu@chromium.org2011-11-138-72/+72
| | | | | | | | | | | This reduces the warnings when running the generator and makes the definitions more robust (or at least makes it more obvious when someone changes things). TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8538038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109817 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove some extraneous spaces from ppb_input_event.idl.viettrungluu@chromium.org2011-11-131-11/+11
| | | | | | Review URL: http://codereview.chromium.org/8539041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109816 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Add a missing RemoveObserver call in TestingAutomationProvider.satorux@chromium.org2011-11-131-0/+4
| | | | | | | | | | | | Otherwise, TestingAutomationPrivider may be referenced after it's deleted. TEST=linux_chromeos try job BUG=104029 Review URL: http://codereview.chromium.org/8530006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109815 0039d316-1c4b-4281-b951-d872f2087c98
* Tons of timeline tweaksnduca@chromium.org2011-11-129-220/+406
| | | | | | | | | | | | | | - Dont resize or invalidate until attached to the document. - Unregister handlers on global objects when detached. - Dont handle input events when TimelineView is focusable. - Reduce console spam. - Move dragBox offscreen, fixing bug where scroll resets when dragging. - Size heading dynamically using measuring stick - Disable text eliding [was causing huge GC pauses] Review URL: http://codereview.chromium.org/8359025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109814 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109777 - Request power status update from power manager when power ↵tbarzic@chromium.org2011-11-121-1/+0
| | | | | | | | | | | | | | | | | | | button view gets created. Also, prepare PowerManagerDbusClient for change in power manager for bug chromium-os:21360 TEST=manual BUG=chromium-os:20832 Review URL: http://codereview.chromium.org/8491054 It broke some ui_tests on linux chromeos TBR=tbarzic@chromium.org Review URL: http://codereview.chromium.org/8551005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109813 0039d316-1c4b-4281-b951-d872f2087c98
* Enable extension APIs for content scripts.aa@chromium.org2011-11-1239-258/+487
| | | | | | | | | | | This only enables extension functions. I will do events in a separate change. BUG=81760,80308 Review URL: http://codereview.chromium.org/8540012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109812 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Convert jingle/.jhawkins@chromium.org2011-11-1212-75/+70
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8551004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109811 0039d316-1c4b-4281-b951-d872f2087c98
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-127-62/+71
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8539036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109810 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a couple of fails/flaky unit_tests from CrOS/Valgrind runtimurrrr@chromium.org2011-11-121-0/+4
| | | | | | | | BUG=104030,104031 TBR=jhawkins Review URL: http://codereview.chromium.org/8546006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109809 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a few more tests failing on TSan/UI, suppress massive ↵timurrrr@chromium.org2011-11-122-0/+25
| | | | | | | | | | leaks+use-after-frees in Balloon notification BUG=103707,104029 TBR=jhawkins Review URL: http://codereview.chromium.org/8545002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109808 0039d316-1c4b-4281-b951-d872f2087c98
* Include the full certificate chain in the download pingback.bryner@chromium.org2011-11-125-48/+141
| | | | | | | | | BUG=102540 TEST=SignatureUtilWinTest Review URL: http://codereview.chromium.org/8536035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109807 0039d316-1c4b-4281-b951-d872f2087c98
* disable GetAppOutputRestrictedSIGPIPE and enable ::vswprintf on OpenBSDrobert.nagy@gmail.com2011-11-122-8/+1
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/8544003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109806 0039d316-1c4b-4281-b951-d872f2087c98
* Find out the Webkit layout_tests names by reading their stdouttimurrrr@chromium.org2011-11-121-11/+31
| | | | | | | TEST=`./tools/valgrind/chrome_tests.sh --test webkit` with suppressions removed Review URL: http://codereview.chromium.org/8537013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109805 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unneeded forward declarations in chrome/installer.thestig@chromium.org2011-11-1213-34/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8511053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109804 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-1220-78/+87
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8536037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109803 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Conversions in webkit/plugins/npapi.jhawkins@chromium.org2011-11-127-29/+35
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8539023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109802 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land 108318 now that patch for WebKit bug 71561 has landeddmazzoni@chromium.org2011-11-121-16/+13
| | | | | | | | | | | | | | - Expose accessible text attributes for anything with an editable text role, not just <input> and <textarea> elements. BUG=none TEST=Try using pure-javascript text editor with VoiceOver on Mac OS X. TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/8351066 Review URL: http://codereview.chromium.org/8546005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109801 0039d316-1c4b-4281-b951-d872f2087c98
* Fix to correctly set accessible name of menu item when there is only one ↵hashimoto@chromium.org2011-11-122-10/+28
| | | | | | | | | | | | child and title is empty BUG=chromium-os:22051 TEST=None Review URL: http://codereview.chromium.org/8511003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109799 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 937.0 to 938.0chrome-release@google.com2011-11-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109794 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109791 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 100033:100069.ojan@chromium.org2011-11-121-1/+1
| | | | | | | | | | | TBR=tonyg@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109790 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable PPB_NetAddress_Private test.viettrungluu@chromium.org2011-11-121-2/+2
| | | | | | | | | | | To be landed after http://codereview.chromium.org/8537026/. BUG=103955,103969 TBR=yzshen@chromium.org,dmichael@chromium.org Review URL: http://codereview.chromium.org/8540029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109788 0039d316-1c4b-4281-b951-d872f2087c98
* Run more tests on the Webkit Layout Valgrind bot and do it in paralleltimurrrr@chromium.org2011-11-121-7/+6
| | | | | | | | | | | Some numbers: with --experimental-fully-parallel my Z600 (16 threads) runs 360 tests in 30 minutes. The bot has 4 vcores, we may ask for more if it becomes too slow. I haven't seen any test failures locally; probably thanks to --run-singly. Review URL: http://codereview.chromium.org/8463012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109787 0039d316-1c4b-4281-b951-d872f2087c98
* Convert comments in ppb_flash.h to the standard format.viettrungluu@chromium.org2011-11-121-28/+53
| | | | | | | | | | | This will make reviewing the next change, to actually generate ppb_flash.h from ppb_flash.idl, less painful. TBR=noelallen@chromium.org Review URL: http://codereview.chromium.org/8530002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109786 0039d316-1c4b-4281-b951-d872f2087c98