| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 11640. | finnur@chromium.org | 2009-03-13 | 2 | -1/+0 |
* | RSS feed support (part 1) | finnur@chromium.org | 2009-03-13 | 2 | -0/+1 |
* | Stats for the renderers are all broken, because of this change: | davemoore@chromium.org | 2009-03-13 | 1 | -6/+14 |
* | Don't rely on subview ordering to be equivalent to tab ordering. Allows us to... | pinkerton@chromium.org | 2009-03-12 | 2 | -8/+58 |
* | Add a TabController class to manage a TabView (with corresponding xib). Rewri... | pinkerton@chromium.org | 2009-03-12 | 2 | -0/+426 |
* | My change to widen the About box got reverted for the Hebrew locale. Readding. | finnur@chromium.org | 2009-03-11 | 1 | -1/+1 |
* | Fix directory listings in mac and linux by making sure the code | tc@google.com | 2009-03-11 | 1 | -0/+1 |
* | Revert r11445, _wtoi does not exist outside of Windows / MSVC. | deanm@chromium.org | 2009-03-11 | 1 | -13/+4 |
* | I was a moron and did http://codereview.chromium.org/40012/ against a read on... | davemoore@chromium.org | 2009-03-11 | 1 | -4/+13 |
* | Initial pass at copy/paste. Menu items are always enabled. This matches Windo... | avi@chromium.org | 2009-03-11 | 1 | -7/+7 |
* | Changes docking in the following ways: | sky@google.com | 2009-03-10 | 4 | -0/+3 |
* | Set proper bundle ID based on the state of branding. | mark@chromium.org | 2009-03-10 | 1 | -3/+3 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 5 | -6/+0 |
* | Adds the ability to log the URL of the renderer if the renderer | sky@google.com | 2009-03-09 | 1 | -6/+65 |
* | String change. | jcampan@chromium.org | 2009-03-09 | 1 | -1/+1 |
* | hook up history and download menu items | tc@google.com | 2009-03-09 | 1 | -2/+3 |
* | Make SecondLaunch UI test not-flaky by using more reliable | phajdan.jr@chromium.org | 2009-03-09 | 1 | -6/+2 |
* | Add regression test for bug 7900 and necessary infrastructure. | phajdan.jr@chromium.org | 2009-03-09 | 1 | -1/+22 |
* | Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I) | jungshik@google.com | 2009-03-07 | 2 | -2/+3 |
* | Generate data packs for all languages and allow us to load | tc@google.com | 2009-03-06 | 6 | -253/+220 |
* | Use common name for icns file to avoid case sensitivity issues with | jrg@chromium.org | 2009-03-06 | 2 | -1/+1 |
* | Fix issue 8331: About dialog became too narrow when we changed | finnur@chromium.org | 2009-03-05 | 51 | -110/+50 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 2 | -4/+4 |
* | Use grit to generate locale rc files and remove the old locale rc files from ... | tc@google.com | 2009-03-05 | 153 | -4019/+3473 |
* | Linux: don't call gtk_init in the renderer process. | agl@chromium.org | 2009-03-05 | 1 | -8/+5 |
* | Branding of Chrome.app. | jrg@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Add comment regarding why single-process and in-process-plugins are disabled ... | jam@chromium.org | 2009-03-04 | 1 | -0/+2 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+5 |
* | Revert "Use grit to generate locale rc files and remove the old locale rc fil... | tc@google.com | 2009-03-03 | 151 | -3169/+3919 |
* | Use grit to generate locale rc files and remove the old locale rc files from ... | tc@google.com | 2009-03-03 | 151 | -3919/+3169 |
* | Don't expose --single-process and --in-process-plugins for official Chrome re... | jam@chromium.org | 2009-03-03 | 1 | -0/+4 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 3 | -51/+2 |
* | Improved PDF from Cole. | pinkerton@chromium.org | 2009-03-02 | 1 | -0/+0 |
* | Add missing tests to the GYP+Xcode build. | mark@chromium.org | 2009-03-02 | 3 | -0/+0 |
* | Prevent chrome from launching with a chromehtml: argument | sverrir@chromium.org | 2009-02-28 | 1 | -0/+39 |
* | Initial work on chrome-ui://extensions/ page. URL now displays a static templ... | rafaelw@chromium.org | 2009-02-28 | 1 | -0/+3 |
* | Fix guard to reflect new position in tree | jrg@chromium.org | 2009-02-28 | 1 | -3/+3 |
* | Adapt (and move) mark@chromium.org's Keystone integration to Chromium. | jrg@chromium.org | 2009-02-28 | 2 | -0/+114 |
* | Before installing Chrome check that the installation directory doesn't exist ... | kuchhal@chromium.org | 2009-02-27 | 2 | -0/+6 |
* | Wires up sorting of bookmarks to the 'organize menu' in the bookmark | sky@google.com | 2009-02-27 | 1 | -0/+3 |
* | Add "stop" image to project. Clean up project so app/theme is a proper group ... | pinkerton@chromium.org | 2009-02-27 | 3 | -22/+34 |
* | Linux: first part of removing GTK from the renderer | agl@chromium.org | 2009-02-27 | 1 | -0/+1 |
* | Enable --single-process for Mac and Linux. | shess@chromium.org | 2009-02-27 | 1 | -4/+12 |
* | Fix grit include dependencies in the scons build. | tc@google.com | 2009-02-26 | 1 | -5/+51 |
* | Wire up resource bundles on the mac: | thomasvl@chromium.org | 2009-02-26 | 1 | -6/+0 |
* | change a str pass by value. Words fail me to describe this CL better | cpu@google.com | 2009-02-25 | 2 | -2/+2 |
* | Change url bar text according to the model when updating the toolbar. Fix vta... | pinkerton@chromium.org | 2009-02-25 | 1 | -17/+6 |
* | Fix all places where we used the GetWinVersion function | nsylvain@chromium.org | 2009-02-25 | 1 | -2/+1 |
* | Make non-glass popups match new mockup from Glen. | pkasting@chromium.org | 2009-02-25 | 5 | -2/+1 |
* | Temporary fix for the Cocoa-in-renderer problem. | jrg@chromium.org | 2009-02-25 | 1 | -0/+2 |