summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug in search provider. It wasn't setting template_url andsky@chromium.org2009-05-042-0/+11
* Undo part of brettw's WebContents refactor that removed TabContentsDelegatempcomplete@google.com2009-05-043-7/+112
* Fix a couple of aesthetic nits about infobars that have been broken since I r...ben@chromium.org2009-05-042-6/+30
* Fix linux ui tests broken by r15112.estade@chromium.org2009-05-042-16/+8
* Temporarily disable failing ui tests on linux.estade@chromium.org2009-05-041-0/+12
* Fixes focus issues when browsing on Mac.rohitrao@chromium.org2009-05-042-2/+8
* Linux: tweak find bar.estade@chromium.org2009-05-048-27/+28
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-046-48/+44
* Change in enable-spellcheck checkbox in Languages Options Tab should not be c...sidchat@google.com2009-05-042-4/+6
* Make the Linux find bar look a bit better.deanm@chromium.org2009-05-045-12/+27
* Remove "output=chrome" as the Suggest team has deprecated it server-side.pkasting@chromium.org2009-05-041-3/+2
* Reset the omnibox contents when the user reloads the page. Patch by Yusuke S...pkasting@chromium.org2009-05-048-0/+24
* DevTools: Wire existing shortcutto out of process devtools.pfeldman@chromium.org2009-05-041-16/+20
* Fix some recently small size / position regressions in Linux Omnibox.deanm@chromium.org2009-05-042-2/+2
* Fix find in page. When fixing the conflict after updating, I accidentallybrettw@chromium.org2009-05-041-0/+5
* Fix a regression that the sad tab favicon is not displayed when a tab crashes.brettw@chromium.org2009-05-042-2/+8
* More linux build fixesbrettw@chromium.org2009-05-041-1/+1
* Fix Linux build.brettw@chromium.org2009-05-041-1/+1
* Fix the mac build from my WebContents rename.brettw@chromium.org2009-05-042-3/+2
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-04174-1391/+1189
* linux: set the window icon (used in alt-tab list, etc.)evan@chromium.org2009-05-042-0/+13
* roll back r15177ben@chromium.org2009-05-0416-16/+2
* Reverting 15180.ben@chromium.org2009-05-041-1/+1
* Reverting 15181.ben@chromium.org2009-05-041-2/+1
* Reverting 15182.ben@chromium.org2009-05-047-56/+56
* Bustage fix:ben@chromium.org2009-05-047-56/+56
* Make the header include of views_strings.h here windows-only, temporarily (we...ben@chromium.org2009-05-041-1/+2
* Bustage fix for mac and linux:ben@chromium.org2009-05-041-1/+1
* Extract all views resources into:ben@chromium.org2009-05-0416-2/+16
* Blind fix for ChromeBot crashes.mal@chromium.org2009-05-031-1/+3
* Fix two bugs in the omnibox2 popup:ben@chromium.org2009-05-031-11/+12
* Fix multiple instances of first run dialog appearing when Chrome is started a...robertshield@google.com2009-05-035-23/+50
* Allowing the client to handle escape and keyup events.tommi@google.com2009-05-022-7/+15
* Relanding the following CL (it was breaking the UI tests because ajcampan@chromium.org2009-05-025-3/+143
* Yet more deprecation of the wstring version of PathService::Get() for UI tests.thestig@chromium.org2009-05-0212-44/+37
* Add chrome/chromium icons as PNGs.ben@chromium.org2009-05-022-2/+6
* Reverting 15115, it sadly breaks the ui tests.jcampan@chromium.org2009-05-015-140/+3
* linux: fix inverted infobubble logic.evan@chromium.org2009-05-011-1/+1
* Don't try and install extensions when --enable-extensions isn'taa@chromium.org2009-05-011-12/+28
* If Chrome is not the default browser, tell the user, unless:jcampan@chromium.org2009-05-015-3/+140
* Fix the issue with Options menu fonts display bigger than size of fonts actua...sidchat@google.com2009-05-012-18/+43
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-0110-6/+54
* Make the findbar slide in/out.estade@chromium.org2009-05-017-50/+97
* Fix a bug in session restore on linux/mac. We were pickling thetc@google.com2009-05-012-14/+7
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-0116-22/+529
* Ensure that the underlying web_contents has focus in the external tab containerananta@chromium.org2009-05-011-0/+1
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-014-17/+16
* Enable user_script_master_unittest for Mac since DirectoryWatcher was ported.shess@chromium.org2009-05-012-8/+10
* Run workers in separate processes.jam@chromium.org2009-05-015-42/+120
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-019-159/+196