summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switching webkit over to gyp on windows.bradnelson@google.com2009-04-2960-1757/+149
| | | | | | Review URL: http://codereview.chromium.org/99173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14832 0039d316-1c4b-4281-b951-d872f2087c98
* Adding missing file for gyp.bradnelson@google.com2009-04-291-0/+6
| | | | | | Review URL: http://codereview.chromium.org/99171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14831 0039d316-1c4b-4281-b951-d872f2087c98
* player_wtl main entry point separated from the rest of media player for code ↵fbarchard@chromium.org2009-04-291-0/+96
| | | | | | | | review. Review URL: http://codereview.chromium.org/56076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14829 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 14826.ben@chromium.org2009-04-298-103/+40
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14828 0039d316-1c4b-4281-b951-d872f2087c98
* Support PgUp/PgDn in Omnibox for "first entry/last entry"ukai@chromium.org2009-04-294-17/+32
| | | | | | | BUG=6857 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14827 0039d316-1c4b-4281-b951-d872f2087c98
* Add descriptive text for omnibox popup result items.ben@chromium.org2009-04-298-39/+102
| | | | | | | | | | | | Fixes a couple of bugs in painting and updating: - properly size the canvas we draw the child views into so the bottom pixel doesn't bleed - properly schedule repaints when the presentation changes for the same number of results so that we repaint selection changes. Back to using system colors. Adds highlight icons. Review URL: http://codereview.chromium.org/99102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14826 0039d316-1c4b-4281-b951-d872f2087c98
* Changes in preparation for webkit switch to gyp.bradnelson@google.com2009-04-293-4/+12
| | | | | | | | These won't get gated live without a change to all.gyp, so landing them separately. Review URL: http://codereview.chromium.org/100146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14822 0039d316-1c4b-4281-b951-d872f2087c98
* Adding dependency v8_nosnapshot -> js2c.bradnelson@google.com2009-04-291-12/+11
| | | | | | Review URL: http://codereview.chromium.org/101015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14821 0039d316-1c4b-4281-b951-d872f2087c98
* Write a test for my previous patch to fix a crash in back/forward navigationsbrettw@chromium.org2009-04-293-10/+88
| | | | | | | creating new tabs. Review URL: http://codereview.chromium.org/100031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14819 0039d316-1c4b-4281-b951-d872f2087c98
* Buffered data source that does range request to provide data to media pipelinehclam@chromium.org2009-04-295-1/+874
| | | | | | | | | | | | The implementation of buffered data source that uses buffered resource loader to download a media object and does buffering. This implementation knows when to do defer loading and when to restarts the loading. The implementation uses one buffered resource loading for one data source and does no connection recovery. Review URL: http://codereview.chromium.org/88047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14818 0039d316-1c4b-4281-b951-d872f2087c98
* Supports single range request with file protocolhclam@chromium.org2009-04-294-9/+207
| | | | | | | | | | | | | | | | | | | 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.. Last review was here: http://codereview.chromium.org/92149 Review URL: http://codereview.chromium.org/102006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14817 0039d316-1c4b-4281-b951-d872f2087c98
* Update a test expectation due to rolling GURL dep.ericroman@google.com2009-04-292-2/+3
| | | | | | | | | | One test still needs further investigation, disabling it. BUG=11142 Review URL: http://codereview.chromium.org/99167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14815 0039d316-1c4b-4281-b951-d872f2087c98
* Roll googleurl dependency from r100 to r101.ericroman@google.com2009-04-291-1/+1
| | | | | | | | | | | This picks up the change "Escape double quotes (U+0022)." BUG=7024 TBR=brettw Review URL: http://codereview.chromium.org/101012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14814 0039d316-1c4b-4281-b951-d872f2087c98
* Loosen a couple more ui test valgrind suppressions.dkegel@google.com2009-04-291-13/+13
| | | | | | Review URL: http://codereview.chromium.org/99163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14813 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old v8.gypthestig@chromium.org2009-04-291-684/+0
| | | | | | Review URL: http://codereview.chromium.org/100143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14812 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a GTK warning and file a bug for it.estade@chromium.org2009-04-291-3/+9
| | | | | | | | BUG=11133 Review URL: http://codereview.chromium.org/99153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14811 0039d316-1c4b-4281-b951-d872f2087c98
* Finished implementing seeking in WebMediaPlayerDelegateImpl.scherkus@chromium.org2009-04-293-4/+19
| | | | | | | | Turns out we need to add a few more things to the Pipeline interface for time update/seek completion callbacks, but for now this works pretty well. Review URL: http://codereview.chromium.org/100131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14810 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where NullAudioRenderer would join a previously joined thread.scherkus@chromium.org2009-04-291-1/+3
| | | | | | | | TBR=hclam Review URL: http://codereview.chromium.org/100135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14809 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up FFmpeg media formats and switch to using ↵scherkus@chromium.org2009-04-297-48/+13
| | | | | | | | | | av_get_bits_per_sample_format(). Before we were relying on codecs setting bits_per_raw_sample, which turns out isn't a valid assumption at all (i.e., vorbis). However, codecs always set the sample format so we can use the FFmpeg utility function av_get_bits_per_sample_format() to convert the SampleFormat enum to an integer number of bits. Review URL: http://codereview.chromium.org/99160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14808 0039d316-1c4b-4281-b951-d872f2087c98
* Add a histogram to measure how long are we waiting to closervargas@google.com2009-04-291-5/+13
| | | | | | | | | 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
* Revert "Supports single range request with file protocol"evan@chromium.org2009-04-294-200/+9
| | | | | | 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
* Add a few mac valgrind suppressions for test_shell_tests.dkegel@google.com2009-04-281-0/+75
| | | | | | Review URL: http://codereview.chromium.org/99157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14804 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac build break.kuchhal@chromium.org2009-04-282-0/+2
| | | | | | | Review URL: http://codereview.chromium.org/100139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14801 0039d316-1c4b-4281-b951-d872f2087c98
* media player list management.fbarchard@chromium.org2009-04-281-0/+127
| | | | | | Review URL: http://codereview.chromium.org/100078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14800 0039d316-1c4b-4281-b951-d872f2087c98
* Supports single range request with file protocolhclam@chromium.org2009-04-284-9/+200
| | | | | | | | | | | | | | | 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
* Style fixes for previous review:paul@chromium.org2009-04-284-48/+54
| | | | | | | | | | | | 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
* Fix Google Chrome build by moving Chromium specific string resource to ↵kuchhal@chromium.org2009-04-282-3/+3
| | | | | | | | | | | common place. 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
* Bah, I should compile before fixing. Need to assign the results oftc@google.com2009-04-281-1/+1
| | | | | | | | | | | 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
* Forgot an added file in http://codereview.chromium.org/99154amanda@chromium.org2009-04-281-0/+46
| | | | | | | 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
* Fix chrome_tests.sh without -b BUILD_DIR on the Macdkegel@google.com2009-04-281-1/+5
| | | | | | Review URL: http://codereview.chromium.org/100060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14794 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll for "scons -h" help text in gyp-generated .scons files.sgk@google.com2009-04-281-1/+1
| | | | | | Review URL: http://codereview.chromium.org/100133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14793 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the case where a previous tab is closing and the mouse is pressed on a ↵jhawkins@chromium.org2009-04-281-1/+12
| | | | | | | | 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
* Implement a couple more methods for dialog boxes including the prompt box.tc@google.com2009-04-281-10/+26
| | | | | | | | | 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
* Add the npapi_test_plugin to the Mac build of test_shellamanda@chromium.org2009-04-282-75/+86
| | | | | | Review URL: http://codereview.chromium.org/99154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14789 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests on linux. Add a few comments and file a new bug.tc@google.com2009-04-289-36/+41
| | | | | | | | | 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
* Switching forgotten project references (lost after last resolve....).bradnelson@google.com2009-04-281-2/+2
| | | | | | Review URL: http://codereview.chromium.org/100134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14787 0039d316-1c4b-4281-b951-d872f2087c98
* Switching to v8.gyp in the v8 project (so they can maintain it themselves).bradnelson@google.com2009-04-286-51/+45
| | | | | | | | 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
* Linux: Make the findbar hang over the render view.estade@chromium.org2009-04-283-4/+39
| | | | | | | 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
* Implement a parser that parses the "Range" HTTP headerhclam@chromium.org2009-04-287-2/+455
| | | | | | | | | 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
* Disabling the tests again. anantha@chromium.org2009-04-281-1/+1
| | | | | | Review URL: http://codereview.chromium.org/99150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14783 0039d316-1c4b-4281-b951-d872f2087c98
* Add baselines for new tests.dglazkov@google.com2009-04-2810-0/+62
| | | | | | | | | | 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
* Remove expectation for the test that now passes.dglazkov@google.com2009-04-281-1/+0
| | | | | | | | | | | 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
* Eliminate duplicates in test expectations. Sorry :(dglazkov@google.com2009-04-281-31/+9
| | | | | | | | | | 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
* WebKit Merge 42805:42932, Chromium side.dglazkov@google.com2009-04-2865-133/+154
| | | | | | | | | | | | | | | | | | | 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
* plugins: Some obvious ifdef removals (code that previously wouldn't link).evan@chromium.org2009-04-283-25/+0
| | | | | | Review URL: http://codereview.chromium.org/100118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14773 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor HttpNetworkTransaction to remove side effects in some member functions.willchan@chromium.org2009-04-283-427/+785
| | | | | | | | | | 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
* Add Hindi to the default accept-language list of Gujarati, Telugujungshik@google.com2009-04-283-3/+3
| | | | | | | | | | | | | 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
* Forgot to enable the test in last check-in. Enabled the test now.anantha@chromium.org2009-04-281-3/+3
| | | | | | Review URL: http://codereview.chromium.org/99145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14766 0039d316-1c4b-4281-b951-d872f2087c98
* Add a histogram to record the dns resolution + tcp connection times.willchan@chromium.org2009-04-282-4/+19
| | | | | | Review URL: http://codereview.chromium.org/100112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14765 0039d316-1c4b-4281-b951-d872f2087c98
* Create a bookmark editor dialog interface and implement a GTK version.erg@google.com2009-04-289-73/+516
| | | | | | | | | | 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