summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Implement a couple more methods for dialog boxes including the prompt box.tc@google.com2009-04-281-10/+26
* Linux: Make the findbar hang over the render view.estade@chromium.org2009-04-283-4/+39
* plugins: Some obvious ifdef removals (code that previously wouldn't link).evan@chromium.org2009-04-281-11/+0
* Create a bookmark editor dialog interface and implement a GTK version.erg@google.com2009-04-288-73/+513
* Make Chrome default after importing from current default browser.kuchhal@chromium.org2009-04-281-2/+2
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-288-86/+264
* Disable Tab1Tab2, as it's flaky.evan@chromium.org2009-04-281-1/+2
* Always simulate a mouse movement after animations in the Linux tabstrip to ma...jhawkins@chromium.org2009-04-281-23/+19
* Relanding this: jcampan@chromium.org2009-04-282-4/+22
* Allow File>Open File with no window open.avi@google.com2009-04-281-0/+6
* Unittest for FindBarBridge.rohitrao@chromium.org2009-04-281-0/+33
* Swap NOTIMPLEMENTED with a bug comment.pinkerton@chromium.org2009-04-281-1/+1
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-289-31/+41
* ImportantFileWriterphajdan.jr@chromium.org2009-04-2811-17/+18
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-2825-22/+244
* POSIX: = {0} syntax causes a warning.agl@chromium.org2009-04-281-1/+2
* POSIX: don't spawn zombies.agl@chromium.org2009-04-282-2/+28
* Filter modifier to only include accelerator modifiers.willchan@chromium.org2009-04-281-0/+3
* Removes the use of Windows-specific types for accessibility roles and states ...klink@chromium.org2009-04-2812-40/+23
* Convert Windows Sleep to PlatformThread::Sleepevan@chromium.org2009-04-283-14/+12
* When navigating from an interstitial to another page with an interstitial, we...jcampan@chromium.org2009-04-272-3/+19
* Remove the unwanted code snippet that was removed by Tim, butmunjal@chromium.org2009-04-271-12/+0
* Fix several painting glitches for toolstrips.aa@chromium.org2009-04-277-56/+141
* Revert r14620 which was a rollback of r14549 and r14508. Thistc@google.com2009-04-272-11/+38
* Landing Hamaji's patch.jcampan@chromium.org2009-04-271-0/+8
* Fix a popup menu offset bug.paul@chromium.org2009-04-271-1/+3
* Reverting my change it breaks release compilation on Windows.jcampan@chromium.org2009-04-272-22/+4
* Unfork some code who's dependency has landed on Mac.shess@chromium.org2009-04-271-6/+0
* Do not send stats from Chromium builds.kuchhal@chromium.org2009-04-273-7/+21
* This patch adds a new kind of tests: browser tests.jcampan@chromium.org2009-04-272-4/+22
* Update selected line in model before accepting input when the user clicks in ...shess@chromium.org2009-04-272-5/+6
* Add quarantine metadata to downloads on the Mac. Patch by Stuart Morganmark@chromium.org2009-04-274-1/+14
* Relanding this. jcampan@chromium.org2009-04-271-2/+5
* Clean up construction of LocationBarViewMac objects.shess@chromium.org2009-04-277-49/+16
* Fix a few crashes when trying to drag a closing tab.jhawkins@chromium.org2009-04-272-4/+32
* Adds --no-audio, which replaces the audio IPC layer with a mock audio device.scherkus@chromium.org2009-04-271-1/+2
* Now that we have file dialogs, we might as well hook up "Open File" on the Mac.avi@google.com2009-04-272-6/+0
* Speculatively roll back r14549 and r14508. The chrome browsertc@google.com2009-04-272-34/+11
* Add keyboard accelerators for IDC_FIND_NEXT and IDC_FIND_PREVIOUS.willchan@chromium.org2009-04-271-3/+9
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-277-68/+193
* Fix a memory leak in TaskManagerphajdan.jr@chromium.org2009-04-271-3/+7
* Fixes a gcc-4.3 warning in tab_strip_gtk.cc.jhawkins@chromium.org2009-04-272-19/+3
* Add a way to checksum bookmark data to help determine if themunjal@chromium.org2009-04-273-23/+290
* Remove svn:executable and set svn:eol-style to LF.tc@google.com2009-04-274-0/+0
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-2715-31/+205
* Linux Omnibox results improvements:deanm@chromium.org2009-04-272-92/+92
* Massively improve the performance of dragging a window over our window.deanm@chromium.org2009-04-271-1/+3
* Add a stub test for TabStripController. It doesn't fully work because of issuespinkerton@chromium.org2009-04-272-1/+131
* Remove a NOTIMPLEMENTED() that's not necessary on Mac.pinkerton@chromium.org2009-04-271-1/+5
* Add virtual dtor for TaskManager::ResourceProvider.phajdan.jr@chromium.org2009-04-271-0/+2