summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert gdk keycode to match base::KeyboardCode.oshima@chromium.org2009-10-091-1/+5
| | | | | | Review URL: http://codereview.chromium.org/268026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28568 0039d316-1c4b-4281-b951-d872f2087c98
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-0915-424/+334
| | | | | | | | (Part of the Webkit API refactoring effort). Review URL: http://codereview.chromium.org/265011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28567 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two data races in Chromium and a couple of races in libctimurrrr@chromium.org2009-10-091-0/+32
| | | | | | | | BUG=24419,24307 TBR=dank Review URL: http://codereview.chromium.org/267038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28566 0039d316-1c4b-4281-b951-d872f2087c98
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-0920-94/+376
| | | | | | | | | | BUG=23583 BUG=17910 TEST=no Review URL: http://codereview.chromium.org/262016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28565 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the NTP to be bookmarked.pkasting@chromium.org2009-10-094-42/+16
| | | | | | | | BUG=none TEST=Try to bookmark the NTP. Review URL: http://codereview.chromium.org/269028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28564 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for recovering when a running test completes but killed the ↵kkania@google.com2009-10-095-417/+442
| | | | | | | | browser window. Before only test hangs were gracefully handled. Better timeouts for tests. Adds short delay between selenium commands for IE, to fix StressWindow test and others. Review URL: http://codereview.chromium.org/266031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28563 0039d316-1c4b-4281-b951-d872f2087c98
* Update cros network library code to work with the latest cros API that sends ↵chocobo@google.com2009-10-092-3/+4
| | | | | | | | | | network updates with ServiceStatus. This fixes the issue where if we are connected to ethernet, we won't get wifi network updates. BUG=23923 TEST=none Review URL: http://codereview.chromium.org/269029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28562 0039d316-1c4b-4281-b951-d872f2087c98
* Perf expectations update.chase@chromium.org2009-10-091-2/+2
| | | | | | | | | | | | | Relax "Linux perf morejs" variance. (Test variance too high to give us useful "improved" results.) Repin and relax "XP perf warm startup". BUG=none TEST=none Review URL: http://codereview.chromium.org/266041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28561 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Theme the bookmark bar on the new tab page.erg@chromium.org2009-10-0910-50/+299
| | | | | | | | | | | | | | | | | - XIB change: The controller has a connection to buttonView_. - BrowserThemeProviderMac: Fix a bug where we weren't returning default colors; we returned nil instead. - The majority of the implementation is actually the cross platform NtpBackgroundUtil::PaintBackgroundDetachedMode. We do platform specific drawing on top of the background, though. TEST=BookmarkBarToolbarViewTest.DisplayAsFloatingBarWithNoImage TEST=BookmarkBarToolbarViewTest.DisplayAsFloatingBarWithBgImage BUG=http://crbug.com/17625 Review URL: http://codereview.chromium.org/266027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28560 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Start the database query for the new tab page results as soon""tony@chromium.org2009-10-092-39/+93
| | | | | | | | | | | | | | This re-applies r28549 with a NULL pointer check for the HistoryService, which can be NULL during unit tests. It also means that if the user does a view-source on the new tab page, we make a wasted query to the history service, but I guess that's not a big deal. TBR=arv Review URL: http://codereview.chromium.org/267039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28559 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding the interactive UI tests GYP factor out, as it turnsjcampan@chromium.org2009-10-093-268/+153
| | | | | | | | | | | out it is not responsible for breaking the interactive ui tests. See http://codereview.chromium.org/259018/show TBR=brettw Review URL: http://codereview.chromium.org/270042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28558 0039d316-1c4b-4281-b951-d872f2087c98
* When a GtkWidget was destroyed the NVH would not be detached.jcampan@chromium.org2009-10-093-10/+7
| | | | | | | | | | | There was a hack in location_bar_view to prevent an assert, but it would cause an other assert. Also fixed a double delete with the find_bar_host. BUG=None TEST=Start Chrome Linux toolkit view. Close it. It should not assert. Review URL: http://codereview.chromium.org/266034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28556 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 28545.darin@chromium.org2009-10-095-98/+113
| | | | | | Review URL: http://codereview.chromium.org/272011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28552 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Start the database query for the new tab page results astony@chromium.org2009-10-092-85/+34
| | | | | | | | | | soon" because TabContentsTest.NTPViewSource is crashing on linux. This reverts commit r28549. Review URL: http://codereview.chromium.org/273004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28551 0039d316-1c4b-4281-b951-d872f2087c98
* A few more misc fixes for the linux port.mbelshe@chromium.org2009-10-094-24/+18
| | | | | | | | | | | Temporarily turn off SSL until the SSL full duplex patch can land. BUG=none TEST=none Review URL: http://codereview.chromium.org/272004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28550 0039d316-1c4b-4281-b951-d872f2087c98
* Start the database query for the new tab page results as soontony@chromium.org2009-10-092-34/+85
| | | | | | | | | | | as we create the MostVisitedHandler. I find that in practice, once the new tab page is warm, we get the results before the new tab page html loads. Review URL: http://codereview.chromium.org/267034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28549 0039d316-1c4b-4281-b951-d872f2087c98
* typo. TBR=pinkertonthakis@chromium.org2009-10-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/272010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28548 0039d316-1c4b-4281-b951-d872f2087c98
* Just add a comment to explain some empty functions.tony@chromium.org2009-10-091-0/+6
| | | | | | Review URL: http://codereview.chromium.org/271028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28547 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps for ffmpeg. Picks up new mac binaries with correct install_name.ajwong@chromium.org2009-10-091-1/+1
| | | | | | | | | BUG=24219 TEST=none Review URL: http://codereview.chromium.org/270039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28546 0039d316-1c4b-4281-b951-d872f2087c98
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-095-113/+98
| | | | | | | | | | | | this class into the WebKit API implementation. R=dglazkov BUG=10034 TEST=none Review URL: http://codereview.chromium.org/273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28545 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes compile error in NativeMenuGtk when building for 64 bit.sky@chromium.org2009-10-091-2/+2
| | | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28544 0039d316-1c4b-4281-b951-d872f2087c98
* Linux x64 - Enable media tests since we have 64-bit ffmpeg now.mmoss@chromium.org2009-10-091-2/+1
| | | | | | | Review URL: http://codereview.chromium.org/261038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28543 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure we call orderOut: before calling performClose:. This ensures the ↵pinkerton@chromium.org2009-10-092-2/+10
| | | | | | | | | | window is hidden immediately so we don't see any teardown that may ensure. BUG=23959 TEST=closing windows with lots of tabs, quitting with lots of tabs. dragging while windows close. Review URL: http://codereview.chromium.org/264022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28542 0039d316-1c4b-4281-b951-d872f2087c98
* Some fixes to the OS X Sandbox:jeremy@chromium.org2009-10-098-106/+187
| | | | | | | | | | | | | | * Added a command line option to enable verbose logging in the Sandbox. This will be useful when we start looking at the information in ChromeBot. * Modified the code that splices the homedir path into the Sandbox file. This code is now only used on 10.6 and no longer uses a regex. * Moved sandbox code out into a sandbox_mac file. * Changed 10.6 seed release references -> 10.6 . BUG=21483 TEST=Browser should launch and display NTP correctly on OS X 10.5 & 10.6 Review URL: http://codereview.chromium.org/242165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28541 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Swahili and Amharic.mal@chromium.org2009-10-098-0/+202
| | | | | | | | BUG= None TEST= chrome.exe --lang=sw and chrome.exe --lang=am Review URL: http://codereview.chromium.org/272006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28540 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the preference localizer class.thomasvl@chromium.org2009-10-095-176/+181
| | | | | | | | | | | Add some new strings that didn't exit to the grd file needed by Mac prefs. Update all the strings in the file to use the localizer. BUG=20538 TEST=Almost all the pref strings should be localized, there area few new ones that won't show up localized until we do a TC run. The controls do *NOT* auto size yet, so there can be clipping/oversized controls. Review URL: http://codereview.chromium.org/273001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28539 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run DnsMasterTest.MassiveConcurrentLookupTest under valgrindtimurrrr@chromium.org2009-10-091-0/+2
| | | | | | | BUG=24416 Review URL: http://codereview.chromium.org/272009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28538 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing scoped_ptr misusage in base/win_util.cctimurrrr@chromium.org2009-10-091-7/+10
| | | | | | | | | BUG=24266 This patch was originally created by Alexander Potapenko (cc'ed) as http://codereview.chromium.org/264013 Review URL: http://codereview.chromium.org/262023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28537 0039d316-1c4b-4281-b951-d872f2087c98
* IB seems to have forgotten about the outlets on some of the custom classes, ↵thomasvl@chromium.org2009-10-091-55/+140
| | | | | | | | | | simply opened the project and let it sync back up to avoid lots of warnings about unknown outlets. BUG=none TEST=none Review URL: http://codereview.chromium.org/271032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28536 0039d316-1c4b-4281-b951-d872f2087c98
* Web Socket support: Chromium IPCukai@chromium.org2009-10-091-0/+60
| | | | | | | | | | | Add IPC messages used in SocketStreamHandle for Web Sockets. BUG=12497 TEST=none Review URL: http://codereview.chromium.org/188007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28534 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 222.2 to 222.3laforge@chromium.org2009-10-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28533 0039d316-1c4b-4281-b951-d872f2087c98
* DJB2 Hash for applications where high speed hash or checksum values are needed.fbarchard@chromium.org2009-10-094-0/+74
| | | | | | | | | BUG=21126 TEST=djb2_unittest.cc has a quick test. will replace versions in media unittests and media_bench in future. Review URL: http://codereview.chromium.org/193028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28532 0039d316-1c4b-4281-b951-d872f2087c98
* Add -loop=N option to test ffmpeg ogv decoding on loop.fbarchard@chromium.org2009-10-091-0/+20
| | | | | | | | | BUG=19917 TEST=media_bench.exe -stream=video -loop=100 d:\testmatrix\still\still1.ogv still.1280x720_30Hz_P420.yuv should produce 100 frames and not black. Use pyuv on still.1280x720_30Hz_P420.yuv to confirm. Review URL: http://codereview.chromium.org/265050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28531 0039d316-1c4b-4281-b951-d872f2087c98
* Fix possible null-pointer dereferences in WebKit API.tkent@chromium.org2009-10-098-8/+16
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/266039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28530 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes a bug that .crx can not be installed by "Could not createtkent@chromium.org2009-10-092-4/+31
| | | | | | | | | | | directory for unzipping." in the case that the environment variable TMP is set to a root directory of a drive such as "C:\" TEST=Add new tests to base_unittest BUG=23911 Review URL: http://codereview.chromium.org/257061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28529 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot backspace/shift-backspace.thakis@chromium.org2009-10-092-17/+22
| | | | | | | | | | | This should've been a two-line patch, but due to http://codereview.chromium.org/255028 it became a four-line patch. BUG=12557 TEST=Focus text box on a web page. backspace should delete text. Focus webpage background. backspace/shift-backspace should go history back/forward. When the omnibox is focussed, backspace should delete text, but cmd-1-9 should still switch tabs. Review URL: http://codereview.chromium.org/272008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28528 0039d316-1c4b-4281-b951-d872f2087c98
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-099-108/+129
| | | | | | | | | | | | | | | to follow WebKit r42740. - Add a WebNode parameter to WebViewDelegate::decidePolicyForNavigation() TestWebViewDelegate prints the path of the node. RenderView ignores this parameter. - Fix a bug of WebNode assignment. BUG=11000 TEST=This change enables 3 layout tests. Review URL: http://codereview.chromium.org/267003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28527 0039d316-1c4b-4281-b951-d872f2087c98
* Add net/socket_stream.ukai@chromium.org2009-10-093-0/+879
| | | | | | | | | | | This is used for WebSocket protocol. BUG=12497 TEST=none Review URL: http://codereview.chromium.org/243077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28526 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r28519-28523. Accidentally used wrong command,aa@chromium.org2009-10-098-66/+66
| | | | | | | | | committing a bunch of local changes individually with bad commit messages. TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28525 0039d316-1c4b-4281-b951-d872f2087c98
* set BrowserActionButton inset to 0 so icon can draw to edges.rafaelw@chromium.org2009-10-094-7/+59
| | | | | | | | Also, implement cool spinning gmail icon when unread count changes. Review URL: http://codereview.chromium.org/264021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28524 0039d316-1c4b-4281-b951-d872f2087c98
* wheeaa@chromium.org2009-10-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28523 0039d316-1c4b-4281-b951-d872f2087c98
* remove old filesaa@chromium.org2009-10-094-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28522 0039d316-1c4b-4281-b951-d872f2087c98
* update chrom.gypaa@chromium.org2009-10-091-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28521 0039d316-1c4b-4281-b951-d872f2087c98
* patch from issue 261007aa@chromium.org2009-10-0910-212/+44
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28520 0039d316-1c4b-4281-b951-d872f2087c98
* copy files to new location to help git cl patchaa@chromium.org2009-10-094-0/+168
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28519 0039d316-1c4b-4281-b951-d872f2087c98
* Enable a lot of WorkerTest.WorkerFastLayoutTests and comment outlevin@chromium.org2009-10-091-4/+3
| | | | | | | | | | | | the only test that is failing. (The test is still being investigated but it is good to keep as much running as possible.) BUG=23391 TEST=Enabling tests. Review URL: http://codereview.chromium.org/266035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28518 0039d316-1c4b-4281-b951-d872f2087c98
* [Windows] Add a button in bookmark manager to show the status of bookmarks ↵tim@chromium.org2009-10-093-6/+114
| | | | | | | | | | | | | | synchronization.It does the item 5 of the BUG only.This add a button after |Tools| menu. And it's showed all the time, with the current status of sync. The user should run 'chrome --enable-sync' to see it. Patch by Thiago Farina, http://codereview.chromium.org/256017 BUG=23136 TEST=compiled and ran on Windows. Review URL: http://codereview.chromium.org/268021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28517 0039d316-1c4b-4281-b951-d872f2087c98
* Fix signature of onConnect.addListener in content scripts doc.asargent@chromium.org2009-10-092-4/+4
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/265057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28516 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-0911-85/+145
| | | | | | | | | | | | WebView to RenderView. R=mpcomplete BUG=10033 TEST=none Review URL: http://codereview.chromium.org/265044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28515 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Remove pthreads from syncapi. Convert AddressWatchThread from pthreads ↵tim@chromium.org2009-10-091-51/+57
| | | | | | | | | | to chrome threads. BUG=19895 Review URL: http://codereview.chromium.org/265054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28514 0039d316-1c4b-4281-b951-d872f2087c98