summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-2368-1732/+865
| | | | | | | | Replace with renamed NativeButton2, Checkbox2, RadioButton2. Review URL: http://codereview.chromium.org/50083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12317 0039d316-1c4b-4281-b951-d872f2087c98
* Add initial implementation of the Linux TabStrip.jhawkins@chromium.org2009-03-236-14/+673
| | | | | | | | | | | | | | | | | The following are implemented: * Keyboard shortcuts for next/prev/close tab. * Tab layout and rendering. The following need to be implemented: * Mouse input handling. * Animations. * TabGtk, TabRendererGtk. * Dragging. * Fix a NOTREACHED in navigation_controller.cc. Review URL: http://codereview.chromium.org/42457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12316 0039d316-1c4b-4281-b951-d872f2087c98
* Accidental checkin of vs2008 stuffmbelshe@google.com2009-03-231-2/+1
| | | | | | Review URL: http://codereview.chromium.org/42534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12315 0039d316-1c4b-4281-b951-d872f2087c98
* Removed zombie hunter codemaruel@chromium.org2009-03-233-63/+0
| | | | | | | | BUG=6468 Review URL: http://codereview.chromium.org/46076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12314 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot to add v8_binding to linux build.mbelshe@google.com2009-03-231-0/+1
| | | | | | Review URL: http://codereview.chromium.org/42533 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12313 0039d316-1c4b-4281-b951-d872f2087c98
* Skip WatchdogTest.AlarmTest under Valgrind to avoid five-minute hang.dkegel@google.com2009-03-231-0/+2
| | | | | | | | See http://crbug.com/9194 Review URL: http://codereview.chromium.org/52025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12312 0039d316-1c4b-4281-b951-d872f2087c98
* This test was most probably affected by Evan Stade's fix for stroked text:mad@chromium.org2009-03-232-1/+1
| | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=24526 and so is being rebaselined too, as were the tests commited in rev 12295. Review URL: http://codereview.chromium.org/42529 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12311 0039d316-1c4b-4281-b951-d872f2087c98
* Fully enable history_url_provider_unittest.cc for Mac.shess@chromium.org2009-03-232-11/+0
| | | | | | | | | | | | | gfx::GetCleanStringFromUrl() got implemented for Mac at some point (I suspect when fonts landed), so now all of this code should be portable. There is a slight difference in how ElideUrl() works, due to font metric differences, but that should not be relevant to this code. Review URL: http://codereview.chromium.org/42513 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12310 0039d316-1c4b-4281-b951-d872f2087c98
* Rework the v8 binding string handling to be more efficient.mbelshe@google.com2009-03-234-80/+135
| | | | | | | | | | | Break out ToAtomicWebCoreString in addition to ToWebCoreString. Re-enables the v8 string morphing; there is no longer degradation on intl1 page cycler. Review URL: http://codereview.chromium.org/42445 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12309 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a plugin crash due to ResourceDispatcher being used after it was deletedmpcomplete@google.com2009-03-231-1/+5
| | | | | | | | | in PluginThread::CleanUp. BUG=8980 Review URL: http://codereview.chromium.org/50075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12307 0039d316-1c4b-4281-b951-d872f2087c98
* Fix broken build.erg@google.com2009-03-231-0/+2
| | | | | | | Review URL: http://codereview.chromium.org/42528 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12306 0039d316-1c4b-4281-b951-d872f2087c98
* Deliver events and notifications to the RootView.erg@google.com2009-03-2312-94/+265
| | | | | | | Review URL: http://codereview.chromium.org/42519 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12305 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION build from 171.0 to 172.0laforge@chromium.org2009-03-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12303 0039d316-1c4b-4281-b951-d872f2087c98
* Improve scoped_cftyperef<> and scoped_nsobject<> reset() semantics.mark@chromium.org2009-03-232-11/+11
| | | | | | Review URL: http://codereview.chromium.org/52018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12301 0039d316-1c4b-4281-b951-d872f2087c98
* Fix interval layout test.willchan@chromium.org2009-03-231-5/+7
| | | | | | | | | | | | | | Here are recent failures from the buildbot: FAIL - start, debug_output: [ms: 499611] FAIL - start, debug_output: [ms: 499723] Fixed by adding a ms of fuzz time to account for timer inaccuracies. Also sped up the test by changing the pause(500) to pause(50) which should still be more than enough. Review URL: http://codereview.chromium.org/42405 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12300 0039d316-1c4b-4281-b951-d872f2087c98
* BUG=9094hclam@chromium.org2009-03-231-0/+18
| | | | | | | | | | | | GetRequestContextForMedia() in ProfileImpl and OffTheRecordProfileImpl now respect --disk-cache-dir. Since the snippet for getting the path from --disk-cache-dir is very short, it's not necessary to keep it in a separate method so I duplicated the snippet and used it in both classes. Review URL: http://codereview.chromium.org/42517 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12298 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an invalid DCHECK for media request contexthclam@chromium.org2009-03-232-30/+43
| | | | | | | | | | | | | | BUG=9082 Since I forwarded CreateOffTheRecordForMedia to CreateOriginalForMedia, it triggers a DCHECK. Since the implementation of off the record media cache is not going to be implemented soon, I duplicated the implementation of CreateOriginalForMedia. Review URL: http://codereview.chromium.org/42467 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12297 0039d316-1c4b-4281-b951-d872f2087c98
* Computer total latency for DNS experimentjar@chromium.org2009-03-232-0/+11
| | | | | | | r=wtc Review URL: http://codereview.chromium.org/42518 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12296 0039d316-1c4b-4281-b951-d872f2087c98
* These tests were all improved by Evan Stade's fix for stroked text:senorblanco@chromium.org2009-03-2321-20/+10
| | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=24526 and so are being rebaselined. Review URL: http://codereview.chromium.org/42516 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12295 0039d316-1c4b-4281-b951-d872f2087c98
* Incorporate r134 from Skia. See http://crbugs.com/9005 for details.dglazkov@chromium.org2009-03-231-0/+24
| | | | | | | | R=brettw Review URL: http://codereview.chromium.org/52019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12294 0039d316-1c4b-4281-b951-d872f2087c98
* Change chromium to use the V8Collection from WebKit/WebCore/bindings/v8.levin@chromium.org2009-03-234-193/+6
| | | | | | Review URL: http://codereview.chromium.org/52007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12293 0039d316-1c4b-4281-b951-d872f2087c98
* MMX optimized YUV conversion in GCC and Visual C.fbarchard@chromium.org2009-03-232-64/+528
| | | | | | | | Unittest updated with 640x360 image converted offline with same code. Review URL: http://codereview.chromium.org/43003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12292 0039d316-1c4b-4281-b951-d872f2087c98
* Make GetHostNameProc return a std::string.wtc@chromium.org2009-03-233-123/+113
| | | | | | | | | | | | | | | | | | | | Add the ScopedProcSetter helper class so that unit tests restore the original GenerateRandom and GetHostName functions on completion. Merge NTLMAuthModule into HttpAuthHandlerNTLM. The data members domain_, username_, and password_ are moved. The Init method is inlined at its only call site. The GetNextToken method is moved. Make generate_random_proc_ and get_host_name_proc_ static members of the HttpAuthHandlerNTLM class. R=eroman BUG=6567,6824 Review URL: http://codereview.chromium.org/43113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12290 0039d316-1c4b-4281-b951-d872f2087c98
* For some reason, these new baselines didn't make it with my last commit.senorblanco@chromium.org2009-03-233-4/+1
| | | | | | Review URL: http://codereview.chromium.org/42510 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12289 0039d316-1c4b-4281-b951-d872f2087c98
* Add `anonymous namespace'::InvalidParameter.patrick@chromium.org2009-03-231-0/+1
| | | | | | Review URL: http://codereview.chromium.org/42489 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12288 0039d316-1c4b-4281-b951-d872f2087c98
* Updating to use scoped_nsobject.avi@google.com2009-03-232-9/+3
| | | | | | Review URL: http://codereview.chromium.org/52017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12287 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing Mac headers to base.gypmark@chromium.org2009-03-232-1/+11
| | | | | | Review URL: http://codereview.chromium.org/42509 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12286 0039d316-1c4b-4281-b951-d872f2087c98
* Make a sqlite suppression less platform-specific; it wasn't working on buildbotdkegel@google.com2009-03-231-2/+4
| | | | | | Review URL: http://codereview.chromium.org/52016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12285 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up popup windows on Mac (no blocking yet).avi@google.com2009-03-232-7/+35
| | | | | | Review URL: http://codereview.chromium.org/52015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12284 0039d316-1c4b-4281-b951-d872f2087c98
* Add scoped_nsobject to help handle ownership of NSObject subclass objects bymark@chromium.org2009-03-232-0/+79
| | | | | | | C++ code. Review URL: http://codereview.chromium.org/52014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12283 0039d316-1c4b-4281-b951-d872f2087c98
* Port more UI tests to Linux.phajdan.jr@chromium.org2009-03-239-78/+64
| | | | | | | | | | | | | | | | | | | | | - enable following ui tests on Linux: history_uitest.cc inspector_controller_uitest.cc browser/history/redirect_uitest.cc browser/locale_tests_uitest.cc browser/sanity_uitest.cc - move information about Linux-specific splash page to more generic location and enable more logic about start page on Linux - maintainability cleanups (DISABLED_ instead of #if 0) - misc GCC-related cleanups Review URL: http://codereview.chromium.org/49006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12281 0039d316-1c4b-4281-b951-d872f2087c98
* Handle null window_id references and refer to a bug for further improvement.avi@google.com2009-03-233-6/+16
| | | | | | Review URL: http://codereview.chromium.org/47002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12280 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce valgrind bot time from 12 minutes to 9 minutes by skipping one testdkegel@google.com2009-03-231-0/+3
| | | | | | Review URL: http://codereview.chromium.org/52011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12279 0039d316-1c4b-4281-b951-d872f2087c98
* Need to skip one more test. Should have been in ↵dkegel@google.com2009-03-231-0/+1
| | | | | | | | http://codereview.chromium.org/52009 Review URL: http://codereview.chromium.org/42503 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12278 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore task leaks. See http://crbug.com/6532dkegel@google.com2009-03-231-0/+12
| | | | | | Review URL: http://codereview.chromium.org/42501 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12277 0039d316-1c4b-4281-b951-d872f2087c98
* Skipping two tests that crash (bug 9170) and one that takes a long time.dkegel@google.com2009-03-231-0/+6
| | | | | | Review URL: http://codereview.chromium.org/52009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12276 0039d316-1c4b-4281-b951-d872f2087c98
* DevToolsClient frontend improvements:pfeldman@chromium.org2009-03-2320-1388/+1586
| | | | | | | | | | | 1. Move callbacks processing to the frontend 2. Dispatch calls directly to Javascript 3. Create CppBoundObject per agent flavor and wire it to IPC 4. Introduce Remote*Agent abstraction in the frontend Review URL: http://codereview.chromium.org/42486 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12275 0039d316-1c4b-4281-b951-d872f2087c98
* Currently we have two types of devtools UI: Chrome built in developer tools ↵yurys@google.com2009-03-2318-288/+336
| | | | | | | | | | window and remote debugger connected over TCP(apavlov is working on it). To allow DevToolsManager coordinate both types of devtools uniformly their API is extracted into DevToolsClientHost interface. Fix purify errors in DevToolsManager unit tests. BUG=9150 Review URL: http://codereview.chromium.org/50009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12274 0039d316-1c4b-4281-b951-d872f2087c98
* Support for extensions permissions. This CL only contains, parsing, ↵rafaelw@chromium.org2009-03-2310-10/+147
| | | | | | | | initializing values into Extension, outputting values to the extension_ui, and appropriate unit test changes Review URL: http://codereview.chromium.org/42480 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12273 0039d316-1c4b-4281-b951-d872f2087c98
* Add bug numbers to layout tests failures from my recent merges.levin@chromium.org2009-03-231-13/+12
| | | | | | Review URL: http://codereview.chromium.org/42493 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12272 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to detect impact of disabling dns prefetching on transaction latencyjar@chromium.org2009-03-235-17/+46
| | | | | | | | | This is also meant to exercise the field trial infrastructure. r=mbelshe Review URL: http://codereview.chromium.org/50084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12271 0039d316-1c4b-4281-b951-d872f2087c98
* Switching sandbox to gyp on windows.bradnelson@google.com2009-03-235-2/+16
| | | | | | | | | Rolling forward deps on gyp to get 'copies' support. This time handled wow_helper. Review URL: http://codereview.chromium.org/42355 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12270 0039d316-1c4b-4281-b951-d872f2087c98
* Free unit tests for Mac: BookmarkHTMLWriterTest, BookmarkUtilsTest,shess@chromium.org2009-03-224-13/+7
| | | | | | | | DownloadRequestManagerTest, URLFetcher*Test, TimeFormat, RenderWidgetTest Review URL: http://codereview.chromium.org/50081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12269 0039d316-1c4b-4281-b951-d872f2087c98
* This test is having purify errors. I'm disabling itnsylvain@chromium.org2009-03-221-0/+3
| | | | | | | for now. Review URL: http://codereview.chromium.org/50092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12268 0039d316-1c4b-4281-b951-d872f2087c98
* Revert change 12247 because it created a lot of memory regressionsnsylvain@chromium.org2009-03-229-199/+56
| | | | | | | in the purify unit test. Review URL: http://codereview.chromium.org/45021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12267 0039d316-1c4b-4281-b951-d872f2087c98
* This test has been failing non-stop sincensylvain@chromium.org2009-03-221-0/+3
| | | | | | | | the merge of tests_fixable and tests_ignored. Review URL: http://codereview.chromium.org/50091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12266 0039d316-1c4b-4281-b951-d872f2087c98
* Initial revision of the DevTools frontend.pfeldman@chromium.org2009-03-2212-2/+2619
| | | | | | Review URL: http://codereview.chromium.org/45012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12265 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up V8 Database Bindings.dglazkov@google.com2009-03-229-11/+142
| | | | | | | | R=darin Review URL: http://codereview.chromium.org/50071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12264 0039d316-1c4b-4281-b951-d872f2087c98
* Bug 6474: Rename the Cancel button to Close in Clear Browsing Data.finnur@chromium.org2009-03-212-1/+4
| | | | | | | | | | | | | | | | At one point we changed the Clear Browsing Data dialog to remember the values of the combobox and the checkboxes between runs. Like with the Options dialog, changes you make take effect immediately and as such having a Cancel button is misleading. Therefore, I am proposing we rename it to Close. BUG=6474 TEST=Open Clear Browsing Data dialog. The button should now say Close. Review URL: http://codereview.chromium.org/45019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12248 0039d316-1c4b-4281-b951-d872f2087c98
* Committing issue 39299:aa@chromium.org2009-03-219-56/+199
| | | | | | | | | | | | | Test for extension user script load and inject. This add a test that a user script actually gets injected into pages and runs. Before we only had unit tests for the various classes and weren't testing the system end-to-end. Review URL: http://codereview.chromium.org/51003 Patch from Steve Krulewitz <skrulx@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12247 0039d316-1c4b-4281-b951-d872f2087c98