| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix retrieval of Firefox proxy settings when it is using an autoconfig URL. | eroman@chromium.org | 2010-05-13 | 3 | -1/+56 |
* | Add TopSites::GetMostVisitedURLs and unittest for it using MockHistoryService. | brettw@chromium.org | 2010-05-13 | 4 | -11/+173 |
* | Do right-alignment of popups when WebKit indicates to do so. | avi@chromium.org | 2010-05-13 | 10 | -14/+51 |
* | Refactors TabStrip code for better sharing between TabStrip and | sky@chromium.org | 2010-05-13 | 29 | -1164/+1210 |
* | Move non-linux specific code from base/linux_util to app/gtk_util | pvalchev@google.com | 2010-05-13 | 7 | -31/+34 |
* | Minor fixes to docs.html. | kathyw@chromium.org | 2010-05-13 | 2 | -10/+4 |
* | Adding a method to RendererWebKitClientImpl to create a GLES2Context. | vangelis@chromium.org | 2010-05-13 | 2 | -0/+11 |
* | Add smarter popup position code to DOM UI Shared Resources. | arv@chromium.org | 2010-05-13 | 6 | -45/+506 |
* | Update the Featured videos. | kathyw@chromium.org | 2010-05-13 | 2 | -2/+12 |
* | Folded TestingProfileSyncService class into TestProfileSyncService. | akalin@chromium.org | 2010-05-13 | 7 | -48/+39 |
* | GTK: Support Ambiance/Radiance and Dust button ordering. | erg@chromium.org | 2010-05-13 | 5 | -87/+422 |
* | Remove a performance trace that seems to have caused a perf regression on XP,... | siggi@chromium.org | 2010-05-13 | 1 | -5/+0 |
* | Added cups development package depending on the version of linux. | mmoss@google.com | 2010-05-13 | 1 | -7/+14 |
* | Remove known crash entry, should no longer happen after WebKit roll at r47143 | jamesr@chromium.org | 2010-05-13 | 1 | -3/+0 |
* | Fix unit test breakage in last change. | amit@chromium.org | 2010-05-13 | 2 | -3/+5 |
* | Adds wrapping to support BOOL types on uniforms since some OpenGL drivers | gman@chromium.org | 2010-05-13 | 8 | -67/+391 |
* | Only use IDC_ values for command ids in the render view context menu. | estade@chromium.org | 2010-05-13 | 6 | -259/+292 |
* | Revert 47182 - Added dependency on ANGLE for all platforms now that it compil... | alokp@chromium.org | 2010-05-13 | 2 | -18/+50 |
* | Fix crash in CacheStream::Read | amit@chromium.org | 2010-05-13 | 2 | -10/+23 |
* | Minor refactor: rename "extra_parameters" --> "params". | eroman@chromium.org | 2010-05-13 | 9 | -37/+35 |
* | Added dependency on ANGLE for all platforms now that it compiles on mac and l... | alokp@chromium.org | 2010-05-13 | 2 | -50/+18 |
* | Try to fix a deadlock that happened when running the network diagnostic tool ... | eroman@chromium.org | 2010-05-13 | 1 | -24/+48 |
* | Switch plugin backing store to local memory on non-Windows platforms | stuartmorgan@chromium.org | 2010-05-13 | 2 | -20/+56 |
* | Fix --host-rules to work properly with proxies. | willchan@chromium.org | 2010-05-13 | 1 | -7/+19 |
* | The BookmarkBarView should not be visible for extension apps. | finnur@chromium.org | 2010-05-13 | 2 | -2/+13 |
* | AutoFill label scraping nested table contents. | dhollowa@chromium.org | 2010-05-13 | 2 | -20/+116 |
* | Fix uninitialized mock_cryptohome_library_ | oshima@chromium.org | 2010-05-13 | 2 | -5/+2 |
* | Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals. | willchan@chromium.org | 2010-05-13 | 8 | -34/+106 |
* | Add new ipc message utility and new message types in preparation for OOP impo... | mirandac@chromium.org | 2010-05-13 | 1 | -1/+30 |
* | Move webkit_glue::PasswordForm out of render_messages into common_param_trait... | mirandac@chromium.org | 2010-05-13 | 2 | -40/+40 |
* | L"" -> std::wstring(), try to avoid line breaks in the middle of statements, ... | pkasting@chromium.org | 2010-05-13 | 1 | -58/+47 |
* | Remove EnableSingleProcess() since it's unused. Improve comments and user he... | pkasting@chromium.org | 2010-05-13 | 3 | -31/+36 |
* | Remove more dead code/strings relating to mixed/unsafe content. | pkasting@chromium.org | 2010-05-13 | 4 | -36/+3 |
* | Increase the plugin process teardown timeout from 10s to 5min. | mbelshe@chromium.org | 2010-05-13 | 1 | -1/+1 |
* | Make missing/wrong croslib nonfatal error. | dpolukhin@chromium.org | 2010-05-13 | 1 | -3/+6 |
* | Define two new IPC messages to initialize an appcache for a shared worker or ... | michaeln@chromium.org | 2010-05-13 | 5 | -2/+51 |
* | Remove CRLF from three lines in http_auth_handler.h | cbentzel@chromium.org | 2010-05-13 | 1 | -3/+3 |
* | Merge two Valgrind failures into one supression. | rvargas@google.com | 2010-05-13 | 1 | -19/+2 |
* | Fix gtk_tree::GetSelectedIndicies spelling. | mattm@chromium.org | 2010-05-13 | 6 | -11/+11 |
* | Make the apps icons wider. | arv@chromium.org | 2010-05-13 | 1 | -5/+3 |
* | Use an interface to get to the C++ object pointer instead of casting directly. | tommi@chromium.org | 2010-05-13 | 2 | -9/+68 |
* | Add hooks for fetching basic info from the browser. | nirnimesh@chromium.org | 2010-05-13 | 5 | -0/+114 |
* | Supress new valgrind leaks for mac unit tests. | rvargas@google.com | 2010-05-13 | 1 | -0/+34 |
* | Fix Print Selection. | viettrungluu@chromium.org | 2010-05-13 | 2 | -6/+5 |
* | Defensive checks for backend_ existence. | nick@chromium.org | 2010-05-13 | 1 | -3/+28 |
* | Moved cloud print code from the chrome/browser/printing/cloud_print to chrome... | sanjeevr@chromium.org | 2010-05-13 | 20 | -152/+172 |
* | Fix native dialog size regression | xiyuan@chromium.org | 2010-05-13 | 1 | -25/+38 |
* | Enabled gpu unit-tests on linux. | alokp@chromium.org | 2010-05-13 | 1 | -20/+10 |
* | Added authentication scheme as key to HttpAuthCache. | cbentzel@chromium.org | 2010-05-13 | 5 | -84/+131 |
* | Fix a memory corruption issue (use of scoped_ptr instead of scoped_refptr), and | darin@chromium.org | 2010-05-13 | 3 | -6/+7 |