summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove StopAutocomplete() helper from AutocompletePopupViewMac.shess@chromium.org2009-05-013-6/+2
* Measure IPC latency for audiohclam@chromium.org2009-05-011-5/+32
* Release the autocomplete popup panel when not visible.shess@chromium.org2009-05-011-0/+8
* Making CloseWindow and CloseTab automation APIhuanr@chromium.org2009-05-012-2/+22
* More focus fixing.avi@google.com2009-05-011-1/+2
* Only send events to renderers that are listening to an event.Notify browser w...erikkay@google.com2009-05-016-8/+74
* Fix a small undercalculation of the space available a result description.deanm@chromium.org2009-05-011-3/+3
* Add a title to the "download in progress" dialog.abarth@chromium.org2009-05-011-0/+4
* Deprecate wstring version of PathService::Get() in webkit.thestig@chromium.org2009-05-011-3/+4
* Linux: terminate clipboard handling on the UI thread.agl@chromium.org2009-05-013-27/+141
* Undisable the temporarily disabled test, by fixing the URL expectation to hav...ericroman@google.com2009-05-011-3/+2
* People should just use GetWindow() instead of calling GetWidget()->GetWindow()ben@chromium.org2009-05-014-10/+8
* Stop the location bar from flashing white when navigating from one HTTPS site...abarth@chromium.org2009-05-013-8/+15
* Add some histograms to see how often users click through blocking pages.abarth@chromium.org2009-05-012-1/+43
* GTK: give the findbox curvy edges.estade@chromium.org2009-04-304-16/+130
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-308-59/+384
* GTK: Allow the user to resize the chromium window as small as they like.estade@chromium.org2009-04-302-1/+15
* Fixes the implementation of TabContentsViewMac::TakeFocus().rohitrao@chromium.org2009-04-301-1/+7