summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bad ifdef.sky@chromium.org2010-08-311-2/+2
| | | | | | | | | | BUG=none TEST=none TBR=oshima@chromium.org Review URL: http://codereview.chromium.org/3283007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58032 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed feedback form crash.zelidrag@chromium.org2010-08-311-15/+19
| | | | | | | | | BUG=chromium-os:6169 TEST=make sure that chromeos feedback form can survive browser state restore without crashing Review URL: http://codereview.chromium.org/3280010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58031 0039d316-1c4b-4281-b951-d872f2087c98
* Made sure we use ChromeOS version of flash for ChromeOS builds.zelidrag@chromium.org2010-08-311-1/+6
| | | | | | | | | TEST=none BUG=chromium-os:6013 Review URL: http://codereview.chromium.org/3283004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58030 0039d316-1c4b-4281-b951-d872f2087c98
* Removed unnecessary setup for chrome test dependencies.zelidrag@chromium.org2010-08-311-13/+2
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3257006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58029 0039d316-1c4b-4281-b951-d872f2087c98
* Hide page actions and star, like we already do for content settings, when ↵pkasting@chromium.org2010-08-315-70/+85
| | | | | | | | | the user is editing the omnibox. BUG=none TEST=Typing in the omnibox should make all items on the right disappear, and make ctrl-d do nothing. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58028 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a change that has been checked in by mistake in r52157oshima@chromium.org2010-08-311-2/+2
| | | | | | | | | | | | | Looks like I checked in a change that I was playing in other git branch by accident when I disabled a tests in CL 2895012 (r52157) This fixes a log message so that it print the width/height when crashed. BUG=none TEST=none Review URL: http://codereview.chromium.org/3216002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58026 0039d316-1c4b-4281-b951-d872f2087c98
* Since we are now able to auto generate ADM and ADMX/ADML templates, we do ↵markusheintz@chromium.org2010-08-315-726/+59
| | | | | | | | | | | not need any manually created and maintained policy-templates anymore. Therefor we delete them. BUG=none TEST=manual Review URL: http://codereview.chromium.org/3229010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58025 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-314-128/+7
| | | | | | | | | Blargh, there are race conditions in UI->IO MessageLoop passing. Need to fix them. BUG=53965,53386 Review URL: http://codereview.chromium.org/3215012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58023 0039d316-1c4b-4281-b951-d872f2087c98
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-318-3/+193
| | | | | | | | | | | | | This patch adds an implementation of the WebVideoFrame interface defined in WebKit, and it adds behavior to WebMediaPlayerImpl to pass video frame data between WebKit and Chromium. BUG=none TEST=none Review URL: http://codereview.chromium.org/3155050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58022 0039d316-1c4b-4281-b951-d872f2087c98
* Remove myself from 'mac' watchlist (*.mm, */cocoa/*, etc)jrg@chromium.org2010-08-311-10/+1
| | | | | | | | Remove paul from any watchlist (he's no longer at Google). Review URL: http://codereview.chromium.org/3264006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58021 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: A giant cleanup to net/erg@google.com2010-08-3161-177/+466
| | | | | | | | | | | | This moves all sorts of code from h files to cc files and reduces header dependencies. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3212008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58020 0039d316-1c4b-4281-b951-d872f2087c98
* Mark HostResolverImplTest.AbortOnIPAddressChanged as FLAKY.willchan@chromium.org2010-08-311-1/+2
| | | | | | | | BUG=53965 Review URL: http://codereview.chromium.org/3261004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58019 0039d316-1c4b-4281-b951-d872f2087c98
* Remove webgl test from webkit/tools/layout_tests/test_expectations.txt after ↵zmo@google.com2010-08-311-2/+0
| | | | | | | | it's fixed upstream Review URL: http://codereview.chromium.org/3262008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58018 0039d316-1c4b-4281-b951-d872f2087c98
* Fetch info about the state of navigation in a tabnirnimesh@chromium.org2010-08-314-0/+133
| | | | | | | | | | | | | This includes info about: - ssl status: allows for automation of ssl tests - page type - favicon TEST=ssl.py Review URL: http://codereview.chromium.org/3266012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58015 0039d316-1c4b-4281-b951-d872f2087c98
* Guarantee PPAPI Audio playbacks are stopped in Pause().neb@chromium.org2010-08-313-11/+51
| | | | | | | | | BUG=none TEST=pepper audio demo is playing audio Review URL: http://codereview.chromium.org/3142005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58014 0039d316-1c4b-4281-b951-d872f2087c98
* Pyauto: set environment variable so passwords can be imported on Mac. ↵alyssad@google.com2010-08-311-10/+27
| | | | | | | | | | BUG=52124,49378 Full passwords testing on Mac is still blocked by keychain popups. However, this fix removes one barrier to testing password import on Mac. Review URL: http://codereview.chromium.org/3260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58013 0039d316-1c4b-4281-b951-d872f2087c98
* Remove libxml hack that is not needed after we rolled in the WebKit fixphajdan.jr@chromium.org2010-08-312-53/+0
| | | | | | | | | | | from https://bugs.webkit.org/show_bug.cgi?id=30508. BUG=29333 TEST=see bug Review URL: http://codereview.chromium.org/3280011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58011 0039d316-1c4b-4281-b951-d872f2087c98
* PyAuto test for download from incognito windownirnimesh@chromium.org2010-08-311-0/+18
| | | | | | Review URL: http://codereview.chromium.org/3270010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58010 0039d316-1c4b-4281-b951-d872f2087c98
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-314-7/+127
| | | | | | | | BUG=53386 Review URL: http://codereview.chromium.org/3277002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58007 0039d316-1c4b-4281-b951-d872f2087c98
* Convert wstrings in bookmarks, part 1000000.viettrungluu@chromium.org2010-08-314-43/+50
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3249013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58006 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Add signing and verification to ownership APIcmasone@google.com2010-08-3112-52/+172
| | | | | | | | | | | Most of the files in here are changed only because I switched to representing digital signatures as std::vector<uint8> instead of std::string, so I had to alter the signatures of a lot of methods. BUG=chromium-os:4488 TEST=unit tests Review URL: http://codereview.chromium.org/3212011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58005 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakage.garykac@google.com2010-08-311-5/+13
| | | | | | | | | | | Add verbatim option to simple-host-process. BUG=none TEST=none Review URL: http://codereview.chromium.org/3265007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58004 0039d316-1c4b-4281-b951-d872f2087c98
* New images for the page info ssl bubble.finnur@chromium.org2010-08-314-0/+0
| | | | | | | | | | BUG=http://crbug.com/52916 TEST=None TBR=alcor Review URL: http://codereview.chromium.org/3271003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58003 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting: Get screen size locally if it wasn't given in the mouse message.garykac@google.com2010-08-319-12/+34
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3229007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58002 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the options page css so that things line up a little better.dhg@chromium.org2010-08-311-1/+13
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3269004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58001 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the order of the loading of css files. Seems to improve speed ↵dhg@chromium.org2010-08-311-26/+32
| | | | | | | | | | | significantly. BUG=6140 TEST=try loading the page, is pretty fast. Review URL: http://codereview.chromium.org/3256002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58000 0039d316-1c4b-4281-b951-d872f2087c98
* [win] Add fallback for periodic reload to ConfigurationPolicyProviderWin.mnissler@chromium.org2010-08-312-36/+155
| | | | | | | | | | | | In-the-wild crashes indicate it's possible RegisterGPNotification fails. Handle that case gracefully, i.e. degrade to periodic group policy refresh. BUG=53250 TEST=ConfigurationPolicyProviderWinTest, no more crashes due to CHECKs in ConfigurationPolicyProviderWin::GroupPolicyChangeWatcher::GroupPolicyChangeWatcher() Review URL: http://codereview.chromium.org/3233007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57999 0039d316-1c4b-4281-b951-d872f2087c98
* Disables a couple of tab tests as they're not applicable onsky@chromium.org2010-08-311-3/+4
| | | | | | | | | | | linux/views. BUG=10941 TEST=none Review URL: http://codereview.chromium.org/3244003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57998 0039d316-1c4b-4281-b951-d872f2087c98
* Removing emf record constructor that is not used.finnur@chromium.org2010-08-312-7/+2
| | | | | | | | | | BUG=None TEST=None CID=5008 Review URL: http://codereview.chromium.org/3106005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57997 0039d316-1c4b-4281-b951-d872f2087c98
* Change the conditions on which the popup blocked animation is shown to be ↵rsesek@chromium.org2010-08-314-18/+31
| | | | | | | | | | | | | | more reliable. This also prevents AnimatableImage from running after the window has been closed. BUG=50000,50395 TEST=Get a blocked popup. Open it. Animation not shown. TEST=Go to a page that creates a popup on document.unload. Close the tab. Animation not shown. Review URL: http://codereview.chromium.org/3169030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57996 0039d316-1c4b-4281-b951-d872f2087c98
* Add unit tests to adm_writergfeher@chromium.org2010-08-317-123/+375
| | | | | | | | | | | Add unit tests to adm_writer, clean up other writer unit tests and fix list policies generated by adm_writer. (Move KEYNAME into the PART structure.) BUG=none TEST=none Review URL: http://codereview.chromium.org/3284006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57995 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show scrollbars in click-to-play UIbauerb@chromium.org2010-08-311-0/+1
| | | | | | | | | BUG=53838 TEST=with click-to-play enabled, go to a page with a small plugin. You shouldn't see scrollbars in the click-to-play UI. Review URL: http://codereview.chromium.org/3240009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57994 0039d316-1c4b-4281-b951-d872f2087c98
* ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that.willchan@chromium.org2010-08-312-2/+35
| | | | | | | | | | | | | | If we hit the backup socket timer and there is no pending request, then the code still tries to create a backup socket using pending_requests.begin(). We change the code to cancel the backup socket timer when the pending_requests hit zero. We also check before reading pending_requests.begin(). BUG=53860 TEST=ClientsocketPoolBaseTest.CancelBackupSocketWhenThereAreNoRequests Review URL: http://codereview.chromium.org/3247007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57993 0039d316-1c4b-4281-b951-d872f2087c98
* Add in some infrastructure to make tracing of logical requests broken over ↵ajwong@chromium.org2010-08-315-0/+512
| | | | | | | | | | | | | | | | | | | | | | | async callbacks easier. Create a concept of a TraceContext that holds a current Tracer which can be used to create a timeseries sequence of events. This implementation extends the functionality of RunnableMethod and NewRunnableMethod() to create a parallel TracedMethod, and NewTracedMethod(). These new Traced methods methods and types know how to propogate the current TraceContext to create a logical sequence of annotations through the servicing of one logical action. Currently, the code is controlled via define macro which changes NewTracedMethod back into NewRunnableMethod if the hook is disabled. BUG=52883 TEST=compiles, and client can connect to host. Review URL: http://codereview.chromium.org/3169047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57992 0039d316-1c4b-4281-b951-d872f2087c98
* When GCF is the default renderer, use Chrome's User-agent header instead of ↵tommi@chromium.org2010-08-3114-60/+217
| | | | | | | | | | | IE's. TEST=Set IsDefaultRenderer to 1 (REG_DWORD) under the ChromeFrame registry key. Check if the User agent header in requests is the Chrome user agent. Then set the value to 0 and make sure the regular user-agent header is there. BUG=50788 Review URL: http://codereview.chromium.org/3130016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57991 0039d316-1c4b-4281-b951-d872f2087c98
* Add test to check that IsStringUTF8 allows for embedded NULLs.ajwong@chromium.org2010-08-312-1/+10
| | | | | | | | | BUG=53507 TEST=new test for an embedded NULL. Review URL: http://codereview.chromium.org/3124049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57990 0039d316-1c4b-4281-b951-d872f2087c98
* Fix erroneous errors printed to the log when IE navigates to a site that ↵robertshield@chromium.org2010-08-311-8/+12
| | | | | | | | | | | | | | uses redirects. We were not correctly marking the navigation as completed (when it was). Fix the description of the timeout setting in the chrome frame reliability tests. BUG=53875 TEST=Use an URL list that includes a URL that navigates to a site that uses redirects (e.g. www.google.com outside of the US). See that no error appears in the log for that site. Review URL: http://codereview.chromium.org/3239008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57989 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-317-0/+52
| | | | | | | | | TEST=setVersion layout test works in non-single-process-mode BUG=none Review URL: http://codereview.chromium.org/3116043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57988 0039d316-1c4b-4281-b951-d872f2087c98
* Address a TODO in SSLPolicyBackend class.tfarina@chromium.org2010-08-312-56/+45
| | | | | | | | | | | | | | Fix the conversions from wide to string16 in this class and get rid of the base/utf_string_conversions.h. (Note: this was a TODO for evanm). BUG=None TEST=compiles locally and trybots Review URL: http://codereview.chromium.org/3284003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57987 0039d316-1c4b-4281-b951-d872f2087c98
* Tiny fix: ResolveMetricsReportingEnabled() return value honored.glotov@chromium.org2010-08-311-2/+3
| | | | | | | | | BUG=chromium-os:2884 TEST=none Review URL: http://codereview.chromium.org/3109012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57986 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling webkit DEPS: 66396 -> 66464.antonm@google.com2010-08-312-1/+11
| | | | | | Review URL: http://codereview.chromium.org/3252007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57985 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the NSS leaks from bug 51988glider@chromium.org2010-08-311-0/+26
| | | | | | | | | BUG=51988 TBR=mattm Review URL: http://codereview.chromium.org/3234009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57984 0039d316-1c4b-4281-b951-d872f2087c98
* Update browser cache of accessibility tree on renderer sub-tree changes.ctguil@chromium.org2010-08-3117-51/+455
| | | | | | | | | | | | | WebKit sister patch: http://trac.webkit.org/changeset/66305 BUG=13291 TEST=interactive_ui_tests --gtest_filter=AccessibilityWinBrowserTest.TestDynamicAccessibilityTree TEST=unit_tests --gtest_filter=BrowserAccessibilityTest.TestChildrenChange TEST=unit_tests --gtest_filter=BrowserAccessibilityTest.TestChildrenChangeNoLeaks Review URL: http://codereview.chromium.org/3117036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57983 0039d316-1c4b-4281-b951-d872f2087c98
* Removed "New User" label for New user pod in case this pod is the only ↵dilmah@chromium.org2010-08-314-14/+8
| | | | | | | | | | | | | existing pod. Removed "Cant authorize?" link on new user pod because this functionality has moved into a bubble prompt. BUG=http://crosbug.org/5756 TEST=Manual Review URL: http://codereview.chromium.org/3243013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57982 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed hanging gatewaydataprovider test fixtureallanwoj@chromium.org2010-08-312-7/+6
| | | | | | | | | Changed the behaviour of the listener on an update to not wait for pending tasks to quit. Same for the WifiDataProvider. Also gave the fixture a better name. BUG=53472 Review URL: http://codereview.chromium.org/3266002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57981 0039d316-1c4b-4281-b951-d872f2087c98
* Make heapcheck runner use the shadow stacks.glider@chromium.org2010-08-312-6/+1
| | | | | | | | | | | | Enable CertDatabaseNSSTest.ImportFromPKCS12 back, since the leaks are suppressible now. TBR=mattm BUG=51988 Review URL: http://codereview.chromium.org/3218011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57980 0039d316-1c4b-4281-b951-d872f2087c98
* Map SECURITY_STATUS from InitializeSecurityContext to net error codes.cbentzel@chromium.org2010-08-312-8/+54
| | | | | | | | | | | The SSPI implementation of Negotiate+NTLM used to have too many ways to generate an ERR_UNEXPECTED return code, which made it difficult to diagnose user reported issues. BUG=53850 TEST=net_unittests Review URL: http://codereview.chromium.org/3234007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57979 0039d316-1c4b-4281-b951-d872f2087c98
* Disable UITest.MediaUILayoutTest on Linux valgrind bots.cbentzel@chromium.org2010-08-311-0/+2
| | | | | | | | BUG=53937 TEST=None Review URL: http://codereview.chromium.org/3253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57978 0039d316-1c4b-4281-b951-d872f2087c98
* Heapcheck suppressions for DownloadPrefs.RegisterUserPrefscbentzel@chromium.org2010-08-311-0/+31
| | | | | | | | BUG=53936 TEST=None Review URL: http://codereview.chromium.org/3240008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57977 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Mac memcheck suppression for TabStripModel::RemoveObserver.cbentzel@chromium.org2010-08-311-0/+23
| | | | | | | | BUG=53893 TEST=None Review URL: http://codereview.chromium.org/3233006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57976 0039d316-1c4b-4281-b951-d872f2087c98