summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Argh, incorrect usage of Intersect.jam@chromium.org2009-03-131-3/+1
* Don't leak visited site information from original profile to OTR profile.abarth@chromium.org2009-03-133-7/+7
* Improve my last change about informing google update about eula.cpu@google.com2009-03-132-2/+3
* Add support for repositioning/resizing a tab window. This is needed as the Se...ananta@chromium.org2009-03-136-0/+113
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-1318-828/+16
* Temp fix for reliablity crashes.jam@chromium.org2009-03-131-0/+3
* Gtk dialogs, first cut.estade@chromium.org2009-03-128-11/+209
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-1233-34/+2
* Some minor cleanup in WebDataSource and WebResponse.darin@chromium.org2009-03-121-4/+3
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-1215-14/+17
* Implement WebSandboxSupport.darin@chromium.org2009-03-125-33/+45
* Fix 'inspect element' crash when hosted in external tabamit@chromium.org2009-03-121-5/+6
* Switch to using one ResourceDispatcher per render process, and move it to Chi...jam@chromium.org2009-03-1211-120/+81
* Add copies of *.pak files that need to be installed for execution.sgk@google.com2009-03-121-1/+24
* Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...pinkerton@chromium.org2009-03-125-52/+129
* Cleaning up Website junk in sln files.bradnelson@google.com2009-03-121-704/+0
* Fix SessionRestoreUITest.TwoTabsSecondSelected in single process mode.jam@chromium.org2009-03-121-13/+12
* Run ExtensionViewTest in single-process mode to try to make it less flaky.mpcomplete@google.com2009-03-123-1/+25
* WebKit resource requests now have a flag reportUploadProgress that tells us w...jcampan@chromium.org2009-03-123-0/+8
* bustageben@chromium.org2009-03-121-1/+1
* bustageben@chromium.org2009-03-121-1/+1
* bustageben@chromium.org2009-03-121-253/+0
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-1262-240/+499
* Refactors code for showing bookmarks menus into a standalone classsky@google.com2009-03-129-384/+570
* Chrome-side changes to use registerURLSchemeNoAccess.darin@chromium.org2009-03-121-1/+7
* 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