summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make HWNDViewContainer set up its contents view separately from its Init method.beng@google.com2008-07-3017-37/+49
* roll back this part of the fix since it has unintended side effects when call...beng@google.com2008-07-301-1/+2
* Rename ChromeFrame->BrowserWindowbeng@google.com2008-07-3024-172/+224
* Do not use RecycleOrDelete since it is not ready for prime-time.darin@google.com2008-07-306-21/+24
* Move the initial sizing of a Window into a separate function (SetInitialBoun...beng@google.com2008-07-302-76/+81
* Fix signature for a known FIM purify warning.nsylvain@google.com2008-07-301-2/+2
* forgot these filesbeng@google.com2008-07-302-0/+4
* Window Delegate Improvements:beng@google.com2008-07-3069-531/+528
* Fix one more glitch when drag-attaching a tab to the tabstrip. Other tabs in ...beng@google.com2008-07-301-0/+8
* When run chrome with --no-sandbox, the renderer process calls the dtor of Bro...cpu@google.com2008-07-301-1/+4
* Fix broken unittest. AttemptToClosePage now sets up state.ojan@google.com2008-07-301-0/+1
* Fix a crash. Now sometimes TabContentses can be NULL it seems.beng@google.com2008-07-301-2/+3
* I screwed this one up, and had my index munging wrong.beng@google.com2008-07-301-13/+8
* Fix hang detection when closing a tab to not fire when a modal dialog is open.ojan@google.com2008-07-291-0/+9
* Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ...ojan@google.com2008-07-2913-45/+161
* Have the V8BindingsEmitter handle when the source .idl file doesn't exist.sgk@google.com2008-07-291-2/+5
* Revert revision 73 because it was checked in when the tree was closed.nsylvain@google.com2008-07-294-121/+8
* Made changes to display the tooltip window when user navigates through the ic...stanguturi@google.com2008-07-294-8/+121
* I submitted this code by mistake in my previous revert.nsylvain@google.com2008-07-291-11/+4
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-2910-96/+43
* We got a bunch of crashes after this starting in r66.brettw@google.com2008-07-291-1/+1
* Make the new tab thumbnail slighly less confusing -- laid out properly,evanm@google.com2008-07-291-2/+14
* Update chrome strings. No changes in webkit strings.tc@google.com2008-07-291-0/+1
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-297-29/+88
* Makes the process model heuristic for generated searches only apply in --proc...creis@google.com2008-07-291-2/+3
* Update DEPS to pull V8 from v8/trunk instead of v8/branches/beta.kasperl@google.com2008-07-291-1/+1
* Add a return value to InternalCloseTabContentsAt, indicating whether or not t...beng@google.com2008-07-292-9/+21
* Ugh. It turns out we were never properly removing the dragged tab from the so...beng@google.com2008-07-295-11/+65
* Save a few lines since I don't need a test fixture. This was just silly over...pkasting@google.com2008-07-291-3/+1
* Add a unittest for the JSONValueSerializer::set_allow_trailing_comma() method...tc@google.com2008-07-292-1/+18
* Fix the build. I meant to include this in the chrome side of the previous ch...tc@google.com2008-07-291-1/+1
* Update the JSONValueSerializer to have a flag to allow trailing commas. By d...tc@google.com2008-07-293-7/+15
* Fix mbspatch.cc to work on non-Windows platforms.keunwoo@google.com2008-07-291-1/+12
* Add a flag to JSONReader to allow trailing commas.tc@google.com2008-07-293-85/+185
* Create a constructor to construct an AddressList::Datawtc@google.com2008-07-284-12/+17
* Rename uninstall link from Chrome to localized "Google Chrome" string (value ...rahulk@google.com2008-07-282-5/+8
* Update our icon with 32-bit and 8-bit versions.glen@google.com2008-07-281-0/+0
* Delete empty, unused avatar folder.timsteele@google.com2008-07-280-0/+0
* Undo the redo of the icon. Even a clobber build didn't fix it, though it does...glen@google.com2008-07-281-0/+0
* Redo the icon. It looks like icon changes require a clobber build.glen@google.com2008-07-281-0/+0
* Fix some issues when building with Visual Studio 2008.maruel@google.com2008-07-285-263/+48
* Make sure the child process terminates before returning from process_utils.Ru...pjohnson@google.com2008-07-281-0/+3
* Accommodate the change from ..\third_party\scons-0.98.3 to ..\third_party\sco...sgk@google.com2008-07-281-1/+1
* Update chrome strings. No webkit string changes.tc@google.com2008-07-281-30/+30
* Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX securitymaruel@google.com2008-07-281-0/+3
* M chrome/app/resources/chrome.icoglen@google.com2008-07-281-0/+0
* Add 1-bit opacity versions of the icon to our icon file to prevent white dots...glen@google.com2008-07-281-0/+0
* Correct an #endif to have the name in a comment.deanm@google.com2008-07-281-2/+2
* Fix a few incorrect #endif's in include guards.deanm@google.com2008-07-288-8/+8
* Fix some glitches dragging tabs.beng@google.com2008-07-282-9/+48