| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 1 | -6/+22 |
* | Add basic infrastructure for sending async browser API request and receiving ... | aa@chromium.org | 2009-03-24 | 1 | -0/+8 |
* | Initial rev at a message passing API for extensions. So far, only passing | mpcomplete@google.com | 2009-03-23 | 1 | -0/+8 |
* | Remove the old and no longer used SafeBrowsing storage | paulg@google.com | 2009-03-21 | 1 | -8/+0 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -8/+8 |
* | Make startup_tests build and work on Mac. | phajdan.jr@chromium.org | 2009-03-18 | 1 | -0/+4 |
* | Adds Get(Root)WindowRect handlers for the Mac. | avi@google.com | 2009-03-18 | 1 | -0/+4 |
* | Merge DOMUIContents into WebContents. | brettw@chromium.org | 2009-03-17 | 1 | -2/+18 |
* | Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code. | yurys@google.com | 2009-03-17 | 1 | -2/+2 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-13 | 1 | -0/+8 |
* | Rename DebuggerContents to DebuggerUI and move to the dom_ui folder. | brettw@chromium.org | 2009-03-13 | 1 | -3/+11 |
* | Refactors code for showing bookmarks menus into a standalone class | sky@google.com | 2009-03-12 | 1 | -0/+8 |
* | Some work in refactoring FindBarWin/FindBarView so | tc@google.com | 2009-03-12 | 1 | -0/+12 |
* | Refactor render view context menu in preparation for porting. | estade@chromium.org | 2009-03-07 | 1 | -2/+2 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+20 |
* | Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded. | ben@chromium.org | 2009-03-03 | 1 | -62/+2 |
* | Separate the AutocompleteEditView from the cross-platform code. | deanm@chromium.org | 2009-03-02 | 1 | -5/+13 |
* | Create the PopupView from the EditView, not the PopupModel. | deanm@chromium.org | 2009-03-02 | 1 | -0/+4 |
* | Initial work on chrome-ui://extensions/ page. URL now displays a static templ... | rafaelw@chromium.org | 2009-02-28 | 1 | -0/+8 |
* | Refactor download shelf and prepare for porting. | estade@chromium.org | 2009-02-28 | 1 | -0/+8 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 1 | -0/+8 |
* | Add a centralized error reporter to the | aa@chromium.org | 2009-02-27 | 1 | -0/+8 |
* | Pull the autocomplete popup into separate model and view files. | deanm@chromium.org | 2009-02-27 | 1 | -2/+10 |
* | Developer tools messages are forwarded as wrapped IPC::Messages(previously th... | yurys@google.com | 2009-02-26 | 1 | -0/+8 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -8/+0 |
* | ui test fail. revert. | ben@chromium.org | 2009-02-25 | 1 | -4/+0 |
* | AppModalDialogQueue shouldn't depend on views. | ben@chromium.org | 2009-02-25 | 1 | -0/+4 |
* | Download request manager refactoring. | estade@chromium.org | 2009-02-24 | 1 | -0/+12 |
* | Refactor BaseDownloadItemModel and its inheritors. | estade@chromium.org | 2009-02-23 | 1 | -8/+0 |
* | Move units to new module printing. Add printing_unittests on Windows too. Mak... | maruel@chromium.org | 2009-02-20 | 1 | -16/+8 |
* | Initial checkin of the HTML downloads UI. It's not yet complete (lacking inte... | glen@chromium.org | 2009-02-19 | 1 | -0/+16 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -8/+0 |
* | Port back_forward_menu_model to linux. | estade@chromium.org | 2009-02-18 | 1 | -0/+8 |
* | Follow-up rename to my previous commit. | evan@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Rename MessageWindow to ProcessSingleton in anticipation of more refactoring. | evan@chromium.org | 2009-02-18 | 1 | -2/+2 |
* | Remember that we've white listed a certificate when we switch to a new tab. | abarth@chromium.org | 2009-02-13 | 1 | -0/+8 |
* | Revert 9747 | abarth@chromium.org | 2009-02-13 | 1 | -8/+0 |
* | Remember that we've white listed a certificate when we switch to a new tab. | abarth@chromium.org | 2009-02-13 | 1 | -0/+8 |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 1 | -4/+0 |
* | Move browser_resources.rc into a a grd file. While I'm at it, | tc@google.com | 2009-02-09 | 1 | -4/+0 |
* | Revert "Clean up dns prefetch code, and also port it." | tc@google.com | 2009-02-06 | 1 | -0/+8 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-06 | 1 | -8/+0 |
* | Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows | brettw@chromium.org | 2009-02-06 | 1 | -16/+0 |
* | Move resource_message_filter and resource_request_details to the renderer_host. | brettw@chromium.org | 2009-02-05 | 1 | -22/+18 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -4/+0 |
* | AudioRendererHost and unit test files | hclam@chromium.org | 2009-02-04 | 1 | -0/+8 |
* | Reverting 9052. | dimich@google.com | 2009-02-03 | 1 | -1/+25 |
* | Try to disable PCH on browser and WebCore. | dimich@google.com | 2009-02-02 | 1 | -25/+1 |
* | Port some unit tests from chrome/browser/ | phajdan.jr@chromium.org | 2009-02-02 | 1 | -0/+4 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -24/+0 |