summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AutoFill: Skip past hidden input fields when parsing forjhawkins@chromium.org2010-10-282-0/+124
| | | | | | | | | | | heuristics. BUG=57105 TEST=FormStructureTest.HeuristicsHiddenFields Review URL: http://codereview.chromium.org/4193005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64290 0039d316-1c4b-4281-b951-d872f2087c98
* Use an opaque handle type to pass WebPluginDelegateImpl across dylib boundariesthakis@chromium.org2010-10-286-37/+41
| | | | | | | | | | | This works around a wicked new clang linker optimization, but also feels cleaner in general. BUG=http://llvm.org/bugs/show_bug.cgi?id=8478 TEST=clang/mac builder stays green with newer clang version Review URL: http://codereview.chromium.org/4191003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64289 0039d316-1c4b-4281-b951-d872f2087c98
* Added mesa dependency to ui_tests and chrome_tests.apatrick@chromium.org2010-10-281-1/+3
| | | | | | | | | | | Missed from r64122. I think this is why GPUTest.UITestLaunchedWithOSMesa failed on linux. TEST=try BUG=none Review URL: http://codereview.chromium.org/4108005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64288 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting this to see if this fixes ChromeFrame tests. Please reland with ↵ananta@chromium.org2010-10-2817-103/+40
| | | | | | | | | | | | | the tests fixed. Revert 64252 - The ChromeFrame objects now provides an unfrozen interface called IChromeFramePrivate. This interface provides a GetSessionId() which returns the ID used by Chrome in its Tab javascript object. Review URL: http://codereview.chromium.org/3541017 TBR=hansl@google.com Review URL: http://codereview.chromium.org/4134008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64287 0039d316-1c4b-4281-b951-d872f2087c98
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-2829-465/+579
| | | | | | | | | | | | Changed MessageReader and MessageDecoder to support parsing in HostMessageDispatcher. BUG=None TEST=None Review URL: http://codereview.chromium.org/4017002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64283 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add Shutdown button to login/locker screen."oshima@chromium.org2010-10-2811-98/+163
| | | | | | | | | | | This reverts commit c2bafbefa8022337ba9520fd9a2f64fd2cd4c52f. BUG=none TEST=build bot should cycle green Review URL: http://codereview.chromium.org/4119015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64282 0039d316-1c4b-4281-b951-d872f2087c98
* Flagged GPUTest.UITestLaunchedWithOSMesa as DISABLED.apatrick@chromium.org2010-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | [10101:10101:550978034308:WARNING:app/gfx/gl/gl_context_linux.cc(194)] GLX 1.3 or later is recommended. [10101:10101:550978122044:ERROR:app/gfx/gl/gl_context_linux.cc(539)] glXChooseFBConfig failed. failed to create pixmap [10101:10101:550978127562:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 128, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 55 minor_code 0 (X_CreateGC) [10101:10101:550978127622:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 129, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 55 minor_code 0 (X_CreateGC) [10101:10101:550978127643:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 130, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry) [10101:10101:550978127738:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 131, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry) [10101:10101:550978127824:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 132, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry) ... http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28ChromiumOS%20dbg%29/builds/545/steps/ui_tests/logs/stdio It appears that the bot does not support GLX 1.3. I am working on making the bots use OSMesa by default. TEST=none BUG=none TBR=vangelis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64280 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing resource shutdown_icon.pngoshima@chromium.org2010-10-281-0/+0
| | | | | | | | | BUG=none TEST=buid bot should cycle green Review URL: http://codereview.chromium.org/4146011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64278 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Fires port.onDisconnect if tabs.connect fails.jstritar@chromium.org2010-10-287-23/+65
| | | | | | | | | | | | 2. Throws an error in port.postMessage if the port has already been disconnected. 3. Sets lastError when tabs.sendRequest can't connect to the tab. BUG=27565, 32899 TEST=ExtensionApiTest Review URL: http://codereview.chromium.org/3676008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64277 0039d316-1c4b-4281-b951-d872f2087c98
* Makes generate_profile able to generate top sites data.sky@chromium.org2010-10-284-84/+151
| | | | | | | | | BUG=60946 TEST=none Review URL: http://codereview.chromium.org/4194004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64274 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] made --sync-notification-host take an optional portakalin@chromium.org2010-10-282-3/+32
| | | | | | | | | BUG=53934 TEST=Manually Review URL: http://codereview.chromium.org/4185007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64273 0039d316-1c4b-4281-b951-d872f2087c98
* Add Shutdown button to login/locker screen.oshima@chromium.org2010-10-2811-163/+98
| | | | | | | | | | | * cleaned up code that are no longer in use. BUG=chromium-os:5763 TEST=maual. pressing shutdown button on login/locker will shutdown the system. Review URL: http://codereview.chromium.org/4054001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64272 0039d316-1c4b-4281-b951-d872f2087c98
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-2817-20/+109
| | | | | | | | | BUG=60149 TEST=None Review URL: http://codereview.chromium.org/4216001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64271 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS] Whitelist existing users when owner turns off allow anyone to login.xiyuan@chromium.org2010-10-286-19/+79
| | | | | | | | | | | | | | - Auto whitelist all existing users when owner unchecks "allow anyone to sign in"; - Move IsEmailInCachedWhitelist into a static method of user settings provider so that it could be shared; BUG=chromium-os:7941 TEST=Verify fix for chromium-os:7941. Review URL: http://codereview.chromium.org/4093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64270 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64240 - Pass the correct array size to readlink, and pass the length ↵vangelis@chromium.org2010-10-282-2/+9
| | | | | | | | | | | | | | | | of the result to the string constructor Suspect for causing failures in ChromiumOS linux builders ("terminate called after throwing an instance of 'std::length_error'") BUG=none TEST=none Review URL: http://codereview.chromium.org/4181004 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/4143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64269 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed a warning that didn't get caught by the linux_chromeos trybot.stevenjb@chromium.org2010-10-284-100/+180
| | | | | | | | | | | http://codereview.chromium.org/4136002/show BUG=http://code.google.com/p/chromium-os/issues/detail?id=8114 TEST=All of the network menu Review URL: http://codereview.chromium.org/4210002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64268 0039d316-1c4b-4281-b951-d872f2087c98
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-10-281-3/+3
| | | | | | | | | | Seeing how the bots feel about this again. BUG=36133 Review URL: http://codereview.chromium.org/3539015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64267 0039d316-1c4b-4281-b951-d872f2087c98
* Make sample zip generation a configurable option in the chrome extension ↵kurrik@chromium.org2010-10-282-13/+46
| | | | | | | | | | | | | | | | docs build script. * Refactors the zip generation to its own step in build.py * Add a command line flag (--no-zips) to build.py that can disable zip generation. * Tweaks the command line flags of build.py (adds better help content). * Changes sample manifest generation so zip_path is still written even if zips are not. BUG=61025 TEST=Pass --nozip to build.py to skip zip generation. Review URL: http://codereview.chromium.org/4185006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64266 0039d316-1c4b-4281-b951-d872f2087c98
* Sets margins for textfields on the Login Screen.altimofeev@chromium.org2010-10-285-7/+61
| | | | | | | | | BUG=chromium-os:8095 TEST=Click on user pod. Review URL: http://codereview.chromium.org/4100006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64265 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of FLAKY_ tests to match current realitystuartmorgan@chromium.org2010-10-289-45/+16
| | | | | | | | | | | Mostly this is removing FLAKY_ where the bug was fixed but the label never removed, but also switches some FLAKY_ to platform-specific FAILS_. BUG=28372,32048,32070,35341,45561,48544,48562,52858 TEST=N/A Review URL: http://codereview.chromium.org/4087009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64264 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Use -fno-ipa-cp for gcc 4.5 to make omnibox searching work.craig.schlenter@chromium.org2010-10-281-0/+7
| | | | | | | | | BUG=41887 TEST=omnibox searching works with gcc 4.5 Review URL: http://codereview.chromium.org/4116008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64263 0039d316-1c4b-4281-b951-d872f2087c98
* net: use SSL_PeerCertificateChain for getting server certsagl@chromium.org2010-10-282-110/+17
| | | | | | | | | | | | | | Now that we have SSL_PeerCertificateChain, we can remove uses of CERT_GetCertChainFromCert. The latter would return a constructed certificate chain rather than the actual chain returned from the server. Thus we can also remove the Comodo cert workaround. BUG=none TEST=net_unittests http://codereview.chromium.org/4185001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64262 0039d316-1c4b-4281-b951-d872f2087c98
* Add histogram to track number of .nexe launches, normalized against opening ↵mmortensen@google.com2010-10-285-2/+59
| | | | | | | | | | | | new tabs. BUG=914 (http://code.google.com/p/nativeclient/issues/detail?id=914) TEST=none Relied on trybots and manually checking "about:histograms" Review URL: http://codereview.chromium.org/4065005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64261 0039d316-1c4b-4281-b951-d872f2087c98
* Mark WindowDotOpen flaky on Windows.nick@chromium.org2010-10-281-1/+8
| | | | | | | | | BUG=61023 TEST=trybots Review URL: http://codereview.chromium.org/4148008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64260 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 70775:70783 to catch up fixed test_expectations.mnaganov@chromium.org2010-10-281-1/+1
| | | | | | | | | | TBR=dimich@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4142010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64259 0039d316-1c4b-4281-b951-d872f2087c98
* net: merge certificate validation with SSLHostInfo'sagl@chromium.org2010-10-284-27/+97
| | | | | | | | | | | | | | | | Now that SSLHostInfo is doing an opportunistic certificate validation based on the predicted certificates we can skip a second validation if we find that the prediction was correct. (This is behind --enable-snap-start because the SSLHostInfo's aren't created otherwise.) BUG=none TEST=net_unittests http://codereview.chromium.org/4147003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64258 0039d316-1c4b-4281-b951-d872f2087c98
* Make SigninManager tolerate SignOut() calls when not initialized.mnissler@chromium.org2010-10-282-0/+14
| | | | | | | | | BUG=60713 TEST=Configure policy to disable sync, start chrome. Observe that it doesn't crash right away! Review URL: http://codereview.chromium.org/4127008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64257 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 70722:70775.mnaganov@chromium.org2010-10-281-1/+1
| | | | | | | | | | TBR=dimich@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4186008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64256 0039d316-1c4b-4281-b951-d872f2087c98
* Disable CrashRecoveryBrowserTest.Reload for timing out.mnaganov@chromium.org2010-10-281-1/+3
| | | | | | | | | | TBR=dimich@chromium.org BUG=61097 TEST=none Review URL: http://codereview.chromium.org/4184005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64255 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill deprecate unique_ids in favor of guids for testing_automation_providerdhollowa@chromium.org2010-10-281-3/+2
| | | | | | | | | | | Removes use of labels and unique_ids in the testing_automation_provider BUG=58813 TEST=none Review URL: http://codereview.chromium.org/4192005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64254 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up CrashRecoveryBrowserTest.LoadInNewTab disabling.mnaganov@chromium.org2010-10-281-9/+2
| | | | | | | | | | TBR=phajdan.jr@chromium.org BUG=57158 TEST=none Review URL: http://codereview.chromium.org/4154005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64253 0039d316-1c4b-4281-b951-d872f2087c98
* The ChromeFrame objects now provides an unfrozen interface called ↵hansl@google.com2010-10-2817-40/+103
| | | | | | | | IChromeFramePrivate. This interface provides a GetSessionId() which returns the ID used by Chrome in its Tab javascript object. Review URL: http://codereview.chromium.org/3541017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64252 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SessionHistoryTest.FrameBackForward and FrameFormBackForward.mnaganov@chromium.org2010-10-281-2/+6
| | | | | | | | | | TBR=brettw@chromium.org,fishd@chromium.org BUG=61092 TEST=none Review URL: http://codereview.chromium.org/4217001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64251 0039d316-1c4b-4281-b951-d872f2087c98
* Disable CrashRecoveryBrowserTest.LoadInNewTab on Linux and ChromeOSmnaganov@chromium.org2010-10-281-2/+2
| | | | | | | | | | TBR=phajdan.jr@chromium.org BUG=57158 TEST=none Review URL: http://codereview.chromium.org/4095010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64250 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: turn on file access checks for the IO thread.thakis@chromium.org2010-10-281-1/+1
| | | | | | | | | BUG=60211 TEST=trybots Review URL: http://codereview.chromium.org/4097010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64249 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FocusOnReloadCrashedTab completely -- it fails on other plaforms, too.mnaganov@chromium.org2010-10-281-8/+1
| | | | | | | | | | TBR=jcivelli@chromium.org BUG=50025 TEST=none Review URL: http://codereview.chromium.org/4100010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64248 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Prevent HOSTED accounts from logging in, but still handle ↵cmasone@chromium.org2010-10-282-18/+34
| | | | | | | | | | | CAPTCHA correctly BUG=chromium-os:7867 TEST=unit tests, install on device and verify that you can clear the CAPTCHAd state for a HOSTED account, and still see the appropriate log message. Review URL: http://codereview.chromium.org/4109004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64247 0039d316-1c4b-4281-b951-d872f2087c98
* Use special text for Guest Session instead of using standard text form ↵altimofeev@chromium.org2010-10-286-3/+94
| | | | | | | | | | | Incognito mode. BUG=chromium-os:6907 TEST=Enter Guest mode, open new tab. Check opened page. Review URL: http://codereview.chromium.org/4010004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64246 0039d316-1c4b-4281-b951-d872f2087c98
* net: use SSL_PeerCertificateChain for SSLHostInfoagl@chromium.org2010-10-281-19/+42
| | | | | | | | | | | | | | Previously we would extract the chain built by NSS which may not have matched the actual chain sent by the server. Since we use the SSLHostInfo recorded chain for Snap Start prediction, this would trigger mispredicts. TEST=none BUG=none http://codereview.chromium.org/4103005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64245 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "libpng: update to 1.2.44""agl@chromium.org2010-10-286-110/+113
| | | | | | | | | This reverts commit r64079. The perf regression turned out not to be the fault of the libpng change. BUG=60942 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64243 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Relanding - Fix UI issues on SignIn/user pod.nkostylev@chromium.org2010-10-2812-16/+75
| | | | | | | | | | | | | | | | | | Original CL: http://codereview.chromium.org/4179001/show 7. Textfield - focus border issue 9. Textfield - font size 11. Sign in - h padding 13,14 Link text & color. Button minimal width - 90px. BUG=chromium-os:8101 TEST=manual Review URL: http://codereview.chromium.org/4156005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64242 0039d316-1c4b-4281-b951-d872f2087c98
* Store settings that should be signed in temporary place before owner is ↵dilmah@chromium.org2010-10-2815-18/+278
| | | | | | | | | | | | | assigned. Make proxy settings work on welcome screen in chromium OS. BUG=http://crosbug.com/3062 TEST=Manual Review URL: http://codereview.chromium.org/3860001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64241 0039d316-1c4b-4281-b951-d872f2087c98
* Pass the correct array size to readlink, and pass the length of the result ↵jochen@chromium.org2010-10-282-9/+2
| | | | | | | | | | | to the string constructor BUG=none TEST=none Review URL: http://codereview.chromium.org/4181004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64240 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64237 - WebKit Roll 70722:70770mnaganov@chromium.org2010-10-281-1/+1
| | | | | | | | | | | | | TBR=dimich@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4135009 TBR=mnaganov@chromium.org Review URL: http://codereview.chromium.org/4141007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64239 0039d316-1c4b-4281-b951-d872f2087c98
* Changed text of the button for Guest Session.altimofeev@chromium.org2010-10-282-1/+4
| | | | | | | | | BUG=chromium-os:8095 TEST=Click on Guest pod. Review URL: http://codereview.chromium.org/4103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64238 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 70722:70770mnaganov@chromium.org2010-10-281-1/+1
| | | | | | | | | | TBR=dimich@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4135009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64237 0039d316-1c4b-4281-b951-d872f2087c98
* Disable setting block-third-party-cookies in HostContentSettingsMap if this ↵markusheintz@chromium.org2010-10-281-2/+8
| | | | | | | | | | | preference is managed. BUG=49607 TEST=none Review URL: http://codereview.chromium.org/4170006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64236 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Show error message when hosted account is used at login.nkostylev@chromium.org2010-10-284-6/+25
| | | | | | | | | BUG=chromium-os:8099 TEST=manual Review URL: http://codereview.chromium.org/4205001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64235 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove stale TODOjeremy@chromium.org2010-10-281-5/+0
| | | | | | | | | | | The code in question is no longer needed since Skia has changed to remove the #define in question. BUG=None TEST=Compilation shouldn't break Review URL: http://codereview.chromium.org/4099004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64234 0039d316-1c4b-4281-b951-d872f2087c98
* Add support to test_server.py to restrict the SSL/TLS bulk encryption ↵rsleevi@chromium.org2010-10-289-132/+278
| | | | | | | | | | | algorithms via the command-line argument --ssl-alg. BUG=58831 TEST=Run test_server.py as an HTTPS server with --ssl-alg=rc4. Connect via openssl s_client -connect 127.0.0.1:1337 -cipher DEFAULT:\!RC4. Observe a connection failure. Connect with openssl s_client -connect 127.0.0.1:1337, observe that a ciphersuite that uses RC4 is negotiated. Review URL: http://codereview.chromium.org/3812007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64233 0039d316-1c4b-4281-b951-d872f2087c98