summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kellymark@chromium.org2008-09-161-1/+14
* memcpy cannot overlap, move to memmove.deanm@google.com2008-09-162-2/+2
* Pull the latest googleurl. This has preliminary support for IPv6.brettw@google.com2008-09-161-1/+1
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-166-29/+125
* Remove registration step between NavigationController > Profile.tim@chromium.org2008-09-164-60/+0
* Turn on the magic frames.beng@google.com2008-09-162-1/+7
* In DefaultPolicy::OnCertError, if a cert error is allowed,wtc@google.com2008-09-161-21/+20
* Fix bug where bookmark bar wouldn't animate away but would rather snap closed...beng@google.com2008-09-161-3/+5
* Make navigator.language depend on the current UI language of Chrome rather thanjungshik@google.com2008-09-161-25/+4
* Simple unit test, written mostly just to become familiar with the code.dkegel@google.com2008-09-153-0/+123
* Try again to fix the memory problems in NavigationController. The previous onebrettw@google.com2008-09-151-5/+9
* Adding sync plugin messages, and plugin broadcasts to the renderer processeszork@google.com2008-09-1510-18/+163
* Changes to get a small part of chrome/SConscript building. For now, just bui...tc@google.com2008-09-153-240/+261
* All these tests are failing in the jail.nsylvain@chromium.org2008-09-151-0/+57
* Make sure we don't execute code from the theme dll.nsylvain@chromium.org2008-09-151-1/+1
* Revert my last fix for a memory leak in the navigation controller tests. Thisbrettw@google.com2008-09-151-2/+2
* Fix a leak in the unit tests.brettw@google.com2008-09-151-2/+2
* Ignore LayoutTests.maruel@google.com2008-09-150-0/+0
* First stab at lib dependenciesavi@google.com2008-09-152-1/+396
* Fix unittest bustage due to NULL pointer deref (only in unittest mode, I hope).pkasting@chromium.org2008-09-153-12/+18
* Fix the issue http://code.google.com/p/v8/issues/detail?id=43fqian@google.com2008-09-154-16/+39
* Add test shell WebView and WebWidget host classes. This are stopgaps andamanda@chromium.org2008-09-156-4/+1147
* Fix the link paths.avi@google.com2008-09-151-4/+12
* Make jsbindings target depend on libxml_config (r=me/pink)mark@chromium.org2008-09-151-0/+85
* Changes to test shell on Mac.avi@google.com2008-09-153-123/+95
* Address a TODO for properly stripping references from request URL.ericroman@google.com2008-09-154-10/+65
* Make the GoogleURLTracker only fetch the Google hostname if the user's defaul...pkasting@chromium.org2008-09-156-30/+168
* Add preferences for the clear browsing data dialog so thattc@google.com2008-09-155-5/+48
* Remove the unneeded pending entry from the unit tests.brettw@google.com2008-09-151-17/+0
* Add in a temp copy of the WebKit SPI files. These are the ones corresponding ...avi@google.com2008-09-155-6/+329
* Turn off ActiveX for non-Windows platformsavi@google.com2008-09-152-1/+9
* An early optimization in std::pair<> in Visual Studio 2008 Service Pack 1 mak...maruel@google.com2008-09-151-0/+9
* For some reasons the linker excludes 2 of our hooksnsylvain@chromium.org2008-09-151-0/+4
* Occasionally GetLastActiveBrowserWindow fails on the build bots, probably bec...beng@google.com2008-09-151-1/+1
* Hit test zone for the new tab button should follow its visible shape.beng@google.com2008-09-141-1/+57
* Revert these changes now the experiment is complete.beng@google.com2008-09-143-5/+1
* Yet another test, this time with a tweak to the find test.beng@google.com2008-09-143-1/+5
* Fix a debug assertin when running the web contents unit test. The error is inbrettw@google.com2008-09-141-0/+3
* A couple of tweaks to the AeroGlassNonClientView:beng@google.com2008-09-141-2/+2
* Roll back frame test now buildbots have cycled.beng@google.com2008-09-142-3/+0
* Test frames on the builders again to see if notification change helped.beng@google.com2008-09-142-0/+3
* Include the area to the right of the tabstrip underneath the window controls ...beng@google.com2008-09-141-3/+11
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-1424-990/+1304
* Update overridden function signature for the test to bring it in sync with mybrettw@google.com2008-09-142-4/+2
* Roll back frames now test run is complete.beng@google.com2008-09-142-3/+0
* Test new frames on buildbots again.beng@google.com2008-09-142-0/+3
* Fix interactive UI tests...beng@google.com2008-09-143-8/+15
* Get the new frames to pass the accessibility UI tests.beng@google.com2008-09-144-8/+90
* Fix an include path.paulg@google.com2008-09-141-1/+1
* Provide necessary constructors in StackAllocator and PrivateHookAllocator to ...maruel@google.com2008-09-143-5/+24