summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-1491-349/+344
| | | | | | | | | | | This is the first preliminary change for the support of global keyboard shortcut. BUG=97255 TEST=None Review URL: http://codereview.chromium.org/8508055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109872 0039d316-1c4b-4281-b951-d872f2087c98
* Fix quota value overflow (reland).tzik@chromium.org2011-11-142-3/+3
| | | | | | | | | | BUG=104111 TEST='QuotaManagerTest.*' Review URL: http://codereview.chromium.org/8528022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109871 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the correct test (...MultiProfileTest...) flaky.joi@chromium.org2011-11-141-3/+3
| | | | | | | | | | | | | Removing flaky marker from SSLClientCertificateSelectorTest.SelectDefault which I had accidentally marked (instead of the correct test) last week. TBR=mattm@chromium.org BUG=103534 Review URL: http://codereview.chromium.org/8564005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109870 0039d316-1c4b-4281-b951-d872f2087c98
* Mark SessionHistoryTest.FrameBackForward flaky on Mac.joi@chromium.org2011-11-141-1/+1
| | | | | | | | BUG=61619 Review URL: http://codereview.chromium.org/8555005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109869 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more 'boring' caller and widen one Mac suppressiontimurrrr@chromium.org2011-11-142-2/+2
| | | | | | | | | | | The boring caller was named _ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IPFvRK8FilePathES3_EES7_E8DoInvokeEPNS0_18InvokerStorageBaseE in the report TBR=thestig Review URL: http://codereview.chromium.org/8564004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109868 0039d316-1c4b-4281-b951-d872f2087c98
* Mark more worker tests flaky, and across more platforms.joi@chromium.org2011-11-141-82/+25
| | | | | | | | | | | | | | | | I've been watching the tree for a few days and it seems that tests that start to flake due to http://crbug.com/101996 on one or two platforms will also show flakiness (possibly less, but still) on the other platforms. Also cleaned up a couple of cases where tests were marked flaky for 3 out of 4 platforms, and a couple of other changes based on going through the flakiness dashboard for WorkerTest and WorkerFileSystemTest. TBR=jam@chromium.org BUG=101996 Review URL: http://codereview.chromium.org/8564003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109867 0039d316-1c4b-4281-b951-d872f2087c98
* Convert render thread idle delays from seconds to milliseconds.ulan@chromium.org2011-11-146-45/+49
| | | | | | | | | | | | | | This CL eliminates double to integer conversions when scheduling the idle timer and allows subsecond delays. The existing code simply rounds the delay down to an integer when scheduling the idle timer, which means that any subsecond delay schedules a timer with zero delay. BUG= TEST= Review URL: http://codereview.chromium.org/8463019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109866 0039d316-1c4b-4281-b951-d872f2087c98
* Take out and generalize user prefs overriding from IncognitoUserPrefStore.mnaganov@chromium.org2011-11-148-412/+559
| | | | | | | | | | | | Add support for "local" and "global" user preferences where a "local" preference set in the overlay shadows the "global" preference. BUG=none TEST=OverlayUserPrefStoreTest* Review URL: http://codereview.chromium.org/8515002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109865 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude some tests failing on the memory FYI waterfalltimurrrr@chromium.org2011-11-144-8/+12
| | | | | | | | BUG=104022,75250,104030 TBR=jhawkins Review URL: http://codereview.chromium.org/8510044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109864 0039d316-1c4b-4281-b951-d872f2087c98
* [filebrowser] Improve scrolling by converting some async calls to sync.dgozman@chromium.org2011-11-141-21/+35
| | | | | | | | | BUG=chromium-os:20416 TEST=none Review URL: http://codereview.chromium.org/8477027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109863 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: add chrome-devtools to the content settings whitelist.pfeldman@chromium.org2011-11-141-0/+3
| | | | | | | | | BUG=103235 Review URL: http://codereview.chromium.org/8565004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109862 0039d316-1c4b-4281-b951-d872f2087c98
* Export the AudioDevice and AudioDeviceInput classes so that unit tests have ↵tommi@chromium.org2011-11-143-4/+8
| | | | | | | | access to them in shared component builds. Review URL: http://codereview.chromium.org/8539014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109861 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in xkeyboard.cc.yusukes@chromium.org2011-11-142-9/+3
| | | | | | | | | | BUG=chromium:103433 TEST=ran linux_memory trybot Review URL: http://codereview.chromium.org/8552001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109858 0039d316-1c4b-4281-b951-d872f2087c98
* Surface error messages from ONC parsing in about:policy.mnissler@chromium.org2011-11-1412-7/+303
| | | | | | | | | | BUG=chromium-os:19411 TEST=Configure network configuration policy that is broken and check about:policy Review URL: http://codereview.chromium.org/8480003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109857 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109855 - Fix quota value overflow.tzik@chromium.org2011-11-142-3/+3
| | | | | | | | | | | | | BUG=104111 TEST='QuotaManagerTest.*' Review URL: http://codereview.chromium.org/8560007 TBR=tzik@chromium.org Review URL: http://codereview.chromium.org/8528021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109856 0039d316-1c4b-4281-b951-d872f2087c98
* Fix quota value overflow.tzik@chromium.org2011-11-142-3/+3
| | | | | | | | | | BUG=104111 TEST='QuotaManagerTest.*' Review URL: http://codereview.chromium.org/8560007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109855 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 938.0 to 939.0chrome-release@google.com2011-11-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109854 0039d316-1c4b-4281-b951-d872f2087c98
* 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