summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Infobar l10n passthomasvl@chromium.org2009-10-052-65/+90
* "Windows" and "Macintosh" are proper names, and should be capitalized in the UI.thomasvl@chromium.org2009-10-051-2/+62
* TestOverrideEncoding hanging is because TabProxy::WaitForNavigation can not g...jnd@chromium.org2009-10-042-1/+9
* Change ConfirmMessageBoxDialog to just be a native view (it was only windows ...tim@chromium.org2009-10-034-70/+89
* Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...timsteele@google.com2009-10-0315-151/+130
* Fix a warning:nsylvain@chromium.org2009-10-031-2/+2
* Add an API to manipulate the browser action badge.aa@chromium.org2009-10-035-16/+78
* Linux build failure makes no sense. Try random fix.pkasting@chromium.org2009-10-031-1/+1
* Rewrite chunks of the blocked popup container code:pkasting@chromium.org2009-10-038-144/+218
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-0310-36/+192
* Add quota support.jorlow@chromium.org2009-10-034-7/+12
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-036-9/+9
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-0316-28/+79
* Gtk: Update slide animation progress in a cleaner way.estade@chromium.org2009-10-032-22/+6
* Fix a build error in the jumplist to use the new png codec location.brettw@chromium.org2009-10-031-3/+3
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-0331-91/+87
* Pass unhandled keyup messages coming in from the renderer to the underlying v...ananta@chromium.org2009-10-032-9/+5
* Try again to check in the badge stuff.aa@chromium.org2009-10-033-3/+123
* Add histograms that track how long it takes to open the new tab page.tony@chromium.org2009-10-026-8/+68
* Set the default action of the import data dialog to "Import" andtony@chromium.org2009-10-021-0/+3
* Revert my revert because it causes more problems.nsylvain@chromium.org2009-10-022-34/+1
* revert this change because protoc.exe crashes during compile and breaks the t...nsylvain@chromium.org2009-10-022-1/+34
* Disabling the test while I figure out why it is flaky.finnur@chromium.org2009-10-021-1/+1
* Disabling a filing test temporarily.jcampan@chromium.org2009-10-021-1/+2
* Find-in-bar would steal focus when switching tab.jcampan@chromium.org2009-10-022-2/+38
* We now postMessage the RSS file over to the js script and have it parse it th...finnur@chromium.org2009-10-021-28/+44
* Switch to using radio buttons for toggling the custom frame. Usetony@chromium.org2009-10-023-23/+55
* Use IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON instead of IDS_UNDO since 3.0tony@chromium.org2009-10-021-7/+1
* Fix compile failure due to bad merge.pkasting@chromium.org2009-10-021-5/+2
* Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c...pkasting@chromium.org2009-10-023-4/+15
* Make usage of iterator types more consistent, which also saves some code.pkasting@chromium.org2009-10-022-44/+33
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-0211-40/+32
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-0215-56/+454
* Do not discount a MANUAL_SUBFRAME load just because it involveddarin@chromium.org2009-10-022-9/+17
* [Mac] Change Omnibox to select-all on mouse-up if the mouse didn't move.shess@chromium.org2009-10-022-0/+108
* Support multiple EOL types in Privacy Blacklistsidanan@google.com2009-10-021-2/+3
* Coverity: Check CreateNewTempDirectory return value.mattm@chromium.org2009-10-021-4/+6
* The focus would only be restored properly the first time thejcampan@chromium.org2009-10-023-183/+233
* Add an option to disable NaCl at compile time for platforms where it doesn't ...piman@chromium.org2009-10-022-1/+9
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-0213-89/+220
* Fix several issues with dragging tabs and quickly letting go, including crash...pinkerton@chromium.org2009-10-021-15/+45
* gtk: Restore the window that is hidden when the last tab is dragged out of th...jhawkins@chromium.org2009-10-022-6/+21
* Revert my attempt at cleaning up RenderViewHost::UnhandledKeyboardEvent in my...jam@chromium.org2009-10-021-2/+10
* Fix the NewTabUI load UMA metric.tony@chromium.org2009-10-022-9/+20
* DevTools: test that scopes can be epxandedyurys@google.com2009-10-021-0/+7
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-022-0/+6
* Fix NTP so that it updates on theme change.mirandac@chromium.org2009-10-022-5/+15
* DevTools: reenable step-out test as issues causing its failure on linux was f...yurys@google.com2009-10-021-1/+1
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-0236-1271/+1033
* Coverity: Remove unnecessary GetPasswordFormAt call.mattm@chromium.org2009-10-021-1/+0