| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land: Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-25 | 20 | -1/+4497 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 1 | -2/+2 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 4 | -9/+9 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 4 | -9/+9 |
* | Factor Windows handle enumeration code into its own classesI did some general... | jschuh@chromium.org | 2011-06-24 | 3 | -92/+54 |
* | Multiprofile: Fix all places where we observe BROWSER_THEME_CHANGED so that we | erg@google.com | 2011-06-24 | 1 | -1/+2 |
* | Revert 90435 - Re-land: Move browser accessibility code from chrome to content. | brettw@chromium.org | 2011-06-24 | 20 | -4488/+1 |
* | Re-land: Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-24 | 20 | -1/+4488 |
* | Add MediaInternals data aggregator. | scottfr@chromium.org | 2011-06-24 | 3 | -1/+39 |
* | Consolidates managing of bookmark bar state to browser. Browser now | sky@chromium.org | 2011-06-24 | 3 | -31/+15 |
* | Update src/content/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE | abarth@chromium.org | 2011-06-24 | 6 | -40/+49 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -10/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -0/+10 |
* | Revert 90359 - Helper functions for tracking stale TabContentsDelegate's. | cbentzel@chromium.org | 2011-06-24 | 4 | -44/+1 |
* | Helper functions for tracking stale TabContentsDelegate's. | cbentzel@chromium.org | 2011-06-24 | 4 | -1/+44 |
* | Reenable WorkerTest.WorkerWebSocketLayoutTests. | yutak@chromium.org | 2011-06-24 | 1 | -3/+1 |
* | Get rid of the implicit content dependency on how Chrome stores its resources... | jam@chromium.org | 2011-06-24 | 10 | -25/+46 |
* | Fix JingleSession to respect net::StreamSocket Read/Write semantics. | wez@chromium.org | 2011-06-24 | 1 | -15/+23 |
* | Update src/content to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE | abarth@chromium.org | 2011-06-24 | 1 | -1/+5 |
* | Remove unused has_unload_listener_. | creis@chromium.org | 2011-06-23 | 2 | -4/+0 |
* | Revert 90265 - Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-23 | 20 | -4483/+1 |
* | Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-23 | 20 | -1/+4483 |
* | Move MachBroker to content. | jam@chromium.org | 2011-06-23 | 6 | -3/+404 |
* | Fix a bug where window.screen would return 0, 0 as the width and height | tony@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Coverity: Fix pass by value errors. | kmadhusu@chromium.org | 2011-06-23 | 4 | -8/+9 |
* | Add switch to enable media stream apis in Webkit. The patch is needed so medi... | perkj@google.com | 2011-06-23 | 4 | -0/+9 |
* | Switch to GetConstrainingContentsWrapper. | avi@chromium.org | 2011-06-23 | 2 | -10/+0 |
* | Split out abstract interface from GeolocationPermissionContext | joth@chromium.org | 2011-06-23 | 5 | -47/+58 |
* | Style fix for member variable. | husky@google.com | 2011-06-23 | 2 | -13/+13 |
* | Revert 89221 - Reverting this to see if the Flash crashes on Mac canary are d... | ananta@chromium.org | 2011-06-23 | 1 | -2/+7 |
* | Make IndexedDB brower test work with updated api | dgrogan@chromium.org | 2011-06-23 | 1 | -4/+1 |
* | Reland 90035 - Deflakify Prerender Favicon Test by removing timer and using | rvargas@google.com | 2011-06-23 | 1 | -0/+4 |
* | Re-enable passing tests. | abarth@chromium.org | 2011-06-23 | 2 | -10/+4 |
* | Disable WorkerTest.TerminateQueuedWorkers. | dimich@chromium.org | 2011-06-23 | 1 | -0/+5 |
* | Fix latch deadlock when there is a gpu::error on a context. This works by los... | jbates@chromium.org | 2011-06-23 | 3 | -0/+23 |
* | Revert 90035 - Deflakify Prerender Favicon Test by removing timer and using | rvargas@google.com | 2011-06-23 | 1 | -4/+0 |
* | Fixes a bug that could occur while a user searches in a plugin document if th... | deadhead@google.com | 2011-06-23 | 1 | -2/+4 |
* | WebKit roll 89393:89463 | dimich@chromium.org | 2011-06-23 | 1 | -1/+4 |
* | Linux/CrOS smooth scrolling support - behind a flag. | scottbyer@chromium.org | 2011-06-23 | 1 | -0/+1 |
* | Fixing Coverity bugs (DEAD_CODE and PASS_BY_VALUE) | dpapad@chromium.org | 2011-06-22 | 7 | -9/+6 |
* | Add more trace events related to latch usage and to track RendererGlContext d... | jbates@chromium.org | 2011-06-22 | 2 | -0/+3 |
* | Repost invalidation task in swapbuffers callback. | nduca@chromium.org | 2011-06-22 | 1 | -4/+9 |
* | Fix a regression where extension APIs would sometimes not be available on the | mpcomplete@chromium.org | 2011-06-22 | 6 | -0/+15 |
* | Remove msvs_guid from chrome_frame/, cloud_print/, content/ | tony@chromium.org | 2011-06-22 | 5 | -7/+0 |
* | Coverity: Fix pass by value error | kmadhusu@chromium.org | 2011-06-22 | 2 | -2/+2 |
* | Coverity: Fix pass by value error. | kmadhusu@chromium.org | 2011-06-22 | 4 | -4/+4 |
* | Coverity: Fix null pointer return and pass by value error. | kmadhusu@chromium.org | 2011-06-22 | 3 | -2/+3 |
* | Fix SetParent for Pepper | piman@chromium.org | 2011-06-22 | 2 | -10/+30 |
* | Fixed several FORWARD_NULL issues from Coverity. (I.e. variables can be NULL ... | groby@chromium.org | 2011-06-22 | 1 | -1/+2 |
* | Use vector_as_array() in unix_domain_socket_posix.cc | tzik@chromium.org | 2011-06-22 | 1 | -3/+3 |