summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move the MediaObserver getter from ResourceContext to ContentBrowserClient, ↵jam@chromium.org2012-03-2528-124/+101
| | | | | | | | | | since we only need to support one. BUG=98716 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128789 Review URL: https://chromiumcodereview.appspot.com/9845033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128819 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ChromeProxy and friends.grt@chromium.org2012-03-2510-2114/+0
| | | | | | | | | | | | This code isn't used in production. Its associated tests flake from time to time, so I'm removing it all. If anyone wants to try completing the implementation and integration, revive it from the archive. BUG=none TEST=none Review URL: http://codereview.chromium.org/9838102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128818 0039d316-1c4b-4281-b951-d872f2087c98
* Fix wallpaper change to a random one when user first click "set wallpaper" ↵bshe@chromium.org2012-03-256-42/+43
| | | | | | | | | | | or login BUG=119973, 119971 TEST= Review URL: https://chromiumcodereview.appspot.com/9839098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128817 0039d316-1c4b-4281-b951-d872f2087c98
* Exposing file pinning API into JS.serya@google.com2012-03-256-183/+230
| | | | | | | | | BUG=chromium-os:27961 TEST=Pinnnig state doesn't work properly. I instrumented the code to ensure pinning state really change. Review URL: https://chromiumcodereview.appspot.com/9835050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128815 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Address comments missed for review in r128813.sadrul@chromium.org2012-03-251-2/+1
| | | | | | | | | | TBR=yusukes@chromium.org BUG=119951 TEST=none Review URL: https://chromiumcodereview.appspot.com/9839102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128814 0039d316-1c4b-4281-b951-d872f2087c98
* ash: A couple of small changes..sadrul@chromium.org2012-03-252-9/+12
| | | | | | | | | | | | * Fix mute painting * Do not crash on search-key-mapping pref. BUG=119951 TEST=none Review URL: https://chromiumcodereview.appspot.com/9839100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128813 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1080.0 to 1081.0chrome-release@google.com2012-03-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128810 0039d316-1c4b-4281-b951-d872f2087c98
* gdata: Fix issue with copying hosted documents out from Docs folder.benchan@chromium.org2012-03-255-5/+28
| | | | | | | | | | | | | | | | This CL changes GDataFileSystem to generate temporary document JSON files in a sub-directory under the cache tmp directory, which can be accessed by the file browser extension. BUG=chromium-os:28384 TEST=Tested the following: 1. Run "unit_tests --gtest_filter='*GData*'" 2. Manually test copying and moving hosted documents from Docs folder to Downloads folder in file manager. Review URL: http://codereview.chromium.org/9834091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128808 0039d316-1c4b-4281-b951-d872f2087c98
* Remove app modedavemoore@chromium.org2012-03-259-146/+26
| | | | | | | | | BUG=119518 TEST=Existing Launcher tests Review URL: https://chromiumcodereview.appspot.com/9839099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128807 0039d316-1c4b-4281-b951-d872f2087c98
* gdata: Add GDataFileSystem::GetFileForResourceIdFromGData().satorux@chromium.org2012-03-257-72/+163
| | | | | | | | | | | This will be used for fetching pinned-but-not-fetched files. TEST=unit test added BUG=chromium-os:27835 Review URL: https://chromiumcodereview.appspot.com/9836088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128806 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Separate XML parsing code from IntrospectableClienthashimoto@chromium.org2012-03-258-47/+80
| | | | | | | | | | BUG=119583 TEST=unit_tests --gtest_filter=IntrospectUtilTest.GetInterfacesFromIntrospectResult Review URL: http://codereview.chromium.org/9839064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128805 0039d316-1c4b-4281-b951-d872f2087c98
* Set gamepad timestamp on Macbashi@chromium.org2012-03-251-0/+3
| | | | | | | | | | | | Call IOHIDValueGetTimeStamp() to set timestamp. BUG=119023 TEST=manual Review URL: http://codereview.chromium.org/9816002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128804 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Ctrl-N when no browsers are present.pkotwicz@chromium.org2012-03-2512-2/+55
| | | | | | | | | BUG=119648 TEST=Manual + AcceleratorControllerTest.GlobalAccelerators Review URL: http://codereview.chromium.org/9835040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128803 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Declare NSEventMask as the right size in base_bubble_controller.mm ↵rsesek@chromium.org2012-03-251-2/+4
| | | | | | | | | | | 10.6 SDK forward declares. BUG=119479 TEST=Open a bubble. Chrome doesn't crash. Review URL: https://chromiumcodereview.appspot.com/9834069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128802 0039d316-1c4b-4281-b951-d872f2087c98
* Extensions: Don't pass the selected unpacked extension path from JS to C++jhawkins@chromium.org2012-03-258-439/+464
| | | | | | | | | | | | | | | | | handler. This is an unecessary hoop to jump through since the C++ is the original callback of the file dialog. BUG=117715 TEST=none TBR=sky R=csilv,aa Review URL: http://codereview.chromium.org/9703039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128801 0039d316-1c4b-4281-b951-d872f2087c98
* Added missing strings for gdata business. Also added strings from ↵zelidrag@chromium.org2012-03-251-2/+20
| | | | | | | | | | | http://codereview.chromium.org/9839009/. BUG=chromium-os:28298 TEST=none Review URL: https://chromiumcodereview.appspot.com/9838101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128800 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Remove needless use of std::wstring for channel IDsmseaborn@chromium.org2012-03-258-18/+15
| | | | | | | | | | | | | | | The motivation for this is to stop the commit queue from refusing changes to these files that touch lines containing "wstring". :-) This addresses a TODO. BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/9839083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128799 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Enable portal check after EULA has been accepted.nkostylev@chromium.org2012-03-2512-3/+80
| | | | | | | | | | | | cros part: https://gerrit.chromium.org/gerrit/#change,18863 DEPS: http://codereview.chromium.org/9838066/ BUG=chromium-os:25976 TEST=Manual. Used custom shill with portal check disabled by default. Proceed EULA, portal check is enabled. Review URL: http://codereview.chromium.org/9837040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128798 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 128789 - Media failures on Win/Mac/Linux starting with this CL.rsleevi@chromium.org2012-03-2527-84/+113
| | | | | | | | | | | | Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9845033 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/9808107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128797 0039d316-1c4b-4281-b951-d872f2087c98
* Keep hiding windows' layers stacked above the new active window's layer.ben@chromium.org2012-03-253-7/+42
| | | | | | | | | | | This prevents the new active window from drawing atop the disappearing window as it animates away. http://crbug.com/119235 TEST=none Review URL: http://codereview.chromium.org/9839072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128796 0039d316-1c4b-4281-b951-d872f2087c98
* cros gdata: fix unittest GetAvailableSpace: EXPECT_CALL for OnCacheInitializedkuan@chromium.org2012-03-251-0/+2
| | | | | | | BUG=chromium-os:28372 Review URL: https://chromiumcodereview.appspot.com/9839097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128795 0039d316-1c4b-4281-b951-d872f2087c98
* Make FramePainter remove itself as a WindowObserverdavemoore@chromium.org2012-03-242-4/+13
| | | | | | | | | | BUG=119982 TEST=Ensure it doesn't crash. TBR=jamescook@chromium.org Review URL: https://chromiumcodereview.appspot.com/9839096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128794 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two broken json_schema_compiler python unit tests.asargent@chromium.org2012-03-243-18/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were broken by some of our recent changes, thus highlighting the need to get them running in an automated fashion. For now, I've fixed them and done a couple of performance tweaks to speed them up dramatically (30s -> 0.1s). BEFORE ------ cpp_type_generator_test.py real 0m29.787s model_test.py real 0m27.287s AFTER ----- cpp_type_generator_test.py real 0m0.151s model_test.py real 0m0.117s BUG=none TEST=none Review URL: http://codereview.chromium.org/9834063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128793 0039d316-1c4b-4281-b951-d872f2087c98
* cros gdata: let cache initialization handle dir creation for SaveFeedkuan@chromium.org2012-03-243-8/+11
| | | | | | | | | | | - this maintains consistency with other cache api's and also ensures that cache initialization executes before saving feed to cache - enhance GetAvailableSpace uniitest to verify that feed is saved to cache BUG=chromium-os:28372 Review URL: https://chromiumcodereview.appspot.com/9839095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128792 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary WebContents->TabContents casting now that TabContentsView ↵jam@chromium.org2012-03-246-16/+13
| | | | | | | | | implementations are created from content. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9839068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128791 0039d316-1c4b-4281-b951-d872f2087c98
* Mac content shell: Implement CrApplication.avi@chromium.org2012-03-244-0/+55
| | | | | | | | | BUG=115784 TEST=popup menus work in content shell Review URL: https://chromiumcodereview.appspot.com/9834080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128790 0039d316-1c4b-4281-b951-d872f2087c98
* Move the MediaObserver getter from ResourceContext to ContentBrowserClient, ↵jam@chromium.org2012-03-2427-113/+84
| | | | | | | | | since we only need to support one. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9845033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128789 0039d316-1c4b-4281-b951-d872f2087c98
* Mac content shell: Insert views, make it work.avi@chromium.org2012-03-242-18/+45
| | | | | | | | | | BUG=115784 TEST=none Review URL: http://codereview.chromium.org/9852003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128788 0039d316-1c4b-4281-b951-d872f2087c98
* String fix in Protector bubble for invalid backup.ivankr@chromium.org2012-03-241-1/+1
| | | | | | | | | | TBR=avayvod@chromium.org BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/9808103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128787 0039d316-1c4b-4281-b951-d872f2087c98
* Don't delete Primary monitor and it's root window whenoshima@chromium.org2012-03-243-6/+76
| | | | | | | | | | | | | # of monitors goes zero. BUG=none TEST=nonoe Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128684 Review URL: https://chromiumcodereview.appspot.com/9835068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128786 0039d316-1c4b-4281-b951-d872f2087c98
* Make json_schema_compiler's generated ToValue use explicit field access.gdk@chromium.org2012-03-241-1/+1
| | | | | | | | | | | | | | This resolves the issue where a dictionary/object field named 'value' would lead to compilation errors due to the a local in ToValue also named 'value' masking the underlying field. BUG=119899 TEST=none Review URL: http://codereview.chromium.org/9837078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128785 0039d316-1c4b-4281-b951-d872f2087c98
* Create vertical and more conservative pointer barriers.oshima@chromium.org2012-03-241-9/+24
| | | | | | | | | | | | | | I talked to yufeng and he said powerd is not creating barrier. It seemed to be working when I tested on device, but I decided to create vertical ones just in case. I also made the barriers more concervative (they extends across screen) because I see leaks when I tested on my Ubunto11. I still see leaking when I move mouse to towards the left/right edge of window titile decoration on my machine and I don't know why, but this shouldn't be an issue on the device where there is no wm. BUG=115510 TEST=none Review URL: https://chromiumcodereview.appspot.com/9852009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128784 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers ↵isherman@chromium.org2012-03-246-66/+37
| | | | | | | | | | | | for tracking time. BUG=none TEST=none Review URL: http://codereview.chromium.org/9818004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128783 0039d316-1c4b-4281-b951-d872f2087c98
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-2410-66/+56
| | | | | | | | | BUG=100898 R=asvitkine@chromium.org Review URL: https://chromiumcodereview.appspot.com/9838089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128782 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS Echo]: Temporary unit test fix for ExtensionOffers API testsatorux@chromium.org2012-03-241-1/+3
| | | | | | | | | | | | | | | r128768 hooked getCouponCode() to the underlying system on Chrome OS, instead of returning a mock value. Temporary fix to fix the test baseline. A much better solution would be to mock out StatisticsProvider on browser_tests. BUG=none TEST=browser_tests --gtest_filter='ExtensionOffers*' now succeeds Review URL: https://chromiumcodereview.appspot.com/9839093 Patch from Gaurav Shah <gauravsh@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128781 0039d316-1c4b-4281-b951-d872f2087c98
* Update svn:ignore's until http://crbug.com/109763 is fixed.maruel@chromium.org2012-03-240-0/+0
| | | | | | | | TBR=cmp@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128780 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old unused disable-glsl-translator flaggman@chromium.org2012-03-246-17/+0
| | | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/9811020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128779 0039d316-1c4b-4281-b951-d872f2087c98
* Fix directory creation on gdata.tbarzic@chromium.org2012-03-241-1/+2
| | | | | | | | | | | We should check cache for newly created dirs parent path (not the new dir's path) BUG=None TEST=GData unit tests Review URL: https://chromiumcodereview.appspot.com/9837079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128778 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome OS Media Player: Better handling of video playback errors and slow ↵kaznacheev@chromium.org2012-03-243-13/+34
| | | | | | | | | | | | | | loading. Currently if the video takes long to start we do not show the spinner and if the video error happens on the start we show a (slightly) wrong message. BUG= TEST= Review URL: http://codereview.chromium.org/9808053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128777 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented GDataFileSystem::TransferFile() method. It uploads file from the ↵zelidrag@chromium.org2012-03-2412-49/+215
| | | | | | | | | | | local path directly to gdata server. BUG=chromium-os:28331 TEST=none Review URL: https://chromiumcodereview.appspot.com/9850001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128775 0039d316-1c4b-4281-b951-d872f2087c98
* Add a SkiaTextRenderer::SetFontFamilyWithStylexiyuan@chromium.org2012-03-243-6/+24
| | | | | | | | | | | RenderTextLinux::DrawVisualText use it to stick with one font familty and avoid bad glyph index problem; BUG=119680 TEST=Verify fix for 119680 and other text should look the same as before. Review URL: https://chromiumcodereview.appspot.com/9808098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128774 0039d316-1c4b-4281-b951-d872f2087c98
* Fix range of gamepad axis values on Windowsscottmg@chromium.org2012-03-241-5/+7
| | | | | | | | | | | | | | Previously was being normalized via division by 32767, but the range is documented to be -32768..32767 so we need to bias to not exceed -1..1 and get the full range. Also inspected the Linux code expecting a similar bug, but the range there is documented to be -32767..32767 so simple division suffices. R=rsleevi BUG=119791 Review URL: http://codereview.chromium.org/9838078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128773 0039d316-1c4b-4281-b951-d872f2087c98
* Make Callback::Reset() return a copy to support use-cases where Run() ends ↵fischman@chromium.org2012-03-2411-40/+72
| | | | | | | | | | | | | | up modifying |*this|. Callers can use cb.Reset().Run(args...); to avoid reentrancy-like bugs. Replace the special-purpose versions of ResetAndRunCB in the media/ codebase with this more-general facility. Review URL: http://codereview.chromium.org/9717021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128772 0039d316-1c4b-4281-b951-d872f2087c98
* Add dbus::AppendBasicTypeValueDatahashimoto@chromium.org2012-03-243-24/+151
| | | | | | | | | | BUG=chromium-os:16557 TEST=dbus_unittests --gtest_filter="ValuesUtilTest.Append*" Review URL: http://codereview.chromium.org/9826044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128771 0039d316-1c4b-4281-b951-d872f2087c98
* gdata: Change StartInitialScan to take a continuation callback.satorux@chromium.org2012-03-243-17/+27
| | | | | | | | | | | | This is in preparation for kicking off the fetch loop, which is not yet implemented BUG=chromium-os:27835 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/9852015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128770 0039d316-1c4b-4281-b951-d872f2087c98
* Ash: Use new textbutton imagesjamescook@chromium.org2012-03-242-19/+42
| | | | | | | | | | | | | This makes the bookmarks bar match the style of the back/forward/reload buttons. Also tweak the toolbar bottom-line color at Andre's request. BUG=119813 TEST=visual TBR=ben@chromium.org Review URL: http://codereview.chromium.org/9837077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128769 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS ECHO] Load cached ECHO coupons and hook them to getCouponCode()gauravsh@chromium.org2012-03-242-10/+35
| | | | | | | | | | | | | The Chrome OS statistics provider now also loads the cached coupons which are now queried on calls to getCouponCode(). BUG=chromium-os:27865 TEST=manually verified the output of getCouponCode() in the extension. Review URL: http://codereview.chromium.org/9842004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128768 0039d316-1c4b-4281-b951-d872f2087c98
* Fix calls to PrerenderManager::RecordNavigation.cbentzel@chromium.org2012-03-243-13/+14
| | | | | | | | | This was not recording most render-issued navigations after the change to swapping in prerenders after OpenURL. Review URL: http://codereview.chromium.org/9834066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128767 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 128763 - Broke pnacl SDKrsleevi@chromium.org2012-03-2410-333/+0
| | | | | | | | | | | NaCl proxy for PPB_NetAddress_Private_1_1 Review URL: https://chromiumcodereview.appspot.com/9808028 TBR=sergeyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9834086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128766 0039d316-1c4b-4281-b951-d872f2087c98
* Update windows size expectationsrbyers@chromium.org2012-03-241-2/+2
| | | | | | | | | | | | | | | | windows chrome.dll: http://build.chromium.org/f/chromium/perf/xp-release/sizes/report.html?history=150&rev=-1&graph=chrome.dll windows setup.exe: http://build.chromium.org/f/chromium/perf/xp-release/sizes/report.html?history=150&rev=-1&graph=setup.exe TBR=tony@chromium.org BUG=119947 TEST= Review URL: https://chromiumcodereview.appspot.com/9834083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128765 0039d316-1c4b-4281-b951-d872f2087c98