summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Make toggling fullscreen mode on/off significantly less janky-looking by mean...pkasting@chromium.org2009-03-125-16/+69
* fix gyp file, quote mismatch.tc@google.com2009-03-121-3/+3
* fix linux build. we need to include basictypes.h to gettc@google.com2009-03-121-0/+1
* Some work in refactoring FindBarWin/FindBarView sotc@google.com2009-03-1215-216/+470
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-129-45/+653
* Update known crashes.patrick@chromium.org2009-03-121-2/+14
* Redisable the java test. Even though the machine wasnsylvain@chromium.org2009-03-121-1/+2
* Have RenderWidgetHostViewGtk take ownership of its widget.deanm@chromium.org2009-03-121-0/+5
* Hookup the escape key on Linux Omnibox to revert to the permanent text (like ...deanm@chromium.org2009-03-121-2/+7
* Fix a Linux Omnibox bug where a widget was used after it was destroyed.deanm@chromium.org2009-03-121-0/+4
* Better keyboard and mouse handling in Omnibox:deanm@chromium.org2009-03-122-33/+64
* Add a GDK_COLOR_RGB macro for constructing GdkColors.deanm@chromium.org2009-03-123-7/+10
* Ensure that a listener's OnChannelConnected is called before OnMessageReceived.jam@chromium.org2009-03-123-22/+20
* Pointing slns at generated vcprojs from base.bradnelson@google.com2009-03-121-1291/+2002
* Re-enable java plugin test (reverting 11510)jar@chromium.org2009-03-121-2/+1
* Add more info to a dcheck to see why DuplicateHandle is failing on the buildbot.jam@chromium.org2009-03-121-1/+2
* Fixes bug were sorting bookmarks wouldn't trigger a save.sky@google.com2009-03-121-0/+3
* Restore bretts change (reverting 11506) and disabling java testjar@chromium.org2009-03-121-1/+2
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-1230-227/+212
* Rollback 11498jar@chromium.org2009-03-121-2/+1
* - Add UI test for DOM checker.patrick@chromium.org2009-03-129-58/+316
* Make fullscreen exit bubble link work by preventing the bubble from ever bein...pkasting@chromium.org2009-03-122-5/+25
* Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.thestig@chromium.org2009-03-123-3/+3
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-1219-149/+186
* Diable a failing test. This seems to be related to the WebKit merge 41559:41588brettw@chromium.org2009-03-121-1/+2
* Allow passing in package version info, since it's already calculated by themmoss@chromium.org2009-03-112-72/+56
* Bring over more code from cole to improve the appearance of tabs. Start build...pinkerton@chromium.org2009-03-112-107/+145
* My change to widen the About box got reverted for the Hebrew locale. Readding.finnur@chromium.org2009-03-111-1/+1
* Enable building of browser/debugger/debugger_{contents,shell}.cc on Linux.sgk@google.com2009-03-113-20/+26
* Reverting 11467.mpcomplete@google.com2009-03-113-12/+1
* Inform google_update that the user has acepted the EULAcpu@google.com2009-03-115-9/+33
* Getting rid of dead code.pinkerton@chromium.org2009-03-111-12/+2
* Try to make ExtensionViewTest less flaky by running it in single-process mode.mpcomplete@google.com2009-03-113-1/+12
* Change to make the 'save as...' dialog choose the default download path you h...maruel@chromium.org2009-03-111-3/+12
* Add new browser/gtk/find_bar_gtk.{cc,h} files to gyp build.sgk@google.com2009-03-111-0/+2
* Add hanging test to Purify gtest filter file. Report location of filter filepam@chromium.org2009-03-111-0/+2
* Fix directory listings in mac and linux by making sure the codetc@google.com2009-03-112-5/+4
* Hopefully make DownloadTest.UnknownSize not-flaky.phajdan.jr@chromium.org2009-03-112-6/+5
* Revert r11445, _wtoi does not exist outside of Windows / MSVC.deanm@chromium.org2009-03-111-13/+4
* Add a couple more unit tests to the Mac buildpinkerton@chromium.org2009-03-113-7/+3
* I was a moron and did http://codereview.chromium.org/40012/ against a read on...davemoore@chromium.org2009-03-111-4/+13
* Initial pass at copy/paste. Menu items are always enabled. This matches Windo...avi@chromium.org2009-03-113-9/+37
* Reenable incremental linking for most projects except the largest ones. Will ...maruel@chromium.org2009-03-114-1/+4
* net_resources unforkthomasvl@chromium.org2009-03-111-7/+5
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-1115-172/+33
* Remove some empty source files from the tree.deanm@chromium.org2009-03-117-2/+0
* The video renderer actually color converts. This is the last change that sho...ralphl@chromium.org2009-03-111-4/+17
* Fix the distributor logo placement on the glass frame.ben@chromium.org2009-03-114-6/+37
* Stop history search going on beyond the start of history.glen@chromium.org2009-03-1111-22/+118
* Change SpellChecker::Language to be an ASCII string.estade@chromium.org2009-03-1111-84/+111