| Commit message (Expand) | Author | Age | Files | Lines |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 2 | -2/+2 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 2 | -9/+3 |
* | Purify bot fix | agl@chromium.org | 2009-02-21 | 2 | -4/+8 |
* | Correctly evict smallest transport DIB cache member | agl@chromium.org | 2009-02-21 | 1 | -1/+3 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -3/+4 |
* | Fix unit test memory leak | agl@chromium.org | 2009-02-20 | 2 | -4/+13 |
* | Purify fix | agl@chromium.org | 2009-02-20 | 1 | -0/+2 |
* | Implement the logic to change Renderers. We can now navigate between pages! | erg@google.com | 2009-02-20 | 1 | -0/+4 |
* | Implement RenderWidgetHostViewGtk::Destroy. | deanm@chromium.org | 2009-02-20 | 1 | -2/+1 |
* | Make plugin_service.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 3 | -3/+3 |
* | Revert r10090, which was committed without proper review. | darin@chromium.org | 2009-02-20 | 3 | -50/+2 |
* | Add tab content type for developer tools UI. | yurys@google.com | 2009-02-20 | 3 | -2/+50 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -4/+3 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -3/+4 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 17 | -76/+324 |
* | Fix a UMR in the IPC message ViewHostMsg_FrameNavigate, which occured as a re... | ananta@chromium.org | 2009-02-20 | 1 | -0/+1 |
* | Add a TabContentsContainerGtk to remove the current hack that inserts the | erg@google.com | 2009-02-19 | 1 | -1/+2 |
* | Update the table of RAM vs number of renderers | cpu@google.com | 2009-02-19 | 1 | -5/+20 |
* | Changes line endings from CRLF to LF and add svn:eol-style to LF. | hbono@chromium.org | 2009-02-19 | 1 | -64/+64 |
* | Bring up save_package, save_item, save_file_manager on posix. | estade@chromium.org | 2009-02-19 | 2 | -7/+2 |
* | Prepare some files for porting: | estade@chromium.org | 2009-02-18 | 2 | -4/+4 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 12 | -20/+25 |
* | Reverting 9944. | yurys@google.com | 2009-02-18 | 2 | -62/+2 |
* | Create communication channel between developer tools UI implemented in JS and... | yurys@google.com | 2009-02-18 | 2 | -2/+62 |
* | Take out common functionality from PluginProcessHost and move it to ChildProc... | jam@chromium.org | 2009-02-18 | 2 | -18/+3 |
* | Fix a memory leak of the renderer thread objects in single process mode. | brettw@chromium.org | 2009-02-17 | 1 | -3/+8 |
* | Significantly rework coordinate handling for the Cocoa views. Fixes tons of r... | avi@chromium.org | 2009-02-17 | 2 | -15/+20 |
* | Keyboard focus mostly works on Linux. | evan@chromium.org | 2009-02-17 | 2 | -7/+24 |
* | Fixes resizing. (The content will still be scaled a bit until the roundtrip h... | avi@chromium.org | 2009-02-17 | 1 | -0/+5 |
* | Add render view id to AudioRendererHost | hclam@chromium.org | 2009-02-17 | 2 | -69/+89 |
* | IPC messages definitions for audio related requests from | hclam@chromium.org | 2009-02-16 | 2 | -0/+53 |
* | Revert r9861 to fix build | hclam@chromium.org | 2009-02-16 | 2 | -53/+0 |
* | IPC messages definitions for audio related requests from | hclam@chromium.org | 2009-02-16 | 2 | -0/+53 |
* | Reverting 9855. | maruel@chromium.org | 2009-02-16 | 2 | -62/+2 |
* | Review URL: http://codereview.chromium.org/20405 | yurys@google.com | 2009-02-16 | 2 | -2/+62 |
* | Rollback my change that seems to break some tests. | hclam@chromium.org | 2009-02-14 | 2 | -89/+69 |
* | Add render view id to AudioRendererHost | hclam@chromium.org | 2009-02-14 | 2 | -69/+89 |
* | Add chrome-extension to the list of "web-safe" schemes for | aa@chromium.org | 2009-02-14 | 2 | -0/+3 |
* | Change mime type utils to operate on platform-specific string types for filen... | estade@chromium.org | 2009-02-14 | 2 | -7/+7 |
* | Have ChildProcessInfo contain a list of all running child processes (i.e. ins... | jam@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Fix a crash bug in memory_utils.cc caused by assuming that the | mpcomplete@google.com | 2009-02-13 | 1 | -0/+3 |
* | Hook up browser cursors on linux. | estade@chromium.org | 2009-02-13 | 3 | -2/+26 |
* | Fix an off-by-one error in posix backing store scrolling. | estade@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Fewer NOTIMPLEMENTED()s, more comments. | evan@chromium.org | 2009-02-13 | 1 | -1/+5 |
* | Remove a NOTIMPLEMENTED(). It's obviously wrong and we will be revisiting | evan@chromium.org | 2009-02-13 | 1 | -1/+0 |
* | Pump events to the renderer. Doesn't work currently due to activation issues. | avi@chromium.org | 2009-02-12 | 2 | -2/+19 |
* | Lots of small nits to help to split off webkit.dll. | maruel@chromium.org | 2009-02-12 | 1 | -0/+1 |
* | Porting in chrome/ | phajdan.jr@chromium.org | 2009-02-12 | 1 | -1/+1 |
* | This is an attempt at finding the reason for the page_cycler slowness caused by | mad@chromium.org | 2009-02-12 | 9 | -37/+113 |
* | Validate HWNDs that the renderer asks to be moved. | deanm@chromium.org | 2009-02-12 | 1 | -0/+7 |