summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update .DEPS.gitchrome-admin@google.com2012-01-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119789 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ffmpeg DEPS to 119698scottmg@chromium.org2012-01-311-1/+1
| | | | | | | | | | r119698: remove no longer necessary dependency on cygwin target BUG=111731 Review URL: http://codereview.chromium.org/9233035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119788 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-01-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119786 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 119312 - Roll ANGLE 941:965.apatrick@chromium.org2012-01-311-1/+1
| | | | | | | | | | (but rolling to 980 to pick up additional warning fixes) BUG=111217 Review URL: https://chromiumcodereview.appspot.com/9285032 Review URL: https://chromiumcodereview.appspot.com/9264042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119785 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-01-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119784 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling WebKit DEPS to r106291.leviw@chromium.org2012-01-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119783 0039d316-1c4b-4281-b951-d872f2087c98
* [aura] Return focus to transient parent when modal window closes.ivankr@chromium.org2012-01-315-5/+64
| | | | | | | | | | BUG=108112 TEST=Manual: see bug description Review URL: http://codereview.chromium.org/9290047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119782 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Forward keyboard shortcuts to the browser.thestig@chromium.org2012-01-3113-44/+156
| | | | | | | | | BUG=104586 TEST=See bug. Review URL: http://codereview.chromium.org/9169040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119781 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA protocol buffers to Chrome.isherman@chromium.org2012-01-316-0/+463
| | | | | | | | | | BUG=109817 TEST=compiles Review URL: http://codereview.chromium.org/9232070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119780 0039d316-1c4b-4281-b951-d872f2087c98
* correct casing on some extensions stringsestade@chromium.org2012-01-315-17/+42
| | | | | | | | | | | mostly for the page action context menu, but also used elsewhere such as panels BUG=106781 TEST=on win/chromeos, sentence case. Elsewhere, title. Review URL: https://chromiumcodereview.appspot.com/9289037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119779 0039d316-1c4b-4281-b951-d872f2087c98
* Set the ShortcutCreated pref for when shortcuts are created on first run.stevet@chromium.org2012-01-311-3/+6
| | | | | | | | | BUG=111519 TEST=Verify 111519. Review URL: http://codereview.chromium.org/9288077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119778 0039d316-1c4b-4281-b951-d872f2087c98
* Fix relay support in P2P Transport API.sergeyu@chromium.org2012-01-311-3/+4
| | | | | | | | | | | | Changed P2PPortAllocator to add Relays to PortConfiguration only after relay configuration is received. BUG=111942 Review URL: http://codereview.chromium.org/9302009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119777 0039d316-1c4b-4281-b951-d872f2087c98
* Disable accelerated animation when using a software 3d rasterizer.jbauman@chromium.org2012-01-314-5/+11
| | | | | | | | | | | | | Using a software 3d rasterizer to do animation is probably slower than the regular software mode, so avoid doing that. BUG= TEST= Review URL: http://codereview.chromium.org/9289012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119776 0039d316-1c4b-4281-b951-d872f2087c98
* crypto: P224::Contract could produce a non-minimal representation.agl@chromium.org2012-01-311-2/+35
| | | | | | | | | | | | | | | I missed an overflow in Contract because I suspected that the prime elimination would take care of it. It didn't, and I forgot to get back to the overflow. Because of this, Contract may have produced a non-minimal representation, causing flakey failures ~0.02% of the time. BUG=110972 TEST=crypto_unittests Review URL: http://codereview.chromium.org/9104013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119775 0039d316-1c4b-4281-b951-d872f2087c98
* Disable uber page during tests on chromeosnirnimesh@chromium.org2012-01-312-0/+5
| | | | | | | | | | | BUG=110656 TEST=pyauto test: shortcuts.ShortcutsTest.testClearBrowsingDataShortcut R=csilv@chromium.org Review URL: https://chromiumcodereview.appspot.com/9264056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119774 0039d316-1c4b-4281-b951-d872f2087c98
* Move click-to-play out of chrome://flags.bauerb@chromium.org2012-01-3118-78/+10
| | | | | | | | | | | | This makes the click-to-play feature available in content settings without having to enable it in chrome://flags. BUG=62084 TEST=none Review URL: http://codereview.chromium.org/9293008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119773 0039d316-1c4b-4281-b951-d872f2087c98
* [uber] some updates to the uber about pageestade@chromium.org2012-01-302-5/+6
| | | | | | | | | BUG=25635 TEST=looks 75% less crazy Review URL: https://chromiumcodereview.appspot.com/9293019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119772 0039d316-1c4b-4281-b951-d872f2087c98
* Convert use of int ms to TimeDelta in scattered chromium files.tedvessenes@gmail.com2012-01-304-4/+5
| | | | | | | | | | | | | | | | | | It's not clear to me who needs to review the change to third_party/leveldatabase/env_chromium.cc, or even if it's handled through the standard CL interface for the rest of Chromium. But my best guess was that you could either approve it or tell me who to contact. Let me know if I need to go about this patch submission a different way. R=brettw@chromium.org BUG=108171 TEST= Review URL: http://codereview.chromium.org/9303006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119771 0039d316-1c4b-4281-b951-d872f2087c98
* Event pages: remember events that the page registered for, even after itmpcomplete@chromium.org2012-01-3017-86/+290
| | | | | | | | | | | | | | | | unloads (in memory only, for now). Add support for broadcasted events. Add an extension.onInstalled event that is run when the event page first starts. BUG=81752 TEST=no Review URL: https://chromiumcodereview.appspot.com/9297003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119770 0039d316-1c4b-4281-b951-d872f2087c98
* Switch AudioDevice classes from SyncSocket to CancelableSyncSocket.tommi@chromium.org2012-01-308-97/+80
| | | | | | | | | | | | | This fixes the double close issue and makes Stop() instant. Also, this addresses some issues reported by tsan (see bug reports). BUG=103711,95509 TEST=content_unittests,media_unittests Review URL: http://codereview.chromium.org/9121045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119769 0039d316-1c4b-4281-b951-d872f2087c98
* Remove cygwin dependency, no longer required.scottmg@google.com2012-01-301-5/+0
| | | | | | | | | | No longer necessary because cygwin set up is now done in gclient runhooks, rather than every build. BUG=111731 Review URL: https://chromiumcodereview.appspot.com/9301011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119768 0039d316-1c4b-4281-b951-d872f2087c98
* Was previously testing wrong condition: 'win' in platform is true for ↵scottmg@google.com2012-01-301-2/+2
| | | | | | | | | | "dar'win'" too. BUG=111731 Review URL: https://chromiumcodereview.appspot.com/9159050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119766 0039d316-1c4b-4281-b951-d872f2087c98
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-3010-42/+522
| | | | | | | | BUG=105214 Review URL: https://chromiumcodereview.appspot.com/9284034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119765 0039d316-1c4b-4281-b951-d872f2087c98
* Add OWNERS file for chrome/browser/ui/content_settings.bauerb@chromium.org2012-01-301-0/+3
| | | | | | | | | | | | It's the same set of people as in chrome/browser/content_settings/OWNERS. BUG=none TEST=none Review URL: http://codereview.chromium.org/9301004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119761 0039d316-1c4b-4281-b951-d872f2087c98
* ppapi_tests: Remove the source of flakiness from out-of-process ↵polina@google.com2012-01-302-6/+10
| | | | | | | | | | | | FlashFullscreen test. No longer mark the test as flaky. TEST=ui_tests BUG=108471 Review URL: https://chromiumcodereview.appspot.com/9133024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119760 0039d316-1c4b-4281-b951-d872f2087c98
* First version of CWS intents query support.groby@chromium.org2012-01-307-0/+433
| | | | | | | | | | BUG= TEST=CWSIntentsRegistryTest.* Review URL: http://codereview.chromium.org/9253024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119759 0039d316-1c4b-4281-b951-d872f2087c98
* Add skeleton for file cleanup and cache renaming during translation.sehr@google.com2012-01-3010-342/+479
| | | | | | | | | | Plumbing the cache name through remains to be done, as does correctly handling quota for object temporary file removal. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9288046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119758 0039d316-1c4b-4281-b951-d872f2087c98
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-301-2/+2
| | | | | | | | | | | | | | I spotted another interface regression and wanted to fix it. Thanks for reviewing. R=johnnyg@chromium.org BUG=108171 TEST= Review URL: http://codereview.chromium.org/9104015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119757 0039d316-1c4b-4281-b951-d872f2087c98
* Fix comment about non-emulator android tests.jrg@google.com2012-01-302-2/+2
| | | | | | | | | | | Switch FYI bot to run non-emulator tests (see related CL to switch over). BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9223034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119754 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where in the shell the modal window was being visually stacked ↵ben@chromium.org2012-01-304-1/+165
| | | | | | | | | | below the launcher after showing and hiding the non-modal transient. BUG=none TEST=open window type launcher, show and then hide a window using the show/hide button, then open a window-modal window. the window modal window would appear rendered behind the type launcher, but if you clicked on where it would have been you can actually move it out from under. this bug makes sure it is always stacked on top visually also. Review URL: https://chromiumcodereview.appspot.com/9298038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119753 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed a bogus compiler warning.markus@chromium.org2012-01-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119752 0039d316-1c4b-4281-b951-d872f2087c98
* First version of the layoutTestController for content_shelljochen@chromium.org2012-01-3016-2/+297
| | | | | | | | | | | | | This version supports dumpAsText, dumpChildFramesAsText, waitUntilDone, and notifyDone BUG=111316 TEST=run content_shell --dump-render-tree <some layout test that only uses above functions> Review URL: http://codereview.chromium.org/9121074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119750 0039d316-1c4b-4281-b951-d872f2087c98
* Delete "moved" files from r119577.fischman@chromium.org2012-01-308-724/+0
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9301009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119749 0039d316-1c4b-4281-b951-d872f2087c98
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-303-18/+17
| | | | | | | | | | | | | | I found a few more spots that need to have their time structuring updated. Can you review? Thanks much. R=apatrick@chromium.org BUG=108171 TEST= Review URL: http://codereview.chromium.org/9264040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119748 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependency on cygwin target (no longer necessary)scottmg@chromium.org2012-01-301-3/+0
| | | | | | | | | | | No longer necessary because cygwin set up is now done in gclient runhooks, rather than every build. BUG=111731 Review URL: http://codereview.chromium.org/9104016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119747 0039d316-1c4b-4281-b951-d872f2087c98
* Calling clone(CLONE_NEWPID) results in the new pid namespace getting a new ↵markus@chromium.org2012-01-304-48/+346
| | | | | | | | | | | | | | | | | | | | | "init" process. This process is now resposible for reaping all child processes that no longer have a direct parent process. Often, failure to do this goes unnoticed, because our sandbox'd processes don't often fork other processes that then continue to turn into daemon processes. But there is no reason, why they couldn't occasionally do so. And in fact, the seccomp sandbox does do so for its trusted process. In the past, this would result in us having lots of uncollected zombie processes that only disappeared when the browser terminated. BUG=109944 TEST=Run Chrome with both the suid sandbox and the seccomp sandbox, open and close a few tabs, verify that we don't produce any zombie processes Review URL: https://chromiumcodereview.appspot.com/9295005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119746 0039d316-1c4b-4281-b951-d872f2087c98
* Fix install-from-.dmg on 10.7.2 to add a persistent Dock tile.mark@chromium.org2012-01-301-18/+68
| | | | | | | | | | | | | | | | | | | Changes in 10.7.2 cause install-from-.dmg to no longer add a persistent Dock tile. By leveraging a the same CFURL private undocumented functions that the Dock does, Chrome can more robustly make sense of the Dock configuration and insert itself into the plist. BUG=111979 TEST=1. Remove Google Chrome.app from /Applications and remove its Dock tile (if any) 2. Mount GoogleChrome.dmg 3. Launch Google Chrome.app from the .dmg 4. Click "install" Expect the Dock to restart with a persistent tile for Chrome present (even after quitting Chrome) Review URL: https://chromiumcodereview.appspot.com/9264046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119745 0039d316-1c4b-4281-b951-d872f2087c98
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-302-2/+2
| | | | | | | | | | | | | | | A few more uses of the old Sleep(int ms) and PostDelayedTask() interfaces slipped through since my last round of updates. Can you review these? R=jar@chromium.org BUG=108171 TEST= Review URL: http://codereview.chromium.org/9104014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119743 0039d316-1c4b-4281-b951-d872f2087c98
* Remove code that I missed in r119703.jam@chromium.org2012-01-301-4/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9104017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119741 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-01-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119740 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling WebKit DEPS to r106250.leviw@chromium.org2012-01-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119739 0039d316-1c4b-4281-b951-d872f2087c98
* Disable special_tabs.SpecialTabsTest.testSpecialAcceratorTabs on QA botsnirnimesh@chromium.org2012-01-301-0/+3
| | | | | | | | | | | | | | To be removed when r119687 reaches official builds. BUG=None TEST=None TBR=dennisjeffrey@chromium.org R=dennisjeffrey@chromium.org Review URL: https://chromiumcodereview.appspot.com/9233037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119738 0039d316-1c4b-4281-b951-d872f2087c98
* ninja-build.vim should redraw! after running make.mattm@chromium.org2012-01-301-0/+1
| | | | | | | | | BUG=none TEST=screen not messed up after running CrCompileFile from vim in an xterm. Review URL: https://chromiumcodereview.appspot.com/9232065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119737 0039d316-1c4b-4281-b951-d872f2087c98
* Generalize suppression to deal with compiler change on Mac.bradchen@google.com2012-01-301-0/+2
| | | | | | | | | BUG=109872 TEST=safe_browsing on Chromium Mac (Valgrind)(1) Review URL: https://chromiumcodereview.appspot.com/9233036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119736 0039d316-1c4b-4281-b951-d872f2087c98
* Add back in SQLite licensejbauman@chromium.org2012-01-301-0/+6
| | | | | | | | | | | This is needed to autogenerate about:credits correctly. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9302011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119735 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround for failing Aura browser tests.backer@chromium.org2012-01-301-1/+8
| | | | | | | | | | | | With r119520, many browser_tests started failing on GYP_DEFINES="use_aura=1 chromeos=1" builds. This works around the problem (cause still unknown). BUG=111929 TEST=Linux ChromeOS Aura bot goes green TBR=jamesr Review URL: https://chromiumcodereview.appspot.com/9264048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119733 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Resize login screen if resolution changesjamescook@chromium.org2012-01-302-0/+5
| | | | | | | | | | | The lock screen container needs a layout manager to respond to resolution changes caused by an external monitor being attached or detached. Marking the login screen widget as fullscreen makes it reshape to track the size change. BUG=110942 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9121063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119732 0039d316-1c4b-4281-b951-d872f2087c98
* Properly calculate inline autocomplete offset.mrossetti@chromium.org2012-01-304-25/+56
| | | | | | | | | | The calculation of the inline_autocomplete_offset_ was incorrect. Eliminated unnecessary function parameter. BUG=110892 TEST=1) Visit an URL such as "www.amazon.com". 2) Now type 'ama' into the omnibox. 3) Verify that the presentation is "ama[zon.com]" where the bracketted section is the to-be-autocompleted portion. Also enhanced the HistoryQuickProviderTest unit tests. Review URL: https://chromiumcodereview.appspot.com/9298017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119730 0039d316-1c4b-4281-b951-d872f2087c98
* OSSTATUS_LOG: Address review comments following r119511.mark@chromium.org2012-01-302-2/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9159035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119729 0039d316-1c4b-4281-b951-d872f2087c98
* Disconnect pipeline socket immediately on Close(true) while a Read*() is ↵simonjam@chromium.org2012-01-302-4/+42
| | | | | | | | | | | | | | | | | | | | | | | | pending. This is a speculative fix for bug 105320. The chain of events that could tickle this is: 1. A HttpNetworkTransaction is canceled while a Read is blocked. 2. When the transaction is deleted: - It calls HttpPipelinedStream::Close(true), which queues tasks to evict the other streams on the pipeline. - It deletes the HttpPipelinedStream, which deletes the active HttpStreamParser. 4. The response has already arrived and is already on the message queue. It runs and tries to callback to the deleted HttpStreamParser. We likely crash. 5. The eviction tasks run and delete their streams, which allows the HttpPipelinedConnectionImpl destructor to run, which closes the socket. BUG=105320 TEST=net_unittests Review URL: http://codereview.chromium.org/9223033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119728 0039d316-1c4b-4281-b951-d872f2087c98