| Commit message (Expand) | Author | Age | Files | Lines |
* | Exit early and pass over the log string when a test fails. | dtseng@chromium.org | 2011-03-08 | 1 | -0/+5 |
* | Removing references to off the record in comments and log messages. | akalin@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Make FormField be a struct rather than a class per c++ standards. | tsepez@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Make GPUInfo a struct, which it should be according to the C++ guidelines. T... | jam@chromium.org | 2011-03-08 | 5 | -18/+16 |
* | Revert 77296 - | zea@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Convert autofill messages to use the new IPC macros. This requires | tsepez@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Add a unittest to make sure changes made to software_rendering_list.json are ... | zmo@google.com | 2011-03-08 | 1 | -0/+25 |
* | Remove IDBCallbacks::OnSucess(IDBObjectStore*) | andreip@chromium.org | 2011-03-08 | 1 | -4/+0 |
* | Remove obsoleted interface for fallback font selection on Linux. | kochi@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Reland r76840 with fix for webkit_gpu dependencies. | apatrick@chromium.org | 2011-03-08 | 2 | -4/+0 |
* | Print Preview: Generate the print preview after the print preview renderer ha... | thestig@chromium.org | 2011-03-08 | 1 | -3/+1 |
* | Pepper: Store file extensions and description on a per-mime-type basis. | viettrungluu@chromium.org | 2011-03-08 | 1 | -14/+3 |
* | Put file_system messages in their own file and move them to content, in prepa... | jam@chromium.org | 2011-03-07 | 2 | -32/+29 |
* | Add set of prerendering RenderViewHosts to allow setting of PRERENDER load fl... | dominich@google.com | 2011-03-07 | 2 | -0/+35 |
* | Fix crash in P2P IPC host. | sergeyu@chromium.org | 2011-03-07 | 2 | -2/+3 |
* | Remove invalid DCHECK in TabContents::CloseConstrainedWindows | sail@chromium.org | 2011-03-07 | 1 | -1/+0 |
* | Better error messages for speech input errors. | satish@chromium.org | 2011-03-07 | 3 | -4/+65 |
* | Adds a lab that prefers switching to an existing tab rather than | sky@chromium.org | 2011-03-07 | 3 | -7/+46 |
* | Fix missing change notifications of UserPrefStore | battre@chromium.org | 2011-03-07 | 1 | -2/+3 |
* | Pass around preferred language to font fallback selection. | kochi@chromium.org | 2011-03-07 | 1 | -0/+6 |
* | Revert 77075 - Don't block on stream requests on Alternate-Protocol. | jochen@chromium.org | 2011-03-07 | 1 | -0/+2 |
* | Move notification service code to content. We'll need to figure out how to s... | jam@chromium.org | 2011-03-07 | 2 | -5/+5 |
* | Don't block on stream requests on Alternate-Protocol. | willchan@chromium.org | 2011-03-06 | 1 | -2/+0 |
* | Move resource related IPCs to their own file in content. I added a IPC_STRUC... | jam@chromium.org | 2011-03-05 | 14 | -64/+69 |
* | autofill: Rename AutoFillManager to AutofillManager. | tfarina@chromium.org | 2011-03-05 | 2 | -5/+5 |
* | NSS: Unlock crypto devices when populating cert manager. | mattm@chromium.org | 2011-03-05 | 2 | -3/+23 |
* | Don't try to convert text/html URLs ending in .user.js. | aa@chromium.org | 2011-03-05 | 1 | -1/+1 |
* | Move socket stream messages to content, in preparation for moving its dispatc... | jam@chromium.org | 2011-03-05 | 2 | -22/+26 |
* | Make IndexedDB obey the SpecialStoragePolicy. | jorlow@chromium.org | 2011-03-05 | 6 | -23/+58 |
* | fix display of filenames in file:/// URLs | evan@chromium.org | 2011-03-05 | 3 | -11/+13 |
* | (1) Hook up the print button to send the pages to the default printer for pri... | kmadhusu@chromium.org | 2011-03-05 | 2 | -4/+6 |
* | Move infobar_delegate.[cc,h] back to chrome/browser/tab_contents. | tfarina@chromium.org | 2011-03-04 | 4 | -203/+2 |
* | Stream speech audio to server as it gets recorded, instead of waiting until e... | satish@chromium.org | 2011-03-04 | 8 | -43/+72 |
* | Register "filesystem:" as a "WebSafeScheme" to let ResourceDispatcherHost ser... | adamk@chromium.org | 2011-03-04 | 2 | -0/+5 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 2 | -1/+14 |
* | ui_tests: use proper API for getting tab title | evan@chromium.org | 2011-03-04 | 1 | -21/+23 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Get rid of the extension dependency in ResourceDispatcher by calling out to a... | jam@chromium.org | 2011-03-04 | 6 | -73/+5 |
* | This is the first CL for a sequence of CLs that will add in the display infra... | rharrison@chromium.org | 2011-03-04 | 1 | -0/+3 |
* | Enable speech input by default and remove unused code. | satish@chromium.org | 2011-03-04 | 3 | -28/+16 |
* | Take out the is_content_filtered bool that gets passed around betwen renderer... | jam@chromium.org | 2011-03-04 | 6 | -16/+3 |
* | Remove FileSystemQuotaManager class | kinuko@chromium.org | 2011-03-04 | 1 | -2/+0 |
* | Adding multisampling to GPU software rendering list feature sets. Allow muti... | zmo@google.com | 2011-03-04 | 3 | -52/+111 |
* | Revert 76840 - Removed GPU plugin. | jcivelli@chromium.org | 2011-03-04 | 2 | -0/+4 |
* | Removed GPU plugin. | apatrick@chromium.org | 2011-03-03 | 2 | -4/+0 |
* | Code to distinguish the Pro3,1 17" from the Pro 3,1 15", mild cleanup. | avi@chromium.org | 2011-03-03 | 1 | -48/+75 |
* | Revert 76792 - fix display of filenames in file:/// URLs | jcivelli@chromium.org | 2011-03-03 | 3 | -13/+11 |
* | Remove web_ui_util helper functions. | kmadhusu@chromium.org | 2011-03-03 | 2 | -43/+0 |
* | fix display of filenames in file:/// URLs | evan@chromium.org | 2011-03-03 | 3 | -11/+13 |
* | Move content specific switches to content, in preparation for moving director... | jam@chromium.org | 2011-03-03 | 1 | -3/+6 |