summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-031-0/+2
* Make the font family and the font size used in dom UI localizable. This is a ...jungshik@google.com2009-04-039-26/+33
* NULL check web_contents_ to prevent a crash.tc@google.com2009-04-031-2/+3
* Create a well-defined region that closely matches the shape of the tab to use...jhawkins@chromium.org2009-04-034-36/+35
* Make ProxyResolverV8 the default.ericroman@google.com2009-04-031-3/+3
* Gtk: Insert a border at the bottom of the toolbar.estade@chromium.org2009-04-031-0/+10
* Fixes regression in dragging bookmark bar. The bookmark bar would notsky@chromium.org2009-04-031-2/+3
* Add some hysterisis to tab dragging on Mac.shess@chromium.org2009-04-031-0/+19
* Adds temporary warning when installing Chrome extensions. The warninggeorged@chromium.org2009-04-031-0/+16
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-034-7/+16
* Put a border around the find bar text entry field.estade@chromium.org2009-04-031-5/+6
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-039-24/+12
* Remove deprecated wstring ctor of JSONFileValueSerializer.phajdan.jr@chromium.org2009-04-035-16/+12
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-039-23/+448
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-032-3/+7
* DevTools: Add devtools messages into the about:ipc dialog.pfeldman@chromium.org2009-04-031-1/+15
* Remove two unneeded uses of std::floor in the GTK tab code.deanm@chromium.org2009-04-031-3/+2
* DevTools: move devtools messages to common.pfeldman@chromium.org2009-04-031-1/+1
* Move code to allow dns queries (and accompanyingaa@chromium.org2009-04-033-38/+0
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-0334-293/+235
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-0316-17/+17
* Move IPC code to ipc/agl@chromium.org2009-04-0316-17/+17
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-025-114/+128
* Add basic mouse input handling for Linux TabStrip.jhawkins@chromium.org2009-04-024-4/+134
* Speculative fix for a crash in resource handlers.paulg@google.com2009-04-022-0/+8
* Only create one downloads tab per window. If there is already a Downloadsestade@chromium.org2009-04-023-2/+6
* Copy selection to x clipboard.estade@chromium.org2009-04-025-21/+146
* Revert until sequencing issue fixed.ben@chromium.org2009-04-023-105/+16
* Fix a case where non-tabbed browser windows could open tabs. Also includes UI...ben@chromium.org2009-04-023-16/+105
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-025-0/+34
* Bug 2220 lists two cases where the inactive highlighting doesn't reappear on ...finnur@chromium.org2009-04-022-6/+18
* Don't allow hotkeys to activate un-activatable menu items on linux.estade@chromium.org2009-04-021-2/+6
* A file I left out of rietveld issue 56153estade@chromium.org2009-04-021-1/+1
* Installing extensions (drag/drop, download crx file) will now begeorged@chromium.org2009-04-016-9/+74
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-012-6/+18
* Remove the checked-in scons configuration files.sgk@google.com2009-04-013-1574/+0
* Re-enable save package on linux, mac.estade@chromium.org2009-04-012-12/+16
* Don't try to set the cursor on null windows.estade@chromium.org2009-04-011-0/+5
* Fix distributor logo placement on glass frame when window is restored from fu...ben@chromium.org2009-04-012-0/+10
* Port plugin messages.jam@chromium.org2009-04-013-35/+18
* Build fix: DeleteURLAndFavicon was a friend.agl@chromium.org2009-04-011-1/+1
* Disable DeleteURLAndFaviconagl@chromium.org2009-04-011-1/+1
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-315-15/+26
* Linux: don't use static ChromeFont objectsagl@chromium.org2009-03-312-5/+5
* OCD fixing of style for the initializer list of ExtensionView.brettw@chromium.org2009-03-311-3/+6
* Fix ninebox rendering.estade@chromium.org2009-03-311-23/+15
* Don't create an empty folder when saving complete html pages with no extra re...estade@chromium.org2009-03-311-3/+3
* Record new tab button presses.glen@chromium.org2009-03-311-1/+3
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-313-13/+14
* Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr...jhawkins@chromium.org2009-03-314-159/+102