summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes the way we calculate hit rects in TabView to reducerohitrao@chromium.org2009-04-301-1/+9
* Adds a GetWindow method to View.ben@chromium.org2009-04-301-2/+1
* Add two new master preferences (import_bookmarks and make_default_browser_for...kuchhal@chromium.org2009-04-301-0/+7
* Don't show popups before tabs have been added. Instead, prevent the BrowserVi...ben@chromium.org2009-04-302-13/+7
* Patch for accelerator clean-up from Hamaji.jcampan@chromium.org2009-04-304-11/+39
* Turn off unit test that fails on builder.pinkerton@chromium.org2009-04-301-0/+4
* use EXTENSION_FUNCTION_VALIDATE in extension_tabs_module.ccrafaelw@chromium.org2009-04-302-60/+24
* Correct omnibox2 popup placement for RTL languages.ben@chromium.org2009-04-301-1/+6
* GTK: Directly allocate widgets that are children of GtkFixed.estade@chromium.org2009-04-302-5/+8
* Upadte version for the Lithuanian spell check dictionary.mal@chromium.org2009-04-301-0/+1
* Add notification (and unit test) for closing prefs window so it can be cleane...pinkerton@chromium.org2009-04-304-5/+51
* Add a very basic preferences window controller with unit test. Fix the prefs ...pinkerton@chromium.org2009-04-304-2/+114
* Relanding this, it was missing the Mac unit-test change, that was breaking th...jcampan@chromium.org2009-04-307-8/+43
* Fix issue 11006 - any plugin process started by InProcessBrowserTest wastim@chromium.org2009-04-302-5/+5
* Reverting 14948.jcampan@chromium.org2009-04-306-41/+8
* Closing the last tab with a download in-progress would cause the tab to bejcampan@chromium.org2009-04-306-8/+41
* Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use sco...pinkerton@chromium.org2009-04-302-9/+22
* Add a dark selected icon set for the Omnibox results.deanm@chromium.org2009-04-301-5/+7
* The "size-request" event is run-first, clean up the Omnibox handler.deanm@chromium.org2009-04-302-9/+8
* Use the new selected icons in Linux Omnibox.deanm@chromium.org2009-04-301-7/+12
* Implement a mostly working InfoBubble with a shim BookmarkBubble.deanm@chromium.org2009-04-306-1/+351
* Minimal SetInitialFocus and RestoreFocus. These aren't final, but thisrohitrao@chromium.org2009-04-301-1/+5
* Make task_manager_resource_providers.cc compile on POSIX.phajdan.jr@chromium.org2009-04-303-24/+41
* A quick fix for supporting bidirectional texts in omnibox2.hbono@chromium.org2009-04-301-5/+6
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-305-4/+74
* Fix race where sometimes CSS is not applied to toolstrips. Iaa@chromium.org2009-04-292-4/+4
* Avoid invalid read reported by valgrind, http://crbug.com/11132,dkegel@google.com2009-04-291-1/+6
* Basic fullscreen mode for Linux, without the animated exit bubble.thestig@chromium.org2009-04-296-5/+40