summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added additional tests to omnibox.py pyauto automation.dyu@chromium.org2010-12-171-16/+60
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5151001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69499 0039d316-1c4b-4281-b951-d872f2087c98
* net: Add namespace net to more files.tfarina@chromium.org2010-12-175-20/+32
| | | | | | | | | BUG=64263 TEST=trybots Review URL: http://codereview.chromium.org/5921005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69498 0039d316-1c4b-4281-b951-d872f2087c98
* fix a couple of close buttonsestade@chromium.org2010-12-172-9/+3
| | | | | | | | | | | | | the gtk extension installed button doesn't need to be themed because the background is always white (and is not the tab color, like it is in most other places in the UI) the list item x isn't changing (the images are the same), only the URL is changing. I think this is the 'x' we want, because it's what we use on the NTP. BUG=none TEST=manual Review URL: http://codereview.chromium.org/5880003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69497 0039d316-1c4b-4281-b951-d872f2087c98
* Added additional content verification for App Cache and DNS special tabs pages.dyu@chromium.org2010-12-173-37/+82
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5692005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69496 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a couple of autofill typosisherman@chromium.org2010-12-171-2/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5854004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69495 0039d316-1c4b-4281-b951-d872f2087c98
* Be lenient with exclusions in PYAUTO_TESTS filenirnimesh@chromium.org2010-12-171-1/+4
| | | | | | | | | | | If you try to exclude a test that hasn't been included, pyauto will complain and it won't run anything. Sometimes it's harder to add exclusions per platform, and it'd be easier to ignore tests that need to be excluded but haven't been included. Review URL: http://codereview.chromium.org/5913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69494 0039d316-1c4b-4281-b951-d872f2087c98
* Remove CrOS hack from ppapi.gyp that made the include directories work. Thisbrettw@chromium.org2010-12-1748-54/+48
| | | | | | | | | | fixes the includes for cros to use "third_party" so that everything works. TEST=none BUG=none Review URL: http://codereview.chromium.org/5854003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69493 0039d316-1c4b-4281-b951-d872f2087c98
* Update page_cycler to use sessionStorage.chase@chromium.org2010-12-172-2/+21
| | | | | | | | | | | | | | | | Patch from Ahmad Sharif <asharif@chromium.org>. This was landed previously as r56932 and reverted in r57445. Previous landing showed some flakiness/failures in the DOM automation framework. Relanding to verify if this is fixed or still broken. BUG=53491 TEST=page cyclers stay green Review URL: http://codereview.chromium.org/5955002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69492 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69490 - base/version: remove wstring versionsanjeevr@chromium.org2010-12-1711-37/+38
| | | | | | | | | | | | | | And fix callers. BUG=23581 TEST=trybots Review URL: http://codereview.chromium.org/5848005 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/5905006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69491 0039d316-1c4b-4281-b951-d872f2087c98
* base/version: remove wstring versionevan@chromium.org2010-12-1711-38/+37
| | | | | | | | | | | And fix callers. BUG=23581 TEST=trybots Review URL: http://codereview.chromium.org/5848005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69490 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 74194:74213jianli@chromium.org2010-12-172-15/+1
| | | | | | | | | TBR=yurys BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69489 0039d316-1c4b-4281-b951-d872f2087c98
* net::DirectoryLister: mark another buggy use of IOevan@chromium.org2010-12-171-0/+3
| | | | | | | | | | This code is the same as the previous code in bug 65331, and is also wrong. BUG=65331 Review URL: http://codereview.chromium.org/5876004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69488 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing indentation spacing from r69422 for Issue 14748.erg@google.com2010-12-161-1/+1
| | | | | | | | | | | | (I missed brettw's final comment to fix this in http://codereview.chromium.org/5774004/) BUG=none TEST=none Review URL: http://codereview.chromium.org/5910004 Patch from Mike Wasserman <msw@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69486 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 65780: Can't select file on mac with Accept parameter of <input ↵jianli@chromium.org2010-12-161-1/+5
| | | | | | | | | | | type=file /> BUG=65780 TEST=Manual test Review URL: http://codereview.chromium.org/5859007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69485 0039d316-1c4b-4281-b951-d872f2087c98
* linux: remove the xmessage-based error dialogevan@chromium.org2010-12-161-17/+5
| | | | | | | | | | | | Since this is for developers only, developers use the console anyway. The dialog is cute but superfluous and actually kind of annoying. BUG=37026 Review URL: http://codereview.chromium.org/5905005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69484 0039d316-1c4b-4281-b951-d872f2087c98
* Another attempt at landing:dmichael@google.com2010-12-166-0/+754
| | | | | | | | | | | | | | http://codereview.chromium.org/5730003/ Previously r69187 Check-in was almost clean, but checkdeps.py flagged it as having invalid includes (because the Clang plugins aren't meant to be built as part of Chrome). This adds the magic incantation (a DEPS file... who knew?) to make checkdeps.py ignore it. Tested by running checkdeps.py in my gclient before and after. BUG=61004,62983 TEST=compile asserts and ppapi/tests/test_struct_sizes.c Review URL: http://codereview.chromium.org/5927004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69483 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Fix faulty search highlighting.csilv@chromium.org2010-12-161-29/+66
| | | | | | | | BUG=67189,67191,67048 TEST=Verify that searching does not break functionality of page. Review URL: http://codereview.chromium.org/5883006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69481 0039d316-1c4b-4281-b951-d872f2087c98
* Decompose and clean up code for determining which fields to draw from for ↵isherman@chromium.org2010-12-164-118/+221
| | | | | | | | | | | Autofill labels. BUG=66953,66810,66805 TEST=unit_tests --gtest_filter=AutoFillProfileTest.CreateInferredLabels* Review URL: http://codereview.chromium.org/5851002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69480 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing notification pyauto tests.kkania@chromium.org2010-12-161-0/+3
| | | | | | | | | BUG=66072 TEST=none Review URL: http://codereview.chromium.org/5853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69479 0039d316-1c4b-4281-b951-d872f2087c98
* The URLRequestContext for off-the-record mode shouldwtc@google.com2010-12-161-2/+3
| | | | | | | | | | | | | | have a non-NULL cert_verifier, otherwise SSLClientSocket in off-the-record mode will crash when verifying a certificate. Just share the same cert verifier with the original profile. R=agl,nirnimesh BUG=63357 TEST=none Review URL: http://codereview.chromium.org/5903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69478 0039d316-1c4b-4281-b951-d872f2087c98
* Fix logic that decides when to switch processes when crossing extension ↵mpcomplete@chromium.org2010-12-162-31/+30
| | | | | | | | | | | | | | | | | boundaries. - Allow switch on non-content-initiated redirects. - Allow switch on GET requests that result from a form submission (can happen if a POST destination is redirected). - Clean up the code a bit. This fixes an issue with the webstore where logging in would result in the webstore ending up in the wrong process. BUG=61757,54118 TEST=Go to the webstore and sign out, then try to install an app. It will redirect you to log in, then back to the webstore. Installing at that point should not prompt you with an OK/Cancel permissions dialog. Review URL: http://codereview.chromium.org/5860004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69477 0039d316-1c4b-4281-b951-d872f2087c98
* Make NTP section transitions smoother.jstritar@chromium.org2010-12-162-14/+118
| | | | | | | | | | | The NTP section transitions were updated to be smoother and reduce overlap. The sections fade-in and out more consistently and faster. The small links now fade in, and the most visited section slides up and down while switching sections. BUG=62844 TEST=None. Review URL: http://codereview.chromium.org/5685009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69476 0039d316-1c4b-4281-b951-d872f2087c98
* Fix to enable toggling accessibility using Ctrl+Alt+Zchaitanyag@chromium.org2010-12-1610-52/+89
| | | | | | Review URL: http://codereview.chromium.org/5839003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69475 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69472 - Suppress a spurious warning in CompareConfig scherkus@chromium.org2010-12-162-16/+0
| | | | | | | | | | | | | | | third_party/mesa/MesaLib/src/egl/main/eglconfig.c: In function _eglCompareConfigs: third_party/mesa/MesaLib/src/egl/main/eglconfig.h:98: error: array subscript is below array bounds BUG=None TEST=manual/local, and a buildbot running an otherwise affected version. Review URL: http://codereview.chromium.org/5866007 TBR=petermayo@chromium.org Review URL: http://codereview.chromium.org/5925005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69474 0039d316-1c4b-4281-b951-d872f2087c98
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-163-8/+11
| | | | | | Reland of r69420, was reverted in r69426. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69473 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a spurious warning in CompareConfig petermayo@chromium.org2010-12-162-0/+16
| | | | | | | | | | | | third_party/mesa/MesaLib/src/egl/main/eglconfig.c: In function _eglCompareConfigs: third_party/mesa/MesaLib/src/egl/main/eglconfig.h:98: error: array subscript is below array bounds BUG=None TEST=manual/local, and a buildbot running an otherwise affected version. Review URL: http://codereview.chromium.org/5866007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69472 0039d316-1c4b-4281-b951-d872f2087c98
* Updated comments around create tab API.motek@chromium.org2010-12-162-7/+13
| | | | | | | | | | | | | I have investigated the bug in great detail. My previous fix is entirely correct and complete. Removed the TODO, updated the comment to give a better explanation, will close issue upon review. BUG=66864 TEST=none Review URL: http://codereview.chromium.org/5926001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69471 0039d316-1c4b-4281-b951-d872f2087c98
* Almost done deinlining virtual methods.erg@google.com2010-12-1680-203/+553
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/5841002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69470 0039d316-1c4b-4281-b951-d872f2087c98
* Only delete the shared binaries when there are no installed products that ↵tommi@chromium.org2010-12-164-15/+131
| | | | | | | | | | | depend on them. BUG=61609 TEST=When more than one product is installed with the chrome binaries, the first product should not delete the binaries but the second one should. Review URL: http://codereview.chromium.org/5875004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69468 0039d316-1c4b-4281-b951-d872f2087c98
* gtk - Activate the correct tab when users double click on a row in the task ↵estade@chromium.org2010-12-162-35/+14
| | | | | | | | | | | manager. BUG=64966 TEST=manual Review URL: http://codereview.chromium.org/5860007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69467 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Protect reading and writing startup_data_"agl@chromium.org2010-12-162-18/+3
| | | | | | This reverts commit r69438. It may have broken Linux dbg-shlib. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69466 0039d316-1c4b-4281-b951-d872f2087c98
* Add Japanese inactive user toast experiments. finnur@chromium.org2010-12-161-3/+10
| | | | | | | | | | | | (patch from Dominic Cooney, already reviewed here: http://codereview.chromium.org/5270011/) TBR=finnur BUG=58886 TEST=None Review URL: http://codereview.chromium.org/5948001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69465 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69428 - Add support for --multi-install to mini_installer, fixed a ↵finnur@chromium.org2010-12-164-162/+41
| | | | | | | | | | | | | | | | | | | | | memory leak, fixed use of Win32 registry API, and refactored SetFullInstallerFlag so that it can be exercised in unit tests (tests to follow). When --multi-install is not on command-line, "-full" is still added to the appropriate product "ap" value in official builds. When --multi-install is present, "-full" is added to the multi installer's "ap" value unless a product is being migrated from single-install to multi-install, in which case it is put on the product's "ap" value as before. BUG=61609 TEST=Manual for now: run mini_installer.exe in various configurations, inspecting "ap" values as you go. Review URL: http://codereview.chromium.org/5875003 TBR=grt@chromium.org This broke the Win Builder (dbg) (Shared) bot but no-one noticed. Review URL: http://codereview.chromium.org/5890004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69462 0039d316-1c4b-4281-b951-d872f2087c98
* Plumbing load progress notifications to the TabContents.jcivelli@chromium.org2010-12-167-3/+27
| | | | | | | | | | | Also restoring the implementation of RenderView::SetReportLoadProgressEnabled that somehow went away when I synced before committing my previous CL. BUG=None TEST=None Review URL: http://codereview.chromium.org/5925004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69461 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Skia r632:636.senorblanco@chromium.org2010-12-161-1/+1
| | | | | | | | | BUG=67112 TEST=layout tests Review URL: http://codereview.chromium.org/5877006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69460 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 74182:74194jianli@chromium.org2010-12-161-1/+1
| | | | | | | | | TBR=yurys BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69459 0039d316-1c4b-4281-b951-d872f2087c98
* (Committing on behalf of Chris Rogers -- original CL ↵kbr@google.com2010-12-1610-1/+479
| | | | | | | | | | | | | | | http://codereview.chromium.org/5550006/ ) Implement WebKitClientImpl::loadAudioResource() to decode in-memory audio file data for use by WebKit. Most of the interesting low-level code is being added in the media directory. BUG=NONE TEST=NONE (tested locally with web audio API loading files of format .wav .aif .mp3 .m4a 16bit 24bit In the longer term, WebKit layout tests will comprehensively exercise this code) Review URL: http://codereview.chromium.org/5880002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69458 0039d316-1c4b-4281-b951-d872f2087c98
* Added string to VERSIONINFO.vitalybuka@chromium.org2010-12-163-0/+6
| | | | | | | | | | | | "Official Build" to fix UMA issue. "LastChange" for convinience. BUG=none TEST=none Review URL: http://codereview.chromium.org/5860001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69457 0039d316-1c4b-4281-b951-d872f2087c98
* Update latest secure version for Quicktime (7.6.9 for windows only) and ↵panayiotis@google.com2010-12-161-6/+7
| | | | | | | | | | | RealPlayer (12.0.1.609) BUG=67106 TEST=unit_tests Review URL: http://codereview.chromium.org/5906003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69456 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure test server use right mime for exe.lzheng@chromium.org2010-12-161-2/+3
| | | | | | | | | TEST=all tests using test server not broken. BUG=none Review URL: http://codereview.chromium.org/5884002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69455 0039d316-1c4b-4281-b951-d872f2087c98
* HostConfig interface updates.sergeyu@chromium.org2010-12-1612-115/+45
| | | | | | | | | | | | | | | - Simplified mutation semantic: Update() replaced with Save(). Set methods can be called at any time. - JsonHostConfig now inherits from InMemoryHostConfig to avoid code duplication. - Added kHostEnabledConfigPath. BUG=None TEST=Unittests. Review URL: http://codereview.chromium.org/5738008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69454 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Add show_password.png.jhawkins@google.com2010-12-161-0/+0
| | | | | | | | | BUG=59282 TEST=none Review URL: http://codereview.chromium.org/5850004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69453 0039d316-1c4b-4281-b951-d872f2087c98
* Clear obj_ before releasing the callee in RunnableMethod.cbentzel@chromium.org2010-12-163-4/+57
| | | | | | | | | | | | | I mistakenly did a Cancel in the callee's destructor, which would reinvoke traits_.ReleaseCallee Since this is a programming error, it's not a required change. BUG=None TEST=base_unittests --gtest_filter="TaskTest.TestCancelInDestructor" Review URL: http://codereview.chromium.org/5886002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69451 0039d316-1c4b-4281-b951-d872f2087c98
* Fix to FF CEEE windows.getCurrent implementation.ericdingle@chromium.org2010-12-162-1/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5910003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69449 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed memleak in HeartbeatSenderTest_ProcessResponse.sergeyu@chromium.org2010-12-163-15/+2
| | | | | | | | | BUG=66808 TEST=Unittests Review URL: http://codereview.chromium.org/5761003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69448 0039d316-1c4b-4281-b951-d872f2087c98
* View source uses scroll position of original page.pfeldman@chromium.org2010-12-163-7/+41
| | | | | | | | BUG=67094 Review URL: http://codereview.chromium.org/5914004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69446 0039d316-1c4b-4281-b951-d872f2087c98
* Confirm all extension and app installs in a normal window, even if they were ↵tessamac@google.com2010-12-161-5/+3
| | | | | | | | | | | installed in an incognito window. BUG=62752 TEST=Install extension and app in incognito and normal modes. Review URL: http://codereview.chromium.org/5942001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69445 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: turn on the new message pump.sadrul@chromium.org2010-12-161-2/+1
| | | | | | | | | | | | | Many (most?) of the bugs related to the new message pump have been fixed, and it is ready for testing. It's stable enough that it shouldn't block other people's works. BUG=none TEST=none Review URL: http://codereview.chromium.org/5940003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69444 0039d316-1c4b-4281-b951-d872f2087c98
* Add the ChromeFrame UA in the post platform section in the IE user agent ↵ananta@chromium.org2010-12-169-308/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | string. To achieve this we need to add the desired value in the registry under the Internet Settings\User Agent\Post Platform key. We add this under the per user or per machine section in the registry depending on whether ChromeFrame is being installed in per user or per machine mode. This fixes the bug where certain top level requests in IE would not have the chrome frame UA appended to the IE UA. Removed the BeginningTransaction vtable patch code, which only existed to add chrome frame to the UA in outgoing requests. The limitation with registering the chrome frame UA in the registry is that it will be sent out even in the ChromeFrame BHO is disabled. Fixes bug http://code.google.com/p/chromium/issues/detail?id=45087 BUG=45087 TESt=Covered by new chrome frame test. Review URL: http://codereview.chromium.org/5831002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69442 0039d316-1c4b-4281-b951-d872f2087c98
* Protect reading and writing startup_data_agl@chromium.org2010-12-162-3/+18
| | | | | | | | | | | | | | Protect reading and writing startup_data_ to ensure intruction order and to ensure the value is correctly read in the new thread. Contributed by phanna (Android) BUG=67145 TEST=none http://codereview.chromium.org/5933002/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69438 0039d316-1c4b-4281-b951-d872f2087c98