summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up a few things about the first run bubble code:pkasting@chromium.org2009-09-122-254/+291
* Linux: don't crash when closing tabs that have open login prompts.mdm@chromium.org2009-09-121-0/+4
* Bookmark context menu: pass the correct parent to the bookmark editor.estade@chromium.org2009-09-122-2/+2
* GTK: Cache our GdkCursor objects, since building them hits the disk.erg@google.com2009-09-123-3/+5
* Disable browser shutdown measurements on non-Windows platforms.agl@chromium.org2009-09-122-0/+8
* Update some comments. No code change.mdm@chromium.org2009-09-122-2/+2
* The SSL policy when showing an error page sets the page type on the wrong nav...jcampan@chromium.org2009-09-121-2/+6
* Do not send or store cookies for extensions autoupdate http requests.asargent@chromium.org2009-09-125-2/+22
* Extension apis: windows.create({url:}) now supports relative paths.rafaelw@chromium.org2009-09-111-7/+24
* Size popups by their contents, not the window's outer bounds.estade@chromium.org2009-09-113-14/+41
* Handling a case where the browser_iterator_ would be NULL. The DCHECK was fi...tommi@chromium.org2009-09-111-3/+3
* Review URL: http://codereview.chromium.org/201087idana@chromium.org2009-09-1152-519/+486
* GTK: Set the back/forward and bookmark bar menus to always show their images.estade@chromium.org2009-09-115-0/+11
* Don't depend on scoped_any.nick@chromium.org2009-09-112-26/+27
* Revert 26016 - valgrind leak -sgk@google.com2009-09-112-53/+0
* ExternalTabcontainer browser to initial URLamit@chromium.org2009-09-114-27/+49
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-111-1/+30
* The shell dialog code explicitly disables the browser HWND before calling the...jcampan@chromium.org2009-09-111-1/+42
* Fix two issues with a downloaded file's extension:paul@chromium.org2009-09-111-0/+3
* Add a new wrapper for sqlite. This is mostly a large cleanup of the existingbrettw@chromium.org2009-09-112-134/+100
* Fix compiler warnings in chrome\browser\sync.nick@chromium.org2009-09-1111-19/+22
* Add "New Window" and "New Incognito Window" items to the Dock Menu.sgk@google.com2009-09-112-0/+53
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-111-30/+1
* While importing favicon, make sure there is an entry in the history db.kuchhal@chromium.org2009-09-119-40/+130
* GTK: Don't show the GTK theme button on chromeos.erg@google.com2009-09-111-0/+2
* Add button number to page action event reply object. Fix outdated page action...mattm@chromium.org2009-09-116-4/+19
* Increase number of tries in CheckInternetZoneIdentifier.phajdan.jr@chromium.org2009-09-111-1/+1
* Update ExtensionApiTest.Tabs and re-enablerafaelw@chromium.org2009-09-111-2/+1
* Bug fix: produce unique temp file names when the VFS requests a handle to a n...dumi@chromium.org2009-09-111-39/+58
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-1112-13/+101
* Add api tests for cross-origin XHR.aa@chromium.org2009-09-111-0/+11
* [Windows] Clear Browsing Data dialog should not have any button as defaultmark@chromium.org2009-09-112-0/+5
* Since themes are designed with the custom frame in mind, we need to offsettony@chromium.org2009-09-111-1/+9
* Support running tests under LayoutTests/http/tests/local as local file, in or...jianli@chromium.org2009-09-111-0/+21
* add mole collapse/expand events. convert mappy to use this.erikkay@chromium.org2009-09-114-0/+96
* Adds pinned tabs to windows. As the code between windows and gtk issky@chromium.org2009-09-1110-146/+776
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-118-21/+64
* Fix text and selection's save/restore issue of omnibox when displaying tempor...suzhe@chromium.org2009-09-116-39/+44
* Get rid of the half-working traces of locking, caching, and quotas. Itjorlow@chromium.org2009-09-112-69/+4
* Gtk: Allow all columns in task manager to be sortable.mhm@chromium.org2009-09-113-37/+124
* Update the system favicon/folder icon on theme change.estade@chromium.org2009-09-119-58/+90
* Make themes in the incognito NTP which are bottom-aligned attach to the botto...mirandac@chromium.org2009-09-111-7/+9
* Add command line switch --activate-on-launch to help Selenium.jrg@chromium.org2009-09-111-0/+12
* Metrics for the in-memory DB size to see if we spend too much time loading it,brettw@chromium.org2009-09-111-0/+7
* Strict transport security: add checkbox to clear state.agl@chromium.org2009-09-117-3/+51
* NNTP: Fix undo link colorarv@google.com2009-09-113-4/+4
* Disallow popup windows from setting the window size to the exacttony@chromium.org2009-09-101-11/+17
* GTK: Fix another awesome menu bar helper bug.estade@chromium.org2009-09-101-4/+5
* Check in http://codereview.chromium.org/197013/show for tfarina.mirandac@chromium.org2009-09-101-2/+1
* Linux: implement Page Actions support.mattm@chromium.org2009-09-1010-172/+447