| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle <link rel=prerender> in chrome. | gavinp@chromium.org | 2011-05-24 | 3 | -12/+24 |
* | Remove history dependency from content. | jam@chromium.org | 2011-05-24 | 9 | -213/+140 |
* | Pull platform_util dependency from TC. | avi@chromium.org | 2011-05-24 | 3 | -14/+0 |
* | Mac: Fix WebGL in OS X 10.7 + misc. Sandbox cleanup | jeremy@chromium.org | 2011-05-24 | 4 | -10/+30 |
* | Fix HostZoomMap related crash from r86367. Re-enable PDFBrowserTest.Slow_Load... | thestig@chromium.org | 2011-05-24 | 1 | -1/+3 |
* | Restore the gpu blacklist logic. | zmo@google.com | 2011-05-24 | 1 | -0/+6 |
* | Replace "http" etc with the url_constants version. This was a previous TODO ... | jam@chromium.org | 2011-05-23 | 4 | -7/+32 |
* | Remove Profile code from HostZoomMap. | jam@chromium.org | 2011-05-23 | 7 | -100/+10 |
* | Fix PP_FileOpenFlags_Dev handling: | yzshen@chromium.org | 2011-05-23 | 4 | -9/+9 |
* | GLContext no longer holds a pointer to a GLSurface. | apatrick@chromium.org | 2011-05-23 | 2 | -14/+21 |
* | Make WebGraphics3DCommandBufferImpl use GLES2Implemenation directly. | gman@chromium.org | 2011-05-23 | 2 | -123/+84 |
* | Get rid of url_request_tracking.*. The only other place that used it other t... | jam@chromium.org | 2011-05-23 | 6 | -8/+12 |
* | Add hideKeyboard API to chrome.experimental.input. | mazda@chromium.org | 2011-05-23 | 1 | -0/+5 |
* | Add some missing information to TabContentsObserver docs. | mmenke@chromium.org | 2011-05-23 | 1 | -1/+4 |
* | Take out pref watching from HostZoomMap, in preparation of removing Profile f... | jam@chromium.org | 2011-05-23 | 3 | -212/+10 |
* | Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. | fischman@chromium.org | 2011-05-23 | 4 | -18/+37 |
* | Add a browser test for IndexedDB+LevelDB. | hans@chromium.org | 2011-05-23 | 1 | -0/+11 |
* | Fix the EOS hang and jerkiness in playback. | vhiremath@nvidia.com | 2011-05-23 | 1 | -3/+5 |
* | Changes to not use the prerendered contents when window.opener needs to be set. | shishir@chromium.org | 2011-05-22 | 6 | -8/+21 |
* | Revert r75078 now that crbug.com/72007 is fixed. | darin@chromium.org | 2011-05-21 | 2 | -10/+0 |
* | Fix a few browser tests for touchui: Count the renderer for the keyboard and ... | sadrul@chromium.org | 2011-05-21 | 1 | -0/+20 |
* | CrOS - Change file browser to use new ExtensionDialog window. | jamescook@chromium.org | 2011-05-20 | 2 | -14/+17 |
* | Add CHECKs to see if anyone sets a RenderViewHost's delegate to NULL. | jam@chromium.org | 2011-05-20 | 2 | -2/+6 |
* | Safely cancel prerenders on threads other than the UI thread. | mmenke@chromium.org | 2011-05-20 | 3 | -44/+10 |
* | Call makeContextCurrent in places that are missing it. | gman@chromium.org | 2011-05-20 | 1 | -0/+8 |
* | Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs. | adamk@chromium.org | 2011-05-19 | 1 | -4/+0 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 5 | -8/+8 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 7 | -7/+7 |
* | Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC... | jam@chromium.org | 2011-05-19 | 13 | -404/+70 |
* | Added more trace info to SwapBuffers, traced some functions in WebGraphicsCon... | jbates@chromium.org | 2011-05-19 | 1 | -0/+3 |
* | Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ... | tony@chromium.org | 2011-05-19 | 4 | -5/+5 |
* | Make about:gpu report driver information again. | nduca@chromium.org | 2011-05-19 | 2 | -10/+10 |
* | Miscellaneous webkit_glue namespace changes in preparation for building src\c... | ananta@chromium.org | 2011-05-19 | 1 | -5/+5 |
* | Remove ShowCollectedCookiesDialog from TabContentsDelegate, since content lay... | jam@chromium.org | 2011-05-19 | 2 | -7/+0 |
* | Remove unneeded call to StartCrossSiteTransition. | creis@chromium.org | 2011-05-19 | 1 | -2/+4 |
* | Drop url_constants dependency in content/. | avi@chromium.org | 2011-05-19 | 16 | -27/+40 |
* | Remove the code in TestTabContents that closes infobars. If a code is using ... | jam@chromium.org | 2011-05-18 | 3 | -42/+0 |
* | Add histograms for the delay between DoDeferredUpdates. | nduca@chromium.org | 2011-05-18 | 2 | -0/+21 |
* | Support getting the font list in Pepper. This currently only works out of | brettw@chromium.org | 2011-05-18 | 21 | -50/+495 |
* | Add in DEPS entry still needed. | avi@chromium.org | 2011-05-18 | 1 | -0/+1 |
* | Remove deps entry for header from previous change | jam@chromium.org | 2011-05-18 | 1 | -3/+0 |
* | Get rid of TabContentsSSLHelper dependency from content. | jam@chromium.org | 2011-05-18 | 6 | -123/+0 |
* | Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use. | fischman@chromium.org | 2011-05-18 | 2 | -0/+24 |
* | Readd line to DEPS file that got removed by accident | jam@chromium.org | 2011-05-18 | 1 | -0/+1 |
* | Get rid of some plugin related dependencies. Have PluginObserver be created ... | jam@chromium.org | 2011-05-18 | 5 | -34/+3 |
* | Get rid of chrome dependencies from PluginProcessHost by moving dispatching o... | jam@chromium.org | 2011-05-18 | 11 | -52/+461 |
* | Move download stuff to download tab helper. | avi@chromium.org | 2011-05-18 | 6 | -51/+9 |
* | Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 6 | -17/+17 |
* | Revert 85732 (broke build) - Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 5 | -12/+12 |
* | Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 5 | -12/+12 |