summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Properly display mnemonics in some gtk menus where they were not being escape...estade@chromium.org2009-05-292-15/+12
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-2913-273/+11
* Really theme the find bar. We were previously getting the DefaultThemeProvide...glen@chromium.org2009-05-292-2/+2
* Avoid DCHECKING on NEW_FOREGROUND_TAB and NEW_BACKGROUND_TAB dispositions in ...robertshield@google.com2009-05-291-3/+4
* Fix a browser crash that occurs if the extension unpacker process crashesmpcomplete@google.com2009-05-291-2/+15
* Renames BackForwardMenuModelWin to BackForwardMenuModelViews.sky@chromium.org2009-05-296-29/+30
* BUG=11279glen@chromium.org2009-05-292-2/+2
* Linux: show tab context menu on mousedown rather than mouse up.estade@chromium.org2009-05-291-2/+2
* Put findbar close button back where it belongs.estade@chromium.org2009-05-291-1/+1
* linux: Bookmark bar slide animation.estade@chromium.org2009-05-292-6/+52
* Adding missing "EndProject" in .sln that showed up with recent gmock changes. robertshield@google.com2009-05-291-0/+1
* Make default browser button wide enough for branded builds.pinkerton@chromium.org2009-05-291-28/+27
* Gets TabIconView compiling on linux.sky@chromium.org2009-05-292-2/+14
* Stub out a couple of methods in BookmarkDragData.sky@chromium.org2009-05-291-0/+9
* Add duplicate 'conditions' blocks that define the '<(BRANDING)'sgk@google.com2009-05-291-0/+36
* Ensure that Firefox search engines are imported correctly.mirandac@chromium.org2009-05-291-25/+46
* Add new Linux packaging file to build output.mmoss@chromium.org2009-05-291-0/+1
* Disable memory tests that are failing after recent webkit merges.tc@google.com2009-05-291-2/+2
* Fix app/locales/locales.gyp path.sgk@google.com2009-05-291-1/+1
* Reverting 17183 since it caused linux unit_test breakage.maruel@chromium.org2009-05-291-15/+4
* Disable the failing UI test. I filed a P1 bug on it.brettw@chromium.org2009-05-291-1/+4
* A change made yesterday caused us not to include any of the toolkit_views rulesdavemoore@chromium.org2009-05-291-8/+3
* Fix namespace to ultimately compile on Macpinkerton@chromium.org2009-05-291-2/+2
* Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile...pinkerton@chromium.org2009-05-2911-252/+895
* Scale backing store cache size.deanm@chromium.org2009-05-291-4/+15
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-298-0/+9
* Headers cleanup in chrome/commonphajdan.jr@chromium.org2009-05-2921-32/+30
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-297-24/+44
* chrome.gyp fixes to preserve various build behaviorssgk@google.com2009-05-291-1/+52
* Fixing more bustage by ifdefing out Windows-only code.ben@chromium.org2009-05-292-1/+19
* Fix unit test bustage by making sure ExtensionView::ViewHierarchyChanged call...ben@chromium.org2009-05-293-0/+9
* fix bustage by not compiling windows-specific code on other platforms.ben@chromium.org2009-05-291-0/+4
* fix bustage by not compiling windows-specific code on other platforms.ben@chromium.org2009-05-291-1/+5
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-2915-66/+28
* A bit more clean up for Linux upload crash dump.thestig@chromium.org2009-05-291-7/+9
* Gets NativeTabContentsContainerGtk to compile and removes somesky@chromium.org2009-05-294-28/+4
* linux: wrap prefs checkbox in options window.evan@chromium.org2009-05-291-2/+10
* Pressing "enter" while the JS prompt text entry has focus shouldtc@google.com2009-05-291-1/+3
* Fixed a bug with the unit_tests, which caused it to leave hebrew enabledhbono@chromium.org2009-05-292-15/+45
* Add Linux packaging tools to the build output and the buildbot archive.mmoss@chromium.org2009-05-293-384/+501
* Allow passing in a file path to a file that will be used for the new new tabarv@google.com2009-05-292-4/+50
* Fix branded resource buiding.jrg@chromium.org2009-05-291-1/+5
* Gets GoButton to compile on Linux.sky@chromium.org2009-05-292-4/+13
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-298-55/+37
* Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ...pkasting@chromium.org2009-05-291-1/+2
* linux: remove the word "Alpha" from all UI.evan@chromium.org2009-05-284-13/+15
* Add alert box suppression check box to linux js dialogs.tc@google.com2009-05-281-24/+57
* Fix broken Gears after gyp conversion. The path to gears.dll has changed.kuchhal@chromium.org2009-05-282-2/+2
* IE and Firefox always translate (alt+numpad 7) as an accelerator. We should ...pkasting@chromium.org2009-05-281-18/+19
* Paint a focus indication on LinkButtonGtk buttons.estade@chromium.org2009-05-2811-49/+53