summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/infobars
Commit message (Expand)AuthorAgeFilesLines
* views: Move LinkController into its own header file.tfarina@chromium.org2011-04-256-14/+22
* Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.rsesek@chromium.org2011-04-211-2/+3
* Adjust infobar arrow height when the toolbar height changes. This also fixes...pkasting@chromium.org2011-04-209-68/+168
* Fix infobar animation bug: reversed argument meant the browser didn't properl...pkasting@chromium.org2011-04-191-1/+1
* Fix some infobar drawing glitches:pkasting@chromium.org2011-04-1610-48/+60
* Revert unspoofable infobar appearance to use an arrow pointing to the omnibox...pkasting@chromium.org2011-04-157-69/+64
* Move the concepts of tab/bar heights to the cross-platform infobar code befor...pkasting@chromium.org2011-04-089-124/+121
* Fix InfoBarContainer calling a pure virtual function during destruction by fo...pkasting@chromium.org2011-04-043-7/+18
* Fix DCHECK() in infobar animation.pkasting@chromium.org2011-04-029-110/+130
* Split the views classes for infobars and their containers into two parts each...pkasting@chromium.org2011-03-318-246/+328
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-144-22/+31
* Fix some coverity defects (mostly pass by value).estade@chromium.org2011-03-112-2/+2
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-092-12/+14
* [linux_views][Win] spoof proof redesign infobar extension with tab.scr@chromium.org2011-03-096-101/+203
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-082-4/+4
* Fix memory corruption, take 2. InfoBarView::Close() needs to call InfoBarCont...pkasting@chromium.org2011-03-082-18/+22
* Revert 77235 - Fix memory corruption. InfoBarView::Close() needs to call Inf...cmp@chromium.org2011-03-082-19/+18
* Fix memory corruption. InfoBarView::Close() needs to call InfoBarContainer::...pkasting@chromium.org2011-03-082-18/+19
* Move infobar_delegate.[cc,h] back to chrome/browser/tab_contents.tfarina@chromium.org2011-03-041-1/+1
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-044-31/+23
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-034-23/+31
* Refactor InfoBarContainer a bit in preparation for splitting it into two piec...pkasting@chromium.org2011-03-034-98/+110
* OffsetY shouldn't need parent parameter - moved kArrowSize to header.scr@chromium.org2011-03-038-34/+34
* Split infobar_delegate.[cc,h] into separate pieces for the different classes ...tfarina@chromium.org2011-03-035-6/+6
* Miscellaneous tiny bits that differ between my checkout and trunkpkasting@chromium.org2011-03-027-38/+42
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Fix uninitialized variables.pkasting@chromium.org2011-03-011-0/+3
* Layout changes for InfoBarView and subclasses:pkasting@chromium.org2011-03-0118-302/+435
* Cleanup:pkasting@chromium.org2011-02-2811-114/+50
* Fix runtime break on XP.pkasting@chromium.org2011-02-241-1/+8
* Cleanup:pkasting@chromium.org2011-02-2415-255/+157
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-162-2/+2
* Carnitas: Delete stub src/gfx/* headerssail@chromium.org2011-02-131-1/+1
* Fix the infobar anti-spoof arrow width (was 1 px too wide).pkasting@chromium.org2011-02-111-0/+8
* Hoist some similar code from Before/AfterTranslateInfoBar up to TranslateInfo...pkasting@chromium.org2011-02-106-53/+34
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-092-11/+11
* Misc. cleanup bits I missed in my last pass.pkasting@chromium.org2011-02-0913-81/+60
* Cleanup:pkasting@chromium.org2011-02-0822-801/+618
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-054-4/+4
* [views] spoof proof infobars.scr@chromium.org2011-02-046-17/+93
* Split infobars.{cc,h} into separate pieces for the different classes defined ...pkasting@chromium.org2011-02-0118-755/+851
* Cleanup:pkasting@chromium.org2011-01-262-17/+3
* Disable context menu for page_action and infobar for component extensions.dpolukhin@chromium.org2011-01-261-1/+5
* Move l10n_util to ui/baseben@chromium.org2011-01-215-5/+5
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-214-6/+10
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-205-5/+5
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-2/+2
* Update the include ordering and (C) dates.msw@chromium.org2011-01-151-1/+1
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-142-8/+8