summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update the NaCl deps in Chrome.noelallen@google.com2010-06-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2674003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49273 0039d316-1c4b-4281-b951-d872f2087c98
* Set handled flag to true inside ↵andreip@chromium.org2010-06-091-0/+2
| | | | | | | | | | | | | | | | IndexedDBDispatcherHost::OnMessageReceivedWebKit() before passing the message to IndexedDBDispatcherHost for processing. This is a clone of http://codereview.chromium.org/2657007/show which was LGTM'ed by Jeremy Orlow. Review URL: http://codereview.chromium.org/2711004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49272 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up geolocation_dispatcher_host.hjoth@chromium.org2010-06-094-109/+103
| | | | | | | | | | | It was pulling internal geolocation headers into resource_message_filter.cc BUG=none TEST=none Review URL: http://codereview.chromium.org/2742002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49271 0039d316-1c4b-4281-b951-d872f2087c98
* Makes it so child views of menuitemview can be traversed with thesky@chromium.org2010-06-0915-56/+250
| | | | | | | | | | | | | keyboard. Because I don't want the menu to actually get focus I'm using SetHotTracked when traversing and AcceleratorPressed from enter/return. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2741004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49270 0039d316-1c4b-4281-b951-d872f2087c98
* Add a command line switch to enable the pepper testing interface. This moves ↵brettw@chromium.org2010-06-096-4/+53
| | | | | | | | | | the other switch we were using in the plugins directory to the new file as well. TEST=covered by UI test BUG=none Review URL: http://codereview.chromium.org/2716002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49269 0039d316-1c4b-4281-b951-d872f2087c98
* Disable language menu during sign in process.nkostylev@google.com2010-06-091-0/+1
| | | | | | | | | BUG=none TEST=All controls are disabled on "New User" screen with login is in progress Review URL: http://codereview.chromium.org/2774004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49268 0039d316-1c4b-4281-b951-d872f2087c98
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-0914-69/+347
| | | | | | | | | | | | This CL is a clone of http://codereview.chromium.org/2607001/show which was reviewd and LGTM'ed by Jeremy Orlow. Review URL: http://codereview.chromium.org/2740003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49267 0039d316-1c4b-4281-b951-d872f2087c98
* Yet another test web server. Supports speed throttle and dump of the traffic.stoyan@chromium.org2010-06-093-0/+245
| | | | | | | | | | Allows binding on 0.0.0.0 to allow connections from a VM (for example). Simple GMock class and Actions. Review URL: http://codereview.chromium.org/2620006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49266 0039d316-1c4b-4281-b951-d872f2087c98
* A new way of hooking internet protocols.stoyan@chromium.org2010-06-098-708/+698
| | | | | | | | TEST=chrome frame tests Review URL: http://codereview.chromium.org/2620001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49265 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49260 - Broke compile - Added InitTts function to speech synthesis ↵rsesek@chromium.org2010-06-093-11/+0
| | | | | | | | | | | library Review URL: http://codereview.chromium.org/2510001 TBR=chaitanyag@chromium.org Review URL: http://codereview.chromium.org/2770006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49264 0039d316-1c4b-4281-b951-d872f2087c98
* Fix alpha channel for spinner.nkostylev@google.com2010-06-091-0/+0
| | | | | | | | | BUG=N/A TEST=N/A Review URL: http://codereview.chromium.org/2771004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49263 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Adapt browser-action image-drawing to ignore flipped.shess@chromium.org2010-06-091-10/+11
| | | | | | | | | | | | Changed drawing to use -drawInRect: rather than -drawAtPoint: so that the neverFlipped: flag can be passed. BUG=38943 TEST=Browser actions draw upright in both toolbar and overflow popup. Review URL: http://codereview.chromium.org/2685001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49262 0039d316-1c4b-4281-b951-d872f2087c98
* Add OOBE/login html dialog.nkostylev@google.com2010-06-096-10/+184
| | | | | | | | | | | Use it for "Can't access your account" link. BUG= http://crosbug.com/3179 TEST=Open "Can't access your account" link from "New User" view. Review URL: http://codereview.chromium.org/2675007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49261 0039d316-1c4b-4281-b951-d872f2087c98
* Added InitTts function to speech synthesis librarychaitanyag@chromium.org2010-06-093-0/+11
| | | | | | Review URL: http://codereview.chromium.org/2510001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49260 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for WebKit 60870:60893.senorblanco@google.com2010-06-091-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hamaji Review URL: http://codereview.chromium.org/2778004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49259 0039d316-1c4b-4281-b951-d872f2087c98
* Add routing info and unrecoverable error info to about:sync.tim@chromium.org2010-06-096-28/+134
| | | | | | | | | | | (Needs http://codereview.chromium.org/2002012 to build). BUG=42695 TEST=manually visit about:sync Review URL: http://codereview.chromium.org/1987009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49258 0039d316-1c4b-4281-b951-d872f2087c98
* Don't allow drop to panels (pop-ups) in ChromeOS.xiyuan@chromium.org2010-06-093-2/+17
| | | | | | | | | BUG=chromium-os:2413 TEST=Verify fix for chromium-os:2413. Review URL: http://codereview.chromium.org/2779004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49257 0039d316-1c4b-4281-b951-d872f2087c98
* Make ChromeOS's options dialog wider for it and da.xiyuan@chromium.org2010-06-096-7/+42
| | | | | | | | | | | | - Add "pp_if", "pp_ifdef" support to xtb's <if> expr; - Use that to specify a wider width for options dialog for ChromeOS on it and da; BUG=none TEST=Verify options dialog tab headers are not truncaated on ChromeOS for it and da. Review URL: http://codereview.chromium.org/2655003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49256 0039d316-1c4b-4281-b951-d872f2087c98
* change X/GL thread to message loop for injecting taskjiesun@google.com2010-06-097-82/+82
| | | | | | | | | | | | | | 1. there are need to allocate buffer in this thread, requested by other threads. therefore it is natural to use message loop instead of infinite loop. 2. in the future, gpu command buffer consumer is running on it own thread and own the eglContext. we need to post buffer allocation there, therefore this change make player_x11 more resemble the real workflow in chrome. TEST= glVideoRender on host machine. glesVideoRender/x11VideoRender on arm netbook. BUGS=None Review URL: http://codereview.chromium.org/2724005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49255 0039d316-1c4b-4281-b951-d872f2087c98
* Show theme loading info bubble and info bars in last normal browser.xiyuan@chromium.org2010-06-093-3/+11
| | | | | | | | | BUG=chromium-os:1797 TEST=Verify fix for chromium-os:1791. Review URL: http://codereview.chromium.org/2659004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49254 0039d316-1c4b-4281-b951-d872f2087c98
* Adds notification of when zoom level changes. I'm going to need thissky@chromium.org2010-06-092-0/+13
| | | | | | | | | | | | for the merged menu so that I can update the zoom level in the menu appropriately. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2637006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49253 0039d316-1c4b-4281-b951-d872f2087c98
* Add 3 new suppressions to get CrOs Valgrind green.rsesek@chromium.org2010-06-091-0/+40
| | | | | | | | | BUG=46161,46162,46163 TEST=CrOs Valgrind goes green. Review URL: http://codereview.chromium.org/2756005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49252 0039d316-1c4b-4281-b951-d872f2087c98
* Add variants for two existing suppressions.rsesek@chromium.org2010-06-091-0/+22
| | | | | | | | | BUG=16089,19371 TEST=none Review URL: http://codereview.chromium.org/2786003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49251 0039d316-1c4b-4281-b951-d872f2087c98
* Add another hanging test.thomasvl@chromium.org2010-06-091-0/+1
| | | | | | | | BUG=38575 TEST=none Review URL: http://codereview.chromium.org/2756004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49250 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in WebKittimurrrr@chromium.org2010-06-091-0/+8
| | | | | | | | BUG=46144 TBR=glider Review URL: http://codereview.chromium.org/2761003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49246 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for bug 26920.glider@chromium.org2010-06-091-1/+1
| | | | | | | | | TBR=willchan BUG=26920 Review URL: http://codereview.chromium.org/2727004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49245 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 430.0 to 431.0chrome-release@google.com2010-06-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49243 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48102 - this test is now failing again, apparently since r49188 ↵joth@chromium.org2010-06-091-1/+2
| | | | | | | | | | | | | | | | | | | | landed. As it is not clear this test was enabled due to the functionality it test being required (indeed, the comment still states it is not), disabling it again to get the tree open. Original description from reverted change r48102: TTF: Re-enable the FileDescriptorWatcherOutlivesMessageLoop test as it now appears to be passing. BUG=none TEST=MessageLoopTest.FileDescriptorWatcherOutlivesMessageLoop Patch by Doug Muir <dmuir@google.com>. Review URL: http://codereview.chromium.org/2077014 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/2789002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49241 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Automatically append FLAKY_ and FAILS_ prefixes to gtest_filters.timurrrr@chromium.org2010-06-093-13/+24
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2765002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49240 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore __CFRunLoopDeallocate under TSan on Macglider@chromium.org2010-06-091-0/+3
| | | | | | | | | BUG=46138 TBR=timurrrr Review URL: http://codereview.chromium.org/2728003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49238 0039d316-1c4b-4281-b951-d872f2087c98
* Don't save last used locations in open and save dialogs when in incognito mode.bauerb@chromium.org2010-06-098-3/+57
| | | | | | | | | | | | | | For "Save page as..." we simply don't store the save location in incognito mode. For "Open File"... and file upload controls, it's a bit more complicated: because NSOpenPanel and NSSavePanel default to using the last chosen directory from NavigationServices (which we can't influence), we provide a preference value prefs::kLastChosenDirectory as fallback there, which is not persisted in incognito mode. BUG=45064 TEST=See bug for manual test. Review URL: http://codereview.chromium.org/2450004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49237 0039d316-1c4b-4281-b951-d872f2087c98
* Add platform_locale_settings file for CrOS. This is necessary becausejshin@chromium.org2010-06-0953-2/+412
| | | | | | | | | | | fonts available on CrOS are different from fonts on typical Linux disributions. BUG=cros:3815 (http://crosbug.com/3815) TEST=Go to a web page that only specifies CSS generic families (e.g. sans-serif,serif, monospace) and make sure that Ascender Sans, Ascender Serif are used. Review URL: http://codereview.chromium.org/2702001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49236 0039d316-1c4b-4281-b951-d872f2087c98
* Added extensions sync-related constants, switches, and clauses.akalin@chromium.org2010-06-099-0/+52
| | | | | | | | | BUG=32413 TEST=trybots Review URL: http://codereview.chromium.org/2749005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49234 0039d316-1c4b-4281-b951-d872f2087c98
* Wait sending ScreenIsLocked signal until screen lock window is mapped.oshima@chromium.org2010-06-092-26/+63
| | | | | | | | | | | | | * When closing and opening the lid, chrome window is briefly visible because the computer is suspended before window is fully mapped and covers the screen. BUG=none TEST=manual: close and open the lid shoudl not expose the content of chrome window. Review URL: http://codereview.chromium.org/2762001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49233 0039d316-1c4b-4281-b951-d872f2087c98
* Draw composited widget's content only after something is drawn.oshima@chromium.org2010-06-091-5/+9
| | | | | | | | | | | This was causing ugly flicker when screen locker is shown. BUG=none TEST=none Review URL: http://codereview.chromium.org/2717002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49232 0039d316-1c4b-4281-b951-d872f2087c98
* Changed syncable::PASSWORD to syncable::PASSWORDS for consistencyakalin@chromium.org2010-06-0911-16/+16
| | | | | | | | | | | with other constants. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/2770003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49231 0039d316-1c4b-4281-b951-d872f2087c98
* roll ffmpeg forward for linux build against updated system ffmpegfbarchard@chromium.org2010-06-091-1/+1
| | | | | | | | | BUG=43778 TEST=build/install latest ffmpeg from svn then build with export Review URL: http://codereview.chromium.org/2729003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49227 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Populate the AutoFill billing address combobox with profile labels. Alsojhawkins@chromium.org2010-06-091-177/+66
| | | | | | | | | | | | remove handling of the default profile, which is no longer a part of the feature. BUG=41645 TEST=none Review URL: http://codereview.chromium.org/2751001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49226 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-06-099-496/+168
| | | | | | | | | | | | The patch removed extra paddings inside buttons. http://trac.webkit.org/changeset/55714 BUG=1437 TEST=none Review URL: http://codereview.chromium.org/789003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49225 0039d316-1c4b-4281-b951-d872f2087c98
* Add another path for NSS when building in a webkit checkout withtony@chromium.org2010-06-091-2/+3
| | | | | | | | the Makefile moved to the top of the webkit checkout. Review URL: http://codereview.chromium.org/2771003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49224 0039d316-1c4b-4281-b951-d872f2087c98
* Added specifics protocol buffer for extensions sync.akalin@chromium.org2010-06-093-0/+43
| | | | | | | | | BUG=32413 TEST=trybots Review URL: http://codereview.chromium.org/2762002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49223 0039d316-1c4b-4281-b951-d872f2087c98
* revert r49217, which caused unit test failures on win:estade@chromium.org2010-06-092-13/+6
| | | | | | | | | | | | | Download filename encoding fix: Fall back on other charsets when using the URL to suggest a filename. The URL should be escaped UTF-8, but may use another encoding instead. BUG=44301 TEST=see bug. Review URL: http://codereview.chromium.org/2775002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49219 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49202 - Fixes up alignment issue in remoting where subprojects of ↵dmaclach@chromium.org2010-06-081-4/+1
| | | | | | | | | | | | | | libjingle had _DEBUG defined even though libjingle itself did not. BUG=none TEST=none Review URL: http://codereview.chromium.org/2716003 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/2785002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49218 0039d316-1c4b-4281-b951-d872f2087c98
* Download filename encoding fix:estade@chromium.org2010-06-082-6/+13
| | | | | | | | | | | Fall back on other charsets when using the URL to suggest a filename. The URL should be escaped UTF-8, but may use another encoding instead. BUG=44301 TEST=see bug. Review URL: http://codereview.chromium.org/2635006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49217 0039d316-1c4b-4281-b951-d872f2087c98
* [GTK] Don't go back twice when double-clicking the mouse's back button.estade@chromium.org2010-06-081-8/+8
| | | | | | | | | BUG=45789 TEST=see bug Review URL: http://codereview.chromium.org/2676002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49216 0039d316-1c4b-4281-b951-d872f2087c98
* sync: Add location info to unrecoverable errors, and remove the ↵tim@chromium.org2010-06-0846-242/+303
| | | | | | | | | | | UnrecoverableErrorHandler from model associators since it's illegal to use from there anyway. BUG=42695 TEST=data type controller unittests Review URL: http://codereview.chromium.org/2002012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49215 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "posix: set thread names"evan@chromium.org2010-06-082-67/+8
| | | | | | This reverts commit r49212. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49214 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for WebKit 60844:60868.senorblanco@google.com2010-06-081-1/+1
| | | | | | | | | BUG=none TEST=none TBR=hamaji git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49213 0039d316-1c4b-4281-b951-d872f2087c98
* posix: set thread namesevan@chromium.org2010-06-082-8/+67
| | | | | | | | | | | | | There's a non-portable function for doing this: pthread_setname_np. It's supported by OS X >= 10.6 and the Xcode debugger will show the thread names if they're provided. On Linux, support has just recently been added to glibc for the same function. Since OS coverage of the function is so spotty, we look for the symbol at runtime; on Linux we fall back to another implementation of the same functionality if the function isn't available. Review URL: http://codereview.chromium.org/2774001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49212 0039d316-1c4b-4281-b951-d872f2087c98
* Allow bypassing a block of IP addresses using CIDR notation in the proxy ↵eroman@chromium.org2010-06-0811-92/+455
| | | | | | | | | | | | | | | | | bypass list. For example: 10.3.1.3/16 2020:ffff::/96 Note that similar to firefox, this is only applied to IP literals in URLs, and NOT to the resolved addresses of URLs. BUG=9835 Review URL: http://codereview.chromium.org/2663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49211 0039d316-1c4b-4281-b951-d872f2087c98