summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge in part of the last perf change. Move when we initializetony@chromium.org2009-11-242-20/+24
| | | | | | | | | | | | | | | the CSS/HTML for the NTP. This should allow the history query to happen sooner. Move the first_view logic out of NewTabHTMLSource. It can cause the CSS cache to get flushed, so make sure to run it before the CSS is generated. Also make sure we only hang on to the original profile. I think the incognito profile can be deleted out from under us when the last incognito window is closed. Review URL: http://codereview.chromium.org/434038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32965 0039d316-1c4b-4281-b951-d872f2087c98
* Partially reverting 32942apatrick@google.com2009-11-242-6/+0
| | | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32964 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the nonclientframeview for popups on views/gtk drawsky@chromium.org2009-11-241-1/+50
| | | | | | | | | | | | nothing. This is needed as we want the window manager rendering the decorations. BUG=none TEST=none Review URL: http://codereview.chromium.org/436026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32963 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51325:51343.dumi@chromium.org2009-11-241-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=agl Review URL: http://codereview.chromium.org/436029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32962 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a doc link.kathyw@google.com2009-11-242-2/+2
| | | | | | | | | | BUG=28529 TEST=none TBR=aa Review URL: http://codereview.chromium.org/435025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32961 0039d316-1c4b-4281-b951-d872f2087c98
* Set svn:eol-style on jemalloc vendor branch files.sgk@chromium.org2009-11-240-0/+0
| | | | | | | | BUG=27911 TEST=none Review URL: http://codereview.chromium.org/438022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32960 0039d316-1c4b-4281-b951-d872f2087c98
* Flip: Fix leak of UploadDataStream if it's empty.willchan@chromium.org2009-11-241-2/+6
| | | | | | Review URL: http://codereview.chromium.org/434043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32959 0039d316-1c4b-4281-b951-d872f2087c98
* Added new way of dragging the Rotate1 manipulator (linear mapping in screen ↵simonrad@chromium.org2009-11-242-60/+119
| | | | | | | | | | | space). BUG=none TEST=none Review URL: http://codereview.chromium.org/413007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32958 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed pepper plugin run as url.apatrick@google.com2009-11-241-1/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/434027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32955 0039d316-1c4b-4281-b951-d872f2087c98
* Sleep briefly before/after printing page cycler results.chase@chromium.org2009-11-241-0/+4
| | | | | | | | | | | | | | | Speculative fix to address bad perf results for reference build. An error message that's being printed at the same time as the test results is believed to be causing the graphing code to incorrectly read those results. BUG=none TEST=sane linux morejs reference graph result Review URL: http://codereview.chromium.org/437024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32954 0039d316-1c4b-4281-b951-d872f2087c98
* Make calloc return NULL while initializing.vandebo@chromium.org2009-11-241-18/+37
| | | | | | | | | BUG=28244 TEST=Run chrome in shared library mode Review URL: http://codereview.chromium.org/431025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32953 0039d316-1c4b-4281-b951-d872f2087c98
* Branched gpu process and command buffer code into Chrome tree. Fixed up ↵apatrick@google.com2009-11-24119-0/+34532
| | | | | | | | | | | paths and other minor changes to make it work in the Chrome tree. Will remove copy from O3D tree shortly. Only works in Windows currently. TEST=none BUG=none Review URL: http://codereview.chromium.org/436017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32952 0039d316-1c4b-4281-b951-d872f2087c98
* Add a default constructor to the MockRead struct sombelshe@google.com2009-11-241-0/+3
| | | | | | | | | | | | that we can do things like dynamically create an array of them. BUG=none TEST=none Review URL: http://codereview.chromium.org/434039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32951 0039d316-1c4b-4281-b951-d872f2087c98
* Capture r31465 of upstream jemalloc (the basis for our patched version)sgk@chromium.org2009-11-2416-0/+17838
| | | | | | | | | in a vanilla vendor branch. BUG=27911 TEST=none Review URL: http://codereview.chromium.org/434040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32950 0039d316-1c4b-4281-b951-d872f2087c98
* Updates GLES Imlementation to use Antoine's cool gman@chromium.org2009-11-245-204/+244
| | | | | | | | | | | | | | FencedAllocator to manage the transfer buffer with less waiting. Also updates glBufferData to use glBufferSubData to send data as well as glTexImage2D to use glTexSubImage2D. These make it possible to pass any size image or buffer data. Review URL: http://codereview.chromium.org/436020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32949 0039d316-1c4b-4281-b951-d872f2087c98
* Update Signal Thread to use ref counting and locks to ensure thread safety.zork@chromium.org2009-11-2412-78/+590
| | | | | | Review URL: http://codereview.chromium.org/418042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32948 0039d316-1c4b-4281-b951-d872f2087c98
* Flip: Handle empty post.willchan@chromium.org2009-11-242-2/+76
| | | | | | Review URL: http://codereview.chromium.org/437039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32947 0039d316-1c4b-4281-b951-d872f2087c98
* Document the maximum # of characters for the name andkathyw@google.com2009-11-242-2/+6
| | | | | | | | | | | description fields. BUG=28664 TEST=none TBR=nickbaum Review URL: http://codereview.chromium.org/436027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32946 0039d316-1c4b-4281-b951-d872f2087c98
* Flip: Fix a bunch of leaks.willchan@chromium.org2009-11-249-182/+64
| | | | | | | | | | | | FlipIOBuffer::release() was broken. It called release() on scoped_refptrs which does not decrease refcount, hence it leaked IOBuffers and FlipStreams. Redo the memory management for FlipSession. Stop using raw pointers in FlipSessionPool to hold onto FlipSession. FlipSessionPool uses scoped_refptr now to track Fli pSessions. Instead of having FlipSession call Release() on itself, it now calls FlipSessionPool to remove itself from the pool when the tcp connection is closed. In FlipStreamTest, manually call FlipSessionPool::Remove() since there is no tcp connection event to trigger FlipSession to remove itself. BUG=http://crbug.com/28493 Review URL: http://codereview.chromium.org/438014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32945 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a harmless shutdown leak.estade@chromium.org2009-11-241-1/+11
| | | | | | | | | | TBR=ananta BUG=28662 Review URL: http://codereview.chromium.org/435023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32944 0039d316-1c4b-4281-b951-d872f2087c98
* Disables default browser check and exit menu for toolkit_views onsky@chromium.org2009-11-244-3/+17
| | | | | | | | | | | chromeos. BUG=none TEST=none Review URL: http://codereview.chromium.org/431029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32942 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51310:51325.jianli@chromium.org2009-11-242-1/+4
| | | | | | | | | BUG=28646 TEST=none Review URL: http://codereview.chromium.org/437029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32940 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Switch "Save" and "Discard" buttons on dangerous download warning.thakis@chromium.org2009-11-241-533/+43
| | | | | | | | | | | | | "Ok" buttons are always on the right on OS X. Nib change: I only switched the two buttons. BUG=28638 TEST=Download a dmg, confirm "Save" botton is on the right. Review URL: http://codereview.chromium.org/438019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32939 0039d316-1c4b-4281-b951-d872f2087c98
* Remove zero-duration-with-non-zero-delay-end from test_expecations.jparent@chromium.org2009-11-241-1/+0
| | | | | | | | | | | | | It was made non-flaky upstream in http://trac.webkit.org/changeset/51150. See http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=zero-duration-with-non-zero-delay-end.html for visual of flakiness. BUG=10418 TEST=none Review URL: http://codereview.chromium.org/424007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32938 0039d316-1c4b-4281-b951-d872f2087c98
* Remove reference fragments from URL before passing to appcache for use as an ↵jennb@chromium.org2009-11-241-0/+5
| | | | | | | | | | | appcache entry URL. TEST=none BUG=none Review URL: http://codereview.chromium.org/431022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32937 0039d316-1c4b-4281-b951-d872f2087c98
* Sets widget created by info bubbles to a custom type so that theysky@chromium.org2009-11-242-0/+14
| | | | | | | | | | | don't get a drop shadow and centered on screen. BUG=none TEST=none Review URL: http://codereview.chromium.org/431021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32936 0039d316-1c4b-4281-b951-d872f2087c98
* Switch theme loading to use its own string.avi@google.com2009-11-244-6/+8
| | | | | | | | | BUG=http://crbug.com/24177 TEST=no visible change Review URL: http://codereview.chromium.org/361006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32934 0039d316-1c4b-4281-b951-d872f2087c98
* Update pages that reference the gallery to link to the gallery.kathyw@google.com2009-11-2410-14/+38
| | | | | | | | | | | Also a few wording changes. TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/437027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32931 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: improve hover/clicked state appearance of bookmark bar buttons.viettrungluu@chromium.org2009-11-241-33/+56
| | | | | | | | | | | | | I more or less implemented things as per discussion with Cole and Glen. (This does not re-create the appearance on Win Chrome, which is not exactly right either.) BUG=28477 TEST=Load various themes (in particular, "Karim Rashid") and make sure bookmark bar buttons look good and legible in hover and pressed states. Review URL: http://codereview.chromium.org/440001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32930 0039d316-1c4b-4281-b951-d872f2087c98
* Reduced the size of images in the debugging tutorial so they'llkathyw@google.com2009-11-2416-32/+34
| | | | | | | | | | | | load faster, and not take so much space visually. TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/434037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32929 0039d316-1c4b-4281-b951-d872f2087c98
* disable extension toolstrips by default, addingerikkay@chromium.org2009-11-245-5/+17
| | | | | | | | | | | --enable-extension-toolstrips BUG=24475 TEST=Extension*Toolstrip* Review URL: http://codereview.chromium.org/434026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32928 0039d316-1c4b-4281-b951-d872f2087c98
* This adds the first version of SyncSocket to base, along with a trivial ↵sehr@google.com2009-11-247-1/+440
| | | | | | | | | | unittest. SyncSocket provides a blocking send/receive that can be used for synchronization. Review URL: http://codereview.chromium.org/418004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32927 0039d316-1c4b-4281-b951-d872f2087c98
* Revert V8 update ... again.ager@chromium.org2009-11-241-1/+1
| | | | | | | | | Apparently there are still issues with DevTools on Windows. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/436023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32926 0039d316-1c4b-4281-b951-d872f2087c98
* Fix to prevent selecting a popup menu item from crashing when the item is ↵avi@google.com2009-11-241-2/+5
| | | | | | | | | | | auto-opened. BUG=http://crbug.com/28215 TEST=as in bug Review URL: http://codereview.chromium.org/431019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32925 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.2.ager@chromium.org2009-11-241-1/+1
| | | | | | | | | This time it really should fix the problems we have been seeing with dev tools and V8 version 2.0.x. Review URL: http://codereview.chromium.org/434036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32924 0039d316-1c4b-4281-b951-d872f2087c98
* Pick up new GYP with workarounds for Xcode deps.thomasvl@chromium.org2009-11-241-1/+1
| | | | | | | | | | | Bot build with updated generator: http://build.chromium.org/buildbot/waterfall.fyi/builders/Chromium%20Mac%20GYP/builds/4673 BUG=none TEST=everything still builds and hopefully rebuilds better. Review URL: http://codereview.chromium.org/435008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32923 0039d316-1c4b-4281-b951-d872f2087c98
* One of the views was extending off the side of the window, simple fix while ↵thomasvl@chromium.org2009-11-241-2/+9
| | | | | | | | | | I sort out better sizing with some of the other changes needed. TEST=see bug BUG=28410 Review URL: http://codereview.chromium.org/437037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32922 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce DLOG in websocket codeukai@chromium.org2009-11-243-38/+7
| | | | | | | | | BUG=28657 TEST=none Review URL: http://codereview.chromium.org/440005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32919 0039d316-1c4b-4281-b951-d872f2087c98
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-2425-58/+59
| | | | | | | | | BUG=13572 TEST=none Review URL: http://codereview.chromium.org/399068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32918 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 32911 - Modify websocket server code to write to logs in the results ↵tim@chromium.org2009-11-241-13/+3
| | | | | | | | | | | | | | | | | dir instead of stderr and stdout. This seems to have broken the builder. BUG=none TEST=none R=ukai@chromium.org Review URL: http://codereview.chromium.org/435006 TBR=dpranke@google.com Review URL: http://codereview.chromium.org/437035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32915 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Restore omnibox text selection on tab switch.derat@chromium.org2009-11-242-12/+5
| | | | | | | | | | | | | | | | | Tested by: - highlighting omnibox text - switching to a different tab - highlighting some other text - switching back to the first tab - confirming that the omnibox highlighting was restored but PRIMARY didn't get updated when switching back BUG=20674 TEST=see above Review URL: http://codereview.chromium.org/440003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32914 0039d316-1c4b-4281-b951-d872f2087c98
* Add a feature to the MockSocket so that it can support simulationmbelshe@google.com2009-11-241-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | of partial writes. For example, suppose the application under test is doing a write such as: Write("foobar", 6); // 6 bytes Normally you could test this with MockWrite(true, "foobar", 6); Now you can also test this with: WriteList { MockWrite(true, "foo", 3); MockWrite(true, "bar", 3); } BUG=none TEST=this is the test! Review URL: http://codereview.chromium.org/437031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32913 0039d316-1c4b-4281-b951-d872f2087c98
* Mark LayoutTests/fast/forms/get-forms-to-about-blank.html as WONTFIX.This is ↵yutak@chromium.org2009-11-241-1/+4
| | | | | | | | a new test that was added in WebKit recently, which checks the behavior of submitting a form to about:* pages. As per discussions at issue 20570, we are not going to support this functionality.BUG=20570TEST=none Review URL: http://codereview.chromium.org/401024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32912 0039d316-1c4b-4281-b951-d872f2087c98
* Modify websocket server code to write to logs in the results dir instead ofdpranke@google.com2009-11-241-3/+13
| | | | | | | | | | | | stderr and stdout. BUG=none TEST=none R=ukai@chromium.org Review URL: http://codereview.chromium.org/435006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32911 0039d316-1c4b-4281-b951-d872f2087c98
* The FTPDirectoryListing test has been failing in a couple of runs. Marking ↵ananta@chromium.org2009-11-241-1/+2
| | | | | | | | | | | it as flaky Bug=25045 TBR=phajdan Review URL: http://codereview.chromium.org/435017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32910 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 256.0 to 257.0chrome-bot@google.com2009-11-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32908 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move the NTP HTML generation to early so we can avoid an extra"tony@chromium.org2009-11-243-23/+20
| | | | | | | | | | | | | It caused New Tab Warm on Windows to regress to the speed before adding the cache on Windows. This reverts commit r32899. TBR=arv Review URL: http://codereview.chromium.org/431024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32906 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Create app modal dialogs in a different way to work around a KDE 3 ↵thestig@chromium.org2009-11-2411-7/+33
| | | | | | | | | | window manager bug. While we're at it, change dialog's default size to match that of Chrome on Windows. BUG=28230 TEST=see bug Review URL: http://codereview.chromium.org/425016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32905 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a TODO in post_commit_command.cc. Clarify what's going on.nick@chromium.org2009-11-241-3/+4
| | | | | | Review URL: http://codereview.chromium.org/431023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32904 0039d316-1c4b-4281-b951-d872f2087c98
* Group Menu2Model::TYPE_RADIO menu items correctly. Currently an ↵yusukes@google.com2009-11-242-9/+26
| | | | | | | | | | | | | | implementation of the Menu2Model::GetGroupIdAt() interface seems to be ignored. This change is necessary in order to implement the menu for Chrome OS Text Input: https://sites.google.com/a/google.com/chromium-developer-central/chromiumos-1/chromiumos-design-docs/text-input/input.png?attredirects=0 BUG=none TEST=none Review URL: http://codereview.chromium.org/414031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32903 0039d316-1c4b-4281-b951-d872f2087c98