summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-192-3/+3
* Checkin for CL: http://codereview.chromium.org/3061044/showrkc@google.com2010-08-194-805/+7
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-194-56/+63
* Reland 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-191-0/+22
* Enables/disables UI widgets for privacy preferences in the options->"Under th...markusheintz@chromium.org2010-08-191-12/+10
* views: Use IDS_BROWSER_HANGMONITOR_RENDERER_TITLE as the hung renderer dialog...tfarina@chromium.org2010-08-191-1/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-192-2/+0
* Added BackgroundModeManager which tracks when background apps are loaded/unlo...atwilson@chromium.org2010-08-184-8/+16
* Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...pkasting@chromium.org2010-08-182-3/+2
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-7/+11
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-184-4/+10
* sync: take two for:tim@chromium.org2010-08-181-3/+1
* Fix parentheses omission which led to tab misplacement in maximized mode. Al...pkasting@chromium.org2010-08-171-3/+3
* Fix a couple of bookmark bar problems:pkasting@chromium.org2010-08-176-17/+62
* Revert 56423 - Added classes to enable session sync functionality.tim@chromium.org2010-08-171-1/+3
* Refactors mouse watching out of TabStrip into a standalone class.sky@chromium.org2010-08-173-135/+18
* Added classes to enable session sync functionality.tim@chromium.org2010-08-171-3/+1
* Fix a crash in HungRendererView. |tab_contents_| can be set to NULL when TabC...finnur@chromium.org2010-08-171-3/+5
* Simplify some code.pkasting@chromium.org2010-08-171-19/+4
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-172-16/+10
* Include ICU headers in a way that will also work with use_system_icu=1phajdan.jr@chromium.org2010-08-171-1/+2
* Turns out this code I'd removed is still necessary for the RTL OTR avatar to ...pkasting@chromium.org2010-08-171-0/+14
* Misc. clean up: Rewrap, simplify. Refactored two separate files' calls of Ta...pkasting@chromium.org2010-08-175-206/+144
* BUG=chromium-os:4448 - Hide the address bar for popups in ChromeOS (http://co...stevenjb@chromium.org2010-08-173-40/+94
* views: Rename content_setting_bubble_views.[cc/h] to content_setting_bubble_c...tfarina@chromium.org2010-08-173-6/+5
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-3/+3
* Preserve the correct number of visible browser actions across restarts.pkasting@chromium.org2010-08-162-35/+44
* Cleanup: Rewrap lines, simplify code by using canvas mirroring instead of man...pkasting@chromium.org2010-08-161-53/+29
* I've gotten multiple crashes at shutdown due to my new DCHECKs. It seems it'...pkasting@chromium.org2010-08-161-4/+2
* Cleanup: Make function definition order match declaration order. Don't inlin...pkasting@chromium.org2010-08-162-82/+91
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-9/+9
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-1514-27/+2
* Move some cleanup code to the destructor. If the user closes the Chrome brow...mirandac@chromium.org2010-08-151-4/+1
* Fix two calls to font.height to font.GetHeight.mal@google.com2010-08-141-2/+2
* Get rid of the ERROR_TYPE from InfoBarDelegate.tfarina@chromium.org2010-08-142-11/+3
* Convert Task Manager to string16 from wstring, part 1.viettrungluu@chromium.org2010-08-141-13/+13
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-1/+1
* Misc. cleanup: simplify some code, add a few commentspkasting@chromium.org2010-08-134-44/+17
* Stretch first run bubble linger time out to 3 seconds to avoid getting burned...mirandac@google.com2010-08-131-1/+2
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-131-14/+14
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+1
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-1316-35/+35
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-125-15/+27
* remove toolstripserikkay@chromium.org2010-08-127-1351/+6
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-121-19/+0
* Allow per-plugin content settings.bauerb@chromium.org2010-08-121-0/+19
* Use a sane naming scheme for content setting bubble classes.bauerb@chromium.org2010-08-123-5/+5
* Remove wchar_t* methods from prefs.viettrungluu@chromium.org2010-08-123-26/+30
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-112-0/+5
* Adds support for showing the match preview on views. It's behind thesky@chromium.org2010-08-113-35/+218