summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding pepper plugin to linux list of files for package.bradnelson@google.com2011-02-141-0/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6519001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74780 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NullAudioManager.sergeyu@chromium.org2011-02-141-27/+0
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6473021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74779 0039d316-1c4b-4281-b951-d872f2087c98
* Fix small incompatibility issues with Visual Studio 2010.jeanluc@chromium.org2011-02-142-11/+28
| | | | | | | | | BUG=25628 TEST=Compile all.sln cleanly Review URL: http://codereview.chromium.org/6512012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74778 0039d316-1c4b-4281-b951-d872f2087c98
* Hack to have Chrome compile under Visual Studio 2010. The files ↵jeanluc@chromium.org2011-02-141-5/+22
| | | | | | | | | | | | | | | crt/src/intel/mt_lib/memset.obj and P4_memset.obj are not distributed with VS2010. For now, include those distributed with 2009. The downside is that you can't compile with only VS2010 installed. BUG=25628 Review URL: http://codereview.chromium.org/6509008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74777 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll r78427:78443hamaji@chromium.org2011-02-141-1/+1
| | | | | | | | | | BUG=none TEST=canary TBR=pkasting Review URL: http://codereview.chromium.org/6475004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74776 0039d316-1c4b-4281-b951-d872f2087c98
* Fix privacy issues related to about:net-internals and about:dnsmmenke@chromium.org2011-02-138-18/+89
| | | | | | | | | | | | | | and clearing the history. When clearing the history, both NetLog and the host cache are now cleared. BUG=65338 TEST=none Review URL: http://codereview.chromium.org/6312076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74775 0039d316-1c4b-4281-b951-d872f2087c98
* Add histograms for prerendering to the renderer process, second try. mmenke@chromium.org2011-02-134-6/+108
| | | | | | | | | | | | | BUG=71160 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74034 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=74040 Review URL: http://codereview.chromium.org/6448002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74774 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Fix random variations of DOMUI.tfarina@chromium.org2011-02-1316-34/+33
| | | | | | | | | | | | This was found with: $ git gs "[Dd][Oo][Mm][Uu][Ii]" BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6518001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74773 0039d316-1c4b-4281-b951-d872f2087c98
* Adding pdb files for nacl dlls/exes.bradnelson@google.com2011-02-131-0/+3
| | | | | | | | | BUG=72886 TEST=None Review URL: http://codereview.chromium.org/6484026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74772 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Get rid of more references to DOMUI in the rest of the directories.tfarina@chromium.org2011-02-1330-59/+54
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6513010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74771 0039d316-1c4b-4281-b951-d872f2087c98
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-1330-293/+488
| | | | | | | | | | | | | This provides the hook-up for plugin sharing but not shutdown or cleanup from errors. There is still a lot of work to do cleaning up in the plugin and the browser when a renderer dies, or cleaning up in the renderer and browser when a plugin dies. Currently, even the normal exit case crashes in the browser. But fixing it in this patch would be too complicated to write or review, so I'm going to do shutdown & error handling in a followup. Review URL: http://codereview.chromium.org/6486034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74766 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add extra heap-allocation to refcounting. For perf test only. Will ↵ajwong@chromium.org2011-02-132-26/+11
| | | | | | | | | | Revert after one build." This reverts commit r74764. TBR=willchan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74765 0039d316-1c4b-4281-b951-d872f2087c98
* Add extra heap-allocation to refcounting. For perf test only. Will Revert ↵ajwong@chromium.org2011-02-132-11/+26
| | | | | | | | | | | after one build. BUG= TEST= Review URL: http://codereview.chromium.org/6484024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74764 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll r78320:78427hamaji@chromium.org2011-02-131-1/+1
| | | | | | | | | | BUG=none TEST=canary TBR=pkasting Review URL: http://codereview.chromium.org/6475002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74763 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 670.0 to 671.0chrome-release@google.com2011-02-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74759 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build caused by deleting gfx/* stubssail@chromium.org2011-02-131-0/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6510011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74755 0039d316-1c4b-4281-b951-d872f2087c98
* Use the hostname instead of the IP address for WebDriver sessions. This ↵kkania@chromium.org2011-02-134-100/+21
| | | | | | | | | | | requires much less code and fixes a bug where 192.* addresses wouldn't work. BUG=72232 TEST=none Review URL: http://codereview.chromium.org/6410126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74753 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build warning from uninitialized variable.kkania@chromium.org2011-02-131-1/+3
| | | | | | | | | BUG=none TEST=none TBR=jleyba Review URL: http://codereview.chromium.org/6473019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74752 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for reliability crashrsleevi@chromium.org2011-02-131-1/+1
| | | | | | | | | | BUG=72832 TEST=none TBR=huanr Review URL: http://codereview.chromium.org/6509010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74749 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Value command in ChromeDriver.kkania@chromium.org2011-02-1317-134/+845
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6482014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74748 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in WinAudioTest.PCMWaveStreamOpenLimit.robertshield@chromium.org2011-02-131-2/+3
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6487024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74745 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations with new mem change.chase@chromium.org2011-02-131-4/+4
| | | | | | | | | | BUG=72850 TEST=mac10.5 perf intl2 is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6480047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74744 0039d316-1c4b-4281-b951-d872f2087c98
* Carnitas: Delete stub src/gfx/* headerssail@chromium.org2011-02-1371-641/+10
| | | | | | | | | | | The last references to src/gfx/* have been updated so it's safe to delete the stub headers. BUG=None TEST=None Review URL: http://codereview.chromium.org/6474031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74741 0039d316-1c4b-4281-b951-d872f2087c98
* Updated about_flags and command-line switch handling for prerender/prefetchgavinp@chromium.org2011-02-129-53/+117
| | | | | | | | | | | | | | | The second half of http://codereview.chromium.org/6410082/ , which cbentzel suggested be landed in two halves. This upload addresses comments from that review (improved description, unified options, no more contradictory option possibilities). BUG=70610 TEST=lots of manual testing, http://browserspy.dk/prefetch.php Review URL: http://codereview.chromium.org/6480002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74740 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Change more references to WebUI in dom_ui directory.tfarina@chromium.org2011-02-129-56/+57
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6480046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74739 0039d316-1c4b-4281-b951-d872f2087c98
* If a gpu blacklist entry does not specify OS, it should apply to all platforms.zmo@google.com2011-02-122-1/+19
| | | | | | | | | | | Currently through filtering such entries will be filtered upon loading. BUG=none TEST=unittest Review URL: http://codereview.chromium.org/6480041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74738 0039d316-1c4b-4281-b951-d872f2087c98
* Update Valgrind and TSan suppressions; suppress a new memory leak (#72833)timurrrr@chromium.org2011-02-123-22/+28
| | | | | | | | | BUG=72548, 56090, 61228, 72833 TBR=glider TEST=Memory waterfall is greener Review URL: http://codereview.chromium.org/6473018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74737 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Change more entries from DOMUI to WebUI under chromeos/notifications ↵tfarina@chromium.org2011-02-126-19/+19
| | | | | | | | | | | directory. BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6473013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74736 0039d316-1c4b-4281-b951-d872f2087c98
* cocoa: Show a tooltip for the location icon in the omnibox.tfarina@chromium.org2011-02-122-2/+15
| | | | | | | | | BUG=41073, 22925 TEST=launch chrome, hover the location icon in the left, a tooltip with "Click to view site information" should appears. Review URL: http://codereview.chromium.org/6489033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74735 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new stack signature from reliability bot.rsleevi@chromium.org2011-02-121-0/+3
| | | | | | | | | | BUG=72796 TEST=NONE TBR=huanr Review URL: http://codereview.chromium.org/6473017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74734 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 669.0 to 670.0chrome-release@google.com2011-02-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74731 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 74590 - Disable AudioOutputControllerTest.CreateAndClose since it ↵sergeyu@chromium.org2011-02-121-5/+0
| | | | | | | | | | | | | | crashes on Windows in release. BUG=72718 TEST=none Review URL: http://codereview.chromium.org/6489032 TBR=maruel@chromium.org Review URL: http://codereview.chromium.org/6513007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74729 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-1231-1436/+1151
| | | | | | | | | | | | This reverts commit f19e6d524e086ed8182a475680e931a9a870d2a8. TBR=willchan@chromium.org BUG=none TEST=chromeos pfq bot should cycle green Review URL: http://codereview.chromium.org/6512009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74728 0039d316-1c4b-4281-b951-d872f2087c98
* Re-add string.estade@chromium.org2011-02-121-0/+3
| | | | | | | | | | | Turns out it's used after all. BUG=none TEST=chrome://settings doesn't say undefined in huge letters at the top left Review URL: http://codereview.chromium.org/6513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74725 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new stack signature from reliability bot.jshin@chromium.org2011-02-121-0/+3
| | | | | | | | | BUG=72796 TEST=NONE TBR=huanr Review URL: http://codereview.chromium.org/6480045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74724 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Rename NewDOMUI to NewWebUI.tfarina@chromium.org2011-02-121-42/+42
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6507014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74721 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the XSS auditor by defaultabarth@chromium.org2011-02-124-12/+5
| | | | | | | | | | | The XSS auditor is still experimental, but the new design seems to be working well in the WebKit nightlies. This patch enables the feature in Chromium to gather wider feedback. If you'd like to provide feedback, please file a bug at https://bugs.webkit.org/ and add the XSSAuditor keyword. Review URL: http://codereview.chromium.org/6507010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74720 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73977 - Apply a sanity check on gfx::Size deserialization so we can ↵cevans@chromium.org2011-02-121-2/+0
| | | | | | | | | | | | | | | | | be confident there are no width * height * bpp problems. BUG=72615 TEST=none TBR=jschuh Review URL: http://codereview.chromium.org/6413013 TBR=cevans@chromium.org Review URL: http://codereview.chromium.org/6513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74719 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for incorrect tab count when starting testing automation.dtu@chromium.org2011-02-122-63/+77
| | | | | | | | | | | | | | Previously it just used args().size() to determine the number of initial tabs loaded, but this could be incorrect if some of the args are invalid URLs. Now it will call GetURLsFromCommandLine() to get the correct number of valid URLs. GetURLsFromCommandLine() is moved from BrowserInit::LaunchWithProfile to a static function in BrowserInit because it is now used in another place. BUG=72254 TEST=none STATUS=Fixed Review URL: http://codereview.chromium.org/6246157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74718 0039d316-1c4b-4281-b951-d872f2087c98
* In Dev build, we would like to see if SSLClientSocketNSS objectrtenneti@chromium.org2011-02-122-6/+39
| | | | | | | | | | | | | | | | | is Connected and Disconnected on the same thread. Wan-Teh and I had thought it is more logical to disconnect the transport socket before closing the NSS SSL socket (and the underlying memory buffers). Test to see if this stops memory corruption crashes, will revert after a Dev release. BUG=65948 TEST=accessing google.com and gmail via https and sync'ing of personal stuff. Review URL: http://codereview.chromium.org/6474027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74717 0039d316-1c4b-4281-b951-d872f2087c98
* The current implementation of client authentication for Windows and Mac ↵rsleevi@chromium.org2011-02-125-214/+1
| | | | | | | | | | | | | matches the NSS implementation, in that it continously checks that the private key is still accessible. The intent is that once the user removes the private key (such as by ejecting a smart card, if it's stored on one), then the existing SSL sessions will become invalidated. However, depending on the smart card middleware, this may involve non-trivial work being done every SSL record, and may be causing a performance regression for authentication. The new behaviour is that any negotiated SSL connections remain valid, even after the smart card is ejected, and any established SSL sessions are not invalidated and may be reused. This matches the observed behaviours of IE and Safari. Smart card client auth on Linux is unaffected and will continue polling the smart card to determine if it's been ejected / the key has been deleted. BUG=71928 TEST=none Review URL: http://codereview.chromium.org/6413010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74716 0039d316-1c4b-4281-b951-d872f2087c98
* chrome://settings - Change tab title based on pages' title.estade@chromium.org2011-02-123-4/+5
| | | | | | | | | BUG=72274 TEST=manual Review URL: http://codereview.chromium.org/6507002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74715 0039d316-1c4b-4281-b951-d872f2087c98
* Disable media_unittests on Windowshclam@chromium.org2011-02-121-0/+47
| | | | | | | | | | | Exclude test cases on windows. BUG=72790 TEST=Windows bots are green Review URL: http://codereview.chromium.org/6507013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74714 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "indexeddb: make setVersion fire blocked event if other connections ↵dgrogan@chromium.org2011-02-125-18/+0
| | | | | | | | are open" This reverts commit 46cd3aa22b003111d0ed1999094eff3aa25132f4. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74713 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 74700 - Revert the "out-of-lining of test code" change within src/mediansylvain@chromium.org2011-02-129-17/+49
| | | | | | | | | | | | | to see if it fixes the gmock crashes we've been seeing since the change has been made. The original change was split between r74660, r74168, r74059 Review URL: http://codereview.chromium.org/6473006 TBR=nsylvain@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74712 0039d316-1c4b-4281-b951-d872f2087c98
* indexeddb: make setVersion fire blocked event if other connections are opendgrogan@chromium.org2011-02-125-0/+18
| | | | | | | | | BUG=64049 TEST= Review URL: http://codereview.chromium.org/6513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74711 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.tfarina@chromium.org2011-02-1221-34/+34
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6507012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74710 0039d316-1c4b-4281-b951-d872f2087c98
* Add input method support for views and integrate ibus input frameworkoshima@google.com2011-02-127-52/+987
| | | | | | | | | | | BUG=none TEST=tested on Linux desktop oshima landed for penghuang Review URL: http://codereview.chromium.org/6480036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74709 0039d316-1c4b-4281-b951-d872f2087c98
* Add stub WidgetImpl class. This will become the cross platform replacement ↵ben@chromium.org2011-02-125-0/+457
| | | | | | | | | | | | | | | | | for Widget, and will merge the common functionality between NativeWidgetWin and WidgetGtk. Right now it does nothing other than implement Widget (for compatibility) and the new NativeWidgetListener interface, imported from ui/views/widget. This new interface is the NativeWidget's way of notifying the Widget of events. Also bring across the NativeWidget interface from ui/views/widget, which will be implemented by NativeWidgetWin in a future changelist. BUG=72040 TEST=none TBR=sky Review URL: http://codereview.chromium.org/6510008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74708 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the stack signature for bug 70031 slightly to match a new stack ↵jshin@chromium.org2011-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signature found. The present pattern does not have a single quotation mark after destructor. Below is taken from the log (with newlines added for the readability) Checking new crashes... INFO: NEW stack trace signature found: webcore::shadowdata::`scalar deleting destructor'___ webcore::shadowdata::`scalar deleting destructor'___ webcore::shadowdata::`scalar deleting destructor'___ webcore::shadowdata::`scalar deleting destructor'___ ..... and goes on ... INFO: known stack trace signature found. (match REGEX, tcmalloc.+webcore.+) REGRESSION: NEW crash stack traces found -------------------- Repro information: UI sequence: SetUp,newtab,navigate,openwindow,navigate,pagedown,showbookmarks,back,navigate,back,navigate Stack trace: chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0xa chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 chrome_2590000!WebCore::ShadowData::`scalar deleting destructor'+0x11 BUG=70031 TEST=NONE TBR=huanr Review URL: http://codereview.chromium.org/6507011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74707 0039d316-1c4b-4281-b951-d872f2087c98