summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Makes the HistoryContentsProvider query bookmark titles. I nuked asky@google.com2008-08-293-63/+127
* Fixes bug where it was possible for tab to get the wrong title. Camesky@google.com2008-08-292-9/+47
* Fix disabled debugger project in JSC.pamg@google.com2008-08-291-0/+1
* Made changes to the JavaScript debugger in preparing for an upcomingsgjesse@google.com2008-08-298-68/+142
* Remove navigation_performance_viewer.{cc,h} from the SCons build,sgk@google.com2008-08-293-112/+1
* Fixes crash in ClearBrowsingDataView that can only occur during thesky@google.com2008-08-282-6/+19
* We should not EXPECT to get a browser object or a window object, we should AS...finnur@google.com2008-08-283-13/+18
* Forgotten unit test chanes.brettw@google.com2008-08-284-9/+17
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-2811-255/+296
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-2810-29/+41
* Attempt at fixing crash in TaskManager. I'm skeptical this is it, butsky@google.com2008-08-281-2/+2
* Fix for the redness in the interactive test. We were using GetActiveWindow to...finnur@google.com2008-08-281-6/+5
* The GetWindowRect must return the rect of the container HWND; not the actual ...erg@google.com2008-08-282-6/+10
* Split the AutocompletePopup into model and view classes, step 1.pkasting@google.com2008-08-285-821/+791
* No code change, just changing a comment (a nit from my previous review). This...finnur@google.com2008-08-281-3/+3
* Adding a test to catch regressions where the Find box moves when you open and...finnur@google.com2008-08-287-65/+184
* Fixes regression where we were no longer deleting TabContents whensky@google.com2008-08-282-11/+21
* Fix problem of safebrowsing database removing an add for a hostname when it g...jabdelmalek@google.com2008-08-282-2/+31
* Add region-specific suggest URLs for Yahoo_xx search engines where suggest se...jungshik@google.com2008-08-281-45/+86
* Change Chrome references to Chromium on about:memory page. rahulk@google.com2008-08-282-4/+4
* Remove Google Chrome specific strings from common resources file and use them...rahulk@google.com2008-08-2737-5/+56
* Changes saving of prefs/bookmarks to try move a second time if firstsky@google.com2008-08-271-2/+9
* Adding a test to make sure Find restarts properly after a timeout.finnur@google.com2008-08-271-0/+21
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-2731-425/+491
* The positioning of detached dragged tabs was wrong with the new frames, becau...beng@google.com2008-08-271-1/+1
* Fix header guardnsylvain@google.com2008-08-271-3/+3
* Fix header guardnsylvain@google.com2008-08-271-3/+3
* Again, call RunAllPending to flush out the pending tasks. This is done to makedarin@google.com2008-08-271-0/+3
* Explicitly call RunAllPending in the Teardown phase a few more unit tests todarin@google.com2008-08-272-0/+6
* Flush the message loop in the Teardown phase of these tests. This helps Purifydarin@google.com2008-08-271-0/+3
* No code change. Just adding some comments explaining why we need to keep trac...finnur@google.com2008-08-271-3/+7
* Adding a UI test to catch the crash described in issue 1341577.This test is d...finnur@google.com2008-08-273-30/+65
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-2728-478/+1029
* Position the find box correctly with the new frames.beng@google.com2008-08-271-1/+4
* Make the system menu for frames have submenus for encoding and text zoombeng@google.com2008-08-262-11/+40
* Bumping up the default hung plugin timeout to 30 seconds. This matches withiyengar@google.com2008-08-262-9/+9
* Extends the toolbar keyboard support. Adds skipping of unavailable elements o...klink@google.com2008-08-261-7/+24
* Disable the interceptor DCHECK that we are only called from a single thread.darin@google.com2008-08-261-1/+6
* fix unit testsdarin@google.com2008-08-262-1/+8
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-2667-122/+199
* Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out.ericcheng@google.com2008-08-262-10/+12
* Some more glue code for the personalization module.ericcheng@google.com2008-08-262-1/+12
* Sets the visibility bool of the Home button.klink@google.com2008-08-251-0/+2
* Remove the profiling system. This wasn't being used and complicated some part...brettw@google.com2008-08-2514-1530/+8
* Make the AeroGlassFrame better:beng@google.com2008-08-259-175/+253
* Create a unit test for making sure constrined popup windows close when their ...erg@google.com2008-08-251-2/+56
* Fix bug in constrained windows where the close box was detaching instead of c...beng@google.com2008-08-251-1/+2
* Second attempt at fixing task manager crash. Provide a protected ReleaseWindo...beng@google.com2008-08-251-0/+2
* Make tabs highlight and accept clicks based on the shape of the rendered tab,...beng@google.com2008-08-254-0/+91
* Fix flicker of hover state on mouseover of tabs. The pulsating code was a lit...beng@google.com2008-08-251-6/+3