summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Enable video in posix builds and remove unneeded ifdefs to guard windows.ajwong@chromium.org2009-05-012-12/+0
* 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-017-3/+146
* 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-0114-10/+63
* Make the findbar slide in/out.estade@chromium.org2009-05-017-50/+97
* posix: add some comments and clean up some IPC channel code.evan@chromium.org2009-05-016-51/+36
* Fix a bug in session restore on linux/mac. We were pickling thetc@google.com2009-05-013-18/+7
* Fix BROWSER_WRAPPER env for ui tests so it works with commandstc@google.com2009-05-011-8/+4
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-0124-40/+701
* Ensure that the underlying web_contents has focus in the external tab containerananta@chromium.org2009-05-011-0/+1
* Temporarily disable two DOM checker tests to see if it has any effect onpatrick@chromium.org2009-05-011-2/+4
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-0110-88/+83
* Don't valgrind ThirtyFourTabs, it takes too long :-(dkegel@google.com2009-05-011-0/+2
* 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-0113-57/+150
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-0125-200/+281
* Revert "POSIX: Don't allow onunload handlers to hang a renderer forever."agl@chromium.org2009-05-014-39/+0
* Remove StopAutocomplete() helper from AutocompletePopupViewMac.shess@chromium.org2009-05-013-6/+2
* Create the directory for Mac dev build archiving to use and put in an initial...thomasvl@chromium.org2009-05-011-0/+1
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-012-13/+2
* Strings for default browser infobar.ben@chromium.org2009-05-013-0/+19
* Measure IPC latency for audiohclam@chromium.org2009-05-013-7/+69
* Release the autocomplete popup panel when not visible.shess@chromium.org2009-05-011-0/+8
* Increase the firstrun bubble width for Tamil.jungshik@google.com2009-05-011-1/+1
* Fix make build by making sure .pak files are listed as outputs of grd files.tc@google.com2009-05-012-20/+66
* Making CloseWindow and CloseTab automation APIhuanr@chromium.org2009-05-0110-66/+240
* Enables key view loop autorecalculation in the BrowserWindow on Mac. This fixesrohitrao@chromium.org2009-05-011-1/+1
* Replace window.external with a v8::extension.mbelshe@google.com2009-05-019-79/+89
* 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-0110-11/+137
* chrome.gyp updates:sgk@google.com2009-05-011-11/+104
* 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
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-014-0/+39
* Disabling the EmbeddedMP3 plugin test as it needs a functional sound device o...ananta@chromium.org2009-05-011-2/+2
* People should just use GetWindow() instead of calling GetWidget()->GetWindow()ben@chromium.org2009-05-015-11/+9
* 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
* Code coverage improvements.jrg@chromium.org2009-04-301-3/+12
* Fix the web inspector on linux.tc@google.com2009-04-302-3/+4
* GTK: give the findbox curvy edges.estade@chromium.org2009-04-304-16/+130
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-3010-67/+406
* Added audio/mpeg and video/mpeg to the list of mime types supported by the Ac...ananta@chromium.org2009-04-301-0/+9
* 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