summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Roll DEPS to update webkit versionawalker@google.com2009-05-011-1/+1
* Chromium side of merge 43059:43114awalker@google.com2009-05-012-2/+2
* Only unset the kWebPluginDelegateProperty property after calling the plugin's...jam@chromium.org2009-05-011-25/+19
* Roll DEPS to pick up ResourceResponse unforking.dglazkov@chromium.org2009-05-011-1/+1
* Strings for default browser infobar.ben@chromium.org2009-05-013-0/+19
* Suppress valgrind warnings fordank@chromium.org2009-05-011-0/+89
* Add atomic operations for ARM.thestig@chromium.org2009-05-013-1/+133
* DevTools: Fix access violation (null pointer) on document tear down.pfeldman@chromium.org2009-05-013-5/+8
* Measure IPC latency for audiohclam@chromium.org2009-05-013-7/+69
* Release the autocomplete popup panel when not visible.shess@chromium.org2009-05-011-0/+8
* Increase the firstrun bubble width for Tamil.jungshik@google.com2009-05-011-1/+1
* Fix make build by making sure .pak files are listed as outputs of grd files.tc@google.com2009-05-015-53/+130
* Making CloseWindow and CloseTab automation APIhuanr@chromium.org2009-05-0110-66/+240
* Enables key view loop autorecalculation in the BrowserWindow on Mac. This fixesrohitrao@chromium.org2009-05-011-1/+1
* Replace window.external with a v8::extension.mbelshe@google.com2009-05-019-79/+89
* More focus fixing.avi@google.com2009-05-011-1/+2
* Allow Frame.cpp to be unforked.levin@chromium.org2009-05-011-1/+7
* Only send events to renderers that are listening to an event.Notify browser w...erikkay@google.com2009-05-0110-11/+137
* chrome.gyp updates:sgk@google.com2009-05-011-11/+104
* Fix a small undercalculation of the space available a result description.deanm@chromium.org2009-05-011-3/+3
* Glue part for the provisional WebKit merge (https://bugs.webkit.org/show_bug....pfeldman@chromium.org2009-05-013-1/+8
* Undo the reference counting experiment. The crashes are stillager@chromium.org2009-05-011-30/+2
* Wrappers for inline style declarations disappeared on GC. Fix theager@chromium.org2009-05-011-1/+14
* Add a title to the "download in progress" dialog.abarth@chromium.org2009-05-011-0/+4
* Roll DEPS to pick up Document/Element unfork.dglazkov@google.com2009-05-011-1/+1
* Deprecate wstring version of PathService::Get() in webkit.thestig@chromium.org2009-05-019-42/+53
* Fix issue 11264fqian@google.com2009-05-011-16/+30
* Second part of fix of issue http://code.google.com/p/chromium/issues/detail?i...fqian@google.com2009-05-011-1/+12
* Linux: terminate clipboard handling on the UI thread.agl@chromium.org2009-05-013-27/+141
* Undisable the temporarily disabled test, by fixing the URL expectation to hav...ericroman@google.com2009-05-011-3/+2
* Fix to test_expectations.txtasargent@chromium.org2009-05-011-3/+7
* POSIX: Don't allow onunload handlers to hang a renderer forever.agl@chromium.org2009-05-014-0/+39
* Disabling the EmbeddedMP3 plugin test as it needs a functional sound device o...ananta@chromium.org2009-05-011-2/+2
* Only skip the GRIT header writing on Windows. This will causetc@google.com2009-05-011-5/+6
* People should just use GetWindow() instead of calling GetWidget()->GetWindow()ben@chromium.org2009-05-015-11/+9
* Disable two tests that started crashing on buildbots after r14994.asargent@chromium.org2009-05-011-2/+2
* Stop the location bar from flashing white when navigating from one HTTPS site...abarth@chromium.org2009-05-013-8/+15
* Add some histograms to see how often users click through blocking pages.abarth@chromium.org2009-05-012-1/+43
* Third installement of low level audio for maccpu@chromium.org2009-04-302-14/+130
* Code coverage improvements.jrg@chromium.org2009-04-303-21/+76
* Fix the web inspector on linux.tc@google.com2009-04-302-3/+4
* GTK: give the findbox curvy edges.estade@chromium.org2009-04-304-16/+130
* Implement ID persistence for bookmarks:munjal@chromium.org2009-04-3010-67/+406
* Roll deps to pull in textarea unforkage. TBRojan@google.com2009-04-301-1/+1
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-3012-176/+387
* Added audio/mpeg and video/mpeg to the list of mime types supported by the Ac...ananta@chromium.org2009-04-303-4/+14
* Fix bug numbers in test_expectations.jeremy@chromium.org2009-04-301-6/+8
* Add empty createHTMLParserQuirks implementation in anticipation of http://tra...dglazkov@google.com2009-04-301-0/+3
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-3017-148/+331
* Replace std::map, std::set by WTF::HashMap and WTF::HashSet.fqian@google.com2009-04-301-40/+93