summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug in samples conversion introduced by WebGL-related changes andkbr@google.com2010-04-281-2/+10
| | | | | | | | | | | | | caught by Linux try bots. Need to specify a different output than the non-WebGL target for the same asset, because otherwise multithreaded builds choose one or the other target to execute. BUG=none TEST=reran build Review URL: http://codereview.chromium.org/1723019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45837 0039d316-1c4b-4281-b951-d872f2087c98
* Removed third_party/angleproject from svn:ignore list.alokp@chromium.org2010-04-280-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45836 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure to check for in-progress downloads when quitting. Adds back in codepinkerton@chromium.org2010-04-281-0/+8
| | | | | | | | | removed during quit refactoring. BUG=41675 TEST=quit while downloading, can cancel and quit app, as well as cancel the quit to allow the download to complete. When download completes, closing all windows shouldn't quit (normal behavior). Review URL: http://codereview.chromium.org/1746013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45832 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a ChromeFrame crash reported on the crash server while processing an ↵ananta@chromium.org2010-04-281-3/+8
| | | | | | | | | | | | | | | | accelerator message. The crash happens while invoking the IBrowserService2::v_MayTranslateAccelerator function. It appears from the dump that there are cases in IE8 where this interface is actually implemented, but this function entry is NULL in the vtable. In any case from the comments in the code this interface is only implemented till IE7. Fixes bug http://code.google.com/p/chromium/issues/detail?id=25457 Bug=25457 Review URL: http://codereview.chromium.org/1718019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45831 0039d316-1c4b-4281-b951-d872f2087c98
* Addressing review feedback on last changes.kbr@google.com2010-04-281-28/+31
| | | | | | | | | BUG=none TEST=none (ran converter script) Review URL: http://codereview.chromium.org/1687015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45830 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up initial CA layer setup for Mac Pluginsstuartmorgan@chromium.org2010-04-282-10/+17
| | | | | | | | | | | UpdateAcceleratedSurface and DrawLayerInSurface don't make sense before windowed_handle has been set, so tweak the way we handle initialization of CA plugins. BUG=none TEST=CA plugins should still work Review URL: http://codereview.chromium.org/1745018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45828 0039d316-1c4b-4281-b951-d872f2087c98
* Merged in fixes for GLEW compile errors on linux.apatrick@chromium.org2010-04-281-2/+5
| | | | | | | | | | | | GLEW patch: http://glew.svn.sourceforge.net/viewvc/glew?view=rev&revision=596 GLEW bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2992222&group_id=67586&atid=523274 TEST=trybots BUG=41039 Review URL: http://codereview.chromium.org/1727010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45827 0039d316-1c4b-4281-b951-d872f2087c98
* Change the wording of the warning on the extension installaa@chromium.org2010-04-281-2/+2
| | | | | | | | | dialog from "needs access to" to "can access" per discusison on chromium-discuss. Review URL: http://codereview.chromium.org/1806002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45826 0039d316-1c4b-4281-b951-d872f2087c98
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-2828-102/+1297
| | | | | | | | | | | | of all currently open tabs in all browsers. This is needed for overview mode on ChromeOS. BUG=http://code.google.com/p/chromium-os/issues/detail?id=1170 TEST=Ran Chrome under ChromeOS with updated window manager. Review URL: http://codereview.chromium.org/661237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45824 0039d316-1c4b-4281-b951-d872f2087c98
* Added shader type to shader info.alokp@chromium.org2010-04-284-13/+30
| | | | | | Review URL: http://codereview.chromium.org/1696012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45823 0039d316-1c4b-4281-b951-d872f2087c98
* Extension Docs (No building or testable files).rafaelw@chromium.org2010-04-281-61/+61
| | | | | | | | | | Render extension docs after build breakage. TBR=kathyw Review URL: http://codereview.chromium.org/1745019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45822 0039d316-1c4b-4281-b951-d872f2087c98
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-288-34/+242
| | | | | | | | | BUG=None TEST=net_unittests --gtest_filter="*HttpAuthHandlerNegotiate*" Review URL: http://codereview.chromium.org/1705001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45821 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DCHECK in SimpleAppCacheSysmte::WillDestroyCurrentMessageLoop. This ↵rafaelw@chromium.org2010-04-281-1/+0
| | | | | | | | | | | was causing the test_shell to die trying to produce the extension docs. TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/1697015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45820 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: The cookie prompt should allow the user to set expire date for HTML cookieserg@chromium.org2010-04-287-78/+175
| | | | | | | | | BUG=42403 TEST=none Review URL: http://codereview.chromium.org/1774005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45818 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Make content options window non-resizable.erg@chromium.org2010-04-281-0/+1
| | | | | | | | | BUG=41341 TEST=none Review URL: http://codereview.chromium.org/1758011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45817 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Nigori user salt key 128-bits to be FIPS compliant.albertb@chromium.org2010-04-282-2/+5
| | | | | | | | | BUG=none TEST=NigoriTest.* Review URL: http://codereview.chromium.org/1697010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45816 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument.viettrungluu@chromium.org2010-04-2814-68/+50
| | | | | | | | | | | | Still to do: get rid of things which hang on to a handler just so they can pass it to Show(). BUG=38908 TEST=everything still works Review URL: http://codereview.chromium.org/1795007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45813 0039d316-1c4b-4281-b951-d872f2087c98
* Fix HighlightCloseButton crash.finnur@chromium.org2010-04-281-1/+4
| | | | | | | | | BUG=42737 TEST=Don't have it consistently repro'ing (nor a test case for it). Review URL: http://codereview.chromium.org/1687016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45812 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 58400:58407bulach@chromium.org2010-04-282-7/+1
| | | | | | | | | | | | Removes downstream test expectations for: traversal/node-iterator-prototype.html fast/images/svg-background-partial-redraw.html fast/text/international/bold-bengali.html fast/text/international/khmer-selection.html Review URL: http://codereview.chromium.org/1731015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45810 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the missing gtk options bug.xiyuan@chromium.org2010-04-281-0/+7
| | | | | | | | | | | | | | Native gtk options pages rely on host to call gtk_widget_show_all. Doing this after options dialog's size allocated. This is because the WrapLabelAtAllocationHack trick in ContentPageGtk needs container's size allocated when the label is being shown. BUG=<http://crosbug.com/2859> TEST=Verify fix for ChromeOS issue 2859 and in sync status message in "Peronal Stuff" tab is wrapped correctly. Review URL: http://codereview.chromium.org/1773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45808 0039d316-1c4b-4281-b951-d872f2087c98
* Reland: Link the name of the extension on the management page to thefinnur@chromium.org2010-04-288-14/+37
| | | | | | | | | | | | | gallery page, if the extension is from the gallery. BUG=29739 TEST=Install a gallery extension and a third-party extension and make sure the gallery extension name is a link (whereas the third party extension name is static text). Review URL: http://codereview.chromium.org/1780009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45807 0039d316-1c4b-4281-b951-d872f2087c98
* Add a couple more testsmarkus@chromium.org2010-04-281-7/+126
| | | | | | | | | | | | | | | | | | These tests were useful for debugging reference_trusted_thread.cc. Test an easily-forwarded system call, dup(). Also test clone() directly, in addition to testing it indirectly via pthread_create(). Check for leaked FDs. Change the test runner to run all tests, even if one fails, rather than stopping at the first failed test. Review URL: http://codereview.chromium.org/1750014 BUG=none TEST=none Review URL: http://codereview.chromium.org/1756015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45806 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run DiskCacheTest.Backend_DeleteOld under ThreadSanitizer on Windowstimurrrr@chromium.org2010-04-281-0/+3
| | | | | | | | BUG=http://code.google.com/p/data-race-test/issues/detail?id=34 TBR=glider Review URL: http://codereview.chromium.org/1733023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45805 0039d316-1c4b-4281-b951-d872f2087c98
* Adds comment to AdjustTextForCopy. I saw your request for asky@chromium.org2010-04-281-0/+3
| | | | | | | | | | | description after I landed the change. BUG=none TEST=none Review URL: http://codereview.chromium.org/1734011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45804 0039d316-1c4b-4281-b951-d872f2087c98
* Mark tests that started failing after WebKit roll as DISABLEDjorlow@chromium.org2010-04-282-5/+5
| | | | | | | | | | | and not FLAKY, because they fail every time. TEST=none BUG=42641,42718 Review URL: http://codereview.chromium.org/1725012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45803 0039d316-1c4b-4281-b951-d872f2087c98
* Additional changes to support Chrome / CF installation wrapped in an MSI:robertshield@chromium.org2010-04-2810-57/+160
| | | | | | | | | | | | | | | Disables start menu uninstall shortcuts. Tweaks quoting of uninstall command to follow msi ca rules. Adds a ClientState registry entry to flag that this installation is managed by an MSI. Set said registry flag on first MSI install. BUG=19370 TEST=Install with generated MSI, upgrade, uninstall. Review URL: http://codereview.chromium.org/1525042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45802 0039d316-1c4b-4281-b951-d872f2087c98
* Marks TestEvalOnCallFrame, TestSetBreakpoint, QueuedSharedWorkerShutdown as ↵bulach@chromium.org2010-04-282-3/+5
| | | | | | | | | | | | | flaky. (they started failing after rolling WebKit 58304:58400 on http://src.chromium.org/viewvc/chrome?view=rev&revision=45795) BUG=42641,42718 Review URL: http://codereview.chromium.org/1801005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45801 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 45797 - Apply a sanity limit to objects with width & height.cevans@chromium.org2010-04-281-5/+0
| | | | | | | | | | | | TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/1582023 TBR=jschuh@chromium.org Review URL: http://codereview.chromium.org/1711019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45800 0039d316-1c4b-4281-b951-d872f2087c98
* Apply a sanity limit to objects with width & height.cevans@chromium.org2010-04-281-0/+5
| | | | | | | | | TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/1582023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45797 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up test expectations.jorlow@chromium.org2010-04-281-2/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/1798007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45796 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 58304:58400ukai@chromium.org2010-04-282-1/+8
| | | | | | | | | | BUG=none TEST=none TBR=yaar Review URL: http://codereview.chromium.org/1784008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45795 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 391.0 to 392.0chrome-release@google.com2010-04-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45793 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stray Suppression: from suppressions_mac.txt.jochen@chromium.org2010-04-281-1/+0
| | | | | | | | BUG=none TEXT=valgrind bots really go green TBR=thestig@ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45791 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress more Mac Valgrind redness. Part 2.thestig@chromium.org2010-04-281-1/+15
| | | | | | | | | BUG=42704 TEST=Valgrind goes green! TBR=tony Review URL: http://codereview.chromium.org/1801004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45790 0039d316-1c4b-4281-b951-d872f2087c98
* Fix nested ifs and incorrect indentation in ffmpeg_video_decode_engine.cc.scherkus@chromium.org2010-04-281-40/+42
| | | | | | | | | | | No logic change, just inserting returns and de-nesting ifs. BUG=none TEST=media_unittests Review URL: http://codereview.chromium.org/1735012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45788 0039d316-1c4b-4281-b951-d872f2087c98
* Remove proxy_mode_ from the HttpNetworkTransaction since itmbelshe@chromium.org2010-04-283-28/+22
| | | | | | | | | | | is redundant with proxy_info_. BUG=none TEST=covered by existing tests. Review URL: http://codereview.chromium.org/1809001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45787 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress more Mac Valgrind redness.thestig@chromium.org2010-04-281-0/+19
| | | | | | | | | BUG=42704 TEST=Valgrind goes greener. TBR=tony Review URL: http://codereview.chromium.org/1765009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45786 0039d316-1c4b-4281-b951-d872f2087c98
* Delete bookmark manager strings now unused.viettrungluu@chromium.org2010-04-281-43/+0
| | | | | | | | | | | | This is a first pass. A few more may be deleted once I clean up the bookmark context menu code. BUG=38908 TEST=everything still works Review URL: http://codereview.chromium.org/1763017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45785 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS: Fix the sync_unit_test build. It broke in r45725.thestig@chromium.org2010-04-281-0/+5
| | | | | | | | | BUG=none TEST=CrOS Valgrind bots compile. TBR=yusukes Review URL: http://codereview.chromium.org/1723017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45784 0039d316-1c4b-4281-b951-d872f2087c98
* Mac Bookmarks hover unit tests leak.dhollowa@chromium.org2010-04-281-2/+2
| | | | | | | | | | | Removes extra retains in unit tests that are now unneeded. Triggered valgrind report. BUG=42051 TEST=BookmarkBarFolderHoverStateTest.HoverState Review URL: http://codereview.chromium.org/1756016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45779 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: make tabbed bookmark manager compatible with more types of drops.estade@chromium.org2010-04-283-12/+38
| | | | | | | | | BUG=42466 TEST=see bug. Also, drags from firefox bookmark bar to tabbed bookmark manager should work. Review URL: http://codereview.chromium.org/1691018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45778 0039d316-1c4b-4281-b951-d872f2087c98
* Add a gyp flag for disabling sse2. This makes it easier fortony@chromium.org2010-04-281-2/+6
| | | | | | | | distros to disable sse2. Review URL: http://codereview.chromium.org/1702009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45777 0039d316-1c4b-4281-b951-d872f2087c98
* Windows/Views: delete native bookmark manager code.viettrungluu@chromium.org2010-04-2826-3689/+10
| | | | | | | | | | | | Context menu code still needs cleanup/refactoring. String resources still need to be deleted. BUG=38908 TEST=everything still works Review URL: http://codereview.chromium.org/1730015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45776 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly align memory allocations in the case where we need to allocate memorymarkus@chromium.org2010-04-281-1/+4
| | | | | | | | | | | as far away from the stack as possible, but still as close to the VDSO as we can. BUG=none TEST=run the tests in a tight loop and notice that they no longer randomly fail Review URL: http://codereview.chromium.org/1807002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45775 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for sigreturn() and rt_sigreturn(). On x86-32, this ismarkus@chromium.org2010-04-285-127/+239
| | | | | | | | | | | | | | | | | | | | | | | | | complicated by the fact that in Seccomp mode, we can only ever call sigreturn(). But in order to eventually support sigaction(), we want to be able to also call rt_sigreturn(). We solve this problem by rewriting the signal stack frame from an RT signal frame to a legacy frame. Fortunately, this part of the signal frame is stable between kernel versions. The unstable part (i.e. extended registers such as FP, MMX, SSE, ...) is always identical in both in both types of signal frames. None of these complications exist on x86-64 and it is relatively straight-forward to enable support for the system call. The only difficulty lies in the fact that its calling conventions are somewhat different from "normal" system calls. So, we have to handle rt_sigreturn() from within the syscallWrapper() and the segv() handler and cannot write it in C code. TEST=ad hoc testing until we have support for sigaction(). Then we can add a unittest BUG=37728 Review URL: http://codereview.chromium.org/1739011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45774 0039d316-1c4b-4281-b951-d872f2087c98
* linux: unify proxy config docsevan@chromium.org2010-04-283-21/+27
| | | | | | | | | | | | We had some info in the man page and other info in the about page. This change makes the about page refer to the man page, and updates the man page with missing info. While I'm at it, make the HTML slightly prettier. Review URL: http://codereview.chromium.org/1695023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45773 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed bug in naming of texCoord[0..7] parameters discovered by petersont.kbr@google.com2010-04-281-4/+4
| | | | | | | | | | BUG=none TEST=none TBR=amarinichev Review URL: http://codereview.chromium.org/1696015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45772 0039d316-1c4b-4281-b951-d872f2087c98
* Thanks to gman, fixed o3d.webgl.createClient and o3d-webgl Client to handlekbr@google.com2010-04-283-4/+394
| | | | | | | | | | | resizing of div containing O3D element. Added simpleviewer sample. BUG=none TEST=ran simpleviewer sample Review URL: http://codereview.chromium.org/1798006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45770 0039d316-1c4b-4281-b951-d872f2087c98
* Rolled cacheinvalidation to @13.akalin@chromium.org2010-04-283-1/+5
| | | | | | | | | | | Also added 'License File:' line to README.chromium. BUG=34645 TEST=unittests, tools/licenses.py Review URL: http://codereview.chromium.org/1748012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45769 0039d316-1c4b-4281-b951-d872f2087c98
* Update code to point to new location of WebThemeEngine.hjabdelmalek@google.com2010-04-284-8/+8
| | | | | | Review URL: http://codereview.chromium.org/1763014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45767 0039d316-1c4b-4281-b951-d872f2087c98