| Commit message (Expand) | Author | Age | Files | Lines |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -3/+3 |
* | Moved InitNavigationParams to test_render_view_host so that other test can us... | oshima@chromium.org | 2010-07-14 | 2 | -0/+26 |
* | Add unit test and supporting code to test process overflow case. | erikkay@chromium.org | 2010-07-11 | 1 | -0/+115 |
* | Try to cut down Browser/TabContents header dependencies. | erg@chromium.org | 2010-07-09 | 1 | -0/+1 |
* | Improve input method support. | suzhe@chromium.org | 2010-06-23 | 1 | -1/+3 |
* | Added plumbing to transport the frame name between RenderViewHost and the Web... | atwilson@chromium.org | 2010-06-12 | 2 | -2/+3 |
* | Merge DidPaintBackingStoreRects and DidScrollBackingStoreRect | darin@chromium.org | 2010-06-11 | 1 | -3/+2 |
* | Rip out the multiprofile implementation. | erg@chromium.org | 2010-06-10 | 2 | -5/+0 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -1/+2 |
* | Disable RenderViewHostManagerTest.ChromeURLAfterDownload because it hangs fla... | jhawkins@chromium.org | 2010-05-25 | 1 | -1/+9 |
* | TTF: Re-enable WebCacheManagerBrowserTest.CrashOnceOnly by marking it flaky. | jhawkins@chromium.org | 2010-05-25 | 1 | -2/+2 |
* | TTF: Re-enable RenderViewHostManagerTest.ChromeURLAfterDownload which was wri... | jhawkins@chromium.org | 2010-05-25 | 1 | -2/+1 |
* | Fixes a bug in slow cross-site navigations. | creis@chromium.org | 2010-05-22 | 2 | -1/+19 |
* | Do right-alignment of popups when WebKit indicates to do so. | avi@chromium.org | 2010-05-13 | 1 | -1/+2 |
* | Remove deprecated things from net test suite: | phajdan.jr@chromium.org | 2010-04-30 | 1 | -6/+6 |
* | Changing linux platform for chromeos. This involved moving platform_util and... | dhg@chromium.org | 2010-04-29 | 1 | -1/+1 |
* | Implement app process model isolation. | mpcomplete@chromium.org | 2010-04-22 | 1 | -15/+17 |
* | Made Pepper 3D plugins' output opaque on Mac OS X by filling the | kbr@google.com | 2010-04-15 | 2 | -2/+3 |
* | Destroy testing profile on UI thread. | mnissler@chromium.org | 2010-04-09 | 1 | -0/+4 |
* | Browser and unit test cases for patch submitted for Issue 23584 under | tony@chromium.org | 2010-04-08 | 1 | -1/+6 |
* | Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun... | thestig@chromium.org | 2010-03-31 | 1 | -1/+3 |
* | Extend the file browser/chooser to support more modes of operation, and plumb | brettw@chromium.org | 2010-03-30 | 1 | -2/+0 |
* | This CL ensures the interstitial when hidden does not call | jcivelli@google.com | 2010-03-29 | 1 | -0/+1 |
* | [Mac] Match popup contents to page zoom size. | thakis@chromium.org | 2010-03-17 | 1 | -0/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface. | pinkerton@chromium.org | 2010-03-12 | 2 | -14/+16 |
* | Initial work for cross-process video rendering using layers. | scherkus@chromium.org | 2010-02-26 | 2 | -0/+7 |
* | Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses | dspringer@google.com | 2010-02-23 | 2 | -0/+11 |
* | Make the translation bar not show up again when you closed it in a page | jcampan@chromium.org | 2010-02-23 | 2 | -0/+10 |
* | GTK: visually de-emphasize the render view contents when a constrained window... | estade@chromium.org | 2010-02-16 | 1 | -0/+1 |
* | Implements the auto-translate on click: if you have translated | jcampan@chromium.org | 2010-02-12 | 1 | -2/+2 |
* | CL implementing focus-dismissal of the chrome.experimental.popup set of exten... | twiz@chromium.org | 2010-02-10 | 1 | -0/+4 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -2/+2 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 1 | -0/+1 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 2 | -0/+31 |
* | Hide plugins in minimized/hidden windows on the Mac | stuartmorgan@chromium.org | 2010-02-02 | 1 | -0/+1 |
* | temp_scaffolding_stubs cleanup. | thestig@chromium.org | 2010-01-22 | 1 | -6/+1 |
* | Introduce all the plumbing for Session Storage. This mostly consists of crea... | jorlow@chromium.org | 2010-01-15 | 2 | -2/+5 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 3 | -2/+64 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 2 | -7/+7 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 2 | -4/+6 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -4/+2 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -2/+4 |
* | Revert "Allow silent extension installations from the extensions gallery - Pa... | rafaelw@chromium.org | 2009-12-08 | 2 | -1/+13 |
* | Allow silent extension installations from the extensions gallery - Part 1. | rafaelw@chromium.org | 2009-12-07 | 2 | -13/+1 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 2 | -2/+3 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -2/+1 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -4/+4 |
* | Attempt at fixing bug 24248 with a workaround. | jcampan@chromium.org | 2009-10-28 | 1 | -0/+1 |