summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Roll WebKit's version to 57768 to pick up a change todumi@chromium.org2010-04-174-18/+18
| | | | | | | | | | | | WebSecurityOrigin::createFromDatabaseIdentifier(), and fix all its callers. BUG=none TEST=none Review URL: http://codereview.chromium.org/1646013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44870 0039d316-1c4b-4281-b951-d872f2087c98
* Remove upstreamed test expectations.ajwong@chromium.org2010-04-171-9/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44868 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll 57736 -> 57767.ajwong@chromium.org2010-04-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44867 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a deadlock that could happen during shutdown if a host resolve request ↵eroman@chromium.org2010-04-1710-116/+471
| | | | | | | | | | | | | was outstanding by a PAC script. The solution is to abort the oustanding host resolver request during shutdown, and wake-up the blocked PAC thread. BUG=41244 TEST=SingleThreadedProxyResolverWithBridgedHostResolverTest.ShutdownDeadlock Review URL: http://codereview.chromium.org/1527037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44864 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at generating about:credits.evan@chromium.org2010-04-173-20/+172
| | | | | | | | | | | Modify the license script to have a "credits" mode, which uses two templates derived from the existing about:credits HTML. BUG=39240 Review URL: http://codereview.chromium.org/1520039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44863 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Webkit from 57708 -> 57736.ajwong@chromium.org2010-04-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44862 0039d316-1c4b-4281-b951-d872f2087c98
* Hover buttons for notification.oshima@chromium.org2010-04-169-162/+346
| | | | | | | | | | | | | | | * Chagned WidgetGtk so that any GtkFixed can be parent of WidgetGtk. * Close button and Options menu is moved to separate TYPE_CHILD WidgetGtk which is shown/hidden as mouse moves. TODO: host Widget is not transparent right now. I'll address this in separate CL. BUG=41011 TEST=none Review URL: http://codereview.chromium.org/1654006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44861 0039d316-1c4b-4281-b951-d872f2087c98
* Use the new tab page instead of chrome://apps/ in the app launcherarv@chromium.org2010-04-1611-359/+133
| | | | | | | | | BUG=None TEST=Start chrome with --enable-extension-apps --app-launcher-new-tab. Pressing Ctrl+T should show the NTP in the overlay. Review URL: http://codereview.chromium.org/1660005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44860 0039d316-1c4b-4281-b951-d872f2087c98
* SSL UI changes (icons). TBRed since trybots hate binary patches.pkasting@chromium.org2010-04-1610-363/+737
| | | | | | | | | | | | | * Add images for EV bubble * Modify images for tab-to-search to look like EV bubble * Change lock icons TBR=alcor BUG=41481 TEST=none Review URL: http://codereview.chromium.org/1652014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44859 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: let the extension install prompt permissions line wrap.estade@chromium.org2010-04-161-15/+35
| | | | | | | | | | | Changed from GtkEntry's to GtkTextViews. BUG=41364 TEST=manual Review URL: http://codereview.chromium.org/1582028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44858 0039d316-1c4b-4281-b951-d872f2087c98
* Update NaCl revision (2031 -> 2072)gregoryd@google.com2010-04-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/1633019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44857 0039d316-1c4b-4281-b951-d872f2087c98
* Pass HTTP headers to Chrome in the initial pending request initiated by ↵ananta@chromium.org2010-04-161-1/+6
| | | | | | | | | | | | | | ChromeFrame. This causes pages with encoding needs to render incorrectly. Fixes bug http://code.google.com/p/chromium/issues/detail?id=41541 Bug=41541 Review URL: http://codereview.chromium.org/1642015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44855 0039d316-1c4b-4281-b951-d872f2087c98
* Changed --json-only argument to converter to --no-archive andkbr@chromium.org2010-04-163-26/+210
| | | | | | | | | | | | implemented it. Verified that normal operation is unchanged and that --no-archive produces desired results. Also tested with --no-binary. BUG=none TEST=none Review URL: http://codereview.chromium.org/1646012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44850 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed recently introduced regression in effect.js pointed out bykbr@google.com2010-04-161-4/+4
| | | | | | | | | | | | kkania where varying declarations were being repeated twice in Cg versions of shaders. BUG=none TEST=ran primitives.html Review URL: http://codereview.chromium.org/1669003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44849 0039d316-1c4b-4281-b951-d872f2087c98
* We need to specify at least one entry in the COM map of the bind information ↵ananta@chromium.org2010-04-161-0/+1
| | | | | | | | | | object used by ChromeFrame to maintain contextual information. Having an empty map causes an ATLASSERT to fire in debug builds. Review URL: http://codereview.chromium.org/1559037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44846 0039d316-1c4b-4281-b951-d872f2087c98
* posix: handle the return value of close() in more places.evan@chromium.org2010-04-166-13/+25
| | | | | | | | | | | | | | | Generally, we don't expect it to fail and there isn't much we can do anyway, but it's good to at least consider each case and do something so we can continue to receive warnings in situations where we forgot to check the return code. (Bonus extra bugfix: use int where we previously had bool. I think it compiles to the same thing but the old code was definitely wrong.) Review URL: http://codereview.chromium.org/1564037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44844 0039d316-1c4b-4281-b951-d872f2087c98
* Fix left alignment of icons in bookmark button if title is "".jrg@chromium.org2010-04-161-12/+2
| | | | | | | | | | | | BUG=http://crbug.com/41690 TEST=\ Create a bookmark with an empty title. Add to subfolder. Open it --> see it left aligned. Review URL: http://codereview.chromium.org/1540040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44843 0039d316-1c4b-4281-b951-d872f2087c98
* Fix class/struct forward-declare mixups.evan@chromium.org2010-04-165-5/+5
| | | | | | | | GCC doesn't mind, but clang does. Review URL: http://codereview.chromium.org/1631025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44842 0039d316-1c4b-4281-b951-d872f2087c98
* Remove needless friend declaration.evan@chromium.org2010-04-161-3/+1
| | | | | | | | | (It confuses Clang, since NewRunnableMethod is a function. I've filed a Clang bug, but we didn't need it in our code anyway.) Review URL: http://codereview.chromium.org/1658009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44841 0039d316-1c4b-4281-b951-d872f2087c98
* New experimental Pepper device API.apatrick@chromium.org2010-04-1611-14/+702
| | | | | | | | | | | | | | | - makes device contexts opaque to the plugin - can get / set multiple attributes and flush with a single call (and underlying IPC message exchange) - currently works in parallel with old API - adapted pepper test plugin to use new API if use_new_npdevice_api=1 TEST=trybots, visual confirmation that pepper test plugin works with new API BUG=none Review URL: http://codereview.chromium.org/1529005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44840 0039d316-1c4b-4281-b951-d872f2087c98
* SPDY: Minor code cleanup.willchan@chromium.org2010-04-161-4/+5
| | | | | | | | | | Use !empty() instead of size(). Fix a LOG bug where we printed the wrong string. Use DCHECK_GT. Review URL: http://codereview.chromium.org/1668002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44839 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up test_expectations.txt overrides due to recent rebaselines and ↵scherkus@chromium.org2010-04-161-2/+0
| | | | | | | | | | | | | | WebKit DEPS updates. One test remains as we need to wait for the new baselines to trickle down from WebKit. BUG=35492 TEST=media layout tests continue to stay green on Chromium bots TBR=fbarchard Review URL: http://codereview.chromium.org/1630028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44837 0039d316-1c4b-4281-b951-d872f2087c98
* Fix FindTopStalledGroup() to catch groups correctly.willchan@chromium.org2010-04-162-9/+40
| | | | | | | | BUG=41262 Review URL: http://codereview.chromium.org/1650004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44836 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 2 drag-out problems:jianli@chromium.org2010-04-162-19/+25
| | | | | | | | | | | | | | 1) Does not work if dragging out to XP desktop. We need to return an error code when waiting for XP Shell to start a background thread. 2) Occasional crash due to regression caused by r43726. Fix it by holding a local reference to drag_source_. BUG=none TEST=none Review URL: http://codereview.chromium.org/1619023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44833 0039d316-1c4b-4281-b951-d872f2087c98
* A simple script to convert o3d cg shaders to glsl.amarinichev@chromium.org2010-04-161-0/+172
| | | | | | Review URL: http://codereview.chromium.org/1595017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44831 0039d316-1c4b-4281-b951-d872f2087c98
* Fix stuck highlight state when dragging other bookmarks folder, or when ↵feldstein@chromium.org2010-04-164-80/+216
| | | | | | | | | | | | | | | dragging something from the download shelf. DraggingButton.mm was setting up non-draggable buttons to be ready for drag. DownloadShelfButtons never called endDrag. BUG=40594 TEST=Try to drag the Other Bookmarks button. It shouldn't stay highlighted. Review URL: http://codereview.chromium.org/1648003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44830 0039d316-1c4b-4281-b951-d872f2087c98
* Document that you can override the Bookmark Manager page.kathyw@chromium.org2010-04-164-67/+123
| | | | | | | | | | | | | Point to this from the chrome.bookmarks page. Besides adding Bookmark Manager info, I also reorganized things a bit and added the URL for each page. Is mentioning the URLs OK? (I've found them handy, but maybe we don't want to commit to them.) BUG=40806 TEST=none Review URL: http://codereview.chromium.org/1633017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44829 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the following net tests for ChromeFrame as they rely on ↵ananta@chromium.org2010-04-161-0/+5
| | | | | | | | | | | | | | | functionality provided by Chrome's network stack like the ability to override a proxy for a URL request, etc. 1. URLRequestTestHTTP.ProxyTunnelRedirectTest 2.URLRequestTestHTTP.UnexpectedServerAuthTest. TBR=amit Review URL: http://codereview.chromium.org/1667003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44828 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Fix enabling & checkmarks in translate infobar options menu.jeremy@chromium.org2010-04-161-4/+27
| | | | | | | | | BUG=39819 TEST=Selecting "always translate" from the translate infobar options menu, a checkmark should appear next to it and the "never translate" options should be grayed out. Review URL: http://codereview.chromium.org/1559036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44824 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Select better greens in the native omnibox popup.erg@chromium.org2010-04-161-29/+58
| | | | | | | | | BUG=40126 TEST=none Review URL: http://codereview.chromium.org/1539042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44822 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Add a scoping class for g signals.estade@chromium.org2010-04-165-47/+141
| | | | | | | | | BUG=40735 TEST=compile; trybots; manually opening and closing a lot of infobubbles Review URL: http://codereview.chromium.org/1652005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44821 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: raise old browser windows when adding a new tabestade@chromium.org2010-04-164-11/+37
| | | | | | | | | BUG=38166 TEST=`google-chrome http://google.com` should raise the browser window. Review URL: http://codereview.chromium.org/1646011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44820 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in WriteSocket() when sending Settings framesmbelshe@chromium.org2010-04-163-1/+28
| | | | | | | | | | | | | | | and compression is enabled. We need better unit tests for the compressed-frame testing. Filed bug 41805 to implement those. BUG=41803 TEST=NONE Review URL: http://codereview.chromium.org/1648014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44819 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Remove divider line between "sync" and "clear" menu items in chrome menuthakis@chromium.org2010-04-161-24/+12
| | | | | | | | | BUG=41769 TEST=Guess Review URL: http://codereview.chromium.org/1623016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44817 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA calls to record search engine choice during first run.mirandac@chromium.org2010-04-163-0/+73
| | | | | | | | BUG= 37565 TEST= UMA calls should be recorded correctly. Review URL: http://codereview.chromium.org/1528037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44816 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run RSAPrivateKeyUnitTest under ThreadSanitizer on Windowstimurrrr@chromium.org2010-04-161-0/+3
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/1653008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44815 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: navigate to URL on PRIMARY when middle-clicking the location icon.estade@chromium.org2010-04-165-38/+75
| | | | | | | | | BUG=40610 TEST=manual Review URL: http://codereview.chromium.org/1549043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44814 0039d316-1c4b-4281-b951-d872f2087c98
* Addressed review feedback on previous CL introducing --in-process-webglkbr@google.com2010-04-162-7/+7
| | | | | | | | | | | flag. BUG=39721 TEST=none Review URL: http://codereview.chromium.org/1658007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44813 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 44805 - Make sure GoogleUpdateSettings::GetChromeChannel does not readsiggi@chromium.org2010-04-165-102/+16
| | | | | | | | | | | | | | | | from the wrong section of registry when a peruser install has left some registrations behind. Fix the odd race and other bugs I encountered along the way. BUG=40994 TEST=Unittests in this change. Open about box and look at the channel string. Review URL: http://codereview.chromium.org/1582035 TBR=siggi@chromium.org Review URL: http://codereview.chromium.org/1610034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44812 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to ↵ahendrickson@chromium.org2010-04-1619-156/+156
| | | | | | | | | | | | | the HttpNetworkSession. Fixed a bug where the command-line whitelist was not being propagated down to the URLSecurityManager. BUG=29596 TEST=None Review URL: http://codereview.chromium.org/1634005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44811 0039d316-1c4b-4281-b951-d872f2087c98
* Add expectations for newly flaky SVG tests resulting from latest webkit roll.ajwong@chromium.org2010-04-161-2/+6
| | | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/1629023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44810 0039d316-1c4b-4281-b951-d872f2087c98
* fixing issues with filebrowser namely, namely allowing it to grow on mount, ↵dhg@chromium.org2010-04-167-25/+64
| | | | | | | | | | and fixing download cases so the flow is better. BUG=none TEST=none Review URL: http://codereview.chromium.org/1527036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44808 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-1621-206/+445
| | | | | | | | | | | | menu was showing. When this happens the window the menu creates is implicitly destroyed (because the parent is going away). BUG=25563 TEST=see bug Review URL: http://codereview.chromium.org/1664001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44807 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure GoogleUpdateSettings::GetChromeChannel does not readsiggi@chromium.org2010-04-165-16/+102
| | | | | | | | | | | | | from the wrong section of registry when a per-user install has left some registrations behind. Fix the odd race and other bugs I encountered along the way. BUG=40994 TEST=Unittests in this change. Open about box and look at the channel string. Review URL: http://codereview.chromium.org/1582035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44805 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Refactor sandbox profiles to use a common base configuration file.jeremy@chromium.org2010-04-168-103/+77
| | | | | | | | | | | Eliminate rule duplication in our sandbox profiles by creating a new common.sb file which we include implicitly at the start of all other sandbox configuration files. BUG=39987 TEST=Chrome on Mac should continue to render pages, all unit tests should pass. Review URL: http://codereview.chromium.org/1656006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44804 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily add expectation fix before rebaselining.ajwong@chromium.org2010-04-161-2/+2
| | | | | | Review URL: http://codereview.chromium.org/1652013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44803 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily add expectation fix before rebaselining.ajwong@chromium.org2010-04-161-0/+2
| | | | | | Review URL: http://codereview.chromium.org/1652013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44802 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test to verify that creating notifications fromaa@chromium.org2010-04-162-6/+2
| | | | | | | | | | extensions using relative URLs works. BUG=39216 Review URL: http://codereview.chromium.org/1528040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44800 0039d316-1c4b-4281-b951-d872f2087c98
* Check if the icon handle has become invalid when the load callback is invoked.zork@chromium.org2010-04-161-1/+5
| | | | | | | | | BUG=40875 TEST=See bug. Review URL: http://codereview.chromium.org/1660004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44799 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where GetSubtreeBookmarkManagerFunction would crash ifsky@chromium.org2010-04-161-0/+4
| | | | | | | | | | | the node no longer exists. BUG=41630 TEST=see bug Review URL: http://codereview.chromium.org/1521036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44798 0039d316-1c4b-4281-b951-d872f2087c98