- 29 Apr, 2009 2 commits
-
-
rvargas@google.com authored
sockets with pending IO. BUG=9258 Review URL: http://codereview.chromium.org/100129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14807 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This reverts commit r14799, as it broke linux ui tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14805 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Apr, 2009 38 commits
-
-
dkegel@google.com authored
Review URL: http://codereview.chromium.org/99157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14804 0039d316-1c4b-4281-b951-d872f2087c98
-
kuchhal@chromium.org authored
Review URL: http://codereview.chromium.org/100139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14801 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
Review URL: http://codereview.chromium.org/100078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14800 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Added range request support in URLRequestFileJob to respect "Range" HTTP header. Fail with ERR_REQUESTED_RANGE_NOT_SATISFIABLE if range is bad. The following range request modes are supported: 1. Fully specified: bytes=x-y 2. With first byte position only: bytes=x- 3. With suffix length: bytes=-y Multiple ranges in a single request is not supported as we need to multipart encoding.. Review URL: http://codereview.chromium.org/92149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14799 0039d316-1c4b-4281-b951-d872f2087c98
-
paul@chromium.org authored
http://codereview.chromium.org/92062 I didn't make WebMenuRunner's menu_ a scoped_nsobject, because I'm not sure how that will ever be released (~scoped_nsobject won't get called from a Cocoa object's dealloc?). Review URL: http://codereview.chromium.org/99088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14798 0039d316-1c4b-4281-b951-d872f2087c98
-
kuchhal@chromium.org authored
TBR=pinkerton Review URL: http://codereview.chromium.org/100137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14797 0039d316-1c4b-4281-b951-d872f2087c98
-
tc@google.com authored
g_list_next(). TBR=evan Review URL: http://codereview.chromium.org/99159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14796 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/99154amanda@chromium.org authored
TBR=mark@chromium.org Review URL: http://codereview.chromium.org/101014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14795 0039d316-1c4b-4281-b951-d872f2087c98
-
dkegel@google.com authored
Review URL: http://codereview.chromium.org/100060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14794 0039d316-1c4b-4281-b951-d872f2087c98
-
sgk@google.com authored
Review URL: http://codereview.chromium.org/100133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14793 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Fix the case where a previous tab is closing and the mouse is pressed on a tab to the right of the closing tab. Review URL: http://codereview.chromium.org/100116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14792 0039d316-1c4b-4281-b951-d872f2087c98
-
tc@google.com authored
BUG=9623 Review URL: http://codereview.chromium.org/100124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14791 0039d316-1c4b-4281-b951-d872f2087c98
-
amanda@chromium.org authored
Review URL: http://codereview.chromium.org/99154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14789 0039d316-1c4b-4281-b951-d872f2087c98
-
tc@google.com authored
BUG=10662,10859 Review URL: http://codereview.chromium.org/100117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14788 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Review URL: http://codereview.chromium.org/100134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14787 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Rolling forward v8 version to pull in one with v8.gyp. Review URL: http://codereview.chromium.org/100076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14786 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=10948 Review URL: http://codereview.chromium.org/100077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14785 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Parses "Range" HTTP request header so this request information can be used in URLRequestFileJob and HttpCache. Review URL: http://codereview.chromium.org/92006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14784 0039d316-1c4b-4281-b951-d872f2087c98
-
anantha@chromium.org authored
Review URL: http://codereview.chromium.org/99150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14783 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@google.com authored
TBR=jeremy BUG=0 TEST=bot Review URL: http://codereview.chromium.org/100128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14781 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@google.com authored
TBR=jeremy BUG=0 TEST=buildbot Review URL: http://codereview.chromium.org/100125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14779 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@google.com authored
TBR=jeremy BUG=0 TEST=test shell doesn't hang on Mac/Linux. Review URL: http://codereview.chromium.org/100123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14777 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@google.com authored
Gross offenders: * Unforking LazyEventListeners: http://trac.webkit.org/changeset/42843 * Removing ListMarkerBox: http://trac.webkit.org/changeset/42846 * SVG changes: http://trac.webkit.org/changeset/42840 * Window object is now an event target: http://trac.webkit.org/changeset/42882 R=jeremy BUG=0 TEST=trybots Review URL: http://codereview.chromium.org/99147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14776 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Review URL: http://codereview.chromium.org/100118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14773 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
I'm preparing to move some of this functionality out to a HttpStream object or something. I'm hindered here by the mutation of state in functions that seemingly should be const. I've refactored some code into non-member functions to make the dependencies more explicit. This will make it easier for me to pull some of this code out. Also dropped the net:: qualifiers in the unittest. TESTED=Ran net_unittests Review URL: http://codereview.chromium.org/100001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14772 0039d316-1c4b-4281-b951-d872f2087c98
-
jungshik@google.com authored
and Marathi (before English) because the speakers of those Indian langauges are pretty likely to comprehend Hindi. To be merged with 2.0 (172.x) branch. No bug TBR=mal Review URL: http://codereview.chromium.org/99139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14770 0039d316-1c4b-4281-b951-d872f2087c98
-
anantha@chromium.org authored
Review URL: http://codereview.chromium.org/99145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14766 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
Review URL: http://codereview.chromium.org/100112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14765 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
The GTK version is currently limited to only editing the name/url of the bookmark; I'm submitting this since it's getting big and I want a design review. Review URL: http://codereview.chromium.org/99131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14763 0039d316-1c4b-4281-b951-d872f2087c98
-
kuchhal@chromium.org authored
BUG=11094 Review URL: http://codereview.chromium.org/99136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14762 0039d316-1c4b-4281-b951-d872f2087c98
-
anantha@chromium.org authored
Sorry for enabling and disabling the tests for few times. I really want these tests to run asap, so that I can add new tests. Review URL: http://codereview.chromium.org/99142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14761 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This reverts commit r14755. Ugh, Windows build uses some gyp and some not. :( git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14759 0039d316-1c4b-4281-b951-d872f2087c98
-
pinkerton@chromium.org authored
Support for tabs reaching a threshold before tearing off (magnetism), showing position of where the tab will go in the destination tab strip. Use new close box icon. Don't draw the tab title over the close box. Patch from alcor@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14758 0039d316-1c4b-4281-b951-d872f2087c98
-
sgk@google.com authored
Review URL: http://codereview.chromium.org/100110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14756 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Split gtest into two libraries, where the latter provides main(). This is consistent with the way gtest works within Google and with its automake files. Fix binaries that require gtest's main() to depend on gtest.gyp:main. Review URL: http://codereview.chromium.org/99132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14755 0039d316-1c4b-4281-b951-d872f2087c98
-
dkegel@google.com authored
Should make valgrind ui tests go green again, for 5ms at least. Review URL: http://codereview.chromium.org/100093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14754 0039d316-1c4b-4281-b951-d872f2087c98
-
tc@google.com authored
BUG=10447,10455 Review URL: http://codereview.chromium.org/100115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14752 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
BUG=10941 Review URL: http://codereview.chromium.org/99138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14751 0039d316-1c4b-4281-b951-d872f2087c98
-