| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | linux: generate a manpage | evan@chromium.org | 2009-07-22 | 1 | -0/+34 |
* | Bookmark Bar Add Folder / Rename Folder dialog and controller. | jrg@chromium.org | 2009-07-22 | 1 | -0/+4 |
* | Make sure installer_util_string is always built before | nsylvain@chromium.org | 2009-07-22 | 1 | -6/+15 |
* | Revert "linux: generate a manpage" | evan@chromium.org | 2009-07-22 | 1 | -30/+0 |
* | linux: generate a manpage | evan@chromium.org | 2009-07-22 | 1 | -0/+30 |
* | Starting mac l10n: | thomasvl@chromium.org | 2009-07-22 | 1 | -10/+24 |
* | Submit the second part of the revert. | nsylvain@chromium.org | 2009-07-22 | 1 | -1/+0 |
* | revert change 21252, which broke the mac build for some reason | dpranke@google.com | 2009-07-22 | 1 | -0/+12 |
* | Add a unit test for ProcessWatcher::EnsureProcessTerminated(). | thestig@chromium.org | 2009-07-22 | 1 | -0/+1 |
* | make 'test_shell' target depend on everything needed to pass layout_tests | dpranke@google.com | 2009-07-22 | 1 | -12/+0 |
* | Split NSSDecryptor out into platform specific files. | willchan@chromium.org | 2009-07-22 | 1 | -0/+7 |
* | Implement bookmark editor. No tree display or hierarchy movement, but | jrg@chromium.org | 2009-07-21 | 1 | -1/+5 |
* | Use a real download item. | thakis@chromium.org | 2009-07-21 | 1 | -0/+2 |
* | Resurrect toolkit_views build. | ben@chromium.org | 2009-07-21 | 1 | -5/+1 |
* | Infobar UI cleanup on Mac. Adds the yellow background gradient and | rohitrao@chromium.org | 2009-07-20 | 1 | -0/+3 |
* | [Mac] Strip newlines from paste. | shess@chromium.org | 2009-07-20 | 1 | -0/+1 |
* | Move all the xib files out of the en.lproj in prep for starting to land real ... | thomasvl@chromium.org | 2009-07-20 | 1 | -61/+89 |
* | Add a simple "sidebar"-like panel container that will scroll. | brettw@chromium.org | 2009-07-20 | 1 | -0/+27 |
* | Relanding the the refactoring the page info to have a model. | jcampan@chromium.org | 2009-07-19 | 1 | -4/+3 |
* | Fix Linux shared build of page_cycler_tests. | craig.schlenter@chromium.org | 2009-07-18 | 1 | -0/+1 |
* | Reverting 21032. | jcampan@chromium.org | 2009-07-18 | 1 | -3/+4 |
* | Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the... | jcampan@chromium.org | 2009-07-18 | 1 | -4/+3 |
* | Begin work on extension shelf for Linux. | phajdan.jr@chromium.org | 2009-07-17 | 1 | -0/+2 |
* | Move into browser/cocoa from browser/ | pinkerton@chromium.org | 2009-07-17 | 1 | -1/+1 |
* | First cut at infobars on Mac. These are not expected to be | rohitrao@chromium.org | 2009-07-17 | 1 | -0/+13 |
* | Print only the focused frame. This makes more sense than trying to print all... | sverrir@chromium.org | 2009-07-16 | 1 | -2/+0 |
* | [Mac] Refactor location-bar autocomplete cell classes. | shess@chromium.org | 2009-07-16 | 1 | -4/+9 |
* | Makes the default for what to do on startup be restore last session on | sky@chromium.org | 2009-07-16 | 1 | -0/+2 |
* | Linux: move hardcoded paths to GYP variables. | agl@chromium.org | 2009-07-15 | 1 | -0/+5 |
* | This makes the unit-tests pass with toolkit_views on Linux. | jcampan@chromium.org | 2009-07-15 | 1 | -12/+25 |
* | Adds browser tests instead of the old flaky UI tests. | klink@chromium.org | 2009-07-15 | 1 | -18/+1 |
* | Implement drops on web view. | pinkerton@chromium.org | 2009-07-15 | 1 | -0/+3 |
* | Privacy Blacklist IOImplemented parsing of input (text) blacklists. This is t... | idanan@chromium.org | 2009-07-15 | 1 | -0/+5 |
* | Various minor fixes: | aa@chromium.org | 2009-07-15 | 1 | -1/+0 |
* | Adding a message box to confirm if the user really wants to delete all stored | hclam@chromium.org | 2009-07-14 | 1 | -0/+2 |
* | Make workers functional on OSX and Linux. | levin@chromium.org | 2009-07-14 | 1 | -41/+35 |
* | Lands http://codereview.chromium.org/155508 for cmasone: | sky@chromium.org | 2009-07-14 | 1 | -0/+2 |
* | Linux: Add first run search bubble. | kuchhal@chromium.org | 2009-07-14 | 1 | -0/+2 |
* | Finishes fixing adding protobuf dependency. | sky@chromium.org | 2009-07-14 | 1 | -3/+3 |
* | Allow dragging text/url content out of the browser. Dragging back in not yet ... | pinkerton@chromium.org | 2009-07-14 | 1 | -0/+6 |
* | Copy codec Mac build stage (branded and unbranded) | jrg@chromium.org | 2009-07-14 | 1 | -0/+16 |
* | More bookmark bar changes. | jrg@chromium.org | 2009-07-14 | 1 | -0/+1 |
* | Initial support for theming on Mac OS X. | avi@chromium.org | 2009-07-13 | 1 | -9/+12 |
* | Lands http://codereview.chromium.org/149404 for cmasone: | sky@chromium.org | 2009-07-13 | 1 | -0/+33 |
* | Switching an instance of SolutionDir to ProjectDir. | gspencer@google.com | 2009-07-13 | 1 | -1/+1 |
* | Add a dummy URL request handler. | brettw@chromium.org | 2009-07-13 | 1 | -0/+2 |
* | Refactor extension constants to improve readability, debugging, and to make i... | erikkay@chromium.org | 2009-07-13 | 1 | -0/+2 |
* | Simplify how we stub breakpad. If breakpad is in, use the real file, if not,... | thomasvl@chromium.org | 2009-07-11 | 1 | -2/+10 |
* | Only enable breakpad and keystone for official branded builds so the rolling ... | thomasvl@chromium.org | 2009-07-10 | 1 | -22/+32 |
* | Add default browser checking and setting on Linux. | mdm@chromium.org | 2009-07-10 | 1 | -1/+14 |