summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert to std::wstring as late as possible.tfarina@chromium.org2011-01-221-10/+11
| | | | | | | | | | | | | | | | | This is the change requested by Will. BUG=None TEST=None Original Review URL: http://codereview.chromium.org/6243010/ Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: William Chan <willchan@chromium.org> Reviewed-by: Thiago Farina <tfarina@chromium.org> Review URL: http://codereview.chromium.org/6299015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72254 0039d316-1c4b-4281-b951-d872f2087c98
* No longer display background page badge on initial start after upgradeatwilson@chromium.org2011-01-221-2/+6
| | | | | | | | | BUG=64144 TEST=manual (Code relies on Extension, which can't be mocked out) Review URL: http://codereview.chromium.org/6352010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72253 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix the casing the of the Autofill overlay titles.jhawkins@chromium.org2011-01-221-12/+28
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6376008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72252 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, fix my previous fix to the refactor breakage. Make sure we only applycevans@chromium.org2011-01-221-1/+5
| | | | | | | | | | | | | the current menu command to whoever opened the custom menu. We have to track it in a slightly ugly manner thanks to GTK's out-of-order messaging for "menu item selected" vs. "context menu closed". BUG=NONE TEST=manual Review URL: http://codereview.chromium.org/6278013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72251 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of RenderViewHostDelegate::BrowserIntegration since it was ↵jam@chromium.org2011-01-2210-339/+103
| | | | | | | | unnecessary. RenderViewHost used to dispatch messages only to call that interface, and TabContents would do the work. Instead have TabContents dispatch the messages directly. Review URL: http://codereview.chromium.org/6336012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72250 0039d316-1c4b-4281-b951-d872f2087c98
* String changes for sync dialog suggested by Brian.johnnyg@chromium.org2011-01-225-16/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6371007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72249 0039d316-1c4b-4281-b951-d872f2087c98
* Break ppapi.gyp into several gypi's to reduce contention and allow projects ↵noelallen@google.com2011-01-225-644/+723
| | | | | | | | | | | | | | | to pick which portion of ppapi to use. This revents ppapi from inducing dependencies on other libraries such as base, or large code bases such as mesa in the cases where the ppapi user doesn't need them. BUG=nacl1339 TEST=None Review URL: http://codereview.chromium.org/6265022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72248 0039d316-1c4b-4281-b951-d872f2087c98
* Fix frame-exact seeking again to stay within duration as opposed to rounding ↵scherkus@chromium.org2011-01-222-4/+4
| | | | | | | | | | | | | to the closest frame. Based on discussion from https://bugs.webkit.org/show_bug.cgi?id=52697 to be consistent with other WebKit ports. BUG=69499 TEST=media_unittests Review URL: http://codereview.chromium.org/6259012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72247 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeFrame full tab mode was not supporting the PROPFIND verb correctly, in ↵ananta@chromium.org2011-01-221-8/+7
| | | | | | | | | | | | | | | | | | | | | | the sense that these requests can upload data on the same lines as regular HTTP POST and PUT requests. As a result we would end up never sending out the request to the server. Cleaned up the code in our IBindStatusCallback::GetBindInfo implementation to always honor the posted data length associated with the current request and use it to determine whether we have data to upload. Fixes bug http://code.google.com/p/chromium/issues/detail?id=70302 BUG=70302 TEST=As described in the bug at this point. We need to add support in the HTTPTest server to allow the PROPFIND and other custom methods. Will do that in a subsequent CL. Review URL: http://codereview.chromium.org/6360011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72246 0039d316-1c4b-4281-b951-d872f2087c98
* webkit: expose webkit branch and revision number in about pagesevan@chromium.org2011-01-225-31/+108
| | | | | | | | | | | | | | | - Change lastchange.py to work in other directories and to provide SVN URL. - Use lastchange.py in place where we generate WebKit versioning info. - Include branch@revision string in glue API. BUG=41264 TEST=compiles Review URL: http://codereview.chromium.org/6354014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72245 0039d316-1c4b-4281-b951-d872f2087c98
* Unregister access notifications when accessibility is turned offchaitanyag@chromium.org2011-01-221-4/+9
| | | | | | Review URL: http://codereview.chromium.org/6283009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72244 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move box_layout.[cc,h] into the new layout directory.tfarina@chromium.org2011-01-227-15/+15
| | | | | | | | | | | The other layout files under views directory will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6380010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72243 0039d316-1c4b-4281-b951-d872f2087c98
* Fix comment.darin@chromium.org2011-01-221-4/+4
| | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/6278014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72242 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break from previous change (files moved in between try bot run and ↵jam@chromium.org2011-01-222-5/+5
| | | | | | | | commit). Review URL: http://codereview.chromium.org/6379003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72241 0039d316-1c4b-4281-b951-d872f2087c98
* When we detect a PDF with an unsupported feature, ask the user if they want ↵jam@chromium.org2011-01-2233-51/+557
| | | | | | | | | to view it with Adobe Reader if it's installed. If it's not, ask them if they want to launch the url to install it. If it's installed and out of date, show an interstitial. BUG=65339 Review URL: http://codereview.chromium.org/6259008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72240 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Miscellaneous style tweaksstuartmorgan@chromium.org2011-01-223-4/+10
| | | | | | | | | | | | | | | | | Addresses various small review comments and other issues: - Removes the min-height for the main-page startup page list, where it doesn't make sense - Changed the min-height for other lists to a multiple of the list item heights - Removes some of the left padding in select elements - Makes the bottom shadow of subpages slightly lighter - Makes the close buttons centered vertically - Changes the input type of the Add Startup Page overlay to prevent over-aggresive validation BUG=None TEST=None Review URL: http://codereview.chromium.org/6359011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72239 0039d316-1c4b-4281-b951-d872f2087c98
* Adding ChromeVox as a component extensions (enabled only for ChromeOS, for now)chaitanyag@chromium.org2011-01-225-0/+52
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6254007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72238 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: save UI language state in local_state, not profile.csilv@chromium.org2011-01-211-2/+2
| | | | | | | | BUG=70351 TEST=Verify language change works on windows/linux. Review URL: http://codereview.chromium.org/6324009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72237 0039d316-1c4b-4281-b951-d872f2087c98
* Stop using browser signin for passphrase migration, just use the normal ↵johnnyg@chromium.org2011-01-213-42/+21
| | | | | | | | | | | signin flow which is accessible from all parts of the sync UI. Create the correct state transition from login -> initial passphrase selection. BUG=70429 TEST=upgrade a sync-everything profile to latest chrome Review URL: http://codereview.chromium.org/6357011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72236 0039d316-1c4b-4281-b951-d872f2087c98
* SetIOAllowed when stopping worker audio threadsdavej@chromium.org2011-01-212-1/+13
| | | | | | | | | | | Stopping a thread is considered "IO" since it "may" take a long time. In the case with these audio threads, they are already idle, so stopping should not block. BUG=chromium-os:11110 TEST=(none) Review URL: http://codereview.chromium.org/6254016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72235 0039d316-1c4b-4281-b951-d872f2087c98
* Add --enable-nacl to the whitelisted browser flags that are passed to ↵bbudge@google.com2011-01-211-0/+1
| | | | | | | | | | renderer processes TEST=manual BUG= http://code.google.com/p/nativeclient/issues/detail?id=1322 Review URL: http://codereview.chromium.org/6262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72234 0039d316-1c4b-4281-b951-d872f2087c98
* Get correct backbuffer format when context is on screen.gman@chromium.org2011-01-212-2/+12
| | | | | | | | | TEST=none BUG=67873 Review URL: http://codereview.chromium.org/6359009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72233 0039d316-1c4b-4281-b951-d872f2087c98
* More net/ header/implementation method reordering.erg@google.com2011-01-2114-878/+913
| | | | | | | | | | | (Contains some minor de-inlining.) BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6263010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72232 0039d316-1c4b-4281-b951-d872f2087c98
* Add OWNERS file to autocomplete subdir.tfarina@chromium.org2011-01-211-0/+2
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6384006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72231 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium support for window.webkitRequestAnimationFrame()jamesr@chromium.org2011-01-2111-6/+71
| | | | | | | | | | | | | This is a very simple scheduler that targets 100fps. BUG=64848 TEST=layout tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71909 Review URL: http://codereview.chromium.org/6136005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72230 0039d316-1c4b-4281-b951-d872f2087c98
* Comment out broken CHECK in ppapi/ppb_url_loader_impl.cc.polina@google.com2011-01-211-2/+3
| | | | | | | | | BUG=70347 TESTED=bots + used nacl with ppapi_geturl that uncovered the crash Review URL: http://codereview.chromium.org/6338014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72229 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the newly added OverrideUserAgent net test so that it works in ↵ananta@chromium.org2011-01-211-1/+5
| | | | | | | | | | | | | | ChromeFrame where the chromeframe suffix is added to the outgoing UA. BUG=none TEST=Existing OverideUserAgent test should pass in the regular and ChromeFrame case. R=wtc Review URL: http://codereview.chromium.org/6369008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72228 0039d316-1c4b-4281-b951-d872f2087c98
* Move l10n_util to ui/baseben@chromium.org2011-01-21616-702/+783
| | | | | | | | | BUG=none TEST=none TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72227 0039d316-1c4b-4281-b951-d872f2087c98
* This test is obsolete now because of a design change in omnibox.rohitbm@google.com2011-01-211-26/+0
| | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=71963 Review URL: http://codereview.chromium.org/6326008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72226 0039d316-1c4b-4281-b951-d872f2087c98
* This patch moves the experiments settings from the user profile to the ↵bbudge@google.com2011-01-215-12/+11
| | | | | | | | | | | | browser's local state, since these settings correspond to command line switches. This is a release blocker for NaCl, so we decided to push this through. TEST=manual BUG= http://code.google.com/p/nativeclient/issues/detail?id=1322 Review URL: http://codereview.chromium.org/6267009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72225 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Split search engines into two listsstuartmorgan@chromium.org2011-01-218-245/+120
| | | | | | | | | BUG=70332 TEST=Search engine list headers should match autofill options. Review URL: http://codereview.chromium.org/6248015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72224 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing omnibox testnirnimesh@chromium.org2011-01-211-0/+2
| | | | | | | | BUG=70437 Review URL: http://codereview.chromium.org/6307011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72223 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed ChromeOS network unit tests.zelidrag@chromium.org2011-01-211-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6253008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72222 0039d316-1c4b-4281-b951-d872f2087c98
* Add additional logging to diagnose flaky testZipInIncognito testnirnimesh@chromium.org2011-01-211-1/+4
| | | | | | Review URL: http://codereview.chromium.org/6369010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72221 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing search engine testsnirnimesh@chromium.org2011-01-211-0/+4
| | | | | | | | BUG=70439 Review URL: http://codereview.chromium.org/6376007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72219 0039d316-1c4b-4281-b951-d872f2087c98
* Moving Background App support on the Mac Dock menu into its own submenurickcam@chromium.org2011-01-212-30/+44
| | | | | | | | | BUG=69448 TEST=manual Review URL: http://codereview.chromium.org/6241009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72217 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix ordering of Import/Export buttons in Cert Manager.jhawkins@chromium.org2011-01-211-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6261021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72216 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 76356:76389rniwa@chromium.org2011-01-211-1/+1
| | | | | | TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72215 0039d316-1c4b-4281-b951-d872f2087c98
* Disable enforced throttling for URL requests.yzshen@chromium.org2011-01-211-9/+2
| | | | | | | | | | | | The throttling feature rejects outbound HTTP requests to a server for a period of time, when it finds that the server is returning 5XX. This change disables the feature. TEST=none BUG=70412 Review URL: http://codereview.chromium.org/6369007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72214 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Tweak 'text-button' css to not conflict with 'button' ↵csilv@chromium.org2011-01-211-2/+7
| | | | | | | | | | customizations. BUG=none TEST=none Review URL: http://codereview.chromium.org/6386001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72213 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix the casing and trailing ellipses of a few strings.jhawkins@chromium.org2011-01-211-6/+20
| | | | | | | | | BUG=64791 TEST=none Review URL: http://codereview.chromium.org/6307012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72212 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move the implementation of TabbedPaneExample from the header file to ↵tfarina@chromium.org2011-01-213-76/+107
| | | | | | | | | | | the source file. BUG=None TEST=run out/Debug/views_examples, it should work as before. Review URL: http://codereview.chromium.org/6283008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72211 0039d316-1c4b-4281-b951-d872f2087c98
* Deleting downstream test_expectations that have been moved to upstream ↵rniwa@chromium.org2011-01-211-15/+0
| | | | | | | | test_expectations. Review URL: http://codereview.chromium.org/6268010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72205 0039d316-1c4b-4281-b951-d872f2087c98
* Internationalize the prefix of unconfirmed download file.tfarina@chromium.org2011-01-216-6/+18
| | | | | | | | | BUG=3563 TEST=manual Review URL: http://codereview.chromium.org/6247015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72204 0039d316-1c4b-4281-b951-d872f2087c98
* The CertVerifierJob destructor should delete canceled requests.wtc@google.com2011-01-212-4/+42
| | | | | | | | | | | | | Add a job to inflight_ only after the job's worker has started successfully. R=agl BUG=63357,67289 TEST=net_unittests --gtest_filter=CertVerifierTest.CancelRequestThenQuit should not leak a CertVerifierRequest object under valgrind. Review URL: http://codereview.chromium.org/5973004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72203 0039d316-1c4b-4281-b951-d872f2087c98
* Incorect IPC_MESSAGE_START definition in utility_messages_internal.htsepez@chromium.org2011-01-211-1/+1
| | | | | | | | | BUG=70421 TEST=none Review URL: http://codereview.chromium.org/6354013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72200 0039d316-1c4b-4281-b951-d872f2087c98
* Added flags to prevent messing with network connections while 3G device is ↵zelidrag@chromium.org2011-01-2110-7/+130
| | | | | | | | | | | being activated. BUG=chromium-os:9870 TEST=make sure cellular/wireless network can't be enabled/disabled during 3g plan activation process Review URL: http://codereview.chromium.org/6292008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72199 0039d316-1c4b-4281-b951-d872f2087c98
* Update about:version copyright year to 2011.derat@chromium.org2011-01-212-2/+2
| | | | | | | | | BUG=chromium-os:10712 TEST=none Review URL: http://codereview.chromium.org/6253007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72198 0039d316-1c4b-4281-b951-d872f2087c98
* Change DCHECK in BookmarkBarGtk to DLOG and return.tessamac@google.com2011-01-212-6/+2
| | | | | | | | | | | If the BookmarkBarNode isn't loaded (yet) then we shouldn't be creating any bookmark buttons. This fixes the crashes reported in ExtensionInstallUIBrowserTest. BUG=44548 TEST=browser_tests, unit_tests, trybots Review URL: http://codereview.chromium.org/6209001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72197 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the URLRequestTestHTTP.DefaultUserAgent for ChromeFrame net tests as ↵ananta@chromium.org2011-01-211-0/+4
| | | | | | | | | | | | | | this test expects an empty UA to be echoed back which won't be the case in ChromeFrame. BUG=none TEST=none TBR=amit Review URL: http://codereview.chromium.org/6323014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72196 0039d316-1c4b-4281-b951-d872f2087c98