| Commit message (Expand) | Author | Age | Files | Lines |
* | Major changes to the Chrome allocator. | mbelshe@google.com | 2009-08-12 | 15 | -3/+11939 |
* | Move to using updated chromium binaries pulled in via platform-specific DEPS. | ajwong@chromium.org | 2009-08-08 | 10 | -12/+0 |
* | Remove pthread from ffmpeg copy step | fbarchard@chromium.org | 2009-08-07 | 1 | -1/+0 |
* | Binaries for chromium built updated OGG, and reduced in size with O2 and stat... | fbarchard@chromium.org | 2009-08-07 | 4 | -0/+0 |
* | Linux: fix jump jump based on uninitialised value. | agl@chromium.org | 2009-08-07 | 2 | -3/+3 |
* | Linux: support mirrored charactors | agl@chromium.org | 2009-08-07 | 4 | -3/+1041 |
* | Linux: use 'settings' for system libpng. | agl@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Linux: add GYP flag to build with system jpeg. | agl@chromium.org | 2009-08-06 | 1 | -68/+92 |
* | Linux: add GYP flag to build with system libbz2. | agl@chromium.org | 2009-08-06 | 1 | -29/+56 |
* | Linux: add GYP flag to build with system zlib. | agl@chromium.org | 2009-08-06 | 8 | -68/+121 |
* | Linux: preload ffmpeg in the zygote. | agl@chromium.org | 2009-08-05 | 1 | -1/+3 |
* | Move simplejson to third_party: Step 1 | nsylvain@chromium.org | 2009-08-04 | 7 | -0/+1260 |
* | Adding two new windows configuration types: | bradnelson@chromium.org | 2009-08-04 | 1 | -6/+24 |
* | Revert "Linux: preload ffmpeg in the zygote." | agl@chromium.org | 2009-08-04 | 1 | -3/+1 |
* | Linux: preload ffmpeg in the zygote. | agl@chromium.org | 2009-08-04 | 1 | -1/+3 |
* | Rolling back 22300. | bradnelson@google.com | 2009-08-03 | 56 | -9409/+0 |
* | Extension docs build script, gyp target and PRESUBMIT.PY check | rafaelw@chromium.org | 2009-08-03 | 56 | -0/+9409 |
* | Reverting 21938 (done with experiment). | willchan@chromium.org | 2009-07-29 | 4 | -542/+263 |
* | Experiment: Enable tcmalloc for linux (Take 2). Will revert after a buildbot... | willchan@chromium.org | 2009-07-29 | 4 | -263/+542 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 1 | -12/+0 |
* | Revert "Experiment: Enable tcmalloc for linux. Will revert after a buildbot ... | willchan@chromium.org | 2009-07-28 | 4 | -542/+263 |
* | Experiment: Enable tcmalloc for linux. Will revert after a buildbot cycle. | willchan@chromium.org | 2009-07-28 | 4 | -263/+542 |
* | Linux: add GYP variable to use the system libpng. | agl@chromium.org | 2009-07-27 | 1 | -49/+82 |
* | Stubs for DB-related methods in ChromiumBridge. | dumi@chromium.org | 2009-07-20 | 2 | -1/+11 |
* | Linux: add use_system_ffmpeg GYP variable. | agl@chromium.org | 2009-07-20 | 1 | -8/+19 |
* | Reverting patch 21083. | dumi@chromium.org | 2009-07-20 | 2 | -11/+1 |
* | Stubs for DB-related methods in ChromiumBridge. | dumi@chromium.org | 2009-07-20 | 2 | -1/+11 |
* | Undo the hacks I landed in r21011, r21012, restoring napi.h to its original f... | eroman@chromium.org | 2009-07-18 | 1 | -30/+1 |
* | Fix build break on mac. | eroman@chromium.org | 2009-07-17 | 1 | -1/+1 |
* | Add some definitions to npapi/bindings/npapi.h. | eroman@chromium.org | 2009-07-17 | 1 | -1/+30 |
* | Remove calls to deprecated APIs so that Chromium compiles on all currently-fu... | avi@chromium.org | 2009-07-17 | 2 | -2/+22 |
* | Revert "Stubs for DB-related methods in ChromiumBridge." | agl@chromium.org | 2009-07-16 | 2 | -11/+1 |
* | Stubs for DB-related methods in ChromiumBridge. Allows us to compile the Chro... | dumi@chromium.org | 2009-07-16 | 2 | -1/+11 |
* | Part one of fixing protobuf. | sky@chromium.org | 2009-07-14 | 2 | -0/+289 |
* | Allow dragging text/url content out of the browser. Dragging back in not yet ... | pinkerton@chromium.org | 2009-07-14 | 6 | -0/+985 |
* | Rewrite ffmpeg_binaries target to use GYP built-ins and branding conditions. | mmoss@chromium.org | 2009-07-13 | 2 | -96/+27 |
* | Switching in new gyp version (which changes 'none' back to how it was before). | bradnelson@chromium.org | 2009-07-10 | 1 | -7/+1 |
* | Pulling in new gyp version with 'none' type workaround. | bradnelson@chromium.org | 2009-07-10 | 1 | -1/+7 |
* | Add mac and linux binaries for ffmpeg. | ajwong@chromium.org | 2009-07-08 | 6 | -0/+0 |
* | Delete boost. | ajwong@chromium.org | 2009-07-08 | 392 | -34275/+0 |
* | Cleanup resources allocated by FFmpeg to avoid memory and threads leaks | hclam@chromium.org | 2009-07-07 | 2 | -0/+2 |
* | Use native Cocoa tooltips instead of Mozilla's ToolTip class. | pinkerton@chromium.org | 2009-07-07 | 2 | -268/+0 |
* | Checking in Windows FFmpeg binaries for Chromium. | scherkus@chromium.org | 2009-07-06 | 6 | -10/+34 |
* | Mangle the names of the libjpeg functions so gtk/gdk doesn't try to use our l... | estade@chromium.org | 2009-07-03 | 3 | -0/+121 |
* | Make FFmpeg delay load settings propagate to all shared libraries and executa... | scherkus@chromium.org | 2009-07-01 | 1 | -8/+8 |
* | Fixed typo in ffmpeg.gyp that caused avcodec-52.dll to not get copied. | scherkus@chromium.org | 2009-06-30 | 1 | -1/+1 |
* | Add in support for copying the ffmpeg binaries in linux and mac. | ajwong@chromium.org | 2009-06-30 | 2 | -29/+94 |
* | Revert r19534 "Add in support for copying the ffmpeg binaries in linux and mac." | ajwong@chromium.org | 2009-06-29 | 2 | -97/+29 |
* | Add in support for copying the ffmpeg binaries in linux and mac. | ajwong@chromium.org | 2009-06-29 | 2 | -29/+97 |
* | Added stub native web worker support, including build support in preparation | sehr@google.com | 2009-06-29 | 1 | -1/+1 |