summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove an assertion I added in my DOM UI change. It looks like this happens inbrettw@chromium.org2009-03-181-5/+0
* Add a handle scope to V8Proxy::initContextIfNeeded.ager@chromium.org2009-03-181-1/+4
* Fixing a few minor issues found during static analysis of the Chromium codebase.finnur@chromium.org2009-03-184-7/+7
* Make startup_tests print results on Linux.phajdan.jr@chromium.org2009-03-187-160/+161
* Port DirectoryWatcher to Linux using inotify.phajdan.jr@chromium.org2009-03-188-50/+493
* Change the stub for file_util::EvictFileFromSystemCachethomasvl@chromium.org2009-03-181-3/+4
* Revert the src/webkit part of r11958 since it broke the build.maruel@chromium.org2009-03-185-17/+2
* Initialize module_handle_ in IATPatch's constructor.deanm@chromium.org2009-03-181-1/+2
* Unfork WebInspector frontend.pfeldman@chromium.org2009-03-185-2/+17
* Make Rpc dispatch in DevTools static, remove redundant JSON parsing.pfeldman@chromium.org2009-03-186-28/+31
* Remove an unused bool member variable "opened_" from StatsTable.deanm@chromium.org2009-03-181-6/+6
* Revert 11946 since it is causing a build breakage on full rebuild. The maruel@chromium.org2009-03-183-6/+128
* Reverting 11953.hbono@chromium.org2009-03-1815-241/+1
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-1815-1/+241
* Make worker constructor return error if it is enabled by the flag.jianli@chromium.org2009-03-184-1/+23
* Quick fix to prevent double launch of chrome at install.cpu@google.com2009-03-181-1/+3
* Moving sbox to gyp on windows.bradnelson@google.com2009-03-183-128/+6
* - Modify DOM checker automation to use DOM Automation Controller instead ofpatrick@chromium.org2009-03-1810-143/+737
* Fixing subtle dependency on client name on my last change to chrome.sln.bradnelson@google.com2009-03-181-1/+1
* Rebaseline fail. Marking LayoutTests/fast/forms/searchfield-heights.html fixableaa@chromium.org2009-03-181-0/+1
* Switching net over to use gyp on windows.bradnelson@google.com2009-03-1815-2353/+1752
* Fix leak in GetCertSubjectAltNamesOfType(). Found by valgrind.dkegel@google.com2009-03-181-0/+1
* Rebaseline LayoutTests\fast\forms\searchfield-heights-expected. Text input boxesaa@chromium.org2009-03-184-3/+2
* Remove bogus DCHECKabarth@chromium.org2009-03-181-3/+0
* SSLPolicy Fix: Step 8.abarth@chromium.org2009-03-184-144/+267
* Mac bookmark work. jrg@chromium.org2009-03-1832-240/+815
* Pre-upstream cleaning of files - changing them to follow WebKit coding style.dimich@google.com2009-03-174-448/+416
* Mark LayoutTests/svg/custom/foreignObject-crash-on-hover.xml as DEFER.patrick@chromium.org2009-03-171-5/+5
* Revert r11926 which accidentally enabled workers.dimich@google.com2009-03-171-1/+1
* Get v8_collection.h to match webkit coding standards inlevin@chromium.org2009-03-172-237/+205
* Defers three more svg tests. I couldn't get coords-units-01-b.svg to crash, a...sky@google.com2009-03-171-9/+7
* Remove unneeded uses of base/hash_tables.h.thestig@chromium.org2009-03-174-4/+0
* Fix bug where an extension toolstrip would sometimes get added twice to thempcomplete@google.com2009-03-171-3/+11
* Remove exclusion on worker files on Mac and Linux since they are not platform...dimich@google.com2009-03-171-6/+1
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-1748-1226/+1189
* Fixes crash on showing info bubble.sky@google.com2009-03-171-6/+4
* Re-baseline LayoutTests\security\block-test-expected.txt.patrick@chromium.org2009-03-173-4/+134
* Remove pending/fast/events. There's no tests left here. :)ojan@google.com2009-03-171-15/+0
* Roll deps to bring in latest webkit.sky@google.com2009-03-171-1/+1
* Rebaselines the test LayoutTests/fast/block/positioning/001.html . sky@google.com2009-03-173-2/+3
* Minor DCHECK cleanups in libevent.willchan@chromium.org2009-03-171-2/+3
* Fix a bug in WebMediaPlayerDelegateImpl that stalls video playbackhclam@chromium.org2009-03-171-8/+8
* Roll gyp DEPS to pickup this change:agl@chromium.org2009-03-171-1/+1
* Fixes build breakage on Linux.klink@chromium.org2009-03-171-1/+1
* Renames AccessibleWrapper to ViewAccessibilityWrapper for clarity. klink@chromium.org2009-03-179-295/+434
* Roll GYP's deps to get the newer additions on the mac.thomasvl@chromium.org2009-03-171-1/+1
* Find the 32-bit libs in the right place on 32-bit buildbot.mmoss@chromium.org2009-03-171-15/+20
* Fix bug 7550: We still refer to the Java beta when suggesting plugins to down...finnur@chromium.org2009-03-171-1/+1
* Some upstream code assumes that the executable path from the path service isthomasvl@chromium.org2009-03-172-18/+21
* Second stab at applying http://codereview.chromium.org/43138/show.robertshield@google.com2009-03-1716-11/+387