summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing guid to match sln files (odd this oversight hasn't caused more problems?)bradnelson@google.com2009-04-051-1/+1
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-0425-951/+788
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-0411-34/+60
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-0415-3/+98
* Remove unused variable from POSIX SharedMemory implementation.thestig@chromium.org2009-04-042-8/+5
* Fix null termination bug when reading UserScriptaa@chromium.org2009-04-041-2/+4
* Gtk: pass the correct event time when we show right click context menus in th...estade@chromium.org2009-04-036-10/+33
* Add a bug annotation to http/tests/navigation/onload-navigation-iframe-timeou...darin@chromium.org2009-04-031-6/+5
* Fix potential crash when multiple workers try to start at the same time. In o...jianli@chromium.org2009-04-031-0/+18
* Make V8WorkerContextObjectEventListener from upstream compiled.jianli@chromium.org2009-04-032-0/+10
* Change the size of media cachehclam@chromium.org2009-04-031-3/+4
* Remove a DCHECK in RenderView::CloseAudioStreamhclam@chromium.org2009-04-031-5/+7
* Lands fix for 9659 from tedoc. See http://codereview.chromium.org/60059 for r...sky@chromium.org2009-04-032-3/+21
* DEPS roll for gyp Linux generator fix.sgk@google.com2009-04-031-1/+1
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-0319-43/+447
* Add 'variants' support on Linux for COVERAGE=, PROFILE= and SYMBOLS=.sgk@google.com2009-04-032-1/+14
* Make the font family and the font size used in dom UI localizable. This is a ...jungshik@google.com2009-04-0365-49/+119
* NULL check web_contents_ to prevent a crash.tc@google.com2009-04-031-2/+3
* Create a well-defined region that closely matches the shape of the tab to use...jhawkins@chromium.org2009-04-034-36/+35
* Updates to account for latest build bot activity.darin@chromium.org2009-04-031-16/+10
* Make ProxyResolverV8 the default.ericroman@google.com2009-04-033-9/+7
* Gtk: Insert a border at the bottom of the toolbar.estade@chromium.org2009-04-031-0/+10
* Fixing misuse of FFmpeg in decodershclam@chromium.org2009-04-032-7/+17
* Chrome side change to use V8EventListenerList from upstream. This involves re...jianli@chromium.org2009-04-034-114/+11
* Fixes regression in dragging bookmark bar. The bookmark bar would notsky@chromium.org2009-04-031-2/+3
* Remove the now-superfluous STATE_CONNECT and STATE_CONNECT_COMPLETED from SSL...markus@chromium.org2009-04-036-262/+180
* Add some hysterisis to tab dragging on Mac.shess@chromium.org2009-04-031-0/+19
* Adds temporary warning when installing Chrome extensions. The warninggeorged@chromium.org2009-04-031-0/+16
* Add DirectoryWatcherTest back to the Linux build.thestig@chromium.org2009-04-031-3/+6
* Fix for issue 9685:sgk@google.com2009-04-031-1/+1
* Remove all the redundant mac : LayoutTests/http listings now thatojan@google.com2009-04-031-52/+7
* Update for windows failures.darin@chromium.org2009-04-031-9/+11
* Remove duplicated expectation.darin@chromium.org2009-04-031-4/+2
* Restrict to LINUX.darin@chromium.org2009-04-031-10/+10
* Update test expectations following WebKit merge 42133:42199darin@chromium.org2009-04-031-0/+12
* WebKit merge 42132:42199 (Chrome side)darin@chromium.org2009-04-033-6/+7
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-0310-13/+26
* Build fix: devtools_messages_internal.h moved w/o updating if 0 blockagl@chromium.org2009-04-031-1/+1
* Put a border around the find bar text entry field.estade@chromium.org2009-04-033-6/+9
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-0310-35/+12
* Remove deprecated wstring ctor of JSONFileValueSerializer.phajdan.jr@chromium.org2009-04-0311-41/+40
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-0310-23/+452
* Reduce usage of {To,From}WStringHack in file_util_unittest.ccphajdan.jr@chromium.org2009-04-031-58/+60
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-036-10/+26
* DEPS roll to get svn:ignore on third_party/icu38.sgk@google.com2009-04-031-1/+1
* DevTools: Add devtools messages into the about:ipc dialog.pfeldman@chromium.org2009-04-033-9/+27
* 1. Scope pane is populated with local variables, arguments and 'this' object ...yurys@google.com2009-04-033-52/+231
* Remove two unneeded uses of std::floor in the GTK tab code.deanm@chromium.org2009-04-031-3/+2
* DevTools: move devtools messages to common.pfeldman@chromium.org2009-04-0310-19/+17
* DevTools: Use string literals when encoding messages.pfeldman@chromium.org2009-04-033-124/+89