summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Download progress and complete animation on linux.estade@chromium.org2009-05-115-41/+176
* Fix browser theme provider cache miss crash.glen@chromium.org2009-05-111-8/+7
* Add a histogram to measure the number of times we askpaulg@google.com2009-05-111-1/+8
* Only show the original RWHV or the interstitial page at any time.willchan@chromium.org2009-05-112-2/+8
* Use Chrome facilities for omnibox state save and restore on Mac.shess@chromium.org2009-05-118-51/+142
* Add a performance test for measuring hash implementation time.paulg@google.com2009-05-111-4/+66
* Fix regression where exact-match URLs could fail to be promoted when longer U...pkasting@chromium.org2009-05-113-31/+53
* Add a comment to reflect API reality in RenderWidgetHostView.erikkay@google.com2009-05-111-1/+2
* This CL revert the fix for issue 2780 - RTL: Omnibar - message "Press Tab to ...xji@chromium.org2009-05-111-46/+4
* Add splash appropriate for Linux official builds.mmoss@chromium.org2009-05-113-3/+84
* Fix a bug where the extension toolstrip could get reparented to the desktop.erikkay@google.com2009-05-112-10/+22
* Style the omnibox results for v2.shess@chromium.org2009-05-113-12/+535
* Hopefully fix Windows compile by adding atlbase.h include on Windows.phajdan.jr@chromium.org2009-05-111-0/+6
* De-couple TaskManager from TableView code.phajdan.jr@chromium.org2009-05-113-304/+471
* Reimplement NineBox using Cairo.deanm@chromium.org2009-05-114-111/+57
* Put test_user_data in a temp directory instead of using base::DIR_EXE. (try 2)thestig@chromium.org2009-05-111-0/+2
* Fix mac build bustage. I forgot about the .mm files!darin@chromium.org2009-05-101-2/+2
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-1010-13/+13
* Review URL: http://codereview.chromium.org/93119apavlov@chromium.org2009-05-106-110/+207
* Forgot to add these files as part of last change.ben@chromium.org2009-05-102-0/+121
* Add a new ViewsDelegate interface and implementation in the windows browser UI.ben@chromium.org2009-05-102-0/+11
* Fix white flash when resizing window larger.aa@chromium.org2009-05-091-3/+3
* Fix NOTREACHED in status bubble if window is made too small.glen@chromium.org2009-05-091-2/+3
* Use scoped pointers for the theme information in an Extension.glen@chromium.org2009-05-092-16/+16
* Attempt to fix leak in extensions (no Purify here).glen@chromium.org2009-05-091-3/+3
* Use the non-native frame when using themes even on Aero Glass.ben@chromium.org2009-05-091-0/+1
* Temporarily revert char* to std::string because Linux and Mac are throwing 'd...glen@chromium.org2009-05-091-17/+17
* Make 'reset theme' work.glen@chromium.org2009-05-091-31/+33
* Fix the build in debug mode.jcampan@chromium.org2009-05-091-1/+2
* There was a potential race when showing the default browser info-bar on star-up,jcampan@chromium.org2009-05-091-1/+24
* Some unnecessary painting and initing was being done.glen@chromium.org2009-05-092-13/+8
* Random cleanups and stubs to get cross platform build going.glen@chromium.org2009-05-091-1/+1
* To get things green:glen@chromium.org2009-05-092-8/+13
* Add browser_theme_provider to GYP so that Mac and Linux can build.glen@chromium.org2009-05-091-18/+2
* Add stubs for UserChangedThemes to Mac and Linux.glen@chromium.org2009-05-094-0/+10
* Remove unnecessary win_util from dom_ui.glen@chromium.org2009-05-091-1/+0
* This is the first pass at themes.glen@chromium.org2009-05-0939-685/+1674
* Decrease the SafeBrowsing false positive rate.paulg@google.com2009-05-098-88/+245
* Implement the popup blocking whitelist pref. This makes the whitelist actual...pkasting@chromium.org2009-05-093-21/+66
* Add customized first run tabscpu@google.com2009-05-095-35/+122
* Defer window.close(), resizeTo() and moveTo() actionsmbelshe@google.com2009-05-093-4/+10
* Stop leaking RenderWidgetHostViewGtk.willchan@chromium.org2009-05-082-1/+1
* Move win_util.h from common to app.ben@chromium.org2009-05-0842-61/+51
* This CL fix issue 9837 - RTL: "Pop-ups blocked" bar should be at left-bottom ...xji@chromium.org2009-05-081-2/+12
* move this to app/gfx, part of previous commitben@chromium.org2009-05-081-1/+1
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-0859-361/+63
* Landing approved patch for Yuta Kitamura (yutak@google.com)mbelshe@google.com2009-05-082-26/+28
* Fix a potential crash in automation framework whenhuanr@chromium.org2009-05-081-2/+3
* Linux: Store/restore focus in tab contents during tab swithcing.estade@chromium.org2009-05-083-4/+33
* Add PreferredSizeChanged() to View to allow subviews to notify their parents ...erikkay@google.com2009-05-086-17/+24