| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds a speech input info bubble. | satish@chromium.org | 2010-08-24 | 7 | -0/+324 |
* | Revert 57187 - Adding a couple of binary files to hopefully get a good try ru... | finnur@chromium.org | 2010-08-24 | 2 | -0/+0 |
* | Autorestart on update should happen when (among other things), the browser is in | prasadt@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Minor fixes to keep TOT working with the 10.6 SDK. | jrg@chromium.org | 2010-08-24 | 2 | -2/+6 |
* | [Mac] Revert the diagnostic messages added in r57088. | rohitrao@chromium.org | 2010-08-24 | 1 | -12/+2 |
* | Revert 57188 - Add html node info (tag name, attributes, and computed display... | dmazzoni@chromium.org | 2010-08-24 | 8 | -196/+8 |
* | New pyauto translate tests. | alyssad@google.com | 2010-08-24 | 1 | -31/+101 |
* | [Mac] Disable all sandboxd logging unless running with --enable-sandbox-logging. | rsesek@chromium.org | 2010-08-24 | 2 | -11/+34 |
* | Update V8 to 2.3.10 | mnaganov@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 28 | -116/+490 |
* | Add html node info (tag name, attributes, and computed display) and document | dmazzoni@chromium.org | 2010-08-24 | 8 | -8/+196 |
* | Adding a couple of binary files to hopefully get a good try run on my next ch... | finnur@chromium.org | 2010-08-24 | 2 | -0/+0 |
* | Rearrange suppressions for bug 46186 (Leak in | glider@chromium.org | 2010-08-24 | 1 | -27/+42 |
* | Implement IDBTransaction::objectStore | andreip@chromium.org | 2010-08-24 | 5 | -6/+35 |
* | Show update screen for non-official build | dpolukhin@chromium.org | 2010-08-24 | 1 | -1/+2 |
* | Fix IDBDatabase::removeObjectStore for multiprocess mode | andreip@chromium.org | 2010-08-24 | 3 | -1/+11 |
* | Workaround bug 53198 - don't read non-race ThreadSanitizer warnings on Windows | timurrrr@chromium.org | 2010-08-24 | 1 | -1/+3 |
* | Roll the version number of the rlz library to make the new open source RLZ | rogerta@google.com | 2010-08-24 | 1 | -1/+1 |
* | Don't run CancellationFlagTest.SetOnDifferentThreadDeathTest under Valgrind o... | timurrrr@chromium.org | 2010-08-24 | 1 | -0/+3 |
* | Add additional suppressions for unexpected SVG failures | rolandsteiner@chromium.org | 2010-08-24 | 1 | -1/+4 |
* | Linux: Fix compilation issue with gcc-4.1.2. | craig.schlenter@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Quick-fix for r57175: suppress common false InvalidLock reports under ThreadS... | timurrrr@chromium.org | 2010-08-24 | 1 | -0/+19 |
* | device_orientation::DispatcherHost: one Provider observer per render_view_id. | hans@chromium.org | 2010-08-24 | 3 | -39/+74 |
* | Make tsan_analyze.py print ThreadSanitizer's warnings about lock violations. | glider@chromium.org | 2010-08-24 | 1 | -11/+39 |
* | Suppress a lock violation in libjingle | glider@chromium.org | 2010-08-24 | 1 | -0/+16 |
* | WebKit roll 65859:65885, upstream test expectations, add new SVG tests as tem... | rolandsteiner@chromium.org | 2010-08-24 | 2 | -6/+14 |
* | Fix a few test failures when landing http://trac.webkit.org/changeset/57178. | jnd@google.com | 2010-08-24 | 4 | -20/+61 |
* | Implement policy for controlling "Show Home Button" preference. | mnissler@chromium.org | 2010-08-24 | 14 | -2/+69 |
* | Suppress a flaky leak found by heapchecker in unit_tests | glider@chromium.org | 2010-08-24 | 1 | -0/+9 |
* | Disable crash_reporter.CrashReporterTest.testRendererCrash on Win | nirnimesh@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | Widen the suppression for bug 50936, suppress a new memory leak in TabContent... | timurrrr@chromium.org | 2010-08-24 | 1 | -3/+23 |
* | Updating trunk VERSION from 504.0 to 505.0 | chrome-release@google.com | 2010-08-24 | 1 | -1/+1 |
* | Add list support to the policy template generator and prepare for Mac output | gfeher@chromium.org | 2010-08-24 | 9 | -301/+587 |
* | Removed inheritance of std:less in network data structures | allanwoj@chromium.org | 2010-08-24 | 1 | -3/+2 |
* | First pass at convert the SSL dialogs into InfoBubbles. | finnur@chromium.org | 2010-08-24 | 6 | -0/+331 |
* | Fix the gtest filter for the changed OutOfMemoryTest test fixture name. | glider@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Had to remove pageData divs because they interferred with | aa@chromium.org | 2010-08-24 | 4 | -16/+8 |
* | Update one of the generate docs from r57148. | aa@chromium.org | 2010-08-24 | 1 | -2/+2 |
* | Add explanatory text to omnibox and infobars API. | aa@chromium.org | 2010-08-24 | 12 | -52/+279 |
* | When launcing apps from launcher, use pinned tabs, not app tabs. | aa@chromium.org | 2010-08-24 | 2 | -66/+6 |
* | webkit_support: Implement IndexedDB initialization. | tkent@chromium.org | 2010-08-24 | 2 | -0/+6 |
* | Enable WorkerTest.QueuedSharedWorkerShutdown because it seems to work 100% now. | atwilson@chromium.org | 2010-08-24 | 1 | -2/+1 |
* | Consolidate places where a TemplateURL is removed and then added to the Templ... | levin@chromium.org | 2010-08-24 | 2 | -59/+51 |
* | Add support for status icon context menus for gtk. | atwilson@chromium.org | 2010-08-24 | 13 | -16/+50 |
* | Add DOM UI version of "Customize modifier keys" dialog. | mazda@chromium.org | 2010-08-24 | 10 | -1/+213 |
* | Sometimes you want to enforce that some but not all of your methods are calle... | levin@chromium.org | 2010-08-24 | 8 | -15/+296 |
* | WebKit roll 65800:65859. | dumi@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Mac: Correctly show/hide compositor on navigations. | thakis@chromium.org | 2010-08-24 | 10 | -21/+92 |
* | Widen the suppression of 51328 to catch the variant in Bug 53044. | mattm@chromium.org | 2010-08-24 | 1 | -15/+3 |
* | Fix the ChromeFrame ReferrerTest failures. This test fails because we incorre... | ananta@chromium.org | 2010-08-24 | 1 | -0/+5 |