summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-05910-1369/+1369
| | | | | | | | | BUG=71063 TEST=compiled Review URL: http://codereview.chromium.org/6312156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Fix font size for add startup page url field.csilv@chromium.org2011-02-052-2/+3
| | | | | | | | BUG=54157 TEST=Verify that add startup page url respects the default font size. Review URL: http://codereview.chromium.org/6246125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73889 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Rename ExtensionDOMUI to ExtensionWebUI.tfarina@chromium.org2011-02-0513-72/+72
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6349120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73888 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Fix favicon alignment in the search engine managerstuartmorgan@chromium.org2011-02-051-8/+6
| | | | | | | | | BUG=None TEST=Favicon positioning should not be affected by selection in the search engine list. Review URL: http://codereview.chromium.org/6312152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73887 0039d316-1c4b-4281-b951-d872f2087c98
* This reverts commit r73836.ajwong@chromium.org2011-02-0513-73/+94
| | | | | | TBR=wez git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73886 0039d316-1c4b-4281-b951-d872f2087c98
* Manually add necessary test data for webdriver python tests.kkania@chromium.org2011-02-0560-1/+12832
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6250071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73885 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Task Manager to correctly display network usage of plug-in processes.ajwong@chromium.org2011-02-0513-94/+73
| | | | | | | | | | BUG=chromium-os:2954 TEST=Run Chrome and open Task Manager, then play a video in YouTube and check whether the Network usage is correctly reported against the plug-in. Review URL: http://codereview.chromium.org/6328010 Patch from James Weatherall <wez@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73884 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromedriver tests on windows. Add simplejson to path, fix defines for ↵kkania@chromium.org2011-02-054-37/+28
| | | | | | | | | | win64, and fix command-line parsing. BUG=none TEST=none Review URL: http://codereview.chromium.org/6250162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73883 0039d316-1c4b-4281-b951-d872f2087c98
* Sort the methods in views into sections, and make .cc order match .hben@chromium.org2011-02-052-1439/+1543
| | | | | | | | | | | | This is the first phase of upgrading views::View to the V2 API. BUG=none TEST=none TBR=sky Review URL: http://codereview.chromium.org/6413001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73881 0039d316-1c4b-4281-b951-d872f2087c98
* Remove support for client side arrays from client side gpugman@chromium.org2011-02-055-111/+81
| | | | | | | | | | | | | | | | | | | | | | | | | code used by Chromium and WebGL so that you can't use it by accident. It's stil enabled for Pepper, the conformance tests and the unit tests. Note that bug 71717 was a bug in WebGL. The same call to glDrawElements with the same parameters would have also crashed real OpenGL. The reason it didn't with --in-process-webgl is because some checks were used with that flag that were not without. Mo is fixing that side. Also, I made it so the the GLES2Implementation class is always the same. Otherwise code calling it needed to have the same flags. BUG=71717 TEST=none Review URL: http://codereview.chromium.org/6410092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73878 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77653:77686.dglazkov@chromium.org2011-02-052-1/+4
| | | | | | | | | | TBR=loislo TEST=none BUG=none Review URL: http://codereview.chromium.org/6286126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73877 0039d316-1c4b-4281-b951-d872f2087c98
* Right now the lock and unlock automation calls return immediately. Instead, ↵dtu@chromium.org2011-02-053-4/+51
| | | | | | | | | | | it should block until the lock/unlock completes. BUG=none TEST=none Review URL: http://codereview.chromium.org/6250121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73875 0039d316-1c4b-4281-b951-d872f2087c98
* Carnitas: Remove unneeded include from download_file_manager.ccsail@chromium.org2011-02-041-6/+0
| | | | | | | | | BUG=None TEST=NONE Review URL: http://codereview.chromium.org/6410095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73872 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up PersonalDataManager::ImportFormData()isherman@chromium.org2011-02-045-128/+153
| | | | | | | | | | | Less logic in PDM, move temporary credit card into AFM. BUG=none TEST=none Review URL: http://codereview.chromium.org/6286110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73870 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Fix a pile of bugs in the implementation of the file chooser API.viettrungluu@chromium.org2011-02-044-28/+78
| | | | | | | | | | | | | | | | | | | This fixes: - a crash, due to holding a plain old pointer to a ref-counted object; - a DCHECK() failure, due to using FilePath::AppendASCII(); - incorrect/non-handling of PP_ERROR_INPROGRESS; - non-initialization of PPB_FileChooser_Impl::next_chosen_file_index_; - non-clearing of PPB_FileChooser_Impl::chosen_files_ upon Show() being called (e.g., a second time); - not aborting callbacks on resource deletion. Probably something else too. BUG=none TEST=Trung is a bit happier Review URL: http://codereview.chromium.org/6334117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73869 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the expectation in OverrideUserAgent net test to ensure that it passes withananta@chromium.org2011-02-041-3/+3
| | | | | | | | | | | chrome frame net tests. This is to account for the changed UA string in chrome frame. BUG=none TEST=Covered by existing chrome frame net test Review URL: http://codereview.chromium.org/6246121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73867 0039d316-1c4b-4281-b951-d872f2087c98
* patch from issue 6286089mnissler@chromium.org2011-02-0411-399/+545
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73866 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Use the appropriate Settings title per-platform.jhawkins@chromium.org2011-02-041-3/+15
| | | | | | | | | BUG=71942 TEST=none Review URL: http://codereview.chromium.org/6410094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73865 0039d316-1c4b-4281-b951-d872f2087c98
* Added support in chrome frame for registering and unregistering the NPAPI ↵ananta@chromium.org2011-02-043-19/+45
| | | | | | | | | | | | | plugin as per user. This would ensure that the ChromeFrame Vista and above builders work correctly with UAC on. BUG=none TEST=ChromeFrame tests should pass on Vista with UAC on. Review URL: http://codereview.chromium.org/6368108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73860 0039d316-1c4b-4281-b951-d872f2087c98
* Add new target for building qa-related targets on the qa waterfall.kkania@chromium.org2011-02-042-1/+17
| | | | | | | | | | Only depend on pyautolib if the target exists. BUG=none TEST=none Review URL: http://codereview.chromium.org/6368109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73859 0039d316-1c4b-4281-b951-d872f2087c98
* GPU process does not fall back to alternative GL implementation.apatrick@chromium.org2011-02-045-20/+20
| | | | | | | | | | | | | Unless the --use-gl command line switch is specified, only the default GL implementation will be used. On windows this is ANGLE. On other platforms it it OpenGL. Falling back on OpenGL implementations that are generally not as reliable as the default was causing crashes. TEST=try, check GL implementation does not fallback BUG=none Review URL: http://codereview.chromium.org/6246116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73857 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a ToWStringHack() from Gears code.evan@chromium.org2011-02-041-2/+8
| | | | | | | | | | This code is Windows-specific and on the chopping block anyway. BUG=69467 Review URL: http://codereview.chromium.org/6410090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73856 0039d316-1c4b-4281-b951-d872f2087c98
* [views] spoof proof infobars.scr@chromium.org2011-02-049-17/+122
| | | | | | | | | | | | | | | | | Ported changes for http://codereview.chromium.org/3919004/ to views for Windows and ChromeOS. Promoted infobar_arrow_model to ui, but disabled from gyp for mac until it can be ported for that platform in Bug 57106. BUG=48996 TEST=manual, with animations slowed down 100x. Check with bookmarks bar and without, check with multiple info bars by going to russia.ru and killing flash. New tab and switching tabs hide and show the info bars correctly. Review URL: http://codereview.chromium.org/5978005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73855 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Make edit mode conditional on overal list focus.stuartmorgan@chromium.org2011-02-043-28/+91
| | | | | | | | | | | This also gives selected items a different appearance when the list is not focused. Now that the two states are distinguishable, un-focusing an editable list no longer clears its selection. BUG=70796 TEST=Click away from an editable list after selecting something. Selection should stay, but it should be grey instead of blue, and edit mode should end. Review URL: http://codereview.chromium.org/6312153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73854 0039d316-1c4b-4281-b951-d872f2087c98
* Menu item titles include Windows-style accelerator marker.rsesek@chromium.org2011-02-042-1/+9
| | | | | | | | | | | | | Macintosh port remove it in runtime, But current implemented logic is not sufficient for non-English locales. BUG=chromium:70765 TEST=add new tests and pass it(app_unittests) Review URL: http://codereview.chromium.org/6409039 Patch from Takashi Toyoshima <toyoshim@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73853 0039d316-1c4b-4281-b951-d872f2087c98
* For directory upload, show empty directories (all directories, in fact) by ↵johnnyg@chromium.org2011-02-041-4/+6
| | | | | | | | | | | including the corresponding "." file in the result set. BUG=71713 TEST=see bug Review URL: http://codereview.chromium.org/6250118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73851 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testserver with pyautonirnimesh@chromium.org2011-02-042-1/+3
| | | | | | | | | | | | | | Missing pyproto dir makes pyauto not able to launch the testserver for google chrome builders. I have a solution under review. Disable testserver meanwhile. BUG=71976 TEST= Review URL: http://codereview.chromium.org/6250165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73850 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Rename NativeMenuDOMUI to NativeMenuWebUI.tfarina@chromium.org2011-02-048-91/+91
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6368093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73849 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove a ToWStringHack() from Gears code."evan@chromium.org2011-02-041-7/+1
| | | | | | This reverts commit r73846. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73848 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Display whether a cookie is acceptible to the script in the Cookies view.jhawkins@chromium.org2011-02-044-27/+52
| | | | | | | | | BUG=69831 TEST=none Review URL: http://codereview.chromium.org/6349092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73847 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a ToWStringHack() from Gears code.evan@chromium.org2011-02-041-1/+7
| | | | | | | | | | This code is Windows-specific and on the chopping block anyway. BUG=69467 Review URL: http://codereview.chromium.org/6410090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73846 0039d316-1c4b-4281-b951-d872f2087c98
* Fix missing std:: from r73840.mark@chromium.org2011-02-041-1/+1
| | | | | | | | BUG=69467 TEST=Mac compile Review URL: http://codereview.chromium.org/6334120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73845 0039d316-1c4b-4281-b951-d872f2087c98
* Set the focus to proper views when the login window gets focus.oshima@google.com2011-02-047-51/+36
| | | | | | | | | | | | | * Set the initial focus using SetInitialFocus template method. * Removed unused method from GuestUserView * Changed NewUserView to use SetInitialFocus. BUG=chromium-os:11425 TEST=manual. The password of 1st user pod should have focused on boot. Use key to navigate between user pod, guest and new user pod, and make sure the password field, "Enter" button and the "Emai" field gets focused when switched. Review URL: http://codereview.chromium.org/6286087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73844 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77638:77653.dglazkov@chromium.org2011-02-041-1/+1
| | | | | | | | | | TBR=loislo TEST=nom BUG=nom Review URL: http://codereview.chromium.org/6286122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73842 0039d316-1c4b-4281-b951-d872f2087c98
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-0427-91/+119
| | | | | | | | | | | | | | | The reason we don't want a free conversion between FilePaths and Unicode is that it can be lossy. But when displaying a string to the user, we're ok if it's lossy when we have no other option. This change introduces a LossyDisplayName() method that returns a string16, and converts many of the users of ToWStringHack to use it. BUG=69467 Review URL: http://codereview.chromium.org/6246036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73840 0039d316-1c4b-4281-b951-d872f2087c98
* Reworked player_x11:scherkus@chromium.org2011-02-0412-6/+1554
| | | | | | | | | | | | | | | | | - Turned support for EGL image ON for OpenMAX decoding. - Added simple fix for compilation issue due to missing definition for MessageLoop. - Added changes to GLES Video Renderer to use EGL image. - Added H264BitstreamConverter and H264BitstreamConverterFFmpegAdaptor classes to Chromium. - Introduced new h264 bitstream converter to FFmpegDemuxer - Added h264 bitstream converter related classes to media targets and introduced new target for unit testing bitstream converter. Patch by vmr@chromium.org: http://codereview.chromium.org/6260010/ BUG=None TEST=Test H.264 decode clip with player_x11 OpenMAX enabled. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73839 0039d316-1c4b-4281-b951-d872f2087c98
* Fix frame accurate seeking for the third time.scherkus@chromium.org2011-02-041-5/+21
| | | | | | | | | | | | | Turns out we need to do an integer round to paper over floating point issues. Refer to discussion on https://bugs.webkit.org/show_bug.cgi?id=52697 for details. BUG=69499 TEST=layout test in linked bug Review URL: http://codereview.chromium.org/6250137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73838 0039d316-1c4b-4281-b951-d872f2087c98
* Move bookmark star from TabContents to TabContentsWrapper.avi@chromium.org2011-02-0427-128/+196
| | | | | | | | | BUG=71097 TEST=Hammer on bookmark star on all platforms. Nothing should crash, break, or have any user-visible change. Review URL: http://codereview.chromium.org/6334066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73836 0039d316-1c4b-4281-b951-d872f2087c98
* Fix destruction ordering for ChromeURLRequestGetter.willchan@chromium.org2011-02-041-2/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6246112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73835 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for OSX attrib 0 issue.gman@chromium.org2011-02-042-15/+24
| | | | | | | | | TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/6246093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73834 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid dependance on timing in flaky history tests. Add logging to ↵skerner@chromium.org2011-02-048-146/+222
| | | | | | | | | | | understand waterfall failures. BUG=26296 TEST=ExtensionHistoryApiTest.* Review URL: http://codereview.chromium.org/6312134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73833 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the IEOpenInNewWindow chrome frame test on IE7.ananta@chromium.org2011-02-041-0/+5
| | | | | | | | | | BUG=none TEST=none TBR=amit Review URL: http://codereview.chromium.org/6250163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73832 0039d316-1c4b-4281-b951-d872f2087c98
* Invoke the OaEnablePerUserTLibRegistration function in oleaut32.dll during ↵ananta@chromium.org2011-02-041-0/+13
| | | | | | | | | | | | | | | | ChromeFrame per user registration on Vista and beyond. This is to workaround a bug on Vista SP1 and up where the mappings of per user type lib reg keys to HKCR don't work as expected. Windows 7 does not have this bug. The function is a noop there. BUG=none TEST=Per user chrome frame tests should work with UAC off Review URL: http://codereview.chromium.org/6286120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73831 0039d316-1c4b-4281-b951-d872f2087c98
* Have a consistent UA string with chromeframe tokenamit@chromium.org2011-02-042-18/+30
| | | | | | | | | | | | | | | | | | | When using 'PostPlatform' registry, chromeframe UA token appears in the middle whereas when we dynamically append the UA we place it at the end. This has caused issues with sites looking for it in a specific place. This change modifies the logic while dynamically appending the UA to insert it consistently in the place where PostPlatform puts it. BUG=70024 TEST=covered by HtmlUtilUnittest.AddChromeFrameToUserAgentValue Review URL: http://codereview.chromium.org/6246088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73830 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Reset the number of fatal errors each timervargas@google.com2011-02-041-0/+5
| | | | | | | | | | | | we report it and make sure that we don't report it more than once a week. BUG=none TEST=none Review URL: http://codereview.chromium.org/6410044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73829 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the Xcode 3.1 gcc 4.2 compiler warning:wtc@chromium.org2011-02-041-3/+3
| | | | | | | | | | | | | | service_process_util_posix.cc:143: warning: 'ServiceProcessState::StateData' has a field 'ServiceProcessState::StateData::shut_down_monitor_' whose type uses the anonymous namespace by moving ServiceProcessShutdownMonitor outside the anonymous namespace. R=dmaclach,mark BUG=none TEST=none Review URL: http://codereview.chromium.org/6286103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73828 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_shell to use the correct page ID for error pages.creis@google.com2011-02-041-0/+8
| | | | | | | | | BUG=70315 TEST=Go back to a "confirm form resubmission" error, then forward. Review URL: http://codereview.chromium.org/6286100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73827 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73825 - Add new target for building qa-related targets on the qa ↵kkania@chromium.org2011-02-041-9/+1
| | | | | | | | | | | | | | waterfall. BUG=none TEST=none Review URL: http://codereview.chromium.org/6246110 TBR=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/6410086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73826 0039d316-1c4b-4281-b951-d872f2087c98
* Add new target for building qa-related targets on the qa waterfall.kkania@chromium.org2011-02-041-1/+9
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6246110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73825 0039d316-1c4b-4281-b951-d872f2087c98
* Only call NotifyAndTerminate when we've explicitly signed out. achuith@chromium.org2011-02-043-10/+7
| | | | | | | | | | | | NotifyAndTerminate shuts down the login and session manager, which we do not want to or need to do in other cases. This specifically fixes the case where browser shuts down when all the windows are gone (as in pyauto) or a kill event is received (other python tests). BUG=chromium-os:11474 TEST=This should fix python tests on the device. Review URL: http://codereview.chromium.org/6410066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73824 0039d316-1c4b-4281-b951-d872f2087c98