summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TTF: Write tests for FirstRun.jhawkins@chromium.org2010-06-227-58/+141
| | | | | | | | | BUG=none TEST=FirstRunTest.* Review URL: http://codereview.chromium.org/2862024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50513 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Adds back in the right divider at alcor's request. Tightens up the ↵andybons@chromium.org2010-06-223-16/+44
| | | | | | | | | | right wrench menu in Toolbar.xib. TEST=none BUG=45764 Review URL: http://codereview.chromium.org/2813025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50512 0039d316-1c4b-4281-b951-d872f2087c98
* Disables phantom tabs. I'm not nuking all the code as Nicholas/Glen thought ↵sky@chromium.org2010-06-225-2/+20
| | | | | | | | | | | we may yet try them again shortly. BUG=46852 TEST=none Review URL: http://codereview.chromium.org/2833026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50511 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for Skia data race. This may introduce some performance issues; will ↵senorblanco@google.com2010-06-221-5/+9
| | | | | | | | | | | watch perf bots carefully. BUG=46672 TEST=see perf bits Review URL: http://codereview.chromium.org/2876001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50510 0039d316-1c4b-4281-b951-d872f2087c98
* Update the google-url dependency from r134 to r136.eroman@chromium.org2010-06-221-1/+1
| | | | | | | | | This only picks up some minor stylistic changes, and should not have any other impact. BUG=NONE Review URL: http://codereview.chromium.org/2876004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50509 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50489 - Added app.launch.width and app.launch.height keys to app ↵robertshield@chromium.org2010-06-2212-140/+0
| | | | | | | | | | | | | | | | manifest. This allows panels and window container types to specify initial dimensions when launching. BUG=46501 TEST=add app.launch.width/height to an app manifest with container==panel/window Review URL: http://codereview.chromium.org/2814016 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/2823023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50505 0039d316-1c4b-4281-b951-d872f2087c98
* Adding suppression for reliability crash found in MessageLoop::RunTask.robertshield@chromium.org2010-06-221-0/+3
| | | | | | | | | | BUG=47207 TEST=none TBR=avi,willchan Review URL: http://codereview.chromium.org/2854016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50503 0039d316-1c4b-4281-b951-d872f2087c98
* Convert chromoting to pepperv2 API.ajwong@chromium.org2010-06-2211-961/+96
| | | | | | | | | | | Currently disables use of PepperView, and HostConnection->Connect(). This is mainly an attempt to get the build working. Will re-enable functionality later. BUG=none TEST=none Review URL: http://codereview.chromium.org/2857011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50502 0039d316-1c4b-4281-b951-d872f2087c98
* When creating a child ggl context, flush commands in the parent context ↵vangelis@chromium.org2010-06-221-0/+4
| | | | | | | | | first before attempting to get a texture id to make sure that the id's stay consistent. Review URL: http://codereview.chromium.org/2846021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50501 0039d316-1c4b-4281-b951-d872f2087c98
* Increase Native Client DEPS version to 2500.msneck@google.com2010-06-221-1/+1
| | | | | | | | | BUG=none TEST=all tests should still pass, especially nacl_ui_tests Review URL: http://codereview.chromium.org/2814006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50500 0039d316-1c4b-4281-b951-d872f2087c98
* Clear the copy of the offscreen texture used by shared contexts after the ↵vangelis@chromium.org2010-06-221-29/+28
| | | | | | | | | | DEPTH, STENCIL attachments have been resized since FBOs don't work if the attachment texture sizes don't match. BUG=47185 Review URL: http://codereview.chromium.org/2872010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50499 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some issues with the omnibox extension API in incognito windows.mpcomplete@chromium.org2010-06-221-6/+24
| | | | | | | | | | | | - Don't enter "keyword" mode unless the extension is enabled and allowed in incognito. - Show extension suggest results for incognito windows. BUG=46933 Review URL: http://codereview.chromium.org/2810020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50498 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Breakpad r604 to r605 to pick up a gcc 4.5 build fix.thestig@chromium.org2010-06-221-1/+1
| | | | | | | | BUG=none TEST=Breakpad code builds on gcc 4.5. Review URL: http://codereview.chromium.org/2806021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50497 0039d316-1c4b-4281-b951-d872f2087c98
* Add an additional per-request DNS cache when executing FindProxyForURL() ↵eroman@chromium.org2010-06-226-32/+238
| | | | | | | | | | | | | | from a PAC script. This mini-cache is more aggressive in caching negative resolutions, to avoid performance problems with PAC scripts that do lots of serial DNS resolves. This is necessary now that we no longer globally cache DNS resolve failures to avoid performance regressions. BUG=46821 Review URL: http://codereview.chromium.org/2833021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50495 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 445.0 to 446.0chrome-release@google.com2010-06-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50493 0039d316-1c4b-4281-b951-d872f2087c98
* Style-fix: make a parameter a const reference.eroman@chromium.org2010-06-222-2/+2
| | | | | | Review URL: http://codereview.chromium.org/2873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50491 0039d316-1c4b-4281-b951-d872f2087c98
* Fix renderer accessibility for BrowserBubble objects.ctguil@chromium.org2010-06-223-12/+11
| | | | | | | | | | | Move RenderWidgetHost::SetDocumentLoaded calls from TabContents to RenderViewHost so that renderer acessibility is requested on render views that don't have a TabContents delegate. BUG=none TEST=none Review URL: http://codereview.chromium.org/2853009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50490 0039d316-1c4b-4281-b951-d872f2087c98
* Added app.launch.width and app.launch.height keys to app manifest.scherkus@chromium.org2010-06-2212-0/+140
| | | | | | | | | | | This allows panels and window container types to specify initial dimensions when launching. BUG=46501 TEST=add app.launch.width/height to an app manifest with container==panel/window Review URL: http://codereview.chromium.org/2814016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50489 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out factory method for Google GET request, which is constructed ↵mlloyd@chromium.org2010-06-221-117/+53
| | | | | | | | | | identically 16 times. TEST=Test passes. Review URL: http://codereview.chromium.org/2812011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50488 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Dynamically load libgnutls.so in the cloud printing CUPS code.thestig@chromium.org2010-06-223-26/+57
| | | | | | | | BUG=46954 TEST=chrome binary built on Hardy no longer explictily depend on libgnutls.so.13. Review URL: http://codereview.chromium.org/2823018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50487 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compiler error in sandbox util in case exception is enabled.victorw@chromium.org2010-06-222-0/+12
| | | | | | | | | | | | | | | | | Add operator delete that matches the placement form of the operator new. This is required by compiler to generate code to call operator delete in case the object's constructor throws an exception. See http://msdn.microsoft.com/en-us/library/cxdxz3x6.aspx R=rvargas BUG=none TEST=sandbox code compiles if exception is enabled. Review URL: http://codereview.chromium.org/2870017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50486 0039d316-1c4b-4281-b951-d872f2087c98
* Manifest file for Chromium.avi@chromium.org2010-06-221-0/+180
| | | | | | | | | BUG=http://crbug.com/45334 TEST=none yet Review URL: http://codereview.chromium.org/2838011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50485 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapchecker leaks.willchan@chromium.org2010-06-221-0/+42
| | | | | | | | BUG=47188 Review URL: http://codereview.chromium.org/2828020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50484 0039d316-1c4b-4281-b951-d872f2087c98
* Marking FindInPageControllerTest, MAYBE_NoIncognitoPrepopulate as FLAKY on ↵robertshield@chromium.org2010-06-221-0/+3
| | | | | | | | | | | | | Windows. BUG=40948 TEST=none TBR=avi,willchan Review URL: http://codereview.chromium.org/2852017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50483 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50479 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-2218-1129/+427
| | | | | | | | | | | | | | | Added NOTIFICATION_SERVER notification method (use --sync-notification-method=server to turn on). BUG=34647 TEST=manually Review URL: http://codereview.chromium.org/2827014 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/2805023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50482 0039d316-1c4b-4281-b951-d872f2087c98
* Some fixups for AudioController and unit testshclam@chromium.org2010-06-224-21/+81
| | | | | | | | | | | | Some fixes to AudioController and more unit tests. AudioController is now ready to be used by AudioRendererHost. BUG=39885 TEST=media_unittests Review URL: http://codereview.chromium.org/2861010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50480 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-2218-427/+1129
| | | | | | | | | | | | Added NOTIFICATION_SERVER notification method (use --sync-notification-method=server to turn on). BUG=34647 TEST=manually Review URL: http://codereview.chromium.org/2827014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50479 0039d316-1c4b-4281-b951-d872f2087c98
* Safeguard histogram accesses against null pointers.mbelshe@chromium.org2010-06-221-10/+10
| | | | | | | | | | | | This can happen when various tasks run as the static destructors for histograms are concurrently running. BUG=none TEST=none Review URL: http://codereview.chromium.org/2873009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50478 0039d316-1c4b-4281-b951-d872f2087c98
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-223-19/+93
| | | | | | | | | | | | | | | | | Specifically: * Number of cookies, recorded every ten minutes of active browsing (i.e. cookies being requested from CookieMonster) * Last access time, recorded when cookie accessed. * Last access time for evicted cookies, recorded on eviction * Time until cookie expires, recorded on insertion. * Reason for a cookie being removed from store, recorded when removed. * Size of batch update to persistent cookie store and whether it succeeded or failed, recorded at success/failure. BUG=4005 TEST=net_unittests CookieMonster.* on Linux Review URL: http://codereview.chromium.org/2718011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50477 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: allow using GNOME Keyring and KWallet for password storage via a ↵mdm@chromium.org2010-06-223-10/+65
| | | | | | | | | | command line flag, disabled by default. BUG=12351, 25404, 45896 TEST=still uses default password store unless --password-store is given with a value of detect, gnome, or kwallet Review URL: http://codereview.chromium.org/2730008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50475 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Make sure to clear the background image for fillers.arv@chromium.org2010-06-221-0/+1
| | | | | | | | | BUG=45137 TEST=See bug Review URL: http://codereview.chromium.org/2849017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50473 0039d316-1c4b-4281-b951-d872f2087c98
* Fix line endings in sync code.albertb@chromium.org2010-06-222-17/+17
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2860014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50472 0039d316-1c4b-4281-b951-d872f2087c98
* Don't reverse left and right scrolling in GTKdavidben@chromium.org2010-06-221-4/+4
| | | | | | | | | | R=wtc,davemoore BUG=47076 TEST=horizontal scroll (or shift + vertical) in Linux, left/right should not be reversed Review URL: http://codereview.chromium.org/2860011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50471 0039d316-1c4b-4281-b951-d872f2087c98
* Send a focus notification in addition to a document load complete notification.dmazzoni@chromium.org2010-06-221-0/+2
| | | | | | | | | BUG=47084 TEST=none Review URL: http://codereview.chromium.org/2840014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50469 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50465 - Porting the infobars on Linux to the new ↵robertshield@chromium.org2010-06-2216-721/+881
| | | | | | | | | | | | | | | | TranslateInfobarDelegate2. Each translate infobar is now its own class and most of the logic is in the delegate. BUG=40828 TEST=Thoroughly test the translate feature on Linux. Review URL: http://codereview.chromium.org/2867017 TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/2870019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50468 0039d316-1c4b-4281-b951-d872f2087c98
* UI test for removal of empty DOM Storage database files.hans@chromium.org2010-06-222-0/+90
| | | | | | | | | | | | Implement tests to make sure that database files are only created when needed, and deleted when they are empty. BUG=39067 TEST=ui_tests --gtest_filter=DomStorageEmptyDatabaseTest.* Review URL: http://codereview.chromium.org/2867019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50467 0039d316-1c4b-4281-b951-d872f2087c98
* Add a PRESUBMIT check in chrome/app/ for detecting GRD changes.rsesek@chromium.org2010-06-221-0/+19
| | | | | | | | | BUG=none TEST=Make a GRD change, dcommit, be prompted about having a GRD change. Review URL: http://codereview.chromium.org/2813024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50466 0039d316-1c4b-4281-b951-d872f2087c98
* Porting the infobars on Linux to the new TranslateInfobarDelegate2.jcivelli@chromium.org2010-06-2216-881/+721
| | | | | | | | | | | Each translate infobar is now its own class and most of the logic is in the delegate. BUG=40828 TEST=Thoroughly test the translate feature on Linux. Review URL: http://codereview.chromium.org/2867017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50465 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Add Typed URLs checkbox for sync UI. Also refactor this code for ↵johnnyg@chromium.org2010-06-221-69/+45
| | | | | | | | | | | readability and more chromey style. BUG=46914 TEST=run with --enable-sync-typed-urls, edit sync options Review URL: http://codereview.chromium.org/2873011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50464 0039d316-1c4b-4281-b951-d872f2087c98
* Marking SSLUITest.TestCNInvalidStickiness as FLAKY on windows.robertshield@chromium.org2010-06-221-1/+8
| | | | | | | | | | BUG=47170 TEST=none TBR=avi,willchan Review URL: http://codereview.chromium.org/2875006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50463 0039d316-1c4b-4281-b951-d872f2087c98
* Small tweaks to improve toolbar keyboard accessibility: Put focus rectsdmazzoni@chromium.org2010-06-2212-51/+89
| | | | | | | | | | | | | around more controls (including location bar, only when in full keyboard access mode). Fix accessible names. Fix spacebar to activate menu buttons. Remove methods for child focus, they're not needed anymore. BUG=none TEST=none Review URL: http://codereview.chromium.org/2817022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50462 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing mediaplayer UI so it has a currently playing track name, and shows ↵dhg@chromium.org2010-06-223-28/+123
| | | | | | | | | | error messages to the user when a song/video is unplayable. BUG=chromium-os:3836,chromium-os:3563 TEST=none Review URL: http://codereview.chromium.org/2829013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50461 0039d316-1c4b-4281-b951-d872f2087c98
* adding hook to filebrowser to use slideshow application to show pictures.dhg@chromium.org2010-06-221-1/+1
| | | | | | | | BUG=chromium-os:3837 TEST=none Review URL: http://codereview.chromium.org/2858019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50460 0039d316-1c4b-4281-b951-d872f2087c98
* Remove sendMessageToFrontendOnIOThread implementation from ↵mnaganov@chromium.org2010-06-221-6/+0
| | | | | | | | | | | test_shell_devtools_agent.cc BUG=none TEST=none Review URL: http://codereview.chromium.org/2822022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50459 0039d316-1c4b-4281-b951-d872f2087c98
* The ChromeFrame JavascriptWindowOpen test tries to open a popup in the ↵ananta@chromium.org2010-06-224-8/+14
| | | | | | | | | | | | | onload notification, which is blocked on IE7/8 by the popup blocker thus causing this test to consistently fail. Fix is to open the popup in the ondblclick notification and to fire dummy mouse down events to the IE window to trigger this event. TBR=amit Review URL: http://codereview.chromium.org/2866013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50458 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a second suppression for a leak in IPC::ChannelProxy::Send.robertshield@chromium.org2010-06-221-0/+26
| | | | | | | | | | BUG=32273 TEST=none TBR=avi Review URL: http://codereview.chromium.org/2860013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50457 0039d316-1c4b-4281-b951-d872f2087c98
* In case of successful login attempt do nothing in Cancel task.nkostylev@google.com2010-06-221-1/+4
| | | | | | | | | | | Fixes crash introduced in http://codereview.chromium.org/2867012 BUG=chromium-os:3056 TEST=Login to CrOS. Chrome should not crash after login. Review URL: http://codereview.chromium.org/2833027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50456 0039d316-1c4b-4281-b951-d872f2087c98
* Include WebDevToolsMessageTransport.h in devtools_agent_filter.ccmnaganov@chromium.org2010-06-221-0/+1
| | | | | | | | | | | | This is to allow cleaning up WebDevToolsAgentClient.h (see https://bugs.webkit.org/show_bug.cgi?id=40914) TEST=none BUG=none Review URL: http://codereview.chromium.org/2846024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50455 0039d316-1c4b-4281-b951-d872f2087c98
* Log the value of RUNNING_ON_VALGRIND in message_loop.ccglider@chromium.org2010-06-221-0/+4
| | | | | | | BUG=46569 Review URL: http://codereview.chromium.org/2868020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50454 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: Show the "About" menu item on the new Wrench menu.tfarina@chromium.org2010-06-221-0/+6
| | | | | | | | | BUG=45734 TEST=chrome\Debug\chrome --new-wrench-menu, see if the "About Google Chrome"/"About Chromium" is there. Review URL: http://codereview.chromium.org/2858017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50453 0039d316-1c4b-4281-b951-d872f2087c98