summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Webkit roll 72659:72680.jparent@chromium.org2010-11-241-1/+1
| | | | | | | | | | | TEST=none BUG=none TBR=loislo Review URL: http://codereview.chromium.org/5367003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67299 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling FFmpeg DEPS to r67203.scherkus@chromium.org2010-11-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67297 0039d316-1c4b-4281-b951-d872f2087c98
* Fix IE crash regression from r66344.tschmelcher@chromium.org2010-11-241-0/+7
| | | | | | | | | TEST=pending: build and load in IE BUG=none Review URL: http://codereview.chromium.org/5325002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67296 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a stupid thing I did this morning...mad@google.com2010-11-242-16/+5
| | | | | | | | BUG=0 TEST=Alweays test more than just a few simple things... Review URL: http://codereview.chromium.org/5277003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67294 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-2412-23/+118
| | | | | | | | | | | | because if the context is lost those variables will be uninitialized. TEST=ran chrome, conformance tests, unit tests and hand edited gles2_demo to test BUG=none Review URL: http://codereview.chromium.org/5305005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67293 0039d316-1c4b-4281-b951-d872f2087c98
* Update renderer's resize corner rect cached in RenderWidgetHost only on ↵alekseys@chromium.org2010-11-241-5/+9
| | | | | | | | | | | resize ack. BUG=64113 TEST=browser_tests should pass. Review URL: http://codereview.chromium.org/5368001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67292 0039d316-1c4b-4281-b951-d872f2087c98
* Replace TabContentsViewGtk with TabContentsViewViews as part of the ongoinganicolao@chromium.org2010-11-2415-24/+565
| | | | | | | | | | | effort to eliminate GTK for TOUCH_UI. BUG=none TEST=manually tested Review URL: http://codereview.chromium.org/4319003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67291 0039d316-1c4b-4281-b951-d872f2087c98
* views: Show accelerators in tabstrip context menu.sadrul@chromium.org2010-11-245-53/+55
| | | | | | | | | | | | | | As it happens, the command-id is a TabStripModel::ContextMenuCommand. So it needs to be converted into a browser command first, before the accelerator is looked up. BUG=None TEST=Right click on a tab. The context menu should have proper accelerators displayed (e.g. Ctrl+T for the 'New Tab' option). Review URL: http://codereview.chromium.org/5331005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67289 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp DEPS to r867.tony@chromium.org2010-11-241-1/+1
| | | | | | | | | | | This pulls in the change that hides the .mk filenames and puts the makefile regeneration into an ACTION. TBR=evan Review URL: http://codereview.chromium.org/5152003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67288 0039d316-1c4b-4281-b951-d872f2087c98
* Change DownloadMimeType from FLAKY to DISABLED.rdsmith@google.com2010-11-241-5/+3
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/5270002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67287 0039d316-1c4b-4281-b951-d872f2087c98
* Used a MessageLoopProxy to store the delegate's message loop in ↵sanjeevr@chromium.org2010-11-243-7/+18
| | | | | | | | | | | URLFetcher::Core. This allows the thread that created the URLFetcher object to go away without causing the IO thread to crash. BUG=None TEST=None Review URL: http://codereview.chromium.org/5283001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67284 0039d316-1c4b-4281-b951-d872f2087c98
* try to address some of the issues of overview mode in window manager.jiesun@chromium.org2010-11-242-66/+130
| | | | | | | | | | | | | | | | | | | | | 1. stop using repeated timer, ask for snapshot normally take >200ms range. schedule a update task every 10ms do not make sense. It will cause the task backup in the message loop and I suspect following issue are related. http://code.google.com/p/chromium-os/issues/detail?id=7333 and possibly http://code.google.com/p/chromium-os/issues/detail?id=6964 In this patch only one "ask for snapshots" will be posted at the same time. 2. since the feedback loop; always starting to update from begining will starve some tab contents. causing http://code.google.com/p/chromium-os/issues/detail?id=3142 feedback loop is not resolved in this patch. therefore cpu usage in overview mode still high. BUG=7333 and 3142 TEST=for 7333, open maps.google.com, enter overview mode. memory does not get increased. no crash. for 3142, open multiple tabs, and no blank page is seen. Review URL: http://codereview.chromium.org/4700002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67283 0039d316-1c4b-4281-b951-d872f2087c98
* The earlier TabContentsWrapper changes had incomplete support for password ↵ben@chromium.org2010-11-247-9/+54
| | | | | | | | | | | | | manager. This wires up Password Manager properly, making sure it observes all notifications that it needs to function. http://crbug.com/63664 TEST=see bug Review URL: http://codereview.chromium.org/5311006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67281 0039d316-1c4b-4281-b951-d872f2087c98
* Include a bit more information on which plugin is involved. Also use acevans@chromium.org2010-11-245-3/+9
| | | | | | | | | | | | | slightly less common cursor in the click-to-play case. The "version" string isn't giving me much of use (Linux); the version, if present, seems to be tagged into the name. So this seems like a nice balance. BUG=49832 TEST=NONE Review URL: http://codereview.chromium.org/5323001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67280 0039d316-1c4b-4281-b951-d872f2087c98
* Initial conversion of download unit test to browser test with enhancedrdsmith@google.com2010-11-247-63/+414
| | | | | | | | | | | download completion detection (DownloadsObserver). BUG=None TEST=browser_tests --gtest_filter=DownloadTest.DownloadMimeType Review URL: http://codereview.chromium.org/4658001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67279 0039d316-1c4b-4281-b951-d872f2087c98
* Add new promotional line for NTP, to be shown to advanced Chrome users.mirandac@chromium.org2010-11-2411-45/+374
| | | | | | | | BUG=61583 TEST=private; see me for details. Review URL: http://codereview.chromium.org/4804001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67278 0039d316-1c4b-4281-b951-d872f2087c98
* Check "connectable" flag when adding "Connect" button.xiyuan@chromium.org2010-11-241-2/+3
| | | | | | | | | BUG=chromium-os:9600 TEST=Verify "Connect" button does not show up for non-connectable networks per chromium-os:9600. Review URL: http://codereview.chromium.org/5374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67276 0039d316-1c4b-4281-b951-d872f2087c98
* net: Implement DNS certificate provenance check uploads.agl@chromium.org2010-11-245-7/+123
| | | | | | | | | BUG=none TEST=none http://codereview.chromium.org/4830001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67275 0039d316-1c4b-4281-b951-d872f2087c98
* Implements tabs.getCurrent, and fixes windows.getCurrent, in IE CEEE.cindylau@google.com2010-11-2424-138/+732
| | | | | | | | | | | | | | | | This is achieved by creating a map between tool band Chrome Frame instances and tab windows, and using the associated tab sent by the automation message, which is the tool band CF instance when the call originates from a tool band. Also added some unit tests and slightly changed logic for the ExecutorsManager tab ID management code, which was missing tests before. BUG=none TEST=ie_unittests.exe Review URL: http://codereview.chromium.org/5102009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67273 0039d316-1c4b-4281-b951-d872f2087c98
* Text improvements for users settings UI per chromium-os:9469.xiyuan@chromium.org2010-11-242-25/+25
| | | | | | | | | BUG=chromium-os:9469 TEST=Verify fix for chromium-os:9469 Review URL: http://codereview.chromium.org/5322006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67269 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable selenium test for Chrome Frameamit@chromium.org2010-11-241-2/+2
| | | | | | | | | | | | | | ... and in the meantime figure out how to configure Selenium checkout on bots. TBR=ananta BUG=none TEST=FullTabSeleniumTest.Core Review URL: http://codereview.chromium.org/5314007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67268 0039d316-1c4b-4281-b951-d872f2087c98
* Add sleep blocker for Mac.avi@chromium.org2010-11-243-1/+38
| | | | | | | | | BUG=34081 TEST=as in bug Review URL: http://codereview.chromium.org/5360001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67267 0039d316-1c4b-4281-b951-d872f2087c98
* Readd two dlls to the blacklist for demonstration purposes.finnur@chromium.org2010-11-241-3/+11
| | | | | | | | | | | | To be removed shortly. TBR=huanr BUG=None TEST=None Review URL: http://codereview.chromium.org/5310004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67266 0039d316-1c4b-4281-b951-d872f2087c98
* Test Selenium core on chrome frameamit@chromium.org2010-11-247-9/+95
| | | | | | | | | | | | | | | | | First cut of Selenium core support on Chrome Frame. 2 tests fail. Selenium tests are now served by mock http server. When the test is finished it posts a message with number of tests ran and failures. Also fixed 'attach external tab' mechanism to include the same URL origin including the port. BUG=50372 TEST=FullTabSeleniumTest.Core Review URL: http://codereview.chromium.org/5371001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67264 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Hide ChromeDnsCertProvenanceChecker behind a factory.""agl@chromium.org2010-11-247-47/+149
| | | | | | | | The original landing of this (r67098) tickled an unrelated shutdown ordering issue which caused tests to flake. It was reverted in r67106. I tracked down the issue and willchan nailed it with r67181. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67263 0039d316-1c4b-4281-b951-d872f2087c98
* Don't try to use the RPC on teh Broker BEFORE the Broker gets CoCreated.mad@google.com2010-11-241-40/+49
| | | | | | | | BUG=0 TEST=Make sure we can start IE with a CRX in it. Review URL: http://codereview.chromium.org/5330006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67262 0039d316-1c4b-4281-b951-d872f2087c98
* Dynamically refresh pref-configured proxies.mnissler@chromium.org2010-11-2415-268/+814
| | | | | | | | | BUG=63175,48930 TEST=unit tests Review URL: http://codereview.chromium.org/5005002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67261 0039d316-1c4b-4281-b951-d872f2087c98
* net: disable the Snap Start command line flag.agl@chromium.org2010-11-242-9/+3
| | | | | | We're not ready for external people to start playing with this yet. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67260 0039d316-1c4b-4281-b951-d872f2087c98
* Device management constants cleanupjkummerow@chromium.org2010-11-249-15/+54
| | | | | | | | | | | | | | • Move device management protocol constants into shared header file • Filter out policies with unwanted keys when decoding server response This also fixes bug 62058. BUG=62481 TEST=existing unit tests still work: DeviceManagementPolicyProviderTest.*:DeviceTokenFetcherTest.* Review URL: http://codereview.chromium.org/5348001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67259 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore CryptAcquireContext* on Windows; match ".dll$" instead of ".dll*"timurrrr@chromium.org2010-11-241-4/+5
| | | | | | | | TBR=glider TEST=TSan/Win should remain green Review URL: http://codereview.chromium.org/5267002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67258 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Make sure update is not triggered at welcome screen.nkostylev@chromium.org2010-11-243-7/+11
| | | | | | | | | | | Update EULA text. BUG=chromium-os:9470, chromium-os:5498 TEST=Manual. When .oobe_complete file is absent proxy dialog doesn't trigger update. Review URL: http://codereview.chromium.org/5344001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67257 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable IndexedDB browser tests.hans@chromium.org2010-11-243-11/+8
| | | | | | | | | | | I haven't been able to reproduce any failures. Adding some log statements, fixing minor JS issue, and keeping an eye on these in case they go flaky again. BUG=63675 TEST=browser_tests --gtest_filter="IndexedDB*" Review URL: http://codereview.chromium.org/5376001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67256 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup mock device management backenddanno@chromium.org2010-11-245-242/+91
| | | | | | | | | | | Add actions for mock device management backend for request success and failure. BUG=62482 TEST=DeviceManagementPolicyProviderTest*:DeviceTokenFetcherTest* Review URL: http://codereview.chromium.org/5338004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67255 0039d316-1c4b-4281-b951-d872f2087c98
* Split up and enable ExecuteScriptApiTest.finnur@chromium.org2010-11-241-12/+23
| | | | | | | | | | | | | | | | | | | | | | | I ran these tests locally and saw DCHECKs, which are due to the PropSet problem discussed on chromium-dev recently. These were taken care of by sync'ing to latest since sky has just converted to ScopedProp and flushed some issues out. I did also notice that on my beefy machine that running just *one* of those extensions tests took about 10 seconds, so lumping in three of those into one test must be very likely to cause timeouts. I have therefore split them up into individual tests. I can't get it to fail on my machine, so I think it is time to try it out on the bots. BUG=28630 TEST=This CL is about fixing tests. Review URL: http://codereview.chromium.org/5285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67254 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression for CrOS/UI Histogram racetimurrrr@chromium.org2010-11-241-1/+9
| | | | | | | | | BUG=64185 TBR=glider TEST=TSan/UI/CrOS should go greener Review URL: http://codereview.chromium.org/5281008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67253 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 72648:72659.loislo@chromium.org2010-11-242-3/+1
| | | | | | | | | | BUG=none TEST=none TBR=jparent Review URL: http://codereview.chromium.org/5357004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67252 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 67248 - TestShell: Backported EventSender.contextClick() improvement ↵morrita@chromium.org2010-11-245-84/+0
| | | | | | | | | | | | | | | to mock menu item strings. BUG=63460 TEST=LayoutTest/editing/spelling/context-menu-suggestions.html TBR=morrita@chromium.org Review URL: http://codereview.chromium.org/5120002 TBR=morrita@chromium.org Review URL: http://codereview.chromium.org/5363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67251 0039d316-1c4b-4281-b951-d872f2087c98
* TestShell changes to support multiple speech input results.satish@chromium.org2010-11-243-7/+10
| | | | | | | | | | | This is the chromium side of https://bugs.webkit.org/show_bug.cgi?id=49736. BUG=none TEST=webkit layout tests will be enabled after this CL. Review URL: http://codereview.chromium.org/5333001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67250 0039d316-1c4b-4281-b951-d872f2087c98
* TestShell: Backported EventSender.contextClick() improvement to mock menu ↵morrita@chromium.org2010-11-245-0/+84
| | | | | | | | | | | | item strings. BUG=63460 TEST=LayoutTest/editing/spelling/context-menu-suggestions.html TBR=morrita@chromium.org Review URL: http://codereview.chromium.org/5120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67248 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserTest.PosixSessionEnd on both Mac and Linux.glider@chromium.org2010-11-242-4/+5
| | | | | | | | | BUG=42105 TBR=timurrrr Review URL: http://codereview.chromium.org/5341003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67247 0039d316-1c4b-4281-b951-d872f2087c98
* Print the list of failed test in "./tools/valgrind/waterfall.sh match"timurrrr@chromium.org2010-11-241-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example report is like this: <<<<<<<<<<<<<<<<<<<<<<<<<< $ ./tools/valgrind/waterfall.sh match Congratulations! All reports are suppressed! Test failures on Linux: None! Test failures on Chromium Mac: ui:NPAPITesterBase.GetURLRedirectNotification Note: we don't check for failures already excluded locally yet TODO(timurrrr): don't list tests we've already excluded locally Test failures on Chromium OS: None! Note: we don't print FAILS/FLAKY tests and 1200s-timeout failures <<<<<<<<<<<<<<<<<<<<<<<<<< I think this should be handy for Chromium Memory Sheriffs TEST=./tools/valgrind/waterfall.sh match Review URL: http://codereview.chromium.org/5304002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67246 0039d316-1c4b-4281-b951-d872f2087c98
* Landing fix for keindsay@gmail.com (Strangeloop Networks)mbelshe@google.com2010-11-2410-641/+1668
| | | | | | | | | | | | | Added proxy and NPN support as well as basic command line configuration for the flip server. Turn on building of flip server for linux by default. BUG=none TEST=test tool Review URL: http://codereview.chromium.org/5255008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67245 0039d316-1c4b-4281-b951-d872f2087c98
* Disable font-size-zero.html for mac.loislo@chromium.org2010-11-241-0/+2
| | | | | | | | | | BUG=none TEST=none TBR=jparent Review URL: http://codereview.chromium.org/5322005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67244 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix for Clang. const type qualifier on return type has no effect.hans@chromium.org2010-11-241-1/+1
| | | | | | | | | | BUG=none TEST=build goes green TBR=thakis Review URL: http://codereview.chromium.org/5254004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67243 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AllUrlsApiTest.RegularExtensionsphajdan.jr@chromium.org2010-11-241-1/+2
| | | | | | | | | | | | It crashes flakily on the Windows trybot. TBR=finnur BUG=64304 TEST=browser_tests Review URL: http://codereview.chromium.org/5298003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67242 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BookmarkBarViewTest16.DeleteMenuphajdan.jr@chromium.org2010-11-241-1/+2
| | | | | | | | | | | | It flakily times out on Winows trybot. TBR=sky BUG=64303 TEST=interactive_ui_tests Review URL: http://codereview.chromium.org/5369004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67241 0039d316-1c4b-4281-b951-d872f2087c98
* Change the login name autocompletion logic to case sensitive.isherman@chromium.org2010-11-242-2/+22
| | | | | | | | | | | Contributed by Takano.Naoki@gmail.com (honten) BUG=55874 TEST=Assume the user's login name is 'Chris' and once it's saved, the autocompletion is not triggered if the start charactor is 'c'. The autocompletion is triggered iff the start charactor is 'C'. Review URL: http://codereview.chromium.org/5197005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67240 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 72637:72648.loislo@chromium.org2010-11-241-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=jparent Review URL: http://codereview.chromium.org/5369003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67239 0039d316-1c4b-4281-b951-d872f2087c98
* Reverts r65780.kochi@chromium.org2010-11-241-9/+1
| | | | | | | | | | | | Now fix for OpaqueBrowserFrameView NULL pointer access is in, we can remove FLAKY prefix for ExtensionAPITest.Incognito. BUG=chromium-os:9049 TEST=run browser_test --gtest_filter="ExtensionAPITest.Incognito" for chromiumos_linux and other targets. Review URL: http://codereview.chromium.org/5151002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67238 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-2430-144/+77
| | | | | | | | | | | As described in the bug, the current behavior is confusing and bug-prone. BUG=47194 TEST=Check that there are no visible regressions in RTL and LTR language UIs on Linux & Windows. Review URL: http://codereview.chromium.org/5154009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67237 0039d316-1c4b-4281-b951-d872f2087c98