| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix linux views build. | estade@chromium.org | 2009-08-27 | 1 | -2/+4 |
* | GTK: Set the default icon list so we don't have to set it on every window all... | estade@chromium.org | 2009-08-27 | 1 | -0/+4 |
* | Fix a FORWARD_NULL defect reported by Coverity. | wtc@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | Turn tips on by default, and turn off tip loading during UI testing. | mirandac@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | Reverting 24385. | mirandac@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | Turn on tips by default. | mirandac@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | [Chrome OS] Adds support for injecting Corp cookies at startup | cmasone@google.com | 2009-08-21 | 1 | -0/+8 |
* | Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro... | mattm@chromium.org | 2009-08-21 | 1 | -4/+17 |
* | Don't show "Inspect Element" in the context menu if we can't inspect. | agl@chromium.org | 2009-08-21 | 1 | -0/+4 |
* | Add the UI thread to the list of ChromeThreads. | paul@chromium.org | 2009-08-18 | 1 | -0/+4 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Move the menu bar l10n into the xib file. | thomasvl@chromium.org | 2009-08-12 | 1 | -6/+15 |
* | Do not import homepage on First Run if a homepage is given in master preferen... | kuchhal@chromium.org | 2009-08-11 | 1 | -4/+3 |
* | Refactoring of master preferences parsing before adding a new preference. | kuchhal@chromium.org | 2009-08-03 | 1 | -6/+6 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -2/+4 |
* | Revert changes from r22198 to r22204 and r22194. None of these changes were | kuchhal@chromium.org | 2009-07-31 | 1 | -6/+6 |
* | Refactoring of master preferences parsing before adding a new preference. | kuchhal@chromium.org | 2009-07-31 | 1 | -6/+6 |
* | Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr... | mdm@chromium.org | 2009-07-31 | 1 | -1/+1 |
* | Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines. | mdm@chromium.org | 2009-07-30 | 1 | -1/+1 |
* | There is no need for the browser process to have an accelerator handler.This ... | jcampan@chromium.org | 2009-07-29 | 1 | -1/+2 |
* | Turn on metrics reporting on POSIX if user has consented. | jeremy@chromium.org | 2009-07-28 | 1 | -0/+9 |
* | Linux: add internal core dump reporting. | agl@chromium.org | 2009-07-28 | 1 | -1/+2 |
* | Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%... | willchan@chromium.org | 2009-07-27 | 1 | -0/+9 |
* | Disable the tips service by default. | arv@google.com | 2009-07-25 | 1 | -1/+1 |
* | linux: print something when reusing an existing process | evan@chromium.org | 2009-07-18 | 1 | -1/+7 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -3/+2 |
* | Don't clobber the previous session when showing about-linux splash page. | estade@chromium.org | 2009-07-13 | 1 | -13/+0 |
* | Add a dummy URL request handler. | brettw@chromium.org | 2009-07-13 | 1 | -0/+2 |
* | Turn backend tip service on by default. | mirandac@chromium.org | 2009-07-12 | 1 | -1/+1 |
* | Instead of forcing the homepage to be linux splash, force the startup action ... | estade@chromium.org | 2009-07-10 | 1 | -0/+13 |
* | Start Chrome button on First Run customize view should launch Chrome. | kuchhal@chromium.org | 2009-07-09 | 1 | -1/+0 |
* | Ensure that SDCH is initialized at all times. | jar@chromium.org | 2009-07-09 | 1 | -11/+8 |
* | Linux: Add "set chrome as default" and "import profile data" option to First ... | kuchhal@chromium.org | 2009-07-08 | 1 | -31/+1 |
* | Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r... | jcampan@chromium.org | 2009-07-08 | 1 | -4/+3 |
* | Move printing related stuff to the root printing project from the browser pro... | sverrir@google.com | 2009-07-07 | 1 | -1/+1 |
* | Add a ping delay time master preference. | kuchhal@chromium.org | 2009-07-06 | 1 | -1/+4 |
* | Remove unused notification in print code to simplify before refactoring. | sverrir@google.com | 2009-07-03 | 1 | -3/+3 |
* | Convert menu strings to UTF16, fix some views-GTK build errors. | brettw@chromium.org | 2009-07-02 | 1 | -1/+2 |
* | Regression: task manager icon for chrome is blank | cpu@google.com | 2009-07-01 | 1 | -2/+7 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 1 | -4/+23 |
* | Refactor DNS A/B experient, and add test of congestion time limits | jar@chromium.org | 2009-06-27 | 1 | -47/+2 |
* | Enable extension protocols on all platforms. This should enable background p... | erikkay@google.com | 2009-06-26 | 1 | -8/+1 |
* | Linux: fix crash reporting for zygote model | agl@chromium.org | 2009-06-23 | 1 | -0/+5 |
* | Finish the wiring of the inactive user toast experiment | cpu@google.com | 2009-06-19 | 1 | -2/+2 |
* | First draft of web resource service; fetches data from a JSON feed | mirandac@chromium.org | 2009-06-18 | 1 | -1/+5 |
* | Enable SDCH on mac/linux | jar@chromium.org | 2009-06-18 | 1 | -3/+1 |
* | Fix die-on-launch. | jrg@chromium.org | 2009-06-17 | 1 | -0/+3 |
* | Exit Chrome and show FRUI again on the next run, if user clicks on Cancel. | kuchhal@chromium.org | 2009-06-17 | 1 | -0/+8 |
* | Enable extensions without UI | davemoore@chromium.org | 2009-06-17 | 1 | -1/+5 |
* | Add a switch for changing the fd limit on Mac/Linux. | stuartmorgan@chromium.org | 2009-06-15 | 1 | -1/+38 |