summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Stop using and remove deprecated file_util::TrimFilename().thestig@chromium.org2009-04-211-1/+3
* Makes it possible to mock URLFetcher.sky@chromium.org2009-04-215-4/+165
* Fix installer tests broken by r13926.kuchhal@chromium.org2009-04-215-7/+44
* Add 8 locale dll files for 8 Indian languages to FILES. The list is used for ...jungshik@google.com2009-04-211-2/+10
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-2111-216/+188
* Implement (kinda) ProcessSingleton for the Mac.avi@google.com2009-04-214-21/+39
* Handle file drops and URL open requests. Along with declaring that we handle ...avi@google.com2009-04-213-9/+209
* Unbreak accelerators, and add ctrl+_ for zoom out.estade@chromium.org2009-04-211-1/+5
* GTK: Properly escape download item label markup.estade@chromium.org2009-04-211-9/+10
* Fix a memory leak in the download shelf.estade@chromium.org2009-04-211-2/+5
* Try again to fix "maximized window size wrong after unlock". This is a blind...pkasting@chromium.org2009-04-211-20/+11
* Fix #include (.h, not .cc).sgk@google.com2009-04-211-1/+1
* Hook up alt-d on linux.estade@chromium.org2009-04-211-2/+2
* This CL fix issue 2674 - search engine name containing parenthesis is not dis...xji@chromium.org2009-04-215-10/+16
* I missed this file in my last checkinestade@chromium.org2009-04-211-4/+11
* Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...sgk@google.com2009-04-211-2/+2
* Add open/close animations to infobar, download shelf.estade@chromium.org2009-04-217-48/+216
* Handle a race between the remove tab animation resizing the closing tab and t...jhawkins@chromium.org2009-04-211-1/+11
* Video and audio now pauses by playing NULL (0) PCM audio when the playback ra...ralphl@chromium.org2009-04-212-10/+15
* During uninstall on Vista try to elevate if registry entries from HKLM need t...kuchhal@chromium.org2009-04-213-1/+57
* - Add a new time marker for loadtimes, the time of the first layoutdavemoore@chromium.org2009-04-212-83/+30
* Unit test for sad tab view.pinkerton@chromium.org2009-04-212-0/+40
* Unit tests for button cells we use in the UI.pinkerton@chromium.org2009-04-213-0/+85
* Fix a leak introduced in http://codereview.chromium.org/62061dkegel@google.com2009-04-211-2/+2
* Review URL: http://codereview.chromium.org/77006apavlov@chromium.org2009-04-217-41/+51
* Add a bunch of basic unit tests for view classes.pinkerton@chromium.org2009-04-216-0/+205
* Rework the RWHV so that when it gets a paint message from the renderer it imm...avi@google.com2009-04-212-45/+57
* More solid detection of browser process in chrome_process_util_linux.cc:phajdan.jr@chromium.org2009-04-216-22/+43
* Add 3 crashes to known list.huanr@chromium.org2009-04-211-0/+9
* Remove crash 9566 from known list.huanr@chromium.org2009-04-211-3/+0
* Rename web_contents_view to tab_contents_view to fix the mac build.brettw@chromium.org2009-04-211-1/+1
* Fix a leak of the NavigationController during many tests. A duplicatebrettw@chromium.org2009-04-214-22/+14
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-2124-63/+56
* I managed to break test_shell. Reverting. I'll fix tomorrow.agl@chromium.org2009-04-2113-305/+93
* Build fixagl@chromium.org2009-04-211-0/+1
* Build fix: add a stub for background_x11_thread for unit testsagl@chromium.org2009-04-211-0/+5
* Linux: move X operations from the IO to UI2 thread.agl@chromium.org2009-04-2112-93/+299
* plugins: move NativeLibrary into base.evan@chromium.org2009-04-212-2/+3
* add crash 10770 to known listhuanr@chromium.org2009-04-201-0/+3
* Disable check for active window when it doesn't look like Chromium is the frontpam@chromium.org2009-04-201-4/+21
* Roll back this change until I can understand why it's having adverse effects.ben@chromium.org2009-04-202-53/+40
* Make sure to free any remaining tabs on tabstrip destruction. There are two ...jhawkins@chromium.org2009-04-201-0/+10
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-201-5/+2
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-2021-193/+189
* When restoring a closed tab using either ctrl-shift-T or the context menu, putpam@chromium.org2009-04-2015-7/+221
* First round of getting text into the omnibox2 popup. Looks ugly and has no bo...ben@chromium.org2009-04-202-40/+53
* Only create a What You Typed match when it's likely to be relevant. See bug ...pkasting@chromium.org2009-04-203-102/+121
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-2074-1344/+1005
* Revert change (r10357, http://codereview.chromium.org/21477) that removes the sverrir@google.com2009-04-201-13/+3
* Fix linking on linux by explicitly adding gthread.tc@google.com2009-04-201-0/+2