| Commit message (Expand) | Author | Age | Files | Lines |
* | First cut at implementing wifi bindigns for linux, using glib-dbus to Network... | joth@chromium.org | 2010-03-12 | 1 | -17/+17 |
* | Add a gyp target for Xext to linux/system so that Views can depend on it. A r... | davemoore@chromium.org | 2010-03-10 | 1 | -0/+20 |
* | linux (sysroot): force prefix=/usr in pkg-config | piman@chromium.org | 2010-03-05 | 1 | -1/+1 |
* | Yet another try to hotfix the ARM builbots. Sigh. | thestig@chromium.org | 2010-03-04 | 1 | -2/+2 |
* | Ignore missing python library when detecting python architecture and just ret... | thestig@chromium.org | 2010-03-04 | 1 | -4/+8 |
* | Detect python version using /usr/lib/libpython$(ver).so.1.0 instead of /usr/b... | thestig@chromium.org | 2010-03-04 | 1 | -2/+2 |
* | Build pyauto only if the architecture of python binary matches. | thestig@chromium.org | 2010-03-04 | 1 | -0/+38 |
* | Cross compiling: don't rewrite dirs if they're already prefixed. | davemoore@chromium.org | 2010-02-22 | 1 | -1/+1 |
* | More scons --> make work. | jrg@chromium.org | 2009-12-29 | 1 | -1/+1 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 1 | -0/+3 |
* | Linux: fix scons build so that libssl gets the right headers. | agl@chromium.org | 2009-12-23 | 1 | -1/+9 |
* | Make sure the 'use_system_*' variables are actually visible in the relevant g... | mmoss@google.com | 2009-12-10 | 1 | -3/+11 |
* | Revert 34195 - Make sure the 'use_system_*' variables are actually visible in... | jrg@chromium.org | 2009-12-10 | 1 | -11/+3 |
* | Make sure the 'use_system_*' variables are actually visible in the relevant g... | mmoss@google.com | 2009-12-09 | 1 | -3/+11 |
* | Fix build with use_system_zlib=1 | agl@chromium.org | 2009-12-08 | 1 | -0/+1 |
* | Linux: add next-protocol-negotiation to libssl. | agl@chromium.org | 2009-11-30 | 1 | -0/+3 |
* | Linux: enable building with a local version of libssl. | agl@chromium.org | 2009-11-17 | 1 | -15/+41 |
* | This does a few things: | piman@chromium.org | 2009-10-28 | 1 | -109/+136 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Add (yet another) option to allow stripping the chrome binary after dumping s... | thestig@chromium.org | 2009-10-01 | 1 | -5/+11 |
* | GTK: Add a dialog for printing. | estade@chromium.org | 2009-09-16 | 1 | -0/+17 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -10/+10 |
* | Linux: add support for SELinux. | agl@chromium.org | 2009-09-15 | 1 | -0/+9 |
* | linux: improve support for cross-compiling | piman@chromium.org | 2009-09-04 | 3 | -27/+114 |
* | linux: call g_thread_init() at relevant startup points | evan@chromium.org | 2009-08-25 | 1 | -20/+3 |
* | Revert "linux: call g_thread_init() at relevant startup points" | evan@chromium.org | 2009-08-25 | 1 | -3/+20 |
* | linux: call g_thread_init() at relevant startup points | evan@chromium.org | 2009-08-25 | 1 | -20/+3 |
* | Revert "linux: call g_thread_init() at relevant startup points" | tony@chromium.org | 2009-08-24 | 1 | -3/+20 |
* | linux: call g_thread_init() at relevant startup points | evan@chromium.org | 2009-08-24 | 1 | -20/+3 |
* | Make symbol signatures upper-case. | thestig@chromium.org | 2009-06-18 | 1 | -1/+2 |
* | Linux: dump_app_syms would fail if the output didn't exist. | agl@chromium.org | 2009-06-17 | 1 | -1/+1 |
* | Cleanups from post-submit suggestions. | mmoss@chromium.org | 2009-06-12 | 2 | -11/+10 |
* | Extract breakpad symbol files for Linux official builds. | mmoss@chromium.org | 2009-06-12 | 2 | -0/+75 |
* | Add unit_tests (Chrome browser unit tests) to Mac/Linux coverage. | jrg@chromium.org | 2009-06-05 | 1 | -1/+1 |
* | Change PasswordStoreDefault to access the WebDataService from the UI thread o... | stuartmorgan@chromium.org | 2009-06-03 | 1 | -0/+37 |
* | Reverting 17273 - Fails reliability tests | mhm@chromium.org | 2009-05-30 | 1 | -37/+0 |
* | Re-land the password store work from bug 8205, with changes that should fix b... | stuartmorgan@chromium.org | 2009-05-30 | 1 | -0/+37 |
* | Major refactoring of Croc. | rspangler@google.com | 2009-05-29 | 1 | -51/+2 |
* | Revert the password manager refactoring -- it failed reliability tests. | evan@chromium.org | 2009-05-26 | 1 | -37/+0 |
* | Patch to make password patch build. | evan@chromium.org | 2009-05-22 | 1 | -0/+37 |
* | Add Croc code coverage config for linux. | rspangler@google.com | 2009-05-20 | 1 | -0/+89 |
* | linux: gyp should fail if the build dependencies aren't met. | evan@chromium.org | 2009-05-13 | 2 | -54/+24 |
* | Linux: add -lX11 as a library to WebKit. | agl@chromium.org | 2009-04-23 | 1 | -0/+17 |
* | Fix linking on linux by explicitly adding gthread. | tc@google.com | 2009-04-20 | 1 | -0/+17 |
* | ProxyConfigService for Linux. | sdoyon@chromium.org | 2009-04-20 | 1 | -0/+17 |
* | Separate the pkg-config --libs output into --libs-only-l for | sgk@google.com | 2009-04-03 | 1 | -5/+20 |
* | Fix linking with gold by cleaning up lib dependencies. | tc@google.com | 2009-04-02 | 1 | -3/+31 |
* | Fix pkg_config_wrapper.py paths now that the updated gyp executes | sgk@google.com | 2009-03-21 | 1 | -6/+6 |
* | Update the gyp Linux build: | sgk@google.com | 2009-03-20 | 2 | -0/+80 |