| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Now that dev tools window is opened using Browser::CreateForApp (th... | pfeldman@chromium.org | 2009-05-20 | 1 | -3/+3 |
* | DevTools: Get rid of views in DevTools. | pfeldman@chromium.org | 2009-05-20 | 10 | -397/+114 |
* | DevTools: Enable dev tools ui sanity tests, take 2. | pfeldman@chromium.org | 2009-05-20 | 1 | -4/+4 |
* | Disable dev tools sanity tests to see if it helps interactive ui tests to rec... | pfeldman@chromium.org | 2009-05-19 | 1 | -3/+3 |
* | Fix inspection of extensions. | aa@chromium.org | 2009-05-19 | 1 | -11/+5 |
* | DevTools: enable sanity test. | pfeldman@chromium.org | 2009-05-19 | 1 | -3/+3 |
* | Review URL: http://codereview.chromium.org/113533 | apavlov@chromium.org | 2009-05-19 | 4 | -6/+65 |
* | DevTools: increase web inspector height | pfeldman@chromium.org | 2009-05-19 | 1 | -1/+1 |
* | DevTools: init devtools with proper profile. | pfeldman@chromium.org | 2009-05-18 | 7 | -11/+14 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 2 | -3/+3 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 1 | -1/+1 |
* | DevTools: enable out of process dev tools by default. Take 2. | pfeldman@chromium.org | 2009-05-13 | 1 | -2/+2 |
* | Reverting 15843: chrome performance regression. | pfeldman@chromium.org | 2009-05-12 | 1 | -2/+2 |
* | DevTools: Sanity ui test. | pfeldman@chromium.org | 2009-05-12 | 7 | -10/+127 |
* | DevTools: enable out of process dev tools by default. | pfeldman@chromium.org | 2009-05-12 | 1 | -2/+2 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 1 | -0/+0 |
* | Review URL: http://codereview.chromium.org/93119 | apavlov@chromium.org | 2009-05-10 | 6 | -110/+207 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Enable ctrl-shift-L for app/popup windows and fix a crash. Patch by Yusuke S... | pkasting@chromium.org | 2009-05-08 | 6 | -9/+32 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 6 | -13/+12 |
* | DevTools: Preserve WebInspector window while switching RenderViewHost. | pfeldman@chromium.org | 2009-05-07 | 1 | -0/+3 |
* | DevTools: Enable debugging of non-TabContents including extensions. | pfeldman@chromium.org | 2009-05-07 | 5 | -199/+117 |
* | Add an extra colon to make inspector work again. | dglazkov@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | In process-per-tab mode devtools window may be open for the devtools window u... | yurys@google.com | 2009-05-06 | 2 | -0/+30 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 2 | -2/+4 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 2 | -2/+2 |
* | DevTools: localize window title, append inspected tab url there. | pfeldman@chromium.org | 2009-05-05 | 8 | -11/+46 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 2 | -3/+2 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 11 | -101/+87 |
* | POSIX: Add a macro for handling EINTR. | agl@chromium.org | 2009-05-01 | 2 | -14/+10 |
* | Stop debugger by escape key. | sgjesse@chromium.org | 2009-04-29 | 3 | -3/+16 |
* | Move another batch of functions for WebContents to TabContents. This also | brettw@chromium.org | 2009-04-24 | 2 | -42/+34 |
* | Review URL: http://codereview.chromium.org/87034 | apavlov@chromium.org | 2009-04-22 | 12 | -79/+89 |
* | Review URL: http://codereview.chromium.org/77006 | apavlov@chromium.org | 2009-04-21 | 7 | -41/+51 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 7 | -26/+20 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 7 | -20/+26 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 7 | -26/+20 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 2 | -4/+0 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 4 | -6/+6 |
* | DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or... | pfeldman@chromium.org | 2009-04-10 | 19 | -7/+2010 |
* | DevTools: Fix errors found during dogfooding. | pfeldman@chromium.org | 2009-04-08 | 1 | -1/+2 |
* | Make the RenderViewHostFactory a global. This prevents us from having to pass | brettw@chromium.org | 2009-04-07 | 2 | -4/+2 |
* | DevTools: tell agent it has client attached early (prior to the navigation). | pfeldman@chromium.org | 2009-04-07 | 2 | -18/+12 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 1 | -1/+1 |
* | Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f... | thestig@chromium.org | 2009-04-03 | 1 | -6/+1 |
* | DevTools: move devtools messages to common. | pfeldman@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -1/+0 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -191/+0 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 2 | -19/+71 |