summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-7/+14
* linux: pass a bunch more ui tests.evan@chromium.org2009-04-074-10/+14
* Fix some threading issues and some refactoring in AudioRendererHosthclam@chromium.org2009-04-074-227/+423
* Disable user metrics reporting for chromium builds.rvargas@google.com2009-04-071-2/+9
* Cloned from 62030arv@chromium.org2009-04-074-19/+59
* Re-land popup routing fix for browser.ben@chromium.org2009-04-0713-72/+146
* Use one worker process per domain until we hit the maximum count of 10, then ...jam@chromium.org2009-04-073-17/+90
* Fix a crash seen when trying to paste on linux.tc@google.com2009-04-071-0/+3
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-0721-448/+570
* posix: the code path on either side of this ifdef is identical.evan@chromium.org2009-04-071-10/+0
* Disables the download item on the download-shelf when the file is opened.jcampan@chromium.org2009-04-077-13/+80
* Remove unneeded includes of base/string_piece.hthestig@chromium.org2009-04-071-1/+2
* Fix "Save page as..." functionality. Fix by Roland Steiner.avi@google.com2009-04-071-1/+5
* Adds new messages and widens some existing messages between the renderer and ...michaeln@google.com2009-04-074-2/+14
* Comment out a test that I accidentally uncommented in my previous CL.brettw@chromium.org2009-04-071-3/+4
* Clarify the documentation for loading_only on TabRenderer::UpdateData.brettw@chromium.org2009-04-072-3/+16
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-0731-125/+163
* Updated the AutomationMsg_TabReposition IPC to be able to set the parent of a...ananta@chromium.org2009-04-071-0/+8
* Fix a NOTREACHED in GTK accelerator handling when capslock is on.deanm@chromium.org2009-04-071-0/+2
* Layout the tabs explicitly when creating a background tab. Update to correct ...pinkerton@chromium.org2009-04-071-12/+20
* Destroy the GTK info bar container widget when the object is destroyed.deanm@chromium.org2009-04-071-0/+2
* Revert "Implement chromium.self in content scripts..."aa@chromium.org2009-04-0710-234/+122
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-0719-62/+70
* A quick fix for Issue 9596.hbono@chromium.org2009-04-071-3/+3
* Implement chromium.self in content scripts, so that developers don'taa@chromium.org2009-04-0710-122/+234
* DevTools: tell agent it has client attached early (prior to the navigation).pfeldman@chromium.org2009-04-073-18/+18
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-0712-1022/+83
* Fix a selection clipboard leak.estade@chromium.org2009-04-071-0/+1
* Support p13n HTML dialogs.tim@chromium.org2009-04-071-0/+11
* Basic infobars on linux.estade@chromium.org2009-04-0611-27/+361
* Fix a couple of (likely rare) crashers that can happen if a tab is closed rig...erikkay@google.com2009-04-061-2/+8
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-0612-83/+1022
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-067-33/+337
* First implementation of a bookmark bar.erg@google.com2009-04-068-21/+444
* Correctly initialize all parts of the tab to unselected when it's created, ke...pinkerton@chromium.org2009-04-061-6/+12
* Un-hover the current highlighted tab when the mouse leaves the tabstrip.jhawkins@chromium.org2009-04-062-3/+24
* Pasting successfully into a TextField should always triggerfinnur@chromium.org2009-04-061-2/+6
* Write the star toggle button. Clicking it will bookmark the page.erg@google.com2009-04-065-9/+152
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-065-33/+26
* Update the definition of TabChangedAt in TabStripGtk to match the latest vers...jhawkins@chromium.org2009-04-064-14/+22
* Fix the positioning of the title in TabRendererGtk now that ChromeCanvas text...jhawkins@chromium.org2009-04-061-3/+2
* First pass of refactoring dialogs.avi@chromium.org2009-04-0623-140/+148
* Fix issue 8589: Disable spellcheck field from the context menu when spell che...sidchat@google.com2009-04-061-3/+9
* Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).deanm@chromium.org2009-04-063-9/+9
* Fix a crash when canceling a save page operation.paulg@google.com2009-04-061-3/+11
* Oops, #ifdef = #ifnsylvain@chromium.org2009-04-061-1/+1
* It looks like the local files are not built anymore on linuxnsylvain@chromium.org2009-04-061-0/+4
* Reverting 13136.brettw@chromium.org2009-04-051-1/+5
* Re-enable the NavigationControllerHistory test.brettw@chromium.org2009-04-051-5/+1
* Remove more reliance on tab contents types.brettw@chromium.org2009-04-056-571/+397